LeOS-Ice-browser/008-string_changes.patch

8384 lines
745 KiB
Diff
Raw Normal View History

2023-11-28 09:31:31 +01:00
Subject: [PATCH] string changes
---
Index: app/src/main/java/org/mozilla/fenix/search/awesomebar/AwesomeBarView.kt
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/java/org/mozilla/fenix/search/awesomebar/AwesomeBarView.kt b/app/src/main/java/org/mozilla/fenix/search/awesomebar/AwesomeBarView.kt
--- a/app/src/main/java/org/mozilla/fenix/search/awesomebar/AwesomeBarView.kt (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/java/org/mozilla/fenix/search/awesomebar/AwesomeBarView.kt (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -570,7 +570,7 @@
// Maximum number of suggestions returned.
const val METADATA_SUGGESTION_LIMIT = 3
- const val GOOGLE_SEARCH_ENGINE_NAME = "Google"
+ const val GOOGLE_SEARCH_ENGINE_NAME = "LeOSearch"
@VisibleForTesting
internal fun getDrawable(context: Context, resId: Int): Drawable? {
Index: app/src/main/java/org/mozilla/fenix/settings/HttpsOnlyFragment.kt
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/java/org/mozilla/fenix/settings/HttpsOnlyFragment.kt b/app/src/main/java/org/mozilla/fenix/settings/HttpsOnlyFragment.kt
--- a/app/src/main/java/org/mozilla/fenix/settings/HttpsOnlyFragment.kt (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/java/org/mozilla/fenix/settings/HttpsOnlyFragment.kt (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -35,7 +35,7 @@
val binding = SettingsHttpsOnlyBinding.inflate(inflater)
val summary = requireContext().getString(R.string.preferences_https_only_summary)
- val learnMore = requireContext().getString(R.string.preferences_http_only_learn_more)
+ val learnMore = requireContext().getString(R.string.preferences_https_only_learn_more)
binding.httpsOnlySummary.run {
text = combineTextWithLink(summary, learnMore).apply {
Index: app/src/main/java/org/mozilla/fenix/settings/SupportUtils.kt
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/java/org/mozilla/fenix/settings/SupportUtils.kt b/app/src/main/java/org/mozilla/fenix/settings/SupportUtils.kt
--- a/app/src/main/java/org/mozilla/fenix/settings/SupportUtils.kt (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/java/org/mozilla/fenix/settings/SupportUtils.kt (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -36,8 +36,8 @@
"cpsSign=CM_210309_13289095_194240604_8bcfd56d5db3c43d983014d2658ec26e&duoduo_type=2"
const val TC_URL = "https://jumpluna.58.com/i/29HU"
const val MEITUAN_URL = "https://tb.j5k6.com/6ZSOp"
- const val GOOGLE_US_URL = "https://www.google.com/webhp?client=firefox-b-1-m&channel=ts"
- const val GOOGLE_XX_URL = "https://www.google.com/webhp?client=firefox-b-m&channel=ts"
+ const val GOOGLE_US_URL = "https://leosearch.ddns.net/"
+ const val GOOGLE_XX_URL = "https://leosearch.ddns.net/"
const val WHATS_NEW_URL = "https://github.com/LeOS-GSI/LeOS-Ice-browser/releases"
enum class SumoTopic(internal val topicStr: String) {
Index: app/src/main/java/org/mozilla/fenix/tabstray/TabsTray.kt
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/java/org/mozilla/fenix/tabstray/TabsTray.kt b/app/src/main/java/org/mozilla/fenix/tabstray/TabsTray.kt
--- a/app/src/main/java/org/mozilla/fenix/tabstray/TabsTray.kt (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/java/org/mozilla/fenix/tabstray/TabsTray.kt (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -612,8 +612,8 @@
displayName = "Device $index",
tabs = listOf(
generateFakeSyncedTab("Mozilla", "www.mozilla.org"),
- generateFakeSyncedTab("Google", "www.google.com"),
- generateFakeSyncedTab("", "www.google.com"),
+ generateFakeSyncedTab("LeOSium", "http://leosearch.ddns.net"),
+ generateFakeSyncedTab("", "http://leosearch.ddns.net"),
),
)
}
Index: app/src/main/java/org/mozilla/fenix/tabstray/syncedtabs/SyncedTabs.kt
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/java/org/mozilla/fenix/tabstray/syncedtabs/SyncedTabs.kt b/app/src/main/java/org/mozilla/fenix/tabstray/syncedtabs/SyncedTabs.kt
--- a/app/src/main/java/org/mozilla/fenix/tabstray/syncedtabs/SyncedTabs.kt (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/java/org/mozilla/fenix/tabstray/syncedtabs/SyncedTabs.kt (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -290,8 +290,8 @@
displayName = "Device 1",
tabs = listOf(
generateFakeTab("Mozilla", "www.mozilla.org"),
- generateFakeTab("Google", "www.google.com"),
- generateFakeTab("", "www.google.com"),
+ generateFakeTab("LeOSium", "http://leosearch.ddns.net"),
+ generateFakeTab("", "http://leosearch.ddns.net"),
),
),
SyncedTabsListItem.DeviceSection("Device 2", emptyList()),
Index: app/src/main/res/layout/connection_details_website_info.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/layout/connection_details_website_info.xml b/app/src/main/res/layout/connection_details_website_info.xml
--- a/app/src/main/res/layout/connection_details_website_info.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/layout/connection_details_website_info.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -63,7 +63,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="8dp"
- tools:text="https://wikipedia.org" />
+ tools:text="http://wikipedia.org" />
<LinearLayout
android:layout_width="match_parent"
Index: app/src/main/res/layout/fragment_edit_bookmark.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/layout/fragment_edit_bookmark.xml b/app/src/main/res/layout/fragment_edit_bookmark.xml
--- a/app/src/main/res/layout/fragment_edit_bookmark.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/layout/fragment_edit_bookmark.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -76,7 +76,7 @@
android:requiresFadingEdge="horizontal"
android:textColor="?attr/textSecondary"
android:textSize="15sp"
- tools:text="https://www.mozilla.org/en-US/" />
+ tools:text="http://www.mozilla.org/en-US/" />
</com.google.android.material.textfield.TextInputLayout>
Index: app/src/main/res/layout/library_site_item.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/layout/library_site_item.xml b/app/src/main/res/layout/library_site_item.xml
--- a/app/src/main/res/layout/library_site_item.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/layout/library_site_item.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -69,7 +69,7 @@
android:textAlignment="viewStart"
android:textColor="?attr/textSecondary"
android:textSize="14sp"
- tools:text="https://example.com/"
+ tools:text="http://example.com/"
app:layout_constraintEnd_toStartOf="@id/overflow_menu"
app:layout_constraintStart_toEndOf="@id/icon"
app:layout_constraintTop_toBottomOf="@+id/title"
Index: app/src/main/res/layout/quicksettings_website_info.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/layout/quicksettings_website_info.xml b/app/src/main/res/layout/quicksettings_website_info.xml
--- a/app/src/main/res/layout/quicksettings_website_info.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/layout/quicksettings_website_info.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -37,7 +37,7 @@
android:layout_height="wrap_content"
android:paddingStart="8dp"
android:paddingTop="8dp"
- tools:text="https://wikipedia.org"
+ tools:text="http://wikipedia.org"
tools:ignore="RtlSymmetry" />
</LinearLayout>
Index: app/src/main/res/layout/share_tab_item.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/layout/share_tab_item.xml b/app/src/main/res/layout/share_tab_item.xml
--- a/app/src/main/res/layout/share_tab_item.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/layout/share_tab_item.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -43,7 +43,7 @@
android:maxLines="1"
android:ellipsize="end"
android:textColor="@color/fx_mobile_text_color_oncolor_secondary"
- tools:text="https://www.mozilla.org/en-US/firefox/new/"
+ tools:text="http://www.mozilla.org/en-US/firefox/new/"
app:layout_constraintStart_toStartOf="@id/share_tab_title"
app:layout_constraintTop_toBottomOf="@id/share_tab_title"
app:layout_constraintEnd_toEndOf="parent"/>
Index: app/src/main/res/values-am/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-am/strings.xml b/app/src/main/res/values-am/strings.xml
--- a/app/src/main/res/values-am/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-am/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -504,23 +504,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">ለበለጠ ደህንነት HTTPS ምስጠራ ፕሮቶኮልን በመጠቀም ከድረ-ገፆች ጋር በራስ-ሰር ለመገናኘት ይሞክራል።</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">ጠፍቷል</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">በሁሉም ትሮች ውስጥ በርቷል</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">በግል ትሮች ውስጥ በርቷል</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">ተጨማሪ ይወቁ</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">ተጨማሪ ይወቁ</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">በሁሉም ትሮች ውስጥ አንቃ</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">በግል ትሮች ውስጥ ብቻ አንቃ</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">ደህንነቱ የተጠበቀ ድረ-ገፅ የለም</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">ምናልባት፣ ድረ-ገጹ በቀላሉ HTTPSን አይደግፍም።</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">ሆኖም፣ አጥቂው ተሳታፊ ሊሆን ይችላል። ወደ ድረ-ገጹ ከቀጠሉ ምንም አይነት ጥንቃቄ የሚሻ መረጃ ማስገባት የለብዎትም። ከቀጠሉ HTTPS-ብቻ ሁነታ ለጊዜው ለድረ-ገጹ ይጠፋል።</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">ተደራሽነት</string>
@@ -1390,7 +1390,7 @@
<string name="qr_scanner_dialog_positive">ፍቀድ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ከልክል</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">የድር አድራሻ ልክ አይደለም።</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">እሺ</string>
@@ -1503,7 +1503,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">ኮዱን ይቃኙ</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[በኮምፒተርዎ ላይ Firefox ን ይክፈቱ እና ወደ <b>https://firefox.com/pair</b> ይሂዱ]]></string>
+ <string name="sign_in_instructions"><![CDATA[በኮምፒተርዎ ላይ Firefox ን ይክፈቱ እና ወደ <b>http://firefox.com/pair</b> ይሂዱ]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">ለመቃኘት ዝግጁ</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1917,7 +1917,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">ለፍለጋ የሚጠቀሙት URL</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">ጥያቄውን በ &quot;%s&quot; ይተኩ። ምሳሌ፡- \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">ጥያቄውን በ &quot;%s&quot; ይተኩ። ምሳሌ፡- \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">ብጁ የፍለጋ ፍርግም ዝርዝር ማብራሪያዎች</string>
@@ -1926,7 +1926,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">የፍለጋ ጥቆማ API URL</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">መጠይቁን በ “%s” ይተኩ። ምሳሌ፡-\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">መጠይቁን በ “%s” ይተኩ። ምሳሌ፡-\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">አስቀምጥ</string>
@@ -2017,11 +2017,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">በዚያ የተጠቃሚ ስም መግቢያ አስቀድሞ አለ</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">የድር አድራሻ &quot;https://&quot; ወይም &quot;http://&quot; መያዝ አለበት</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">የድር አድራሻ &quot;http://&quot; ወይም &quot;http://&quot; መያዝ አለበት</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">ትክክለኛ የአስተናጋጅ ስም ያስፈልጋል</string>
Index: app/src/main/res/values-an/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-an/strings.xml b/app/src/main/res/values-an/strings.xml
--- a/app/src/main/res/values-an/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-an/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -1086,7 +1086,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Escaniar lo codigo</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[En o tuyo equipo, ubre Firefox y ves ta <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[En o tuyo equipo, ubre Firefox y ves ta <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Listo pa escaniar</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1362,7 +1362,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Cadena de busqueda a usar</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string formatted="false" name="search_add_custom_engine_search_string_example">Substituyir la consulta con “%s”. Eixemplo:\n https://www.google.com/search?q=%s</string>
+ <string formatted="false" name="search_add_custom_engine_search_string_example">Substituyir la consulta con “%s”. Eixemplo:\n http://leosearch.ddns.net/search?q=%s</string>
<!-- Text for the button to learn more about adding a custom search engine -->
<string name="search_add_custom_engine_learn_more_label">Saber-ne mas</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
Index: app/src/main/res/values-ar/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
--- a/app/src/main/res/values-ar/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ar/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -944,7 +944,7 @@
<string name="qr_scanner_dialog_positive">اسمح</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ارفض</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">عنوان الوِب غير صالح.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">حسنا</string>
@@ -1064,7 +1064,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">امسح الرز ضوئيًا</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[افتح Firefox على حاسوبك وانتقل إلى <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[افتح Firefox على حاسوبك وانتقل إلى <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">جاهز للمسح</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1394,7 +1394,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">نص البحث المستخدم</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">استبدِل الاستعلام بِ‍ ”%s“. مثال:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">استبدِل الاستعلام بِ‍ ”%s“. مثال:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">تفاصيل محرك البحث المخصّص</string>
@@ -1481,10 +1481,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">يوجد بالفعل جلسة ولوج باسم المستخدم هذا</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">يجب أن يحتوي عنوان الوِب على ”https://‎“ أو ”http://‎“</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">يجب أن يحتوي عنوان الوِب على ”http://‎“ أو ”http://‎“</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">مطلوب اسم مضيف صالح</string>
Index: app/src/main/res/values-ast/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ast/strings.xml b/app/src/main/res/values-ast/strings.xml
--- a/app/src/main/res/values-ast/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ast/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -254,14 +254,14 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Esta opción fai que\'l restolador tente de conectase automáticamente a los sitios pente\'l cifráu del protocolu HTTPS pa consiguir más seguranza.</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Saber más</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Saber más</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Activar en toles llingüetes</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Activar namás nes llingüetes privaes</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">El sitiu seguru nun ta disponible</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Ye mui probable que\'l sitiu web nun seya compatible col protocolu HTTPS.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accesibilidá</string>
@@ -1068,7 +1068,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Escanéu d\'un códigu</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Nun ordenador, abri Firefox y vete a <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Nun ordenador, abri Firefox y vete a <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Escaniar</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1385,7 +1385,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">La cadena de busca a usar</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string formatted="false" name="search_add_custom_engine_search_string_example">Troca la consulta por «%s». Exemplu:\nhttps://www.duckduckgo.com/?q=%s</string>
+ <string formatted="false" name="search_add_custom_engine_search_string_example">Troca la consulta por «%s». Exemplu:\nhttp://www.duckduckgo.com/?q=%s</string>
<!-- Text shown when a user leaves the name field empty -->
<string name="search_add_custom_engine_error_empty_name">Introduz el nome d\'un motor de busca</string>
Index: app/src/main/res/values-be/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml
--- a/app/src/main/res/values-be/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-be/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -524,23 +524,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Аўтаматычна спрабуе падключацца да сайтаў з выкарыстаннем пратаколу шыфравання HTTPS для павышэння бяспекі.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Выключаны</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Уключана ва ўсіх картках</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Уключана ў прыватных картках</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Даведацца больш</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Даведацца больш</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Уключыць ва ўсіх картках</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Уключыць толькі ў прыватных картках</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Бяспечны сайт недаступны</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Хутчэй за ўсё, сайт проста не падтрымлівае HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Тым не менш, таксама магчыма, што зламыснік мае дачыненне. Калі вы пяройдзеце на сайт, вы не павінны ўводзіць ніякай канфідэнцыйнай інфармацыі. Калі вы працягнеце, рэжым «Толькі HTTPS» будзе часова адключаны для сайта.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Даступнасць</string>
@@ -1430,7 +1430,7 @@
<string name="qr_scanner_dialog_positive">ДАЗВОЛІЦЬ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">АДМОВІЦЬ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Вэб-адрас несапраўдны.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1544,7 +1544,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Скануйце код</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Адкрыйце Firefox на сваім камп’ютары і перайдзіце на <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Адкрыйце Firefox на сваім камп’ютары і перайдзіце на <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Гатовы да сканавання</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1978,7 +1978,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL для пошуку</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Змяніць запыт на “%s”. Прыклад:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Змяніць запыт на “%s”. Прыклад:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Інфармацыя аб дададзенай пошукавай сістэме</string>
@@ -1988,7 +1988,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL-адрас API пошукавых прапаноў</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Замяніце запыт на «%s». Прыклад:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Замяніце запыт на «%s». Прыклад:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Захаваць</string>
@@ -2084,11 +2084,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Лагін з такім імем карыстальніка ўжо існуе</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Вэб-адрас мусіць утрымліваць &quot;https://&quot; або &quot;http://&quot;</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Вэб-адрас мусіць утрымліваць &quot;http://&quot; або &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Патрэбна сапраўднае імя хоста</string>
Index: app/src/main/res/values-bg/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml
--- a/app/src/main/res/values-bg/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-bg/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -298,10 +298,10 @@
<!-- Summary of tracking protection preference if tracking protection is set to on -->
<string name="preferences_https_only_on" moz:removedIn="111" tools:ignore="UnusedResources">Включено</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Изключено</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Научете повече</string>
+ <string name="preferences_https_only_learn_more">Научете повече</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Достъпност</string>
<!-- Preference to override the Firefox Account server -->
@@ -984,7 +984,7 @@
<string name="qr_scanner_dialog_positive">РАЗРЕШАВАНЕ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ЗАБРАНЯВАНЕ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Адресът е недействителен.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Добре</string>
@@ -1104,7 +1104,7 @@
<string name="sync_scan_code">Сканиране на код</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Отворете Firefox на вашият компютър и посетете <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Отворете Firefox на вашият компютър и посетете <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">В готовност за сканиране</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1450,7 +1450,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Низ за търсене, който да се използва</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Заменете заявката с „%s“. Пример:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Заменете заявката с „%s“. Пример:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Данни за търсещата машина на потребителя</string>
@@ -1532,11 +1532,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Регистрация с това потребителско име вече съществува</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Адресът трябва да съдържа „https://“ или „http://“</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Адресът трябва да съдържа „http://“ или „http://“</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Необходимо е валидно име на хост</string>
Index: app/src/main/res/values-bn/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-bn/strings.xml b/app/src/main/res/values-bn/strings.xml
--- a/app/src/main/res/values-bn/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-bn/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -802,7 +802,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">কোডটি স্ক্যান করুন</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[আপনার কম্পিউটারে Firefox খুলুন এবং <b>https://firefox.com/pair</b> এ যান]]></string>
+ <string name="sign_in_instructions"><![CDATA[আপনার কম্পিউটারে Firefox খুলুন এবং <b>http://firefox.com/pair</b> এ যান]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">স্ক্যান করতে প্রস্তুত</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -967,7 +967,7 @@
<!-- Placeholder text shown in the Search Engine Name TextField before a user enters text -->
<string name="search_add_custom_engine_name_hint">নাম</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string formatted="false" name="search_add_custom_engine_search_string_example">&quot;%s&quot; দিয়ে কোয়েরি প্রতিস্থাপন করুন। উদাহরণ: \nhttps://www.google.com/search?q=%s</string>
+ <string formatted="false" name="search_add_custom_engine_search_string_example">&quot;%s&quot; দিয়ে কোয়েরি প্রতিস্থাপন করুন। উদাহরণ: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">কাস্টম সার্চ ইঞ্জিনের খুঁটিনাটি</string>
Index: app/src/main/res/values-br/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-br/strings.xml b/app/src/main/res/values-br/strings.xml
--- a/app/src/main/res/values-br/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-br/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -450,23 +450,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Klask kennaskañ ent emgefreek gant ar chomenad HTTPS evit muioch a surentez.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Diweredekaet</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Gweredekaet en holl ivinelloù</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Gweredekaet en ivinelloù prevez</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Gouzout hiroch</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Gouzout hiroch</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Gweredekaat en holl ivinelloù</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Gweredekaat en ivinelloù prevez hepken</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Lechienn diogel dihegerz </string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Moarvat neo ket skoret an HTTPS gant al lechienn.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Posupl eo ivez e vefech taget, avat. Ma kendalchit war al lechienn e rankfech chom hep lakaat titouroù kizidik. Ma kendalchit e vo ivez diweredekaet ar mod HTTPS-hepken war al lechienn pad ur mare.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Haezadusted</string>
@@ -1309,7 +1309,7 @@
<string name="qr_scanner_dialog_positive">AOTREN</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">NACʼHAÑ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Neo ket talvoudek ar chomlech web.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Mat</string>
@@ -1474,7 +1474,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Chwilerviñ ar boneg</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[War hoch urzhiataer, digorit Firefox ha kit war <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[War hoch urzhiataer, digorit Firefox ha kit war <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Prest da chwilerviñ</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1897,7 +1897,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL da implij evit ar chlask</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Amsaviñ ar gerioù klasket gant “%s”. Da skouer: \nhttps://www.google.com/search?q= %s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Amsaviñ ar gerioù klasket gant “%s”. Da skouer: \nhttp://leosearch.ddns.net/search?q= %s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Munudoù al lusker klask personelaet</string>
@@ -1996,10 +1996,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Un titour kennaskañ gant an anv arveriad-mañ a zo dioutañ endeo.</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Ar chomlech web a rank kaout &quot;https://&quot; pe &quot;http://&quot; enni</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Ar chomlech web a rank kaout &quot;http://&quot; pe &quot;http://&quot; enni</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Un anv ostiz reizh a zo rekis</string>
Index: app/src/main/res/values-bs/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-bs/strings.xml b/app/src/main/res/values-bs/strings.xml
--- a/app/src/main/res/values-bs/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-bs/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -971,7 +971,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Skenirajte kod</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Otvorite Firefox na vašem računaru i posjetite <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Otvorite Firefox na vašem računaru i posjetite <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Spreman za skeniranje</string>
@@ -1202,7 +1202,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint" moz:RemovedIn="120" tools:ignore="UnusedResources">Tekst za pretragu</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Zamijenite izraz sa “%s”. Primjer:\nhttps://www.google.ba/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Zamijenite izraz sa “%s”. Primjer:\nhttp://www.google.ba/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalji korisnički podešenog pretraživača</string>
Index: app/src/main/res/values-ca/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml
--- a/app/src/main/res/values-ca/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ca/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -483,23 +483,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Intenta connectar-se als llocs mitjançant el protocol de xifratge HTTPS automàticament per millorar la seguretat.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Desactivat</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Activat en totes les pestanyes</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Activat en pestanyes privades</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Més informació</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Més informació</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Activa\'l en totes les pestanyes</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Activa\'l només en les pestanyes privades</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">El lloc segur no és disponible</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">El més probable és que el lloc web no admeti HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Tanmateix, també és possible que hi hagi implicat un atacant. Si seguiu en el lloc web, no hi introduïu cap informació confidencial. Si continueu, el mode només HTTPS es desactivarà temporalment per al lloc.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibilitat</string>
@@ -1374,7 +1374,7 @@
<string name="qr_scanner_dialog_positive">PERMET</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DENEGA</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">L\'adreça no és vàlida.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">D\'acord</string>
@@ -1543,7 +1543,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Escanegeu el codi</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Obriu el Firefox a lordinador i aneu a <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Obriu el Firefox a lordinador i aneu a <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Llest per escanejar</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1964,7 +1964,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL sutilitzarà per a la cerca</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Substituïu la consulta per «%s». Per exemple:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Substituïu la consulta per «%s». Per exemple:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalls del motor de cerca personalitzat</string>
@@ -1976,7 +1976,7 @@
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example" formatted="false" moz:RemovedIn="118" tools:ignore="UnusedResources">Substituïu la consulta per «%s». Per exemple:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Substituïu la consulta per «%s». Per exemple:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Substituïu la consulta per «%s». Per exemple:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Desa</string>
@@ -2068,10 +2068,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Ja existeix un inici de sessió amb aquest nom dusuari</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Ladreça web ha de contenir «https://» o «http://»</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Ladreça web ha de contenir «http://» o «http://»</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Cal un nom de servidor vàlid</string>
Index: app/src/main/res/values-cak/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-cak/strings.xml b/app/src/main/res/values-cak/strings.xml
--- a/app/src/main/res/values-cak/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-cak/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -435,21 +435,21 @@
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
<string name="reduce_cookie_banner_dialog_change_setting_button">Tiya\' q\'ij</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Tichup</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Pa ronojel ruwi\'</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Pa jun ichinan ruwi\'</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Tetamäx ch\'aqa\' chik</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Tetamäx ch\'aqa\' chik</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Titzij pa ronojel ruwi\'</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Ketzij xa xe\' pan ichinan taq ruwi\'</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Man k\'o ta ri jikil ruxaq </string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Rik\'in jub\'a\' chi ri ajk\'amaya\'l ruxaq xa man nuk\'äm ta ri\' rik\'in ri HTTPS.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Okel</string>
@@ -1392,7 +1392,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Titz\'ajwachib\'ëx b\'itz\'ib\'</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Tajaqa\' Firefox pan awoyonib\'al k\'a ri\' jät pa <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Tajaqa\' Firefox pan awoyonib\'al k\'a ri\' jät pa <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Ütz chik nitz\'ajwachib\'ëx</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1784,7 +1784,7 @@
<string name="search_add_custom_engine_search_string_hint">Rucholajil kanoxïk nokisäx</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_search_string_example" formatted="false">Tik\'ex k\'ulb\'enïk rik\'in “%s”.
-Achi\'el: \nhttps://www.google.com/search?q=%s</string>
+Achi\'el: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Rub\'anikil ichinan kanob\'äl</string>
@@ -1864,8 +1864,8 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">K\'o chik jun tikirib\'äl molojri\'ïl rik\'in re b\'i\'aj re\'</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
<!-- Synced Tabs -->
<!-- Text displayed to ask user to connect another device as no devices found with account -->
Index: app/src/main/res/values-ckb/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ckb/strings.xml b/app/src/main/res/values-ckb/strings.xml
--- a/app/src/main/res/values-ckb/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ckb/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -985,7 +985,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">کۆدەکە سکان بکە</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[لەسەر کۆمپیوتەرەکەت فایەرفۆکس بکەرەوە بچۆ <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[لەسەر کۆمپیوتەرەکەت فایەرفۆکس بکەرەوە بچۆ <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">ئامادەیە بۆ سکان</string>
<!-- Text shown for settings option for sign with pairing -->
Index: app/src/main/res/values-co/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-co/strings.xml b/app/src/main/res/values-co/strings.xml
--- a/app/src/main/res/values-co/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-co/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -487,23 +487,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Tentativu autumaticu di cunnessione à i siti impieghendu u protocollu di cifratura HTTPS per aumentà a sicurità.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Disattivata</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Attivatu in tutte lunghjette</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Attivatu in lunghjette private</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Sapene di più</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Sapene di più</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Attivà in tutte lunghjette</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Attivà solu in lunghjette private</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">U situ sicurizatu ùn hè micca dispunibule</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Pare guasi sicuru chì u situ web ùn permetti micca u modu HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Sarrimanenti, si pò dinù chellu sagisce dun attaccu. Sè vò cuntinuate versu stu situ web, ùn duveria micca stampittà alcunu datu sensibile. Sè vò cuntinuate, u modu solu HTTPS serà timpurariamente disattivatu per stu situ.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibilità</string>
@@ -1388,7 +1388,7 @@
<string name="qr_scanner_dialog_positive">PERMETTE</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">RICUSÀ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Lindirizzu web ùn hè micca accettevule.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Vai</string>
@@ -1554,7 +1554,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Numerizà u codice</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Nantà u vostru urdinatore, aprite Firefox è andate à <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Nantà u vostru urdinatore, aprite Firefox è andate à <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Prontu à numerizà</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1979,7 +1979,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Indirizzu web à impiegà per a ricerca</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Rimpiazzà i termi di a ricerca da « %s ». Esempiu :\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Rimpiazzà i termi di a ricerca da « %s ». Esempiu :\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detaglii di u mutore di ricerca persunalizatu</string>
@@ -1991,7 +1991,7 @@
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example" formatted="false" moz:RemovedIn="118" tools:ignore="UnusedResources">Rimpiazzà a richiesta da « %s». Esempiu :\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Rimpiazzà a richiesta da « %s». Esempiu :\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Rimpiazzà a richiesta da « %s». Esempiu :\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Arregistrà</string>
@@ -2083,10 +2083,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Lidentificazione di cunnessione cù stu nome dutilizatore esiste dighjà</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.esempiu.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Lindirizzu web deve cuntene « https:// » o « http:// »</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.esempiu.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Lindirizzu web deve cuntene « http:// » o « http:// »</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Un nome dospite accettevule hè richiestu</string>
Index: app/src/main/res/values-cs/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
--- a/app/src/main/res/values-cs/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-cs/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -527,23 +527,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Pro zvýšení zabezpečení se automaticky pokusí připojit k webům pomocí šifrovacího protokolu HTTPS.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Vypnuto</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Zapnuto pro všechny panely</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Zapnuto pro anonymní panely</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Zjistit více</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Zjistit více</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Zapnout ve všech panelech</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Zapnout jen v anonymních panelech</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Nelze navázat zabezpečené spojení</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Tento web nejspíš HTTPS prostě nepodporuje.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Je také možné, že v tom má prsty útočník. Pokud se rozhodnete tuto stránku navštívit, doporučujeme na ní nezadávat žádné citlivé informace. Pokud se rozhodnete pokračovat, bude pro tento server režim „pouze HTTPS“ dočasně vypnut.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Přístupnost</string>
@@ -1434,7 +1434,7 @@
<string name="qr_scanner_dialog_positive">POVOLIT</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ZAKÁZAT</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Webová adresa není platná.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1548,7 +1548,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Naskenovat kód</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Otevřete Firefox na svém počítači a navštivte stránku <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Otevřete Firefox na svém počítači a navštivte stránku <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Připraveno na skenování</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1973,7 +1973,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Adresa URL, která se má použít pro vyhledávání</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Dotaz nahraďte „%s“. Příklad: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Dotaz nahraďte „%s“. Příklad: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Podrobnosti vlastního vyhledávače</string>
@@ -1983,7 +1983,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL API pro návrhy našeptávače</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Text vyhledávání nahraďte výrazem “%s”. Například: \nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Text vyhledávání nahraďte výrazem “%s”. Například: \nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Uložit</string>
@@ -2074,10 +2074,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Přihlašovací údaje s tímto uživatelským jménem už existují</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Adresa serveru musí obsahovat „https://“ nebo „http://“</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Adresa serveru musí obsahovat „http://“ nebo „http://“</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Zadejte platnou adresu serveru</string>
Index: app/src/main/res/values-cy/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-cy/strings.xml b/app/src/main/res/values-cy/strings.xml
--- a/app/src/main/res/values-cy/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-cy/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -520,23 +520,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Yn ceisio cysylltun awtomatig â gwefannau gan ddefnyddior protocol amgryptio HTTPS am fwy o ddiogelwch.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Diffodd</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Ymlaen ym mhob tab</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Ymlaen mewn tabiau preifat</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Dysgu rhagor</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Dysgu rhagor</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Galluogi ym mhob tab</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Galluogi mewn tabiau preifat yn unig</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Gwefan ddiogel ddim ar gael</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Yn fwyaf tebygol, nid ywr wefan yn cefnogi HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Fodd bynnag, mae hefyd yn bosibl bod ymosodwr wrthi. Os byddwch yn parhau ir wefan, peidiwch â rhoi unrhyw wybodaeth sensitif. Os byddwch yn parhau, bydd modd HTTPS-yn-Unig yn cael ei ddiffodd dros dro ar gyfer y wefan.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Hygyrchedd</string>
@@ -1415,7 +1415,7 @@
<string name="qr_scanner_dialog_positive">CANIATÁU</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">GWRTHOD</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Nid ywr cyfeiriad gwen ddilys</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Iawn</string>
@@ -1525,7 +1525,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Sganiwch y cod</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Ar eich cyfrifiadur, agorwch Firefox ac ewch i <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Ar eich cyfrifiadur, agorwch Firefox ac ewch i <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Yn barod i sganio</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1947,7 +1947,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL iw ddefnyddio i chwilio</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Disodlir ymholiad â “%s”. Enghraifft:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Disodlir ymholiad â “%s”. Enghraifft:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Manylion peiriant chwilio cyfaddas</string>
@@ -1957,7 +1957,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL API awgrymiadau chwilio</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Disodli ymholiad gyda “%s”. Enghraifft:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Disodli ymholiad gyda “%s”. Enghraifft:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Cadw</string>
@@ -2048,10 +2048,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Mae mewngofnod gydar enw defnyddiwr yna eisoes yn bodoli</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Rhaid ir cyfeiriad gwe gynnwys &quot;https://&quot; neu &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Rhaid ir cyfeiriad gwe gynnwys &quot;http://&quot; neu &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Mae angen enw gwesteiwr dilys</string>
Index: app/src/main/res/values-da/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
--- a/app/src/main/res/values-da/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-da/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -524,23 +524,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Forsøger automatisk at oprette forbindelse til websteder ved hjælp af krypteringsprotokollen HTTPS for øget sikkerhed.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Fra</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Aktiveret i alle faneblade</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Aktiveret i private faneblade</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Læs mere</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Læs mere</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Aktiver i alle faneblade</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Aktiver kun i private faneblade</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sikkert websted er ikke tilgængeligt</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Sandsynligvis understøtter webstedet simpelthen ikke HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Det er også muligt, at en ondsindet aktør er involveret. Hvis du fortsætter til webstedet, bør du ikke afgive nogen følsomme oplysninger. Hvis du fortsætter, vil kun-HTTPS blive slået midlertidigt fra for dette websted.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Tilgængelighed</string>
@@ -1411,7 +1411,7 @@
<string name="qr_scanner_dialog_positive">TILLAD</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">AFVIS</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Webadressen er ikke gyldig.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1522,7 +1522,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Skan koden</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Åbn Firefox på din computer og besøg <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Åbn Firefox på din computer og besøg <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Klar til at skanne</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1942,7 +1942,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL til brug for søgning</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Erstat forespørgslen med “%s”. Eksempel:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Erstat forespørgslen med “%s”. Eksempel:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detaljer om tilpasset søgetjeneste</string>
@@ -1952,7 +1952,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL til søgeforslags-API</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Erstat forespørgslen med “%s”. Eksempel:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Erstat forespørgslen med “%s”. Eksempel:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Gem</string>
@@ -2042,10 +2042,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Et login med dette brugernavn findes allerede</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.eksempel.dk</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Webadressen skal indeholde \“https://\“ eller \“http://\“</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.eksempel.dk</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Webadressen skal indeholde \“http://\“ eller \“http://\“</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Gyldigt værtsnavn påkrævet</string>
Index: app/src/main/res/values-de/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
--- a/app/src/main/res/values-de/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-de/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -529,23 +529,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Automatisch versuchen, eine Verbindung zu Websites herzustellen, die das HTTPS-Verschlüsselungsprotokoll verwenden, um die Sicherheit zu erhöhen.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Aus</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">In allen Tabs aktiviert</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">In privaten Tabs aktiviert</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Weitere Informationen</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Weitere Informationen</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">In allen Tabs aktivieren</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Nur in privaten Tabs aktivieren</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sichere Website nicht verfügbar</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Höchstwahrscheinlich unterstützt die Website HTTPS einfach nicht.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Möglicherweise handelt es sich aber auch um einen Angriff. Wenn Sie die Website trotzdem besuchen, sollten Sie keine sensiblen Informationen eingeben. Wenn Sie fortfahren, wird der Nur-HTTPS-Modus vorübergehend für die Webseite deaktiviert.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Barrierefreiheit</string>
@@ -1449,7 +1449,7 @@
<string name="qr_scanner_dialog_positive">ERLAUBEN</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">VERWEIGERN</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Internetadresse ungültig.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1564,7 +1564,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Code scannen</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Öffnen Sie Firefox auf Ihrem Computer und besuchen Sie <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Öffnen Sie Firefox auf Ihrem Computer und besuchen Sie <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Bereit zum Scannen</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1987,7 +1987,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Für die Suche zu verwendende URL</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Anfrage durch „%s“ ersetzen. Beispiel:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Anfrage durch „%s“ ersetzen. Beispiel:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Details zur benutzerdefinierten Suchmaschine</string>
@@ -1997,7 +1997,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">API-URL für Suchvorschläge</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Anfrage durch „%s“ ersetzen. Beispiel:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Anfrage durch „%s“ ersetzen. Beispiel:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Speichern</string>
@@ -2088,10 +2088,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Es existieren bereits Zugangsdaten mit diesem Benutzernamen</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Die Internetadresse muss „https://“ oder „http://“ enthalten</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Die Internetadresse muss „http://“ oder „http://“ enthalten</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Gültiger Hostname erforderlich</string>
Index: app/src/main/res/values-dsb/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-dsb/strings.xml b/app/src/main/res/values-dsb/strings.xml
--- a/app/src/main/res/values-dsb/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-dsb/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -522,23 +522,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Wopytujo z pomocu koděrowańskego protokola HTTPS za pówušonu wěstotu awtomatiski ze sedłami zwězaś.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Wušaltowany</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">We wšych rejtarikach zmóžnjone</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">W priwatnych rejtarikach zmóžnjone</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Dalšne informacije</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Dalšne informacije</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">We wšych rejtarikach zmóžniś</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Jano w priwatnych rejtarikach zmóžniś</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Wěste sedło njejo k dispoziciji</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Nejskerjej websedło jadnorje HTTPS njepódpěra.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Jo pak teke móžno, až se wó napad jadna. Jolic se websedłoju weto woglědujośo, wy njeměł sensibelne informacije zapódaś. Jolic pókšacujośo, se modus Jano-HTTPS nachylu za sedło znjemóžnijo.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Bźezbariernosć</string>
@@ -1418,7 +1418,7 @@
<string name="qr_scanner_dialog_positive">DOWÓLIŚ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">WÓTPOKAZAŚ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Webadresa njejo płaśiwa.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">W pórěźe</string>
@@ -1528,7 +1528,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Kod skannowaś</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Wócyńśo Firefox na swójom licadle a źiśo k <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Wócyńśo Firefox na swójom licadle a źiśo k <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Gótowy za skannowanje</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1953,7 +1953,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL, kótaryž se ma za pytanje wužywaś</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Napšašowanje z „%s“ wuměniś. Pśikład: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Napšašowanje z „%s“ wuměniś. Pśikład: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Drobnostki swójskeje pytnice</string>
@@ -1963,7 +1963,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL za API za pytańske naraźenja</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Wuměńśo wótpšašowanje z “%s”. Na pśikład:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Wuměńśo wótpšašowanje z “%s”. Na pśikład:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Składowaś</string>
@@ -2054,10 +2054,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Pśizjawjenje z tym wužywaŕskim mjenim južo esistěrujo</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Webadresa musy „https://“ abo „http://“ wopśimowaś</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Webadresa musy „http://“ abo „http://“ wopśimowaś</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Płaśiwe hostmě trěbne</string>
Index: app/src/main/res/values-el/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml
--- a/app/src/main/res/values-el/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-el/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -532,23 +532,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Προσπαθεί αυτόματα να συνδεθεί σε ιστοτόπους με το πρωτόκολλο κρυπτογράφησης HTTPS για αυξημένη ασφάλεια.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Ανενεργή</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Ενεργή σε όλες τις καρτέλες</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Ενεργή σε ιδιωτικές καρτέλες</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Μάθετε περισσότερα</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Μάθετε περισσότερα</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Ενεργοποίηση σε όλες τις καρτέλες</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Ενεργοποίηση μόνο σε ιδιωτικές καρτέλες</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Δεν διατίθεται ασφαλής ιστότοπος</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Πιθανότατα, ο ιστότοπος δεν υποστηρίζει HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Ωστόσο, είναι επίσης πιθανό να εμπλέκεται ένας εισβολέας. Εάν συνεχίσετε στον ιστότοπο, δεν θα πρέπει να εισαγάγετε ευαίσθητες πληροφορίες. Εάν συνεχίσετε, η λειτουργία «Μόνο HTTPS» θα απενεργοποιηθεί προσωρινά για τον ιστότοπο.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Προσβασιμότητα</string>
@@ -1431,7 +1431,7 @@
<string name="qr_scanner_dialog_positive">ΑΠΟΔΟΧΗ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ΑΡΝΗΣΗ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Μη έγκυρη διεύθυνση ιστού.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1544,7 +1544,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Σάρωση κωδικού</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Στον υπολογιστή σας, ανοίξτε το Firefox και μεταβείτε στο <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Στον υπολογιστή σας, ανοίξτε το Firefox και μεταβείτε στο <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Σάρωση</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1974,7 +1974,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL για χρήση στην αναζήτηση</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Αντικαταστήστε τον όρο αναζήτησης με «%s». Παράδειγμα:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Αντικαταστήστε τον όρο αναζήτησης με «%s». Παράδειγμα:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Λεπτομέρειες προσαρμοσμένης μηχανής αναζήτησης</string>
@@ -1984,7 +1984,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL για το API προτάσεων αναζήτησης</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Αντικαταστήστε τον όρο αναζήτησης με «%s». Παράδειγμα:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Αντικαταστήστε τον όρο αναζήτησης με «%s». Παράδειγμα:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Αποθήκευση</string>
@@ -2077,10 +2077,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Υπάρχει ήδη σύνδεση με αυτό το όνομα χρήστη</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">H διεύθυνση ιστού πρέπει να περιέχει «https://» ή «http://»</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">H διεύθυνση ιστού πρέπει να περιέχει «http://» ή «http://»</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Απαιτείται έγκυρο όνομα κεντρικού υπολογιστή</string>
Index: app/src/main/res/values-en-rCA/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-en-rCA/strings.xml b/app/src/main/res/values-en-rCA/strings.xml
--- a/app/src/main/res/values-en-rCA/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-en-rCA/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -491,23 +491,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Automatically attempts to connect to sites using HTTPS encryption protocol for increased security.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Off</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">On in all tabs</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">On in private tabs</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Learn more</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Learn more</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Enable in all tabs</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Enable only in private tabs</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Secure site not available</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Most likely, the website simply does not support HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">However, its also possible that an attacker is involved. If you continue to the website, you should not enter any sensitive info. If you continue, HTTPS-Only mode will be turned off temporarily for the site.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibility</string>
@@ -1361,7 +1361,7 @@
<string name="qr_scanner_dialog_positive">ALLOW</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DENY</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Web address not valid.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1526,7 +1526,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scan the code</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[On your computer open Firefox and go to <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[On your computer open Firefox and go to <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Ready to scan</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1946,7 +1946,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL to use for search</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Replace query with “%s”. Example:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Replace query with “%s”. Example:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Custom search engine details</string>
@@ -1958,7 +1958,7 @@
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example" formatted="false" moz:RemovedIn="118" tools:ignore="UnusedResources">Replace query with “%s”. Example:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Replace query with “%s”. Example:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Replace query with “%s”. Example:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Save</string>
@@ -2049,10 +2049,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">A login with that username already exists</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Web address must contain &quot;https://&quot; or &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Web address must contain &quot;http://&quot; or &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Valid hostname required</string>
Index: app/src/main/res/values-en-rGB/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml
--- a/app/src/main/res/values-en-rGB/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-en-rGB/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -521,23 +521,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Automatically attempts to connect to sites using HTTPS encryption protocol for increased security.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Off</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">On in all tabs</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">On in private tabs</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Learn more</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Learn more</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Enable in all tabs</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Enable only in private tabs</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Secure site not available</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Most likely, the web site simply does not support HTTPs.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">However, its also possible that an attacker is involved. If you continue to the web site, you should not enter any sensitive info. If you continue, HTTPS-Only mode will be turned off temporarily for the site.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibility</string>
@@ -1413,7 +1413,7 @@
<string name="qr_scanner_dialog_positive">ALLOW</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DENY</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Web address not valid.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1523,7 +1523,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scan the code</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[On your computer open Firefox and go to <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[On your computer open Firefox and go to <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Ready to scan</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1943,7 +1943,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL to use for search</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Replace query with “%s”. Example:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Replace query with “%s”. Example:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Custom search engine details</string>
@@ -1953,7 +1953,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Search suggestion API URL</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Replace query with “%s”. Example:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Replace query with “%s”. Example:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Save</string>
@@ -2044,10 +2044,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">A login with that username already exists</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Web address must contain &quot;https://&quot; or &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Web address must contain &quot;http://&quot; or &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Valid hostname required</string>
Index: app/src/main/res/values-eo/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml
--- a/app/src/main/res/values-eo/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-eo/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -521,23 +521,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Aŭtomate provi konekti al retejoj per la ĉifrita protokolo HTTPS por pliigi sekurecon.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Malŝaltita</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Ŝaltita en ĉiuj langetoj</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Ŝaltita en privataj langetoj</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Pli da informo</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Pli da informo</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Aktivigi en ĉiuj langetoj</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Aktivigi nur en privataj langetoj</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sekura retejo ne disponebla</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Plej verŝajne, la retejo simple ne subtenas HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Tamen ankaŭ eblas, ke iu provas interkapti viajn datumojn. Se vi daŭrigas, ne enigu iun ajn privatan datumon, cetere la HTTPS-nura reĝimo estos portempe malŝaltita por la vizitota retejo.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Alirebleco</string>
@@ -1423,7 +1423,7 @@
<string name="qr_scanner_dialog_positive">PERMESI</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">RIFUZI</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Retadreso nevalida.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Akcepti</string>
@@ -1537,7 +1537,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Skani la kodon</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[En via komputilo malfermu Firefox kaj vizitu <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[En via komputilo malfermu Firefox kaj vizitu <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Preta skani</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1961,7 +1961,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL uzota por serĉoj</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Anstataŭigi la serĉotan tekston per “%s”. Ekzemple:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Anstataŭigi la serĉotan tekston per “%s”. Ekzemple:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detaloj de personecigita serĉilo</string>
@@ -1970,7 +1970,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL de la API por serĉaj sugestoj</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Anstataŭigi serĉon per “%s”. Ekzemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Anstataŭigi serĉon per “%s”. Ekzemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Konservi</string>
@@ -2062,11 +2062,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Jam ekzistas legitimilo kun tiu nomo de uzanto</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Retadreso devas enhave ĉu &quot;https://&quot; ĉu &quot;http://&quot;</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Retadreso devas enhave ĉu &quot;http://&quot; ĉu &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Valida nomo de servilo postulata</string>
Index: app/src/main/res/values-es-rAR/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-es-rAR/strings.xml b/app/src/main/res/values-es-rAR/strings.xml
--- a/app/src/main/res/values-es-rAR/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-es-rAR/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -530,23 +530,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Intenta conectarse automáticamente a sitios usando el protocolo de cifrado HTTPS para mayor seguridad.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Desactivado</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Sí, en todas las pestañas</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Sí, en pestañas privadas</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Conocer más</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Conocer más</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Habilitar en todas las pestañas</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Habilitar solo en pestañas privadas</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sitio seguro no disponible</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Lo más probable es que el sitio web simplemente no sea compatible con HTTPs.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Sin embargo, también es posible que un atacante esté involucrado. Si continúa al sitio web, no debe ingresar ninguna información sensible. Si continúa, el modo solo HTTPS se desactivará temporalmente para el sitio.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accesibilidad</string>
@@ -1440,7 +1440,7 @@
<string name="qr_scanner_dialog_positive">ALLOW</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DENY</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Dirección web inválida.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Aceptar</string>
@@ -1553,7 +1553,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Escanear el código</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[En tu computadora, abrí Firefox y andá a <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[En tu computadora, abrí Firefox y andá a <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Listo para escanear</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1977,7 +1977,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL a usar para la búsqueda</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Reemplazar la consulta con &quot;%s&quot;. Ejemplo:\n https://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Reemplazar la consulta con &quot;%s&quot;. Ejemplo:\n http://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalles del motor de búsqueda personalizado</string>
@@ -1987,7 +1987,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL de la API de sugerencias de búsqueda</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Guardar</string>
@@ -2079,10 +2079,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Ya existe un inicio de sesión con ese nombre de usuario</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">La dirección web debe contener &quot;https://&quot; o &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">La dirección web debe contener &quot;http://&quot; o &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Se requiere nombre de host válido</string>
Index: app/src/main/res/values-es-rCL/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-es-rCL/strings.xml b/app/src/main/res/values-es-rCL/strings.xml
--- a/app/src/main/res/values-es-rCL/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-es-rCL/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -522,23 +522,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Intenta conectarse automáticamente a sitios utilizando el protocolo de cifrado HTTPS para mayor seguridad.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">No</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Sí, en todas las pestañas</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Sí, en pestañas privadas</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Aprender más</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Aprender más</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Habilitar en todas las pestañas</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Habilitar solo en pestañas privadas</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sitio seguro no disponible</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Lo más probable es que el sitio web simplemente no sea compatible con HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Sin embargo, también es posible que un atacante esté involucrado. Si continúas al sitio web, no debes ingresar ninguna información confidencial. Si continúas, el modo Solo HTTPS se desactivará temporalmente para el sitio.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accesibilidad</string>
@@ -1416,7 +1416,7 @@
<string name="qr_scanner_dialog_positive">PERMITIR</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DENEGAR</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Dirección web no válida.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Aceptar</string>
@@ -1527,7 +1527,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Escanear el código</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Abre Firefox en tu computador y ve a <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Abre Firefox en tu computador y ve a <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Listo para escanear</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1949,7 +1949,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL a utilizar para la búsqueda</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\n https://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\n http://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalles del motor de búsqueda personalizado</string>
@@ -1959,7 +1959,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL de la API de sugerencias de búsqueda</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Reemplace la consulta con &quot;%s&quot;. Por ejemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Reemplace la consulta con &quot;%s&quot;. Por ejemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Guardar</string>
@@ -2050,10 +2050,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Ya existe una credencial con ese nombre de usuario</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">La dirección web debe contener &quot;https://&quot; o &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">La dirección web debe contener &quot;http://&quot; o &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Nombre de servidor válido requerido</string>
Index: app/src/main/res/values-es-rES/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml
--- a/app/src/main/res/values-es-rES/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-es-rES/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -530,23 +530,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Intenta conectarse automáticamente a sitios utilizando el protocolo de cifrado HTTPS para mayor seguridad.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Desactivado</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Activado en todas las pestañas</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Activado en las pestañas privadas</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Saber más</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Saber más</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Activar en todas las pestañas</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Activar solo en las pestañas privadas</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sitio seguro no disponible</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Lo más probable es que el sitio web simplemente no sea compatible con HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Sin embargo, también es posible que se trate de un atacante. Si continúas en el sitio web, no debes introducir ninguna información sensible. Si continúas, el modo Solo HTTPS se desactivará temporalmente para el sitio.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accesibilidad</string>
@@ -1445,7 +1445,7 @@
<string name="qr_scanner_dialog_positive">PERMITIR</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DENEGAR</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">La dirección web no es válida.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Aceptar</string>
@@ -1561,7 +1561,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Escanear el código</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[En tu equipo, abre Firefox y ve a <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[En tu equipo, abre Firefox y ve a <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Listo para escanear</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1989,7 +1989,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL a utilizar para la búsqueda</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\n https://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\n http://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalles del buscador personalizado</string>
@@ -1999,7 +1999,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL de la API de sugerencias de búsqueda</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Guardar</string>
@@ -2090,10 +2090,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Ya existe un inicio de sesión con ese nombre de usuario</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">La dirección web debe contener &quot;https://&quot; o &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">La dirección web debe contener &quot;http://&quot; o &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Se requiere nombre de servidor válido</string>
Index: app/src/main/res/values-es-rMX/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-es-rMX/strings.xml b/app/src/main/res/values-es-rMX/strings.xml
--- a/app/src/main/res/values-es-rMX/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-es-rMX/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -452,23 +452,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Intentar conectarse automáticamente a sitios que utilizan el protocolo de encriptación HTTPS para mayor seguridad.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Desactivado</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Activado en todas las pestañas</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Activado en pestañas privadas</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Saber más</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Saber más</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Habilitar en todas las pestañas</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Habilitar solo en pestañas privadas</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sitio seguro no disponible</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Lo más probable es que el sitio web simplemente no sea compatible con HTTPs.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Sin embargo, también es posible que un atacante esté involucrado. Si continúas en el sitio web, no debes ingresar ninguna información confidencial. Si continúas, el modo HTTPS se desactivará temporalmente para el sitio.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accesibilidad</string>
@@ -1292,7 +1292,7 @@
<string name="qr_scanner_dialog_positive">PERMITIR</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DENEGAR</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">La dirección web no es válida.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Aceptar</string>
@@ -1454,7 +1454,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Escanear el código</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[En tu computadora abre Firefox y ve a <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[En tu computadora abre Firefox y ve a <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Listo para escanear</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1874,7 +1874,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Cadena de búsqueda a usar</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\n https://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\n http://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalles del motor de búsqueda personalizado</string>
@@ -1965,11 +1965,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Ya existe un inicio de sesión con ese nombre de usuario</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">La dirección web debe contener &quot;https://&quot; o &quot;http://&quot;</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">La dirección web debe contener &quot;http://&quot; o &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Se requiere nombre de servidor válido</string>
Index: app/src/main/res/values-es/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
--- a/app/src/main/res/values-es/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-es/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -516,23 +516,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Intenta conectarse automáticamente a sitios utilizando el protocolo de cifrado HTTPS para mayor seguridad.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Desactivado</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Activado en todas las pestañas</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Activado en las pestañas privadas</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Saber más</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Saber más</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Activar en todas las pestañas</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Activar solo en las pestañas privadas</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sitio seguro no disponible</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Lo más probable es que el sitio web simplemente no sea compatible con HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Sin embargo, también es posible que se trate de un atacante. Si continúas en el sitio web, no debes introducir ninguna información sensible. Si continúas, el modo Solo HTTPS se desactivará temporalmente para el sitio.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accesibilidad</string>
@@ -1431,7 +1431,7 @@
<string name="qr_scanner_dialog_positive">PERMITIR</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DENEGAR</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">La dirección web no es válida.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Aceptar</string>
@@ -1547,7 +1547,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Escanear el código</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[En tu equipo, abre Firefox y ve a <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[En tu equipo, abre Firefox y ve a <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Listo para escanear</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1975,7 +1975,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL a utilizar para la búsqueda</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\n https://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\n http://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalles del buscador personalizado</string>
@@ -1985,7 +1985,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL de la API de sugerencias de búsqueda</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Reemplazar la consulta con “%s”. Ejemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Guardar</string>
@@ -2076,10 +2076,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Ya existe un inicio de sesión con ese nombre de usuario</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">La dirección web debe contener &quot;https://&quot; o &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">La dirección web debe contener &quot;http://&quot; o &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Se requiere nombre de servidor válido</string>
Index: app/src/main/res/values-et/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml
--- a/app/src/main/res/values-et/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-et/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -287,19 +287,19 @@
<string name="preferences_https_only_summary">Kõrgendatud turvalisuse nimel üritatakse saitidega ühenduda ainult HTTPSi krüptitud protokolli vahendusel.</string>
<!-- Summary of tracking protection preference if tracking protection is set to on -->
<string name="preferences_https_only_on" moz:removedIn="111" tools:ignore="UnusedResources">Sees</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Väljas</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Rohkem teavet</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Rohkem teavet</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Lubatakse kõigil kaartidel</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Lubatakse ainult privaatsetel kaartidel</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Turvaline sait pole saadaval</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Tõenäoliselt ei toeta see sait lihtsalt HTTPSi.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Siiski on võimalik, et sellega on seotud ka ründaja. Saidi külastamise jätkamisel ära sisesta tundliku teavet. Jätkamisel lülitatakse saidi jaoks ajutiselt ainult HTTPSi režiim välja.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Hõlbustus</string>
@@ -1046,7 +1046,7 @@
<string name="qr_scanner_dialog_positive">LUBA</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">KEELA</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Veebiaadress pole korrektne.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Olgu</string>
@@ -1169,7 +1169,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Koodi skannimine</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Ava Firefox oma arvutis ja mine aadressile <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Ava Firefox oma arvutis ja mine aadressile <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Skannimiseks valmis</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1573,7 +1573,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Kasutatav otsingustring</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Päringu asendamiseks kasuta “%s”. Näiteks \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Päringu asendamiseks kasuta “%s”. Näiteks \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Kohandatud otsingumootori üksikasjad</string>
@@ -1665,10 +1665,10 @@
<string name="voice_search_explainer">Räägi nüüd</string>
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Sellise kasutajanimega kasutajakonto on juba olemas</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Aadress peab sisaldama &quot;https://&quot; või &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Aadress peab sisaldama &quot;http://&quot; või &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Korrektne aadress on nõutud</string>
Index: app/src/main/res/values-eu/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml
--- a/app/src/main/res/values-eu/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-eu/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -517,23 +517,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Automatikoki saiatzen da guneetara konektatzen HTTPS zifratze-protokoloa erabiliz, segurtasun gehiago lortzeko.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Desaktibatuta</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Fitxa guztietan aktibatuta</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Fitxa pribatuetan aktibatuta</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Argibide gehiago</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Argibide gehiago</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Gaitu fitxa guztietan</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Gaitu fitxa pribatuetan soilik</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Gune segurua ez dago erabilgarri</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Oso litekeena da webguneak HTTPS ez onartzea.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Halere, baliteke erasotzaile bat tartean izatea. Webgunera jarraituz gero, ez zenuke kontuzko informaziorik sartu behar. Jarraitzen baduzu, HTTPS-Only modua behin-behinean desgaitu egingo da gunerako.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Erabilgarritasuna</string>
@@ -1417,7 +1417,7 @@
<string name="qr_scanner_dialog_positive">BAIMENDU</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">UKATU</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Web helbidea ez da baliozkoa.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Ados</string>
@@ -1530,7 +1530,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Eskaneatu kodea</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Ireki Firefox zure ordenagailuan eta zoaz <b>https://firefox.com/pair</b> helbidera]]></string>
+ <string name="sign_in_instructions"><![CDATA[Ireki Firefox zure ordenagailuan eta zoaz <b>http://firefox.com/pair</b> helbidera]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Eskaneatzeko prest</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1951,7 +1951,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Bilatzeko erabili beharreko URLa</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Ordezkatu galdera-katea &quot;%s&quot; testuarekin. Adibidez:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Ordezkatu galdera-katea &quot;%s&quot; testuarekin. Adibidez:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Bilaketa-motor pertsonalizatuaren xehetasunak</string>
@@ -1961,7 +1961,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Bilaketa-iradokizunen APIaren URLa</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Ordezkatu galdera &quot;%s&quot;-rekin. Adibidea:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Ordezkatu galdera &quot;%s&quot;-rekin. Adibidea:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Gorde</string>
@@ -2052,10 +2052,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Erabiltzaile-izen hori badago lehendik ere</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.adibidea.eus</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Web helbideak &quot;https://&quot; edo &quot;http://&quot; izan behar du</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.adibidea.eus</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Web helbideak &quot;http://&quot; edo &quot;http://&quot; izan behar du</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Baliozko ostalari-izena behar da</string>
Index: app/src/main/res/values-fa/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml
--- a/app/src/main/res/values-fa/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-fa/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -461,23 +461,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">به طور خودکار برای افزایش امنیت تلاش می‌کند با استفاده از شیوه‌نامهٔ رمزگذاری HTTPS به پایگاه‌ها متصل شود.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">خاموش</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">روشن در تمام زبانه‌ها</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">روشن در زبانه‌های خصوصی</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">بیشتر بدانید</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">بیشتر بدانید</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">به کار انداختن در تمام زبانه‌ها</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">فقط در زبانه‌های خصوصی به کار بیفتد</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">پایگاه امن در دسترس نیست</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">به احتمال زیاد، وبگاه از HTTPS پشتیبانی نمی‌کند.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">با این حال، همچنین ممکن است که یک ردیاب، درگیر باشد. اگر به وبگاه ادامه می‌دهید، نباید هیچ اطلاعات حساسی را وارد کنید. اگر ادامه دهید، حالت فقط-HTTPS به طور موقت برای پایگاه خاموش می‌شود.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">دسترسی‌پذیری</string>
@@ -1324,7 +1324,7 @@
<string name="qr_scanner_dialog_positive">اجازه دادن</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ردکردن</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">نشانی وب معتبر نیست.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">تأیید</string>
@@ -1432,7 +1432,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">اسکن کد</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[در رایانه خود Firefox را باز کرده و به <b> https://firefox.com/pair </b> بروید]]></string>
+ <string name="sign_in_instructions"><![CDATA[در رایانه خود Firefox را باز کرده و به <b> http://firefox.com/pair </b> بروید]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">آمادهٔ اسکن</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1855,7 +1855,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">نشانی برای استفاده برای جست‌وجو</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">درخواست را با “%s” جایگزین کنید. مثال: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">درخواست را با “%s” جایگزین کنید. مثال: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">جزئیات موتور جست‌وجو سفارشی</string>
@@ -1954,10 +1954,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">ورود با آن نام کاربری که قبلا وجود داشته است</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">نشانی باید شامل «https://‎» یا «http://‎» باشد</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">نشانی باید شامل «http://‎» یا «http://‎» باشد</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">نام میزبان معتبر مورد نیاز است</string>
Index: app/src/main/res/values-ff/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ff/strings.xml b/app/src/main/res/values-ff/strings.xml
--- a/app/src/main/res/values-ff/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ff/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -232,7 +232,7 @@
<!-- Preference for adding private browsing shortcut -->
<string name="preferences_add_private_browsing_shortcut">Ɓeydu sodorde banngogol suturo</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Ñifol</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Keɓogol</string>
@@ -939,7 +939,7 @@
<string name="sync_scan_code">Niiwto kod oo</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[E ordinateer maa, uddit Firefox e yah to <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[E ordinateer maa, uddit Firefox e yah to <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Hebiima niiwtaade</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1206,10 +1206,10 @@
<!-- Voice search prompt description displayed after the user presses the voice search button -->
<string name="voice_search_explainer">Haal jooni</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.yeru.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Ñiiɓirde geese ena foti waɗde &quot;https://&quot; or &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.yeru.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Ñiiɓirde geese ena foti waɗde &quot;http://&quot; or &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Innde lowre jaalɗunde ena waɗɗii</string>
Index: app/src/main/res/values-fi/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml
--- a/app/src/main/res/values-fi/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-fi/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -530,23 +530,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Yrittää muodostaa automaattisesti yhteyden sivustoihin käyttämällä salattua HTTPS-protokollaa turvallisuuden parantamiseksi.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Pois</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Kaikissa välilehdissä</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Yksityisissä välilehdissä</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Lue lisää</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Lue lisää</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Käytä kaikissa välilehdissä</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Käytä vain yksityisissä välilehdissä</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Suojattu sivusto ei saatavilla</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Todennäköisesti sivusto ei tue HTTPS:ää.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">On kuitenkin myös mahdollista, että hyökkäävä taho on läsnä. Jos jatkat verkkosivustolle, älä anna arkaluonteisia tietoja. Jos jatkat, &quot;Vain HTTPS&quot;-tila poistetaan väliaikaisesti käytöstä sivustolta.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Saavutettavuus</string>
@@ -1432,7 +1432,7 @@
<string name="qr_scanner_dialog_positive">SALLI</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ESTÄ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Verkko-osoite ei ole kelvollinen.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1548,7 +1548,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Skannaa koodi</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Avaa Firefox tietokoneellasi ja siirry sivulle <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Avaa Firefox tietokoneellasi ja siirry sivulle <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Valmiina skannaamaan</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1973,7 +1973,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL-osoite, jota käytetään haussa</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Korvaa kysely käyttäen ”%s”. Esimerkki:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Korvaa kysely käyttäen ”%s”. Esimerkki:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Mukautetun hakukoneen tiedot</string>
@@ -1983,7 +1983,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Hakuehdotuksen rajapinnan URL-osoite</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Korvaa kysely merkkijonolla “%s”. Esimerkki:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Korvaa kysely merkkijonolla “%s”. Esimerkki:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Tallenna</string>
@@ -2075,10 +2075,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Kirjautumistieto tällä käyttäjänimellä on jo olemassa</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Verkkosivun osoitteen tulee sisältää &quot;https://&quot; tai &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Verkkosivun osoitteen tulee sisältää &quot;http://&quot; tai &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Kelvollinen isäntänimi vaaditaan</string>
Index: app/src/main/res/values-fr/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
--- a/app/src/main/res/values-fr/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-fr/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -526,23 +526,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Essayer de se connecter automatiquement aux sites en utilisant le protocole de chiffrement HTTPS pour une sécurité accrue.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Désactivé</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Activé dans tous les onglets</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Activé dans les onglets privés</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">En savoir plus</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">En savoir plus</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Activer dans tous les onglets</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Activer uniquement dans les onglets privés</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Site sécurisé non disponible</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Très probablement, le site web ne prend tout simplement pas en charge HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Il est cependant aussi possible quil sagisse dune attaque. Si vous poursuiviez vers ce site web, vous ne devriez saisir aucune donnée sensible. Si vous continuez, le mode HTTPS uniquement sera désactivé temporairement pour ce site.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibilité</string>
@@ -1444,7 +1444,7 @@
<string name="qr_scanner_dialog_positive">AUTORISER</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">REFUSER</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Adresse web non valide.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1559,7 +1559,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scanner le code</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Sur votre ordinateur, ouvrez Firefox et accédez à <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Sur votre ordinateur, ouvrez Firefox et accédez à <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Prêt·e à scanner</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1980,7 +1980,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL à utiliser pour les recherches</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Remplacer les termes de la recherche par « %s ». Par exemple :\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Remplacer les termes de la recherche par « %s ». Par exemple :\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Détails du moteur de recherche personnalisé</string>
@@ -1990,7 +1990,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL de lAPI de suggestions de recherche</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Remplacez la requête par « %s ». Exemple :\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Remplacez la requête par « %s ». Exemple :\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Enregistrer</string>
@@ -2081,10 +2081,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Un identifiant avec ce nom dutilisateur existe déjà</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Ladresse web doit contenir « https:// » ou « http:// ».</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Ladresse web doit contenir « http:// » ou « http:// ».</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Un nom dhôte valide est requis</string>
Index: app/src/main/res/values-fur/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-fur/strings.xml b/app/src/main/res/values-fur/strings.xml
--- a/app/src/main/res/values-fur/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-fur/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -522,25 +522,25 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Al cîr di conetisi in automatic ai sîts doprant il protocol di cifradure HTTPS par vê une sigurece miorade.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Disativade</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Ativade in dutis lis schedis</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Ativade tes schedis privadis</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Plui informazions</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Plui informazions</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Ative in dutis lis schedis</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Ative dome in schedis privadis</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Version sigure dal sît no disponibile</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Al è probabil che il sît web nol supuarti HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Dut câs al è ancje pussibil che al sedi un tentatîf di atac. Se tu continuis su chest sît web, no tu varessis di inserî nissune informazion sensibile. Se tu continuis, la modalitât dome-HTTPS e vignarà disativade in mût temporani par chest sît.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Acessibilitât</string>
@@ -1425,7 +1425,7 @@
<string name="qr_scanner_dialog_positive">PERMET</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DINEE</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Direzion web no valide.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Va ben</string>
@@ -1538,7 +1538,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scansione il codiç</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Sul to computer vierç Firefox e va su <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Sul to computer vierç Firefox e va su <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Pront par scansionâ</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1952,7 +1952,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL di doprâ pe ricercje</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Sostituìs il test de ricercje cun “%s”. Esempli:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Sostituìs il test de ricercje cun “%s”. Esempli:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detais dal motôr di ricercje personalizât</string>
@@ -1961,7 +1961,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL de API pai sugjeriments di ricercje</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Sostituìs la clâf di ricercje cun “%s”. Esempli:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Sostituìs la clâf di ricercje cun “%s”. Esempli:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Salve</string>
@@ -2051,10 +2051,10 @@
<string name="voice_search_explainer">Cjacare cumò</string>
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">E esist za une credenziâl cun chel non utent</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.esempli.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">La direzion web e scugne contignî “https://” o “http://”</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.esempli.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">La direzion web e scugne contignî “http://” o “http://”</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Al è necessari un non di servidôr valit</string>
Index: app/src/main/res/values-fy-rNL/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-fy-rNL/strings.xml b/app/src/main/res/values-fy-rNL/strings.xml
--- a/app/src/main/res/values-fy-rNL/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-fy-rNL/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -513,23 +513,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Probearret foar in bettere befeiliging automatysk mei it HTTPS-fersiferingsprotokol ferbining te meitsjen mei websites.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Ut</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Oan yn alle ljepblêden</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Oan yn priveeljepblêden</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Mear ynfo</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Mear ynfo</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Yn alle ljepblêden ynskeakelje</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Allinnich yn priveeljepblêden ynskeakelje</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Befeilige website net beskikber</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Heechst wierskynlik stipet de website ienfâldichwei gjin HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">It is lykwols ek mooglik dat der in oanfaller by belutsen is. As jo trochgean nei de webside, moatte jo gjin gefoelige ynformaasje ynfiere. As jo trochgean, sil Allinnich-HTTPS-modus tydlik útskeakele wurde foar de website.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Tagonklikheid</string>
@@ -1403,7 +1403,7 @@
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">WEGERJE</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Webadres net jildich.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1514,7 +1514,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">De koade scanne</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Iepenje Firefox op jo kompjûter en gean nei <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Iepenje Firefox op jo kompjûter en gean nei <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Ree om te scannen</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1938,7 +1938,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Foar de sykopdracht te brûken URL</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Sykfraach ferfange troch %s. Bygelyks: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Sykfraach ferfange troch %s. Bygelyks: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Details oanpaste sykmasine</string>
@@ -1948,7 +1948,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">API-URL foar syksuggestje</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Ferfang sykopdracht mei %s. Foarbyld:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Ferfang sykopdracht mei %s. Foarbyld:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Bewarje</string>
@@ -2039,10 +2039,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Der bestiet al in oanmelding mei dy brûkersnamme</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">It webadres moat https:// of http:// befetsje</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">It webadres moat http:// of http:// befetsje</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Jildige hostnamme fereaske</string>
Index: app/src/main/res/values-ga-rIE/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ga-rIE/strings.xml b/app/src/main/res/values-ga-rIE/strings.xml
--- a/app/src/main/res/values-ga-rIE/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ga-rIE/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -630,7 +630,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scan an cód</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Oscail Firefox ar do ríomhaire agus tabhair cuairt ar <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Oscail Firefox ar do ríomhaire agus tabhair cuairt ar <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Réidh le scanadh</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -813,7 +813,7 @@
<string name="search_add_custom_engine_search_string_hint">Teaghrán cuardaigh</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string formatted="false" name="search_add_custom_engine_search_string_example">Cuir “%s” in áit an iarratais. Mar shampla:\nhttps://www.google.com/search?q=%s</string>
+ <string formatted="false" name="search_add_custom_engine_search_string_example">Cuir “%s” in áit an iarratais. Mar shampla:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Text shown when a user leaves the name field empty -->
<string name="search_add_custom_engine_error_empty_name">Cuir ainm an innill cuardaigh isteach</string>
Index: app/src/main/res/values-gd/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-gd/strings.xml b/app/src/main/res/values-gd/strings.xml
--- a/app/src/main/res/values-gd/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-gd/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -463,23 +463,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Nì seo oidhirp leis fhèin ceangal a dhèanamh ri làraichean le pròtacal crioptachadh HTTPS airson tèarainteachd a bharrachd.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Dheth</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Anns gach taba</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Ann an tabaichean prìobhaideach</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Barrachd fiosrachaidh</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Barrachd fiosrachaidh</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Cuir an comas air gach taba</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Na cuir an comas ach ann an tabaichean prìobhaideach</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Chan eil tionndadh tèarainte dhen làrach ri fhaighinn</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Tha sinn an dùil nach cuir an làrach taic ri HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Ge-tà, dhfhaoidte gu bheil neach-ionnsaigh na lùib ann. Ma leanas tu air adhart gun làrach-lìn, na cuir a-steach fiosrachadh dìomhair sam bith. Ma leanas tu air adhart, thèid am modh HTTPS a-mhàin a chur dheth gu sealach air an làrach ud.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">So-ruigsinneachd</string>
@@ -1297,7 +1297,7 @@
<string name="qr_scanner_dialog_positive">CEADAICH</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DIÙLT</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Chan e seòladh dligheach a th ann.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Ceart ma-thà</string>
@@ -1460,7 +1460,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Sganaich an còd</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Fosgail Firefox air a choimpiutair agad is tadhail air <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Fosgail Firefox air a choimpiutair agad is tadhail air <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Deiseil airson sganadh</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1889,7 +1889,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2" tools:ignore="UnusedResources">An URL a thèid a chleachdadh airson lorg</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Cuir “%s” an àite na ceist. Ball-eisimpleir:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Cuir “%s” an àite na ceist. Ball-eisimpleir:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Mion-fhiosrachadh an einnsein-luirg ghnàthaichte</string>
@@ -1984,10 +1984,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Tha clàradh a-steach ann mu thràth aig a bheil an t-ainm-cleachdaiche seo</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Feumaidh “https://” no “http://” a bhith ann an seòlaidhean-lìn</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Feumaidh “http://” no “http://” a bhith ann an seòlaidhean-lìn</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Tha feum air ainm òstair dligheach</string>
Index: app/src/main/res/values-gl/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml
--- a/app/src/main/res/values-gl/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-gl/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -518,23 +518,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Tenta conectarse automaticamente a sitios mediante o protocolo de cifrado HTTPS para aumentar a seguridade.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Desactivado</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Activado en todas as lapelas</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Activado nas lapelas privadas</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Máis información</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Máis información</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Activar en todas as lapelas</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Activar só nas lapelas privadas</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sitio seguro non dispoñible</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">O máis probable é que o sitio web simplemente non admite HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Non obstante, tamén é posible que estea implicado un atacante. Se continúas ao sitio web, non debes introducir ningunha información confidencial. Se continúas, o modo só HTTPS desactivarase temporalmente para o sitio.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accesibilidade</string>
@@ -1403,7 +1403,7 @@
<string name="qr_scanner_dialog_positive">PERMITIR</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DENEGAR</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">O enderezo web é incorrecto.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Aceptar</string>
@@ -1518,7 +1518,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Escanear o código</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[No seu computador, abra o Firefox e vaia a <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[No seu computador, abra o Firefox e vaia a <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Listo para escanear</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1933,7 +1933,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL para usar para a busca</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Substitúír a consulta por «%s». Exemplo:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Substitúír a consulta por «%s». Exemplo:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalles do motor de busca personalizado</string>
@@ -1942,7 +1942,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL da API de suxestións de busca</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Substituír a consulta por «%s». Exemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Substituír a consulta por «%s». Exemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Gardar</string>
@@ -2033,10 +2033,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Xa existe un inicio de sesión con ese nome</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://sitio.example</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">O enderezo web debe conter «https://» ou «http://»</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://sitio.example</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">O enderezo web debe conter «http://» ou «http://»</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Requírese un nome de servidor válido</string>
Index: app/src/main/res/values-gn/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-gn/strings.xml b/app/src/main/res/values-gn/strings.xml
--- a/app/src/main/res/values-gn/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-gn/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -531,23 +531,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Eñehaã eike hag̃ua tendakuérape eiporúvo pe taperekoite HTTPS ipapapýva tekorosãverã.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Mboguepyre</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Hendýma opaite tendayképe</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Hendýma tendayke ñemíme</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Kuaave</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Kuaave</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Embojuruja opaite tendayképe</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Embojuruja tendayke ñemiguápe</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Tenda rekorosã oñembotýva</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Pe ikatúva hína ñanduti renda ndojokupytypái HTTPS ndive.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Upéicharamo jepe, ikatu avei peteĩ mbaevaiapoha. Eime meméramo ñanduti rendápe, aníke emoinge marandu emombaevéva. Eiméramo pype, pe HTTPS ayvu añoite omboguéta sapyaite pe tendápe g̃uarã.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Jeikekuaaha</string>
@@ -1448,7 +1448,7 @@
<string name="qr_scanner_dialog_positive">MONEĨ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">MBOTOVE</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Pe kundaharape ndoikói.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">MONEĨ</string>
@@ -1562,7 +1562,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Emohaãnga ayvu</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Ne mohendahápe, eike Firefox-pe ha eho <b>https://firefox.com/pair</b>-pe]]></string>
+ <string name="sign_in_instructions"><![CDATA[Ne mohendahápe, eike Firefox-pe ha eho <b>http://firefox.com/pair</b>-pe]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Ikatúma emohaãnga</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1997,7 +1997,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL eiporukuaáva eheka hag̃ua</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Emoambue porandu “%s” ndive. Techapyrã:https://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Emoambue porandu “%s” ndive. Techapyrã:http://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Mbaemimi jehekaha mongueha mboavapyre</string>
@@ -2007,7 +2007,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">API URL ñemoñeẽ jehekarã</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Emyengovia porandu “%s” ndive. Techapyrã:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Emyengovia porandu “%s” ndive. Techapyrã:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Ñongatu</string>
@@ -2100,11 +2100,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Oĩma tembiapo ñepyrũ poruhára réra peichagua</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Ñanduti kundaharape orekovaerã &quot;https://&quot; térã &quot;http://&quot;</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Ñanduti kundaharape orekovaerã &quot;http://&quot; térã &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Mohendahavusu réra oikóva jerurepyre</string>
Index: app/src/main/res/values-gu-rIN/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-gu-rIN/strings.xml b/app/src/main/res/values-gu-rIN/strings.xml
--- a/app/src/main/res/values-gu-rIN/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-gu-rIN/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -890,7 +890,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">કોડ સ્કેન કરો</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[તમારા કમ્પ્યુટર પર Firedox ખોલો અને <b>https://firefox.com/pair</b> પર જાઓ]]></string>
+ <string name="sign_in_instructions"><![CDATA[તમારા કમ્પ્યુટર પર Firedox ખોલો અને <b>http://firefox.com/pair</b> પર જાઓ]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">સ્કેન કરવા માટે તૈયાર છે</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1118,7 +1118,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">વાપરવા માટે શોધ શબ્દમાળા</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">ક્વેરીને “%s”થી બદલો. ઉદાહરણ:\n https://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">ક્વેરીને “%s”થી બદલો. ઉદાહરણ:\n http://leosearch.ddns.net/search?q=%s</string>
<!-- Text for the button to learn more about adding a custom search engine -->
<string name="search_add_custom_engine_learn_more_label">વધુ શીખો</string>
Index: app/src/main/res/values-hi-rIN/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-hi-rIN/strings.xml b/app/src/main/res/values-hi-rIN/strings.xml
--- a/app/src/main/res/values-hi-rIN/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-hi-rIN/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -944,7 +944,7 @@
<string name="qr_scanner_dialog_positive">अनुमति दें</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">मना करें</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">वेब पता वैध नहीं है.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ठीक है</string>
@@ -1093,7 +1093,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">कोड को स्कैन करें</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[अपने कंप्यूटर पर Firefox खोलें और <b> https://firefox.com/pair </ b> पर जाएं]]></string>
+ <string name="sign_in_instructions"><![CDATA[अपने कंप्यूटर पर Firefox खोलें और <b> http://firefox.com/pair </ b> पर जाएं]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">स्कैन करने के लिए तैयार है</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1380,7 +1380,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">उपयोग के लिए स्ट्रिंग खोजें</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string formatted="false" name="search_add_custom_engine_search_string_example">“%s” से प्रश्न बदले। उदाहरण:\nhttps://www.google.com/search?q=%s</string>
+ <string formatted="false" name="search_add_custom_engine_search_string_example">“%s” से प्रश्न बदले। उदाहरण:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">अनुकूल खोज इंजन विवरण</string>
@@ -1484,10 +1484,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">एक लॉगिन इस उपयोगकर्ता नाम के साथ मौजूद है</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">वेब पते में &quot;https://&quot; या &quot;http://&quot; होना चाहिए</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">वेब पते में &quot;http://&quot; या &quot;http://&quot; होना चाहिए</string>
<!-- Synced Tabs -->
<!-- Text displayed to ask user to connect another device as no devices found with account -->
Index: app/src/main/res/values-hr/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml
--- a/app/src/main/res/values-hr/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-hr/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -471,23 +471,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Automatski se pokušava povezati s web stranicama pomoću HTTPS protokola za šifriranje radi povećane sigurnosti.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Isključeno</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Uključeno u svim karticama</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Uključeno u privatnim karticama</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Saznaj više</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Saznaj više</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Omogući u svim karticama</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Omogući samo u privatnim karticama</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sigurna stranica nije dostupna</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Web stranica najvjerojatnije ne podržava HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Međutim, također je moguće da je napadač upleten. Ako nastavite do web stranice, ne biste trebali unositi osjetljive podatke. Ako nastavite, način rada HTTPS-Only biti će privremeno isključen za ovu web stranicu.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Pristupačnost</string>
@@ -1351,7 +1351,7 @@
<string name="qr_scanner_dialog_positive">DOZVOLI</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ZABRANI</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Web-adresa nije ispravna.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">U redu</string>
@@ -1519,7 +1519,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Skeniraj kȏd</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Na računalu otvori Firefox i idi na <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Na računalu otvori Firefox i idi na <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Spremno za skeniranje</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1948,7 +1948,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL koji će se koristiti za pretraživanje</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Zamijeni upit s „%s”. Primjer:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Zamijeni upit s „%s”. Primjer:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalji prilagođene tražilice</string>
@@ -1960,7 +1960,7 @@
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example" formatted="false" moz:RemovedIn="118" tools:ignore="UnusedResources">Zamijenite upit s “%s”. Na primjer:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Zamijenite upit s “%s”. Na primjer:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Zamijenite upit s “%s”. Na primjer:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Spremi</string>
@@ -2052,10 +2052,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Prijava s tim korisničkim imenom već postoji</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Web-adresa mora sadržavati &quot;https://&quot; ili &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Web-adresa mora sadržavati &quot;http://&quot; ili &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Valjana domena je potrebna</string>
Index: app/src/main/res/values-hsb/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-hsb/strings.xml b/app/src/main/res/values-hsb/strings.xml
--- a/app/src/main/res/values-hsb/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-hsb/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -523,23 +523,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Pospytuje z pomocu zaklučowanskeho protokola HTTPS za powyšenu wěstotu awtomatisce ze sydłami zwjazać.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Wupinjeny</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">We wšěch rajtarkach zmóžnjene</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">W priwatnych rajtarkach zmóžnjene</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Dalše informacije</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Dalše informacije</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">We wšěch rajtarkach zmóžnić</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Jenož w priwatnych rajtarkach zmóžnić</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Wěste sydło k dispoziciji njeje</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Najskerje websydło prosće HTTPS njepodpěruje.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Je pak tež móžno, zo so wo nadběh jedna. Jeli websydło najebać toho wopytujeće, wy njeměł sensibelne informacije zapodać. Jeli pokročujeće, so modus Jenož-HTTPS nachwilu za sydło znjemóžni.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Bjezbarjernosć</string>
@@ -1425,7 +1425,7 @@
<string name="qr_scanner_dialog_positive">DOWOLIĆ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">WOTPOKAZAĆ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Webadresa płaćiwa njeje.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">W porjadku</string>
@@ -1536,7 +1536,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Kod skenować</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Wočińće Firefox na swojim ličaku a dźiće k <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Wočińće Firefox na swojim ličaku a dźiće k <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Hotowy za skenowanje</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1961,7 +1961,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL, kotryž so ma za pytanje wužiwać</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Naprašowanje z „%s“ wuměnić. Přikład: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Naprašowanje z „%s“ wuměnić. Přikład: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Podrobnosće swójskeje pytawy</string>
@@ -1971,7 +1971,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL za API za pytanske namjety</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Wuměńće wotprašowanje z “%s”. Na přikład:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Wuměńće wotprašowanje z “%s”. Na přikład:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Składować</string>
@@ -2062,10 +2062,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Přizjewjenje z tym wužiwarskim mjenom hižo eksistuje.</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Webadresa dyrbi „https://“ abo „http://“ wobsahować</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Webadresa dyrbi „http://“ abo „http://“ wobsahować</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Płaćiwe hostmjeno trěbne</string>
Index: app/src/main/res/values-hu/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml
--- a/app/src/main/res/values-hu/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-hu/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -511,23 +511,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Automatikusan HTTPS titkosítási protokoll használatával próbál meg csatlakozni a webhelyekhez a fokozott biztonság érdekében.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Ki</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Az összes lapon</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Csak privát lapokon</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">További tudnivalók</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">További tudnivalók</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Engedélyezés az összes lapon</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Engedélyezés csak a privát lapokon</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Biztonságos webhely nem érhető el</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Valószínűleg a webhely egyszerűen nem támogatja a HTTPS-t.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Az is lehetséges azonban, hogy egy támadó van a dologban. Ha továbblép a webhelyre, ne adjon meg semmilyen bizalmas információt. Ha folytatja, a Csak HTTPS mód ideiglenesen ki lesz kapcsolva a webhelyen.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Akadálymentesítés</string>
@@ -1413,7 +1413,7 @@
<string name="qr_scanner_dialog_positive">ENGEDÉLYEZÉS</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ELUTASÍTÁS</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">A webcím érvénytelen.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1527,7 +1527,7 @@
<string name="sync_scan_code">Olvassa le a kódot</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[A számítógépen nyissa meg a Firefoxot, és ugorjon a <b>https://firefox.com/pair</b> oldalra]]></string>
+ <string name="sign_in_instructions"><![CDATA[A számítógépen nyissa meg a Firefoxot, és ugorjon a <b>http://firefox.com/pair</b> oldalra]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Leolvasásra kész</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1951,7 +1951,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">A kereséshez használandó webcím</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">A keresés cseréje erre: „%s”. Példa:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">A keresés cseréje erre: „%s”. Példa:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Egyéni keresőszolgáltatás részletei</string>
@@ -1961,7 +1961,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Keresési javaslati API webcíme</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Cserélje a lekérdezést erre: „%s”. Példa:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Cserélje a lekérdezést erre: „%s”. Példa:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Mentés</string>
@@ -2052,10 +2052,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Már létezik bejelentkezés ezzel a felhasználónévvel.</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">A webcímnek tartalmaznia kell ezek egyikét: „https:” vagy „http://”</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">A webcímnek tartalmaznia kell ezek egyikét: „http:” vagy „http://”</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Érvényes gépnév szükséges</string>
Index: app/src/main/res/values-hy-rAM/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-hy-rAM/strings.xml b/app/src/main/res/values-hy-rAM/strings.xml
--- a/app/src/main/res/values-hy-rAM/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-hy-rAM/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -507,23 +507,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Ինքնաշխատ կերպով փորձում է միանալ կայքերին՝ օգտագործելով HTTPS գաղտնագրման արձանագրությունը՝ անվտանգության բարձրացման համար:</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Անջ.</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Բոլոր ներդիրներում</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Բոլոր Գաղտնի ներդիրներում</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Իմանալ ավելին</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Իմանալ ավելին</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Միացնել բոլոր ներդիրներում</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Միացնել միայն մասնավոր ներդիրներում</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Անվտանգ կայքը հասանելի չէ</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Ամենայն հավանականությամբ կայքը պարզապես չի աջակցում HTTPS:</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Այնուամենայնիվ, հնարավոր է նաև, որ հարձակվող է ներգրավված: Եթե շարունակեք այցելել կայք, չպետք է մուտքագրեք որևէ զգայուն տեղեկատվություն: Եթե շարունակեք, ապա կայքի համար ժամանակավորապես կանջատվի միայն HTTPS-ի ռեժիմը:</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Մատչելիություն</string>
@@ -1402,7 +1402,7 @@
<string name="qr_scanner_dialog_positive">ԹՈՒՅԼԱՏՐԵԼ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ԱՐԳԵԼԵԼ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Հասցեն վավեր չէ:</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Լավ</string>
@@ -1513,7 +1513,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Սկանավորել կոդը</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Ձեր համակարգչում բացեք Firefox-ը և անցեք <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Ձեր համակարգչում բացեք Firefox-ը և անցեք <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Պատրաստ է սկանավորել</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1934,7 +1934,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Որոնման համար օգտագործվող URL-ն</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Հարցումը փոխարինել “%s”-ով: Օրինակ՝ \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Հարցումը փոխարինել “%s”-ով: Օրինակ՝ \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Հարմարեցված որոնիչի մանրամասներ</string>
@@ -1943,7 +1943,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Որոնել առաջարկություն API URL</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Փոխել հարցումը “%s”-ով: Օրինակ՝ \nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Փոխել հարցումը “%s”-ով: Օրինակ՝ \nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Պահել</string>
@@ -2034,10 +2034,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Այդ անունով մուտքանուն արդեն գոյություն ունի</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Վեբ հասցեն պետք է պարունակի &quot;https://&quot; կամ &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Վեբ հասցեն պետք է պարունակի &quot;http://&quot; կամ &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Վավեր հոսթի անուն է պահանջվում</string>
Index: app/src/main/res/values-ia/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ia/strings.xml b/app/src/main/res/values-ia/strings.xml
--- a/app/src/main/res/values-ia/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ia/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -528,23 +528,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Automaticamente tenta de connecter se al sitos per le protocollo de cryptation HTTPS pro major securitate.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Disactivar</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Sur tote le schedas</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Sur tote le schedas private</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Pro saper plus</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Pro saper plus</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Activar in tote le schedas</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Activar solo in schedas private</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sito secur non disponibile</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Multo probabilemente, le sito web simplemente non supporta HTTPs.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Existe totevia le possibilitate que es implicate un attaccante. Si tu continua al sito web, tu deberea evitar de inserer alcun information sensibile. Si tu continua, le modalitate solo HTTPS essera temporarimente disactivate pro iste sito.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibilitate</string>
@@ -1456,7 +1456,7 @@
<string name="qr_scanner_dialog_positive">PERMITTER</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">NEGAR</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Adresse web non valide.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1571,7 +1571,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scannar le codice</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Aperi Firefox sur tu computator e va a <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Aperi Firefox sur tu computator e va a <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Preste a scannar</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -2004,7 +2004,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL a usar pro le recerca</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Replaciar le recerca con “%s”. Exemplo:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Replaciar le recerca con “%s”. Exemplo:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalios del motor de recerca personalisate</string>
@@ -2014,7 +2014,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL API de suggestion de recerca</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Supplantar le clave de recerca con “%s”. Exemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Supplantar le clave de recerca con “%s”. Exemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Salvar</string>
@@ -2107,11 +2107,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Un credential con ille nomine de usator existe jam</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Un adresse web debe continer &quot;https://&quot; o &quot;http://&quot;</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Un adresse web debe continer &quot;http://&quot; o &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Un nomine valide de servitor es requirite</string>
Index: app/src/main/res/values-in/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml
--- a/app/src/main/res/values-in/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-in/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -467,23 +467,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Secara otomatis mencoba terhubung ke situs menggunakan protokol enkripsi HTTPS untuk meningkatkan keamanan.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Mati</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Aktif di semua tab</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Aktif di tab pribadi</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Pelajari lebih lanjut</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Pelajari lebih lanjut</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Aktifkan di semua tab</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Hanya aktifkan di tab pribadi</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Situs aman tidak tersedia</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Kemungkinan besar, situs ini tidak mendukung HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Namun, ada juga kemungkinan seorang penyerang terlibat. Jika melanjutkan ke situs web, Anda tidak boleh memasukkan info sensitif apa pun. Jika dilanjutkan, mode Hanya HTTPS akan dinonaktifkan sementara untuk situs ini.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Aksesibilitas</string>
@@ -1329,7 +1329,7 @@
<string name="qr_scanner_dialog_positive">IZINKAN</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">TOLAK</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Alamat web tidak valid.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1493,7 +1493,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Pindai kode</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Buka Firefox di komputer Anda lalu buka <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Buka Firefox di komputer Anda lalu buka <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Siap memindai</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1911,7 +1911,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL yang digunakan untuk pencarian</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Ganti kueir dengan “%s”. Contoh:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Ganti kueir dengan “%s”. Contoh:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Rincian mesin pencari kustom</string>
@@ -2012,10 +2012,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Sebuah info masuk dengan nama pengguna tersebut sudah ada</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Alamat web harus berisi &quot;https://&quot; atau &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Alamat web harus berisi &quot;http://&quot; atau &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Nama host yang valid diperlukan</string>
Index: app/src/main/res/values-is/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-is/strings.xml b/app/src/main/res/values-is/strings.xml
--- a/app/src/main/res/values-is/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-is/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -524,23 +524,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Reynir sjálfkrafa að tengjast vefsvæðum með HTTPS dulritunareglum til að auka öryggi.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Óvirkt</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Virkt í öllum flipum</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Virkt í huliðsflipum</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Frekari upplýsingar</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Frekari upplýsingar</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Virkja í öllum flipum</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Virkja eingöngu í huliðsflipum</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Öruggt vefsvæði ekki tiltækt</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Líklegast styður vefsvæðið einfaldlega ekki HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Hins vegar er líka mögulegt að árás hafi verið gerð. Ef þú heldur áfram á vefsvæðið ættir þú ekki að setja inn neinar viðkvæmar upplýsingar. Ef þú heldur áfram verður slökkt tímabundið á Einungis-HTTPS-ham fyrir vefsvæðið.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Aðgengileiki</string>
@@ -1415,7 +1415,7 @@
<string name="qr_scanner_dialog_positive">LEYFA</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">HAFNA</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Veffang ekki gilt.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Í lagi</string>
@@ -1526,7 +1526,7 @@
<string name="sync_scan_code">Skanna QR kóða</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Opnaðu Firefox á tölvunni þinni og farðu inná <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Opnaðu Firefox á tölvunni þinni og farðu inná <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Tilbúið til skönnunar</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1946,7 +1946,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Slóð til að nota fyrir leit</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Skipta út fyrirspurninni með “%s”. Dæmi:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Skipta út fyrirspurninni með “%s”. Dæmi:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Upplýsingar um sérsniðnar leitarvélar</string>
@@ -1955,7 +1955,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Slóð á API-kerfisviðmót tillagna við leit</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Skipta fyrirspurn út fyrir “%s”. Dæmi:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Skipta fyrirspurn út fyrir “%s”. Dæmi:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Vista</string>
@@ -2047,10 +2047,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Innskráning með þessu notandanafni er þegar til</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Veffang verður að innihalda &quot;https://&quot; or &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Veffang verður að innihalda &quot;http://&quot; or &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Gilt hýsingarheiti er nauðsynlegt</string>
Index: app/src/main/res/values-it/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
--- a/app/src/main/res/values-it/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-it/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -530,23 +530,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Tenta automaticamente la connessione ai siti utilizzando il protocollo di crittografia HTTPS per una maggiore sicurezza.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Disattivata</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Attiva in tutte le schede</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Attiva nelle schede anonime</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Ulteriori informazioni</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Ulteriori informazioni</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Attiva in tutte le schede</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Attiva solo in schede anonime</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Versione sicura del sito non disponibile</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Molto probabilmente il sito non supporta HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Esiste tuttavia la possibilità che si tratti di un tentativo di attacco. Se decidi di accedere comunque al sito web, dovresti evitare di inserire informazioni sensibili. Proseguendo, la modalità solo HTTPS verrà temporaneamente disattivata per questo sito.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibilità</string>
@@ -1453,7 +1453,7 @@
<string name="qr_scanner_dialog_positive">CONSENTI</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">NEGA</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Indirizzo web non valido.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1568,7 +1568,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scansiona il codice</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Apri Firefox sul computer e vai su <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Apri Firefox sul computer e vai su <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Pronto per la scansione</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1994,7 +1994,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL da utilizzare per la ricerca</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Sostituire la chiave di ricerca con “%s”. Esempio:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Sostituire la chiave di ricerca con “%s”. Esempio:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Informazioni sul motore di ricerca personalizzato</string>
@@ -2004,7 +2004,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL dellAPI per suggerimenti di ricerca</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Sostituire la chiave di ricerca con “%s”. Esempio:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Sostituire la chiave di ricerca con “%s”. Esempio:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Salva</string>
@@ -2095,10 +2095,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Esistono già credenziali con questo nome utente</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Lindirizzo web deve contenere “https://” o “http://”</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Lindirizzo web deve contenere “http://” o “http://”</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">È necessario inserire un nome server valido</string>
Index: app/src/main/res/values-iw/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml
--- a/app/src/main/res/values-iw/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-iw/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -451,23 +451,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">מנסה להתחבר באופן אוטומטי לאתרים באמצעות פרוטוקול ההצפנה HTTPS לצורך אבטחה מוגברת.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">כבוי</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">פעיל בכל האתרים</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">פעיל בלשוניות פרטיות</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">מידע נוסף</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">מידע נוסף</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">הפעלה בכל הלשוניות</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">הפעלה בלשוניות פרטיות בלבד</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">אתר מאובטח אינו זמין</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">סביר להניח שהאתר פשוט אינו תומך ב־HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">יחד עם זאת, ייתכן שיש גם גורם זדוני בתמונה. היה ובחרת להמשיך לאתר, אין להזין מידע רגיש. המשך לאתר יבטל באופן זמני את מצב HTTPS בלבד עבור האתר.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">נגישות</string>
@@ -1347,7 +1347,7 @@
<string name="qr_scanner_dialog_positive">לאפשר</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">לחסום</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">כתובת האתר לא חוקית.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">אישור</string>
@@ -1459,7 +1459,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">סריקת הקוד</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[במחשב שלך יש לפתוח את Firefox ולעבור לכתובת <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[במחשב שלך יש לפתוח את Firefox ולעבור לכתובת <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">מוכן לסריקה</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1881,7 +1881,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">כתובת URL לשימוש לחיפוש</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">יש להחליף את השאילתה עם ״%s״. לדוגמה:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">יש להחליף את השאילתה עם ״%s״. לדוגמה:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">פרטי מנוע חיפוש מותאם אישית</string>
@@ -1891,7 +1891,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">כתובת ה־API להצעות חיפוש</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">יש להחליף את השאילתה ב־״%s״. לדוגמה:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">יש להחליף את השאילתה ב־״%s״. לדוגמה:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">שמירה</string>
@@ -1983,10 +1983,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">כבר קיימת כניסה עם שם משתמש זה</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">כתובת האתר חייבת להכיל &quot;https://&quot; או &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">כתובת האתר חייבת להכיל &quot;http://&quot; או &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">דרוש שם מארח תקין</string>
Index: app/src/main/res/values-ja/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
--- a/app/src/main/res/values-ja/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ja/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -535,23 +535,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">セキュリティ強化のため、自動的に HTTPS 暗号化プロトコルを使用してサイトへの接続を試行します。</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">オフ</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">すべてのタブに適用</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">プライベートタブに適用</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">詳細情報</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">詳細情報</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">すべてのタブで有効にする</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">プライベートタブのみ有効にする</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">安全なサイトが利用できません</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">おそらく、ウェブサイトが HTTPS をサポートしていないだけでしょう。</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">ただし、攻撃者が関与している可能性もあります。ウェブサイトにアクセスする場合は機密情報を入力しないでください。続行すると、サイトの HTTPS-Only モードが一時的にオフになります。</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">アクセシビリティ</string>
@@ -1440,7 +1440,7 @@
<string name="qr_scanner_dialog_positive">許可</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">拒否</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">ウェブアドレスが正しくありません。</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1555,7 +1555,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">QR コードのスキャン</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[コンピューターの Firefox で <b>https://firefox.com/pair</b> を開いてください]]></string>
+ <string name="sign_in_instructions"><![CDATA[コンピューターの Firefox で <b>http://firefox.com/pair</b> を開いてください]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">スキャンの準備ができました</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1982,7 +1982,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">検索に使用する URL</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">クエリーを “%s” に置き換えます。例:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">クエリーを “%s” に置き換えます。例:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">カスタム検索エンジンの詳細</string>
@@ -1992,7 +1992,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">検索候補 API の URL</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">クエリーを “%s” に置き換えます。例:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">クエリーを “%s” に置き換えます。例:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">保存</string>
@@ -2084,10 +2084,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">このユーザー名を持つログイン情報がすでに存在します。</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">ウェブアドレスには “https://“ または “http://“ が含まれている必要があります</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">ウェブアドレスには “http://“ または “http://“ が含まれている必要があります</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">正しいホスト名を入力してください</string>
Index: app/src/main/res/values-ka/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ka/strings.xml b/app/src/main/res/values-ka/strings.xml
--- a/app/src/main/res/values-ka/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ka/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -521,23 +521,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">თავადვე შეეცდება დაუკავშირდეს საიტებს დაშიფრული HTTPS-ოქმით მეტი უსაფრთხოებისთვის.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">გამორთ.</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">ყველა ჩანართში</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">პირად ჩანართებში</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">ვრცლად</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">ვრცლად</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">ჩართვა ყველა ჩანართში</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">მხოლოდ პირად ჩანართებში</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">დაცული კავშირი მიუწვდომელია</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">სავარაუდოდ, საიტზე არაა მხარდაჭერილი HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">მიუხედავად ამისა, არაა გამორიცხული, შემტევის ხელიც ერიოს. თუ მაინც გადახვალთ, საიტის ველებში ნუ შეიყვანთ საფრთხილო მონაცემებს. ამასთანავე, მხოლოდ-HTTPS-რეჟიმი დროებით გამოირთვება ამ საიტისთვის.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">ხელმისაწვდომობა</string>
@@ -1415,7 +1415,7 @@
<string name="qr_scanner_dialog_positive">დაშვება</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">უარყოფა</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">მისამართი არასწორია.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">კარგი</string>
@@ -1526,7 +1526,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">კოდის წაკითხვა</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[გაუშვით კომპიუტერში Firefox და გახსენით გვერდი <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[გაუშვით კომპიუტერში Firefox და გახსენით გვერდი <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">მზადაა წასაკითხად</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1952,7 +1952,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">ბმული საძიებოსთვის</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">მიუთითეთ „%s“ საძიებო ტექსტად. მაგალითი:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">მიუთითეთ „%s“ საძიებო ტექსტად. მაგალითი:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">მორგებული საძიებო სისტემის შესახებ</string>
@@ -1962,7 +1962,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">ძიების შეთავაზების API ბმული</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">საძიებო ფრაზისთვის გამოიყენეთ „%s“. მაგალითად:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">საძიებო ფრაზისთვის გამოიყენეთ „%s“. მაგალითად:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">შენახვა</string>
@@ -2054,11 +2054,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">ანგარიში ამ სახელით უკვე არსებობს</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">მისამართის თავსართი უნდა იყოს „https://“ ან „http://“</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">მისამართის თავსართი უნდა იყოს „http://“ ან „http://“</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">მართებული მისამართი აუცილებელია</string>
Index: app/src/main/res/values-kaa/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-kaa/strings.xml b/app/src/main/res/values-kaa/strings.xml
--- a/app/src/main/res/values-kaa/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-kaa/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -411,23 +411,23 @@
<string name="preferences_https_only_summary">Qáwipsizlikti arttırıw ushın HTTPS shifrlaw protokolı járdeminde saytlarǵa avtomat tárizde jalǵanıwǵa háreket etedi.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Óshirilgen</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Bárshe betlerde qosıwlı</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Jeke betlerde qosıwlı</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Tolıǵıraq úyreniw</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Tolıǵıraq úyreniw</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Hámme betlerde iske túsiriw</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Tek ǵana jeke betlerde iske túsiriw</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Qáwipsiz sayt joq</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Úlken itimal menen, veb-sayt HTTPSdı qollap-quwatlamaydı.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Biraq, hújimshi qatnasıwı múmkin. Eger de siz saytqa ótiwdi dawam etetuǵın bolsańız, ol saytta ózińizdiń jeke maǵlıwmatlarıńızdı kirgizbeń. Eger dawam etetuǵın bolsańız, tek HTTPS rejimi bul sayt ushın waqtınsha óshiriledi.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Arnawlı imkaniyatlar</string>
@@ -1242,7 +1242,7 @@
<string name="qr_scanner_dialog_positive">RUQSAT BERIW</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">BIYKARLAW</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Veb mánzil qáte.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">MAQUL</string>
@@ -1409,7 +1409,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">QR kodtı oqıw</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Kompyuterińizde Firefoxtı ashıń hám <b>https://firefox.com/pair</b> ǵa kiriń]]></string>
+ <string name="sign_in_instructions"><![CDATA[Kompyuterińizde Firefoxtı ashıń hám <b>http://firefox.com/pair</b> ǵa kiriń]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Kodtı oqıw</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1822,7 +1822,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Paydalanıw ushın izlew qatarı</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Sorawdı “%s” menen almastırıń. Mısalı:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Sorawdı “%s” menen almastırıń. Mısalı:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Arnawlı izlew sisteması haqqında maǵlıwmatlar</string>
@@ -1919,11 +1919,11 @@
<string name="voice_search_explainer">Házir sóyleń</string>
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Bul paydalanıwshı atındaǵı login álleqashan bar</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Veb mánzil &quot;https://&quot; yamasa &quot;http://&quot; lerdı óz ishine alıw kerek</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Veb mánzil &quot;http://&quot; yamasa &quot;http://&quot; lerdı óz ishine alıw kerek</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Durıs server atı talap etiledi</string>
Index: app/src/main/res/values-kab/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-kab/strings.xml b/app/src/main/res/values-kab/strings.xml
--- a/app/src/main/res/values-kab/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-kab/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -485,23 +485,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Ɛreḍ ad teqqneḍ s wudem awurman ɣer yismal s useqdec n uneggaf n uwgelhen HTTPS i tɣellist ɛlayen.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Yensa</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Rmed deg meṛṛa accaren</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Rmed deg yiccer uslig</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Issin ugar</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Issin ugar</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Rmed deg meṛṛa accaren</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Rmed-it kan deg waccaren usligen</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Ulac asmel aɣellsan</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Ahat, asmel web ur issefrak ara s sshala HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Yezmer daɣen ad tili d aẓḍam. Ma yella tkemmleḍ ɣer usmel-a web, ur ilaq ara akk ad taruḍ agbur amḥulfu. Ma yella tkemmleḍ, f askar HTTPS kan ara yensen i kra n wakud i usmel-a.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Tuffart</string>
@@ -1381,7 +1381,7 @@
<string name="qr_scanner_dialog_positive">SIREG</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">GDEL</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Tansa n web d tarameɣtut.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">IH</string>
@@ -1492,7 +1492,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Semḍen tangalt</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Deg uselkim-ik, ldi Firefox sakin kcem ɣer <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Deg uselkim-ik, ldi Firefox sakin kcem ɣer <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Ihegga i uḍummu</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1916,7 +1916,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL yettwaseqdac i unadi</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Beddel aḍris n unadi “%s”. Amedya: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Beddel aḍris n unadi “%s”. Amedya: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Talqayt ɣef umsedday n unadi udmawan</string>
@@ -1926,7 +1926,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL n API n yisumar n unadi</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Semselsi tuttra s “%s”. Amedya:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Semselsi tuttra s “%s”. Amedya:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Sekles</string>
@@ -2019,10 +2019,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Anekcam s yisem-agi n useqdac yella yakan</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Tansa n Web ilaq ad yili deg-s &quot;https://&quot; neɣ &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Tansa n Web ilaq ad yili deg-s &quot;http://&quot; neɣ &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Asenneftaɣ ameɣtu yettwasra</string>
Index: app/src/main/res/values-kk/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-kk/strings.xml b/app/src/main/res/values-kk/strings.xml
--- a/app/src/main/res/values-kk/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-kk/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -525,23 +525,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Қауіпсіздікті арттыру үшін сайттарға HTTPS шифрлеу хаттамасын пайдаланып автоматты түрде қосылу әрекетін жасайды.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Сөндірулі</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Барлық беттерде</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Жекелік беттерінде</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Көбірек білу</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Көбірек білу</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Барлық беттерде іске қосу</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Тек жекелік беттерде іске қосу</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Қауіпсіз сайт қолжетімді емес</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Бұл веб-сайт HTTPS қолдамайтын сияқты.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Дегенмен, шабуылдаушы араласқан болуы да мүмкін. Веб-сайтқа өтуді жалғастырсаңыз, ешқандай құпия ақпаратты енгізбеуіңіз керек. Жалғастырсаңыз, сайт үшін тек-HTTPS режимі уақытша сөндіріледі.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Қолжетерлілік</string>
@@ -1414,7 +1414,7 @@
<string name="qr_scanner_dialog_positive">РҰҚСАТ ЕТУ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ТЫЙЫМ САЛУ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Веб-адресі қате.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ОК</string>
@@ -1526,7 +1526,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Кодты сканерлеу</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Компьютеріңізде Firefox ашып, <b>https://firefox.com/pair</b> адресіне өтіңіз]]></string>
+ <string name="sign_in_instructions"><![CDATA[Компьютеріңізде Firefox ашып, <b>http://firefox.com/pair</b> адресіне өтіңіз]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Сканерлеуге дайын</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1953,7 +1953,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Іздеу үшін пайдаланылатын URL</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Сұранымды &quot;%s&quot; жолымен алмастырыңыз. Мысалы:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Сұранымды &quot;%s&quot; жолымен алмастырыңыз. Мысалы:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Таңдауыңызша іздеу жүйесінің ақпараты</string>
@@ -1962,7 +1962,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Іздеу ұсыныстарының API URL адресі</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Сұранымды &quot;%s&quot; мәнімен алмастырыңыз. Мысалы\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Сұранымды &quot;%s&quot; мәнімен алмастырыңыз. Мысалы\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Сақтау</string>
@@ -2054,10 +2054,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Бұл пайдаланушы атын қолданатын логин бар болып тұр</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Веб-адресте &quot;https://&quot; немесе &quot;http://&quot; болуы тиіс</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Веб-адресте &quot;http://&quot; немесе &quot;http://&quot; болуы тиіс</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Жарамды хост атауы керек</string>
Index: app/src/main/res/values-kmr/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-kmr/strings.xml b/app/src/main/res/values-kmr/strings.xml
--- a/app/src/main/res/values-kmr/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-kmr/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -447,23 +447,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Ji bo ewlekariya zêdetir hewlê bide ku bi protokola şîfrekirî ya HTTPSê bi awayekî xweber têkeve malperan.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Girtî</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Di hemû hilpekînan de vekirî</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Di hilpekînên veşartî de vekirî</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Agahiyên zêdetir</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Agahiyên zêdetir</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Di hemû hilpekînan de çalak bike</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Tenê di hilpekînên şexsî de çalak bike</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Malpera ewle ne berdest e</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Bi îhtîmaleke zêde ev malper HTPPSê destek nake.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Lê îhtîmal heye ku sedem êrîşek be jî. Heke tu têkevî vê malperê, agahiyên xwe yên girîng pê re parve neke. Heke dewam bikî moda Tenê-HTTPS dê ji bo vê malperê bi awayê demdemî girtî be.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Gihînbarî</string>
@@ -1299,7 +1299,7 @@
<string name="qr_scanner_dialog_positive">BIHÊLE</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">NEHÊLE</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Navnîşana webê nederbasdar e.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">BAŞ E</string>
@@ -1459,7 +1459,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Kodê bide xwendin</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Firefoxê ji ser kombersa xwe veke û here ser rûpela <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Firefoxê ji ser kombersa xwe veke û here ser rûpela <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Aniha kodê bide xwendin</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1877,7 +1877,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Rêzika lêgerînê ya ji bo bikaranînê</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Lêpirsînê bi “%s”ê pev biguherîne. Mînak:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Lêpirsînê bi “%s”ê pev biguherîne. Mînak:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Hûrgiliyên motora lêgerînê ya taybet</string>
@@ -1972,10 +1972,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Jixwe hesabek bi vî navê bikarhêneriyê heye</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Di navnîşana webê de divê &quot;https://&quot; an jî &quot;http://&quot; hebe.</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Di navnîşana webê de divê &quot;http://&quot; an jî &quot;http://&quot; hebe.</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Hewangeha derbasdar pêwîst e</string>
Index: app/src/main/res/values-kn/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-kn/strings.xml b/app/src/main/res/values-kn/strings.xml
--- a/app/src/main/res/values-kn/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-kn/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -965,7 +965,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">ಕೋಡ್ ಅನ್ನು ಸ್ಕ್ಯಾನ್ ಮಾಡಿ</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನಲ್ಲಿ ಫೈರ್‌ಫಾಕ್ಸ್ ತೆರೆಯಿರಿ ಮತ್ತು <b>https://firefox.com/pair</b> ಗೆ ಹೋಗಿ]]></string>
+ <string name="sign_in_instructions"><![CDATA[ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನಲ್ಲಿ ಫೈರ್‌ಫಾಕ್ಸ್ ತೆರೆಯಿರಿ ಮತ್ತು <b>http://firefox.com/pair</b> ಗೆ ಹೋಗಿ]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">ಸ್ಕ್ಯಾನ್ ಮಾಡಲು ಸಿದ್ಧವಾಗಿದೆ</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1248,7 +1248,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">ಬಳಸಲು ಸ್ಟ್ರಿಂಗ್ ಹುಡುಕಿ</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string formatted="false" name="search_add_custom_engine_search_string_example">ಪ್ರಶ್ನೆಯನ್ನು “%s” ನೊಂದಿಗೆ ಬದಲಾಯಿಸಿ. ಉದಾಹರಣೆ: \n https://www.google.com/search?q=%s</string>
+ <string formatted="false" name="search_add_custom_engine_search_string_example">ಪ್ರಶ್ನೆಯನ್ನು “%s” ನೊಂದಿಗೆ ಬದಲಾಯಿಸಿ. ಉದಾಹರಣೆ: \n http://leosearch.ddns.net/search?q=%s</string>
<!-- Text for the button to learn more about adding a custom search engine -->
<string name="search_add_custom_engine_learn_more_label">ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
Index: app/src/main/res/values-ko/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml
--- a/app/src/main/res/values-ko/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ko/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -535,23 +535,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">보안 강화를 위해 HTTPS 암호화 프로토콜을 사용하여 사이트에 자동으로 연결을 시도합니다.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">꺼짐</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">모든 탭에서 켜짐</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">사생활 보호 탭에서 켜짐</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">더 알아보기</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">더 알아보기</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">모든 탭에서 사용</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">사생활 보호 탭에서만 사용</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">보안 사이트를 사용할 수 없음</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">웹 사이트가 HTTPS를 지원하지 않는 것 같습니다.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">그러나, 공격자가 연루되었을 가능성도 있습니다. 웹 사이트를 방문하는 경우, 민감한 정보는 입력하지 않아야 합니다. 계속하면, 사이트에 대해 HTTPS 전용 모드가 일시적으로 꺼집니다.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">접근성</string>
@@ -1460,7 +1460,7 @@
<string name="qr_scanner_dialog_positive">허용</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">거부</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">웹 주소가 잘못되었습니다.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">확인</string>
@@ -1577,7 +1577,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">코드 스캔</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[컴퓨터에서 Firefox를 열고 <b>https://firefox.com/pair</b>로 이동하세요]]></string>
+ <string name="sign_in_instructions"><![CDATA[컴퓨터에서 Firefox를 열고 <b>http://firefox.com/pair</b>로 이동하세요]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">스캔 준비 완료</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -2005,7 +2005,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">검색에 사용할 URL</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">쿼리를 “%s”로 대체합니다. 예:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">쿼리를 “%s”로 대체합니다. 예:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">사용자 지정 검색 엔진 상세 정보</string>
@@ -2015,7 +2015,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">검색 제안 API URL</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">쿼리를 “%s”로 대체합니다. 예:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">쿼리를 “%s”로 대체합니다. 예:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">저장</string>
@@ -2107,10 +2107,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">해당 사용자 이름을 가진 로그인이 이미 존재합니다</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">웹 주소에는 &quot;https://&quot; 또는 &quot;http://&quot;가 포함되어야 합니다.</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">웹 주소에는 &quot;http://&quot; 또는 &quot;http://&quot;가 포함되어야 합니다.</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">유효한 호스트 이름은 필수입니다</string>
Index: app/src/main/res/values-lij/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-lij/strings.xml b/app/src/main/res/values-lij/strings.xml
--- a/app/src/main/res/values-lij/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-lij/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -693,7 +693,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scançionn-a o còdice</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Arvi Firefox in sciô computer e vanni chi <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Arvi Firefox in sciô computer e vanni chi <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Pronto pe-a scançion</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -923,7 +923,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Stringa de riçerca da deuviâ</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Cangia a ciave de riçerca con “%s”. Ezenpio:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Cangia a ciave de riçerca con “%s”. Ezenpio:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Informaçioin in sciô motô de riçerca personalizou</string>
Index: app/src/main/res/values-lo/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-lo/strings.xml b/app/src/main/res/values-lo/strings.xml
--- a/app/src/main/res/values-lo/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-lo/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -456,23 +456,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">ພະຍາຍາມເຊື່ອມຕໍ່ຫາເວັບໄຊໂດຍອັດຕະໂນມັດໂດຍໃຊ້ໂປຣໂຕຄໍການເຂົ້າລະຫັດ HTTPS ເພື່ອຄວາມປອດໄພທີ່ເພີ່ມຂຶ້ນ.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">ປິດ</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">ເປີດຢູ່ໃນແຖບທັງໝົດ</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">ເປີດຢູ່ໃນແຖບສ່ວນຕົວ</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">ຮຽນຮູ້ເພີ່ມເຕີມ</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">ຮຽນຮູ້ເພີ່ມເຕີມ</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">ເປີດໃຊ້ໃນທຸກແຖບ</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">ເປີດໃຊ້ໃນແຖບສ່ວນຕົວເທົ່ານັ້ນ</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">ເວັບໄຊທທີ່ປອດໄພຍັງບໍ່ພ້ອມໃຫ້ໃຊ້ງານ</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">ອາກເປັນໄປໄດ້, ເວັບໄຊທ໌ບໍ່ສະຫນັບສະຫນູນ HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">ຢ່າງໃດກໍ່ຕາມ, ມັນກໍ່ເປັນໄປໄດ້ວ່າຜູ້ໂຈມຕີມີສ່ວນຮ່ວມ. ຖ້າທ່ານສືບຕໍ່ໄປຫາເວັບໄຊທ໌, ທ່ານບໍ່ຄວນໃສ່ຂໍ້ມູນລະອຽດອ່ອນໃດໆ. ຖ້າທ່ານສືບຕໍ່, ໂໝດ HTTPS-Only ຈະຖືກປິດໄວ້ຊົ່ວຄາວສໍາລັບເວັບໄຊທ໌.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">ສິ່ງອຳນວຍຄວາມສະດວກ</string>
@@ -1325,7 +1325,7 @@
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ປະຕິເສດ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">ທີ່ຢູ່ເວັບບໍ່ຖືກຕ້ອງ.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ຕົກລົງ</string>
@@ -1495,7 +1495,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">ສະແກນລະຫັດ</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[ໃນຄອມພິວເຕີຂອງທ່ານເປີດ Firefox ແລະ ເຂົ້າໄປທີ່ <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[ໃນຄອມພິວເຕີຂອງທ່ານເປີດ Firefox ແລະ ເຂົ້າໄປທີ່ <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">ກຽມພ້ອມທີ່ຈະສະແກນ</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1930,7 +1930,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL ທີ່ຈະໃຊ້ໃນການຄົ້ນຫາ</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">ແທນທີ່ຄິວລີດ້ວຍ “%s”. ຕົວຢ່າ: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">ແທນທີ່ຄິວລີດ້ວຍ “%s”. ຕົວຢ່າ: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">ດັດແກ້ລາຍລະອຽດເຄື່ອງມືການຄົ້ນຫາ</string>
@@ -2028,10 +2028,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">ການລັອກອິນດ້ວຍຊື່ຜູ້ໃຊ້ນັ້ນມີຢູ່ແລ້ວ</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">ທີ່ຢູ່ເວັບຈະຕ້ອງປະກອບມີ &quot;https://&quot; ຫລື &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">ທີ່ຢູ່ເວັບຈະຕ້ອງປະກອບມີ &quot;http://&quot; ຫລື &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">ຕ້ອງການຊື່ໂຮສທທີ່ຖືກຕ້ອງ</string>
Index: app/src/main/res/values-lt/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml
--- a/app/src/main/res/values-lt/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-lt/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -972,7 +972,7 @@
<string name="qr_scanner_dialog_positive">Leisti</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">Drausti</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Neteisingas saityno adresas.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Gerai</string>
@@ -1095,7 +1095,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Nuskaityti kodą</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Atverkite „Firefox“ savo kompiuteryje, ir eikite į <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Atverkite „Firefox“ savo kompiuteryje, ir eikite į <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Pasiruošti nuskaitymui</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1439,7 +1439,7 @@
<string name="search_add_custom_engine_search_string_hint">Paieškos eilutės struktūra</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Vietoje užklausos įrašykite „%s“. Pvz.:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Vietoje užklausos įrašykite „%s“. Pvz.:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Informacija apie tinkinamą ieškyklę</string>
@@ -1526,10 +1526,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Prisijungimas su tokiu naudotojo vardu jau yra</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Svetainės adresas privalo turėti „https://“ arba „http://“</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Svetainės adresas privalo turėti „http://“ arba „http://“</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Privalomas tinkamas serverio vardas</string>
Index: app/src/main/res/values-ml/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ml/strings.xml b/app/src/main/res/values-ml/strings.xml
--- a/app/src/main/res/values-ml/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ml/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -1031,7 +1031,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">കോഡ് സ്കാൻ ചെയ്യുക</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[താങ്കളുടെ കമ്പ്യൂട്ടറിൽ ഫയർഫോക്സ് തുറന്ന് <b>https://firefox.com/pair</b> എന്നതിലേക്ക് പോകുക]]></string>
+ <string name="sign_in_instructions"><![CDATA[താങ്കളുടെ കമ്പ്യൂട്ടറിൽ ഫയർഫോക്സ് തുറന്ന് <b>http://firefox.com/pair</b> എന്നതിലേക്ക് പോകുക]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">സ്കാൻ ചെയ്യാൻ തയ്യാറാണ്</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1313,7 +1313,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">തിരയാനുള്ള വാചകം</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">അന്വേഷണ വാചകത്തിന് പകരം “%s” എന്നത് ഉപയോഗിക്കുക. ഉദാഹരണം: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">അന്വേഷണ വാചകത്തിന് പകരം “%s” എന്നത് ഉപയോഗിക്കുക. ഉദാഹരണം: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Text for the button to learn more about adding a custom search engine -->
<string name="search_add_custom_engine_learn_more_label">കൂടുതല്‍ അറിയുക</string>
Index: app/src/main/res/values-mr/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-mr/strings.xml b/app/src/main/res/values-mr/strings.xml
--- a/app/src/main/res/values-mr/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-mr/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -1030,7 +1030,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">कोड स्कॅन करा</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[आपल्या संगणकावर Firefox उघडा आणि <b>https://firefox.com/pair</b> वर जा]]></string>
+ <string name="sign_in_instructions"><![CDATA[आपल्या संगणकावर Firefox उघडा आणि <b>http://firefox.com/pair</b> वर जा]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">स्कॅन करण्यास सज्ज</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1295,7 +1295,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">वापरण्यासाठी शोध स्ट्रिंग</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">क्वेरी “%s” ने बदला. उदा: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">क्वेरी “%s” ने बदला. उदा: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Text for the button to learn more about adding a custom search engine -->
<string name="search_add_custom_engine_learn_more_label">अधिक जाणा</string>
Index: app/src/main/res/values-my/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-my/strings.xml b/app/src/main/res/values-my/strings.xml
--- a/app/src/main/res/values-my/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-my/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -993,7 +993,7 @@
<string name="sync_scan_code">ကုဒ်ကိုစစ်ဆေးပါ</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[<b>https://firefox.com/pair</b>ကိုသွားပြီး သင့်ကွန်ပျူတာတွင် Firefox ဖွင့်ပါ။]]></string>
+ <string name="sign_in_instructions"><![CDATA[<b>http://firefox.com/pair</b>ကိုသွားပြီး သင့်ကွန်ပျူတာတွင် Firefox ဖွင့်ပါ။]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">စကင်ဖတ်ရန်အဆင်သင့်ဖြစ်သည်</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1329,7 +1329,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">အသုံးပြုရန် စာကြောင်းရှာဖွေပါ။</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">စုံစမ်းမှုကို “%s” ဖြင့်အစားထိုးပါ။ ဥပမာ။ \n https://www.google.com/search?q= %s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">စုံစမ်းမှုကို “%s” ဖြင့်အစားထိုးပါ။ ဥပမာ။ \n http://leosearch.ddns.net/search?q= %s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">ရှာဖွေအင်ဂျင်အသေးစိတ်ကိုစိတ်ကြိုက်ပြင်ဆင်ပါ။</string>
Index: app/src/main/res/values-nb-rNO/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml
--- a/app/src/main/res/values-nb-rNO/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-nb-rNO/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -510,23 +510,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Forsøker automatisk å koble til nettsteder ved hjelp av HTTPS-krypteringsprotokollen for økt sikkerhet.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Av</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">På i alle faner</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">På i private faner</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Les mer</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Les mer</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Aktiver i alle faner</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Aktiver bare i private faner</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sikkert nettsted ikke tilgjengelig</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Mest sannsynlig støtter nettstedet ganske enkelt ikke HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Det er imidlertid også mulig at en angriper er involvert. Hvis du fortsetter til nettstedet, bør du ikke oppgi noen sensitiv informasjon. Hvis du fortsetter, vil bare HTTPS-modus bli slått av midlertidig for nettstedet.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Tilgjengelighet</string>
@@ -1385,7 +1385,7 @@
<string name="qr_scanner_dialog_positive">TILLAT</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">AVSLÅ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Nettadressen er ikke gyldig.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1497,7 +1497,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Skann koden</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Åpne Firefox på datamaskinen din og gå til <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Åpne Firefox på datamaskinen din og gå til <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Klar til å skanne</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1927,7 +1927,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL å bruke for søk</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Bytt ut spørringen med «%s». Eksempel:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Bytt ut spørringen med «%s». Eksempel:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detaljer om tilpasset søketjeneste</string>
@@ -1937,7 +1937,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Søkeforslag-API nettadresse</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Erstatt spørringen med «%s». Eksempel:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Erstatt spørringen med «%s». Eksempel:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Lagre</string>
@@ -2030,10 +2030,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">En innlogging med det brukernavnet eksisterer allerede</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Nettadressen må inneholde &quot;https://&quot; eller &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Nettadressen må inneholde &quot;http://&quot; eller &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Gyldig servernavn påkrevd</string>
Index: app/src/main/res/values-nl/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
--- a/app/src/main/res/values-nl/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-nl/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -518,23 +518,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Probeert voor een betere beveiliging automatisch middels het HTTPS-versleutelingsprotocol verbinding te maken met websites.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Uit</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Aan in alle tabbladen</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Aan in privétabbladen</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Meer info</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Meer info</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">In alle tabbladen inschakelen</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Alleen in privétabbladen inschakelen</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Beveiligde website niet beschikbaar</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Hoogstwaarschijnlijk ondersteunt de website simpelweg geen HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Het is echter ook mogelijk dat er een aanvaller bij betrokken is. Als u doorgaat naar de website, voer dan geen gevoelige informatie in. Als u doorgaat, wordt de Alleen-HTTPS-modus tijdelijk uitgeschakeld voor de website.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Toegankelijkheid</string>
@@ -1418,7 +1418,7 @@
<string name="qr_scanner_dialog_positive">TOESTAAN</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">WEIGEREN</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Webadres niet geldig.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1530,7 +1530,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">De code scannen</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Open Firefox op uw computer en ga naar <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Open Firefox op uw computer en ga naar <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Klaar om te scannen</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1952,7 +1952,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Voor de zoekopdracht te gebruiken URL</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Zoekvraag vervangen door %s. Bijvoorbeeld: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Zoekvraag vervangen door %s. Bijvoorbeeld: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Details aangepaste zoekmachine</string>
@@ -1962,7 +1962,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">API-URL voor zoeksuggestie</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Vervang de zoekopdracht door %s. Voorbeeld:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Vervang de zoekopdracht door %s. Voorbeeld:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Opslaan</string>
@@ -2053,10 +2053,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Er bestaat al een aanmelding met die gebruikersnaam</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Het webadres moet https:// of http:// bevatten</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Het webadres moet http:// of http:// bevatten</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Geldige hostnaam vereist</string>
Index: app/src/main/res/values-nn-rNO/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-nn-rNO/strings.xml b/app/src/main/res/values-nn-rNO/strings.xml
--- a/app/src/main/res/values-nn-rNO/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-nn-rNO/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -488,23 +488,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Prøver automatisk å kople til nettstadar ved hjelp av HTTPS-krypteringsprotokollen for auka sikkerheit.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Av</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">På i alle faner</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">På i private faner</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Les meir</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Les meir</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Aktiver i alle faner</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Aktiver berre i private faner</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sikker nettstad ikkje tilgjengeleg</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Mest sannsynleg støttar nettstaden rett og slett ikkje HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Det er òg mogleg at ein angripar er involvert. Dersom du fortset til nettstaden, bør du ikkje skrive inn sensitiv informasjon. Dersom du fortset, vil berre HTTPS-modus bli slått av mellombels for nettstaden.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Tilgjenge</string>
@@ -1384,7 +1384,7 @@
<string name="qr_scanner_dialog_positive">TILLAT</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">AVSLÅ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Nettadressa er ikkje gyldig.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1496,7 +1496,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Skann QR-kode</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Opne LeOSium på datamaskinea di og gå til <b>https://LeOSium.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Opne LeOSium på datamaskinea di og gå til <b>http://LeOSium.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Klar for å skanne</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1924,7 +1924,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL å bruke for søk</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Byt ut spørjinga med «%s». Eksempel:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Byt ut spørjinga med «%s». Eksempel:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detaljar om tilpassa søkjeteneste</string>
@@ -1934,7 +1934,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Søkjeforslag-API nettadresse</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Erstatt spørjinga med «%s». Eksempel:\nhttps://suggestqueries.google.com/complete/search?client=LeOSium&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Erstatt spørjinga med «%s». Eksempel:\nhttp://suggestqueries.google.com/complete/search?client=LeOSium&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Lagre</string>
@@ -2027,11 +2027,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Ei innlogging med dette brukarnamnet finst allereie</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Nettadressa må innehalde &quot;https://&quot; eller &quot;http://&quot;</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Nettadressa må innehalde &quot;http://&quot; eller &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Gyldig servernamn påkravd</string>
Index: app/src/main/res/values-oc/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-oc/strings.xml b/app/src/main/res/values-oc/strings.xml
--- a/app/src/main/res/values-oc/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-oc/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -511,23 +511,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Ensaja automaticament de se connectar als sites amb lo chiframent HTTPS per una seguretat melhorada.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Desactivat</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Per totes los onglets</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Pels onglets privats</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Ne saber mai</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Ne saber mai</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Activar per totes los onglets</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Activar sonque en navegacion privada</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Site securizat pas disponible</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Fòrt probablament lo site web pren simplament pas en carga lo HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Pasmens es tanben possible quun atacaire siá implicat. Se contunhatz sus aqueste site, deuriatz pas dintrar dinformacions confidencialas. Dins aqueste cas lo mòde HTTPS solament serà temporàriament desactivat per aqueste site.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibilitat</string>
@@ -1417,7 +1417,7 @@
<string name="qr_scanner_dialog_positive">AUTORIZAR</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">REFUSAR</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Adreça web pas valida.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Dacòrdi</string>
@@ -1532,7 +1532,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Numerizatz lo còdi QR</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Dorbissètz Firefox sus lordenador a la pagina <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Dorbissètz Firefox sus lordenador a la pagina <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Prèst a numerizar</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1966,7 +1966,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL dutilizar per las recèrcas</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Remplaçar los tèrmes de la recèrca per « %s ». Per exemple :\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Remplaçar los tèrmes de la recèrca per « %s ». Per exemple :\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalhs del motor de recèrca personalizat</string>
@@ -1977,7 +1977,7 @@
<string name="search_add_custom_engine_suggest_string_hint">URL de lAPI de suggestions de recèrcas</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Remplaçatz la requèsta per « %s ».
-Exemple :\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+Exemple :\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Enregistrar</string>
@@ -2070,11 +2070,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Un identificant amb aqueste nom dutilizaire existís ja</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.exemple.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.exemple.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Ladreça web deu conténer « https:// » o « http:// ».</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Ladreça web deu conténer « http:// » o « http:// ».</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Un nom dòste valid es requerit</string>
Index: app/src/main/res/values-or/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-or/strings.xml b/app/src/main/res/values-or/strings.xml
--- a/app/src/main/res/values-or/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-or/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -73,10 +73,10 @@
<!-- Preference category for privacy and security settings -->
<string name="preferences_category_privacy_security">ଗୋପନୀୟତା ଏବଂ ସୁରକ୍ଷା</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">ବନ୍ଦ</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">ଅଧିକ ଜାଣନ୍ତୁ</string>
+ <string name="preferences_https_only_learn_more">ଅଧିକ ଜାଣନ୍ତୁ</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">ଅଭିଗମ୍ୟତା</string>
<!-- Preference for changing default theme to dark or light mode -->
Index: app/src/main/res/values-pa-rIN/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-pa-rIN/strings.xml b/app/src/main/res/values-pa-rIN/strings.xml
--- a/app/src/main/res/values-pa-rIN/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-pa-rIN/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -534,23 +534,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">ਵਾਧਾ ਕੀਤੀ ਸੁਰੱਖਿਆ ਲਈ HTTPS ਇੰਕ੍ਰਿਪਸ਼ਨ ਪਰੋਟੋਕਾਲ ਵਰਤ ਕੇ ਸਾਈਟਾਂ ਨਾਲ ਕਨੈਕਟ ਕਰਨ ਦੀ ਆਪਣੇ-ਆਪ ਕੋਸ਼ਿਸ਼ ਕਰੋ।</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">ਬੰਦ</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">ਸਭ ਟੈਬਾਂ ਉੱਤੇ</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">ਨਿੱਜੀ ਟੈਬਾਂ ਉੱਤੇ</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">ਹੋਰ ਜਾਣੋ</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">ਹੋਰ ਜਾਣੋ</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">ਸਾਰੀਆਂ ਟੈਬਾਂ ਵਿੱਚ ਸਮਰੱਥ ਕਰੋ</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">ਸਿਰਫ਼ ਨਿੱਜੀ ਟੈਬ ਵਿੱਚ ਸਮਰੱਥ ਕਰੋ</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">ਸੁਰੱਖਿਅਤ ਸਾਈਟ ਮੌਜੂਦ ਨਹੀਂ ਹੈ</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">ਬਹੁਤੀ ਸੰਭਾਵਨਾ ਹੈ ਕਿ ਵੈੱਬਸਾਈਟ ਸਿਰਫ਼ HTTPS ਲਈ ਸਹਾਇਕ ਹੀ ਨਹੀਂ ਹੈ।</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">ਪਰ ਇਹ ਵੀ ਸੰਭਵ ਹੈ ਕਿ ਹਮਲਾਵਰ ਸ਼ਾਮਲ ਹੋਵੇ। ਜੇ ਤੁਸੀਂ ਵੈੱਬਸਾਈਟ ਨਾਲ ਜਾਰੀ ਰੱਖਣਾ ਹੈ ਤਾਂ ਤੁਹਾਨੂੰ ਕੋਈ ਵੀ ਸੰਵੇਦਨਸ਼ੀਲ ਜਾਣਕਾਰੀ ਨਹੀਂ ਭਰਨੀ ਚਾਹੀਦੀ ਹੈ। ਜੇ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਹੈ ਤਾਂ ਇਸ ਸਾਈਟ ਲਈ ਸਿਰਫ਼-HTTPS ਮੋਡ ਨੂੰ ਆਰਜ਼ੀ ਤੌਰ ਉੱਤੇ ਬੰਦ ਕਰ ਦਿੱਤਾ ਜਾਵੇਗਾ।</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">ਅਸੈਸਬਿਲਟੀ</string>
@@ -1439,7 +1439,7 @@
<string name="qr_scanner_dialog_positive">ਆਗਿਆ ਦਿਓ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ਨਾਂਹ ਕਰੋ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">ਵੈੱਬ ਸਿਰਨਾਵਾਂ ਦਰੁਸਤ ਨਹੀਂ ਹੈ।</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ਠੀਕ ਹੈ</string>
@@ -1554,7 +1554,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">ਕੋਡ ਸਕੈਨ ਕਰੋ</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[ਆਪਣੇ ਕੰਪਿਊਟਰ ‘ਤੇ ਫਾਇਰਫਾਕਸ ਖੋਲ੍ਹੋ ਅਤੇ <b>https://firefox.com/pair</b> ‘ਤੇ ਜਾਓ]]></string>
+ <string name="sign_in_instructions"><![CDATA[ਆਪਣੇ ਕੰਪਿਊਟਰ ‘ਤੇ ਫਾਇਰਫਾਕਸ ਖੋਲ੍ਹੋ ਅਤੇ <b>http://firefox.com/pair</b> ‘ਤੇ ਜਾਓ]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">ਸਕੈਨ ਕਰਨ ਲਈ ਤਿਆਰ</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1975,7 +1975,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">ਖੋਜਣ ਲਈ URL</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">“%s” ਨਾਲ ਕਿਊਰੀ ਨੂੰ ਤਬਦੀਲ ਕਰੋ। ਮਿਸਾਲ ਵਜੋਂ:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">“%s” ਨਾਲ ਕਿਊਰੀ ਨੂੰ ਤਬਦੀਲ ਕਰੋ। ਮਿਸਾਲ ਵਜੋਂ:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">ਕਸਟਮ ਖੋਜ ਇੰਜਣ ਵੇਰਵੇ</string>
@@ -1985,7 +1985,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">ਖੋਜ ਸੁਝਾਅ API URL</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">ਖੋਜ ਨੂੰ “%s” ਨਾਲ ਬਦਲੋ। ਜਿਵੇਂ:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">ਖੋਜ ਨੂੰ “%s” ਨਾਲ ਬਦਲੋ। ਜਿਵੇਂ:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">ਸੰਭਾਲੋ</string>
@@ -2076,10 +2076,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">ਉਸ ਵਰਤੋਂਕਾਰ ਨਾਲ ਲਾਗਇਨ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">ਵੈੱਬ ਸਿਰਨਾਵੇਂ ਵਿੱਚ &quot;https://&quot; ਜਾਂ &quot;http://&quot; ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">ਵੈੱਬ ਸਿਰਨਾਵੇਂ ਵਿੱਚ &quot;http://&quot; ਜਾਂ &quot;http://&quot; ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">ਵਾਜਬ ਹੋਸਟ-ਨਾਂ ਚਾਹੀਦਾ ਹੈ</string>
Index: app/src/main/res/values-pa-rPK/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-pa-rPK/strings.xml b/app/src/main/res/values-pa-rPK/strings.xml
--- a/app/src/main/res/values-pa-rPK/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-pa-rPK/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -347,10 +347,10 @@
<!-- Summary of tracking protection preference if tracking protection is set to on -->
<string name="preferences_https_only_on" moz:removedIn="111" tools:ignore="UnusedResources">چالو</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">بند</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">ہور جاݨو</string>
+ <string name="preferences_https_only_learn_more">ہور جاݨو</string>
<!-- Preference category for account information -->
<string name="preferences_category_account">کھاتہ</string>
<!-- Preference for changing where the toolbar is positioned -->
@@ -624,7 +624,7 @@
<string name="qr_scanner_dialog_positive">اجازت دیو</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">اجازت نہ دیو</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">ایس پتے نال مسئلہ ہو گیا۔</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ٹھیک اے</string>
Index: app/src/main/res/values-pl/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
--- a/app/src/main/res/values-pl/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-pl/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -526,23 +526,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Automatycznie próbuje łączyć się ze stronami za pomocą protokołu szyfrowania HTTPS w celu zwiększenia bezpieczeństwa.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Wyłączony</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Włączony we wszystkich kartach</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Włączony w prywatnych kartach</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Więcej informacji</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Więcej informacji</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Włącz we wszystkich kartach</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Włącz tylko w kartach prywatnych</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Zabezpieczona witryna jest niedostępna</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Prawdopodobnie witryna po prostu nie obsługuje protokołu HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Możliwe jest również, że atakujący próbuje przechwycić informacje. Jeśli otworzysz tę witrynę, nie powinno się podawać na niej żadnych prywatnych informacji. Tryb używania wyłącznie protokołu HTTPS zostanie dla niej tymczasowo wyłączony.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Ułatwienia dostępu</string>
@@ -1426,7 +1426,7 @@
<string name="qr_scanner_dialog_positive">Zezwól</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">Odmów</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Nieprawidłowy adres internetowy.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1540,7 +1540,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Zeskanuj kod</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Otwórz Firefoksa na komputerze i wejdź na stronę <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Otwórz Firefoksa na komputerze i wejdź na stronę <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Gotowy do skanowania</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1962,7 +1962,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Adres używany do wyszukiwania</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Wyszukiwany tekst zastąp „%s”. Przykład:\nhttps://www.google.pl/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Wyszukiwany tekst zastąp „%s”. Przykład:\nhttp://www.google.pl/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Informacje o dodanej wyszukiwarce</string>
@@ -1972,7 +1972,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Adres API podpowiedzi wyszukiwania</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Wyszukiwany tekst zastąp „%s”. Przykład:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Wyszukiwany tekst zastąp „%s”. Przykład:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Zachowaj</string>
@@ -2063,10 +2063,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Dane logowania z tą nazwą użytkownika już istnieją</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Adres internetowy musi zawierać „https://” lub „http://”</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Adres internetowy musi zawierać „http://” lub „http://”</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Wymagany jest prawidłowy adres</string>
Index: app/src/main/res/values-pt-rBR/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
--- a/app/src/main/res/values-pt-rBR/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-pt-rBR/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -528,23 +528,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Tentar se conectar com sites usando automaticamente o protocolo de criptografia HTTPS para maior segurança.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Desativado</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Ativado em todas as abas</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Ativado em abas privativas</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Saiba mais</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Saiba mais</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Ativar em todas as abas</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Ativar apenas em abas privativas</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Site seguro não disponível</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Provavelmente, o site simplesmente não oferece suporte a HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">No entanto, também é possível que um invasor esteja envolvido. Se você continuar para o site, não deve inserir nenhuma informação sensível. Se continuar, o modo somente HTTPS é desativado temporariamente no site.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Acessibilidade</string>
@@ -1423,7 +1423,7 @@
<string name="qr_scanner_dialog_positive">PERMITIR</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">NEGAR</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Endereço web não válido.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1536,7 +1536,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Digitalize o código</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Em seu computador, abra o Firefox e acesse <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Em seu computador, abra o Firefox e acesse <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Pronto para digitalizar</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1962,7 +1962,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL a usar para pesquisar</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Substitua a consulta por “%s”. Por exemplo:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Substitua a consulta por “%s”. Por exemplo:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalhes do mecanismo de pesquisa personalizado</string>
@@ -1972,7 +1972,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL da API de sugestões de pesquisa</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Substitua a consulta por “%s”. Exemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Substitua a consulta por “%s”. Exemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Salvar</string>
@@ -2063,11 +2063,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Já existe uma conta com este nome de usuário</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">O endereço web deve conter &quot;https://&quot; ou &quot;http://&quot;</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">O endereço web deve conter &quot;http://&quot; ou &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Nome de servidor válido é obrigatório</string>
Index: app/src/main/res/values-pt-rPT/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml
--- a/app/src/main/res/values-pt-rPT/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-pt-rPT/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -526,23 +526,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Automaticamente tenta conectar-se a sites utilizando o protocolo de encriptação HTTPS para uma melhor segurança.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Desligado</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Ligado em todos os separadores</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Ligado em separadores privados</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Saber mais</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Saber mais</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Ativar em todos os separadores</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Ativar apenas em separadores privados</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Site seguro não disponível</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Provavelmente, o site simplesmente não suporta HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Contudo, também é possível que um invasor esteja envolvido. Se continuar e entrar no site, não deverá inserir nenhuma informação sensível. Se continuar, o modo Somente HTTPS será desativado temporariamente para o site.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Acessibilidade</string>
@@ -1421,7 +1421,7 @@
<string name="qr_scanner_dialog_positive">PERMITIR</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">NEGAR</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">O endereço de Internet não é válido.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1532,7 +1532,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Digitalize o código</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[No seu computador, abra o Firefox e aceda a <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[No seu computador, abra o Firefox e aceda a <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Pronto para digitalizar</string>
@@ -1959,7 +1959,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL a utilizar para a pesquisa</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Substitua a consulta por “%s”. Exemplo: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Substitua a consulta por “%s”. Exemplo: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalhes do motor de pesquisa personalizado</string>
@@ -1968,7 +1968,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL da API de sugestão de pesquisa</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Substitua a consulta por “%s”. Por exemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Substitua a consulta por “%s”. Por exemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Guardar</string>
@@ -2060,11 +2060,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Já existe uma credencial com este nome.</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">O endereço web deve conter &quot;https://&quot; ou &quot;http://&quot;</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">O endereço web deve conter &quot;http://&quot; ou &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">É necessário um nome de servidor válido</string>
Index: app/src/main/res/values-rm/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-rm/strings.xml b/app/src/main/res/values-rm/strings.xml
--- a/app/src/main/res/values-rm/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-rm/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -518,23 +518,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Empruvar da connectar automaticamain cun websites cun agid dal protocol da criptadi HTTPS per dapli segirezza.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Deactivà</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Activà en tut ils tabs</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Activà en ils tabs privats</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Ulteriuras infurmaziuns</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Ulteriuras infurmaziuns</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Activar en tut ils tabs</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Activar mo en tabs privats</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Website segirada betg disponibla</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Probablamain na sustegna la website simplamain betg HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Tuttina èsi pussaivel ch\'i sa tracta dad ina attatga. Sche ti visitas la website, na duessas ti endatar naginas infurmaziuns sensiblas. Sche ti cuntinueschas vegn il modus mo HTTPS deactivà temporarmain per la website.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibladad</string>
@@ -1409,7 +1409,7 @@
<string name="qr_scanner_dialog_positive">PERMETTER</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">REFUSAR</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">L\'adressa web è nunvalida.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1522,7 +1522,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scannar il code</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Avra Firefox sin tes computer e visita <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Avra Firefox sin tes computer e visita <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Pront per scannar</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1954,7 +1954,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Utilisar quest URL per la tschertga</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Remplazzar il term da tschertga cun «%s». Per exempel: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Remplazzar il term da tschertga cun «%s». Per exempel: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detagls da la maschina da tschertgar persunalisada</string>
@@ -1963,7 +1963,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL da l\'API per propostas da tschertga</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Remplazzar la tschertga cun «%s». Per exempel:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Remplazzar la tschertga cun «%s». Per exempel:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Memorisar</string>
@@ -2054,10 +2054,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Datas d\'annunzia cun quest num d\'utilisader existan gia</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">L\'adressa d\'internet sto cuntegnair «https://» u «http://»</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">L\'adressa d\'internet sto cuntegnair «http://» u «http://»</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">In num da server valid è necessari</string>
Index: app/src/main/res/values-ro/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml
--- a/app/src/main/res/values-ro/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ro/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -823,7 +823,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scananează codul</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Deschide Firefox pe calculator și intră pe <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Deschide Firefox pe calculator și intră pe <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Gata de scanare</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1063,7 +1063,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Șir de căutare de utilizat</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Înlocuiește interogarea cu „%s”. Exemplu: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Înlocuiește interogarea cu „%s”. Exemplu: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detalii despre motorul de căutare personalizat</string>
Index: app/src/main/res/values-ru/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
--- a/app/src/main/res/values-ru/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ru/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -534,23 +534,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Автоматически пытаться подключиться к сайтам через протокол шифрования HTTPS для повышения безопасности.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Откл.</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Включено во всех вкладках</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Включено в приватных вкладках</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Подробнее</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Подробнее</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Включить во всех вкладках</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Включить только в приватных вкладках</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Защищённый сайт недоступен</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Скорее всего, сайт не поддерживает HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Однако возможно вмешательство злоумышленников. Если вы продолжите переход на сайт, вам не следует вводить на нём какие-либо личные данные. Если вы продолжите, режим «Только HTTPS» для этого сайта будет временно отключён.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Специальные возможности</string>
@@ -1448,7 +1448,7 @@
<string name="qr_scanner_dialog_positive">РАЗРЕШИТЬ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ЗАПРЕТИТЬ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Сетевой адрес недействителен.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1563,7 +1563,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Считывание штрих-кода</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Откройте Firefox на вашем компьютере и перейдите на <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Откройте Firefox на вашем компьютере и перейдите на <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Считать штрих-код</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1981,7 +1981,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL для поиска</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Замените строку запроса на «%s». Пример:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Замените строку запроса на «%s». Пример:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Сведения о выбранной поисковой системе</string>
@@ -1991,7 +1991,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL-адрес API поисковых предложений</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Замените запрос на «%s». Пример:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Замените запрос на «%s». Пример:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Сохранить</string>
@@ -2082,10 +2082,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Пароль с таким именем пользователя уже существует</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Сетевой адрес должен содержать &quot;https://&quot; or &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Сетевой адрес должен содержать &quot;http://&quot; or &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Введите правильное имя сервера</string>
Index: app/src/main/res/values-sat/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-sat/strings.xml b/app/src/main/res/values-sat/strings.xml
--- a/app/src/main/res/values-sat/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-sat/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -461,23 +461,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">ᱵᱮᱰᱷᱟᱣ ᱠᱟᱱᱟ ᱨᱩᱠᱷᱤᱭᱟᱹ ᱞᱟᱹᱜᱤᱫ ᱛᱮ HTTPS ᱫᱟᱱᱟᱝ ᱵᱮᱵᱷᱟᱨ ᱛᱮ ᱥᱟᱭᱤᱴ ᱠᱚ ᱥᱟᱞᱟᱜ ᱟᱡ ᱛᱮ ᱡᱩᱲᱟᱹᱣ ᱵᱤᱲᱟᱹᱣ ᱾</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">ᱵᱚᱸᱫᱚ</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">ᱡᱷᱚᱛᱚ ᱴᱮᱵᱽ ᱮᱢ ᱪᱷᱚᱭ ᱢᱮ</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">ᱱᱤᱡᱮᱨᱟᱜ ᱴᱮᱵᱽ ᱨᱮ ᱜᱮ</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">ᱰᱷᱮᱨ ᱥᱮᱬᱟᱭ ᱢᱮ</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">ᱰᱷᱮᱨ ᱥᱮᱬᱟᱭ ᱢᱮ</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">ᱡᱷᱚᱛᱚ ᱴᱮᱵᱽ ᱠᱚᱨᱮ ᱮᱢ ᱪᱷᱚᱭ ᱢᱮ</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">ᱯᱨᱟᱭᱣᱮᱴ ᱴᱮᱵᱽ ᱨᱮᱜᱮ ᱮᱢ ᱪᱷᱚᱭ ᱢᱮ</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">ᱨᱩᱠᱷᱤᱭᱟᱹ ᱥᱟᱭᱤᱴ ᱫᱚ ᱵᱟᱹᱱᱩᱜ ᱟᱹᱱᱤᱡ</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">ᱡᱟᱹᱥᱛᱤ ᱠᱷᱚᱱ ᱡᱟᱹᱥᱛᱤ, ᱣᱮᱵᱽᱥᱟᱭᱤᱴ ᱫᱚ HTTPS ᱵᱟᱭ ᱥᱟᱹᱯᱚᱴᱟᱭ ᱾</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">ᱢᱮᱱᱠᱷᱟᱱ, ᱱᱚᱶᱟ ᱦᱚᱸ ᱦᱩᱭ ᱫᱟᱲᱮᱭᱟᱜᱼᱟ ᱡᱮ ᱢᱤᱫᱴᱟᱝ ᱢᱩᱸᱦᱟᱹ ᱤᱡ ᱦᱚᱸ ᱛᱟᱦᱮᱸ ᱠᱚᱜᱼᱟᱭ ᱾ ᱟᱢ ᱡᱩᱫᱤ ᱣᱮᱵᱽᱥᱟᱭᱤᱴ ᱥᱮᱫ ᱞᱟᱦᱟᱜ ᱠᱷᱟᱱ ᱫᱚᱢ, ᱟᱢ ᱫᱚ ᱡᱟᱦᱟᱱᱟᱜ ᱥᱚᱢᱵᱮᱫᱚᱱ ᱡᱤᱱᱤᱥ ᱟᱞᱚᱢ ᱟᱫᱮᱨ ᱛᱟᱢᱟᱸ ᱾ ᱡᱤᱫᱤ ᱟᱢ ᱞᱟᱦᱟᱜ ᱠᱷᱟᱱ, HTTPSᱼᱢᱳᱰ ᱫᱚ ᱥᱟᱭᱤᱴ ᱞᱟᱹᱜᱤᱫ ᱛᱤᱱᱟᱹᱜ ᱜᱟᱱ ᱚᱠᱛᱚ ᱞᱟᱹᱜᱤᱫ ᱵᱚᱸᱫᱚᱜᱼᱟ ᱾</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">ᱟᱹᱛᱩᱨ ᱫᱟᱲᱮᱭᱟᱜ</string>
@@ -1331,7 +1331,7 @@
<string name="qr_scanner_dialog_positive">ᱢᱟᱹᱱᱡᱩᱨ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ᱵᱟᱹᱰ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">ᱣᱮᱵᱽ ᱴᱷᱤᱠᱬᱟᱹ ᱵᱟᱭ ᱴᱷᱤᱠ ᱟ᱾</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ᱴᱷᱤᱠ</string>
@@ -1499,7 +1499,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">ᱠᱳᱰ ᱥᱠᱟᱱ ᱢᱮ</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[ᱟᱢᱟᱜ ᱠᱚᱢᱯᱤᱭᱩᱴᱟᱨ ᱨᱮ Firefox ᱡᱷᱤᱡᱽ ᱢᱮ ᱟᱨ <b>https://firefox.com/pair</b> ᱨᱮ ᱪᱟᱞᱟᱜ ᱢᱮ]]></string>
+ <string name="sign_in_instructions"><![CDATA[ᱟᱢᱟᱜ ᱠᱚᱢᱯᱤᱭᱩᱴᱟᱨ ᱨᱮ Firefox ᱡᱷᱤᱡᱽ ᱢᱮ ᱟᱨ <b>http://firefox.com/pair</b> ᱨᱮ ᱪᱟᱞᱟᱜ ᱢᱮ]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">ᱥᱠᱟᱱ ᱞᱚᱜᱤᱫᱛᱮ ᱛᱮᱭᱟᱨ ᱢᱮᱱᱟᱢᱼᱟ</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1923,7 +1923,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">ᱥᱮᱸᱫᱽᱨᱟ ᱞᱟᱹᱜᱤᱫ URL ᱵᱮᱵᱷᱟᱨ</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">“%s” ᱥᱟᱞᱟᱜ ᱠᱣᱮᱨᱭ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾ ᱡᱮᱢᱚᱱ:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">“%s” ᱥᱟᱞᱟᱜ ᱠᱣᱮᱨᱭ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾ ᱡᱮᱢᱚᱱ:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">ᱠᱩᱥᱤᱭᱟᱜ ᱥᱮᱸᱫᱽᱨᱟ ᱤᱧᱡᱤᱱ ᱨᱮᱭᱟᱜ ᱵᱤᱵᱨᱚᱬ</string>
@@ -1934,7 +1934,7 @@
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example" formatted="false" moz:RemovedIn="118" tools:ignore="UnusedResources">ᱯᱟᱱᱛᱮ ᱫᱚ “%s” ᱥᱟᱞᱟᱜ ᱛᱮ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾ ᱫᱟᱹᱭᱠᱟᱹ ᱺ \nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">ᱯᱟᱱᱛᱮ ᱫᱚ “%s” ᱥᱟᱞᱟᱜ ᱛᱮ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾ ᱫᱟᱹᱭᱠᱟᱹ ᱺ \nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">ᱯᱟᱱᱛᱮ ᱫᱚ “%s” ᱥᱟᱞᱟᱜ ᱛᱮ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾ ᱫᱟᱹᱭᱠᱟᱹ ᱺ \nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">ᱥᱟᱺᱪᱟᱣ ᱢᱮ</string>
@@ -2026,10 +2026,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">ᱢᱤᱫᱴᱟᱝ ᱵᱚᱞᱚ ᱵᱮᱵᱷᱟᱨᱤᱭᱟᱹ ᱢᱟᱲᱟᱝ ᱠᱷᱣᱱ ᱢᱮᱱᱟᱭᱟ ᱾</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">ᱴᱷᱤᱠᱬᱟᱹ ᱨᱮ &quot;https://&quot; ᱟᱨ ᱵᱟᱝ &quot;http://&quot; ᱱᱤᱦᱟᱹᱛᱤ ᱫᱚᱨᱠᱟᱨ ᱠᱟᱱᱟ</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">ᱴᱷᱤᱠᱬᱟᱹ ᱨᱮ &quot;http://&quot; ᱟᱨ ᱵᱟᱝ &quot;http://&quot; ᱱᱤᱦᱟᱹᱛᱤ ᱫᱚᱨᱠᱟᱨ ᱠᱟᱱᱟ</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">ᱴᱷᱤᱠ ᱦᱚᱥᱴᱧᱩᱛᱩᱢ ᱫᱚᱨᱠᱟᱨ ᱠᱟᱱᱟ</string>
Index: app/src/main/res/values-sc/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-sc/strings.xml b/app/src/main/res/values-sc/strings.xml
--- a/app/src/main/res/values-sc/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-sc/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -364,21 +364,21 @@
<!-- Remind me later text button for the onboarding dialog -->
<string name="reduce_cookie_banner_dialog_not_now_button">Immoe nono</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Disativadu</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Ativu in totu is ischedas</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Ativu in is ischedas privadas</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Àteras informatziones</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Àteras informatziones</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Permite in totu is ischedas</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Permite isceti in is ischedas privadas</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Situ seguru non disponìbile</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Est probàbile chi su situ web non siat cumpatìbile cun HTTPS.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Atzessibilidade</string>
@@ -1102,7 +1102,7 @@
<string name="qr_scanner_dialog_positive">PERMITE</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">REFUDA</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Indiritzu web non vàlidu.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">AB</string>
@@ -1213,7 +1213,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Iscansiona su còdighe</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[In selaboradore tuo, aberi Firefox e bae a <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[In selaboradore tuo, aberi Firefox e bae a <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Iscansiona</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1558,7 +1558,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL de impreare in sa chirca</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Sostitui sa chirca cun «%s». Esempru: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Sostitui sa chirca cun «%s». Esempru: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Detàllios de su motore de chirca personalizadu</string>
@@ -1650,10 +1650,10 @@
<string name="voice_search_explainer">Chistiona immoe</string>
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Esistit giai una credentziale cun custu nòmine</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.esempru.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Sindiritzu web depet cuntènnere «https://» o «http://»</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.esempru.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Sindiritzu web depet cuntènnere «http://» o «http://»</string>
<!-- Synced Tabs -->
<!-- Text displayed to ask user to connect another device as no devices found with account -->
Index: app/src/main/res/values-si/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-si/strings.xml b/app/src/main/res/values-si/strings.xml
--- a/app/src/main/res/values-si/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-si/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -497,23 +497,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">ඉහළ ආරක්‍ෂාවක් සඳහා HTTPS සංකේතන කෙටුම්පත භාවිතයෙන් අඩවි වෙත ස්වයංක්‍රීයව සම්බන්ධ වීමට තැත් කරයි.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">අක්‍රිය</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">සියළු පටිතිවලට සක්‍රියයි</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">පෞද්. පටිතිවලට සක්‍රියයි</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">තව දැනගන්න</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">තව දැනගන්න</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">සියළු පටිති සඳහා යොදන්න</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">පෞද්. පටිති සඳහා පමණි</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">ආරක්‍ෂිත අඩවිය නැත</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">බොහෝ දුරට, අඩවිය HTTPS සඳහා සහාය නොදක්වයි.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">කෙසේ වුවද, ප්‍රහාරකයෙක් සම්බන්ධ වී සිටීමට ද ඉඩ ඇත. මෙම අඩවියට ඔබ ගොඩවදින්නේ නම්, කිසිදු සංවේදී තොරතුරක් ඇතුල් නොකළ යුතුය. ඉදිරියට ගියහොත්, HTTPS-පමණි ප්‍රකාරය තාවකාලිකව මෙම අඩවිය සඳහා අක්‍රිය කෙරේ.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">ප්‍රවේශ්‍යතාව</string>
@@ -1386,7 +1386,7 @@
<string name="qr_scanner_dialog_positive">ඉඩ දෙන්න</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ප්‍රතික්‍ෂේප</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">ලිපිනය වලංගු නොවේ.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">හරි</string>
@@ -1500,7 +1500,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">කේතය සුපිරික්සන්න</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[පරිගණකයෙහි ෆයර්ෆොක්ස් විවෘත කර <b>https://firefox.com/pair</b> වෙත යන්න]]></string>
+ <string name="sign_in_instructions"><![CDATA[පරිගණකයෙහි ෆයර්ෆොක්ස් විවෘත කර <b>http://firefox.com/pair</b> වෙත යන්න]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">පරිලෝකනයට ඔබන්න</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1911,7 +1911,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">සෙවීමට භාවිතා කරන ඒ.ස.නි.</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">“%s” සමඟ විමසුම ප්‍රතිස්ථාපනය කරන්න. නිදසුන:\nhttps://search.naver.com/search.naver?where=nexearch&amp;sm=top_hty&amp;fbm=0&amp;ie=utf8&amp;query=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">“%s” සමඟ විමසුම ප්‍රතිස්ථාපනය කරන්න. නිදසුන:\nhttp://search.naver.com/search.naver?where=nexearch&amp;sm=top_hty&amp;fbm=0&amp;ie=utf8&amp;query=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">අභිරුචි සෙවුම් යන්ත්‍රයේ විස්තර</string>
@@ -1920,7 +1920,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">සෙවුම් යෝජනා යෙ.ක්‍ර.මු. ඒ.ස.නි.</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">“%s” සමඟ විමසුම ප්‍රතිස්ථාපනය කරන්න. නිදසුන:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">“%s” සමඟ විමසුම ප්‍රතිස්ථාපනය කරන්න. නිදසුන:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">සුරකින්න</string>
@@ -2009,11 +2009,11 @@
<string name="voice_search_explainer">දැන් කතා කරන්න</string>
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">පරිශීලක නාමය සහිත පිවිසීමක් දැනටමත් පවතී</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">ලිපිනයෙහි &quot;https://&quot; හෝ &quot;http://&quot; අඩංගු විය යුතුය</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">ලිපිනයෙහි &quot;http://&quot; හෝ &quot;http://&quot; අඩංගු විය යුතුය</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">වලංගු සත්කාරක නාමයක් අවශ්‍යයි</string>
Index: app/src/main/res/values-sk/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml
--- a/app/src/main/res/values-sk/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-sk/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -532,23 +532,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Automaticky sa pokúša pripojiť k stránkam pomocou šifrovacieho protokolu HTTPS na zvýšenie bezpečnosti.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Vypnutý</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Zapnuté na všetkých kartách</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Zapnuté na súkromných kartách</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Ďalšie informácie</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Ďalšie informácie</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Povoliť na všetkých kartách</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Povoliť iba na súkromných kartách</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Zabezpečená verzia stránky nie je k dispozícii</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Web s najväčšou pravdepodobnosťou nepodporuje HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Je však tiež možné, že ide o útočníka. Ak budete pokračovať na webovú stránku, nemali by ste zadávať žiadne citlivé informácie. Ak budete pokračovať, režim Len HTTPS sa pre túto stránku dočasne vypne.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Zjednodušenie ovládania</string>
@@ -1431,7 +1431,7 @@
<string name="qr_scanner_dialog_positive">POVOLIŤ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ZAMIETNUŤ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Webová adresa je neplatná.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1543,7 +1543,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Naskenovať kód</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Spustite Firefox na svojom počítači a navštívte stránku <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Spustite Firefox na svojom počítači a navštívte stránku <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Pripravené na skenovanie</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1962,7 +1962,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Adresa URL, ktorá sa má použiť na vyhľadávanie</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Nahraďte výraz s „%s“. Príklad:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Nahraďte výraz s „%s“. Príklad:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Podrobnosti vlastného vyhľadávača</string>
@@ -1972,7 +1972,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Adresa URL rozhrania API pre návrh vyhľadávania</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Text vyhľadávania nahraďte výrazom “%s”. Napríklad:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Text vyhľadávania nahraďte výrazom “%s”. Napríklad:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Uložiť</string>
@@ -2063,10 +2063,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Prihlasovacie údaje s týmto používateľským menom už existujú</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Webová adresa musí obsahovať &quot;https://&quot; alebo &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Webová adresa musí obsahovať &quot;http://&quot; alebo &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Vyžaduje sa platný názov hostiteľa</string>
Index: app/src/main/res/values-skr/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-skr/strings.xml b/app/src/main/res/values-skr/strings.xml
--- a/app/src/main/res/values-skr/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-skr/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -447,23 +447,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">خودکار طور تے ودھدی ہوئی حفاظت کیتے ایچ ٹی ٹی پی ایس خفیہ کاری پروٹوکول ورتندے ہوئے سائٹاں کوں کنکٹ کرݨ دی کوشش کریندے۔</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">بند</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">ساریاں ٹیباں وچ تے</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">نجی ٹیباں وچ تے</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">ٻیا سِکھو</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">ٻیا سِکھو</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">سارے ٹیباں وچ فعال کرو</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">صرف نجی ٹیب وچ وچ فعال کرو</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">محفوظ سائٹ دستیاب کائنی</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">غالباً، ویب سائٹ سادگی نال ایچ ٹی ٹی پی ایس کوں سہارا کائنی ݙیندی۔</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">تاہم، ایہ وی ممکن ہے جو کوئی حملہ آور ملوث ہووے۔ جے تساں ویب سائٹ کوں جاری رکھدے ہو، تاں تہاکوں کوئی حساس معلومات درج کائنی کرݨی چاہیدی ہے۔ جے تساں جاری رکھدے ہو، تاں سائٹ کیتے HTTPS-صرف موڈ کوں عارضی طور تے بند کر ݙتا ویسی۔</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">رسائیت</string>
@@ -1309,7 +1309,7 @@
<string name="qr_scanner_dialog_positive">اجازت ڈیوو</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">رد کرو</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">ویب پتہ ٹھیک کائنی۔</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ٹھیک ہے</string>
@@ -1422,7 +1422,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">کوڈ سکین کرو</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[آپݨے کمپیوٹر تے فائرفوکس کھولو تے <b>https://firefox.com/pair</b> تے ون٘ڄو]]></string>
+ <string name="sign_in_instructions"><![CDATA[آپݨے کمپیوٹر تے فائرفوکس کھولو تے <b>http://firefox.com/pair</b> تے ون٘ڄو]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">سکین کرݨ کیتے تیار</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1844,7 +1844,7 @@
<string name="search_add_custom_engine_search_string_hint_2">ڳولݨ دے ورتݨ کیتے یوآرایل</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_search_string_example" formatted="false"> “%s” نال سوال وٹاؤ۔
-مثال:\nhttps://www.google.com/search?q=%s</string>
+مثال:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">من پسند ڳولݨ انجݨ تفصیلاں</string>
@@ -1939,10 +1939,10 @@
<string name="voice_search_explainer">ہُݨ ٻولو</string>
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">پہلے موجود ورتݨ ناں نال لاگ ان تھیوو</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">ویب پتے وچ &quot;https://&quot; یا &quot;http://&quot; ہووݨ ضروری ہے</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">ویب پتے وچ &quot;http://&quot; یا &quot;http://&quot; ہووݨ ضروری ہے</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">ٹھیک ہوسٹ ناں ضروری ہے</string>
Index: app/src/main/res/values-sl/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml
--- a/app/src/main/res/values-sl/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-sl/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -520,23 +520,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Za večjo varnost poskuša samodejno vzpostaviti povezavo s šifrirnim protokolom HTTPS.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Izključeno</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">V vseh zavihkih</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">V zasebnih zavihkih</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Več o tem</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Več o tem</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Omogoči v vseh zavihkih</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Omogoči le v zasebnih zavihkih</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Varno spletno mesto ni na voljo</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Najverjetneje spletno mesto ne podpira HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Vendar pa je možno tudi, da je vpleten napadalec. Če se odločite nadaljevati na spletno stran, ne vnašajte nikakršnih občutljivih podatkov. Če nadaljujete, bo način samo HTTPS za spletno mesto začasno izklopljen.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Dostopnost</string>
@@ -1425,7 +1425,7 @@
<string name="qr_scanner_dialog_positive">DOVOLI</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ZAVRNI</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Spletni naslov ni veljaven.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">V redu</string>
@@ -1538,7 +1538,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Skenirajte kodo</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Na računalniku odprite Firefox in obiščite <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Na računalniku odprite Firefox in obiščite <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Pripravljeno za skeniranje</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1967,7 +1967,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL za uporabo pri iskanju</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Zamenjajte poizvedbo z &quot;%s&quot;. Primer: \nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Zamenjajte poizvedbo z &quot;%s&quot;. Primer: \nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Podrobnosti iskalnika po meri</string>
@@ -1977,7 +1977,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL API-ja za predloge iskanja</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Iskano poizvedbo zamenjajte s &quot;%s&quot;. Primer:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Iskano poizvedbo zamenjajte s &quot;%s&quot;. Primer:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Shrani</string>
@@ -2070,10 +2070,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Prijava s tem uporabniškim imenom že obstaja</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Spletni naslov mora vsebovati &quot;https://&quot; ali &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Spletni naslov mora vsebovati &quot;http://&quot; ali &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Zahtevano je veljavno ime domene</string>
Index: app/src/main/res/values-sq/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-sq/strings.xml b/app/src/main/res/values-sq/strings.xml
--- a/app/src/main/res/values-sq/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-sq/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -509,23 +509,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Përpiqet automatikisht të lidhet me sajtet duke përdorur protokollin HTTPS të fshehtëzimit, për më tepër siguri.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Off</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Në krejt skedat</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Në skeda private</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Mësoni më tepër</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Mësoni më tepër</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Aktivizoje në krejt skedat</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Aktivizoje vetëm në skeda private</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Ska sajt të siguruar</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Sipas shumicës së gjasave, sajti thjesht nuk mbulon HTTPS-në.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Por, është gjithashtu e mundshme që të jetë dora e ndonjë agresori. Nëse vazhdoni te sajti, sduhet të jepni ndonjë të dhënë rezervat. Nëse vazhdoni, mënyra Vetëm-HTTPS do të çaktivizohet përkohësisht për sajtin.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Përdorim nga persona me aftësi të kufizuara</string>
@@ -1401,7 +1401,7 @@
<string name="qr_scanner_dialog_positive">LEJOJE</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">MOHOJE</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Adresë Web jo e vlefshme.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1515,7 +1515,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Skanonin kodin</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Te kompjuteri juaj, hapni Firefox-in dhe kaloni te <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Te kompjuteri juaj, hapni Firefox-in dhe kaloni te <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Gati për skanim</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1937,7 +1937,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL për tu përdorur për kërkim</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Zëvendësoni kërkesën me “%s”. Shembull:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Zëvendësoni kërkesën me “%s”. Shembull:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Hollësi motori vetjak kërkimesh</string>
@@ -1947,7 +1947,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL API Sugjerimesh Kërkimi</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Zëvendësoni vargun e kërkimit me “%s”. Shembull:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Zëvendësoni vargun e kërkimit me “%s”. Shembull:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Ruaje</string>
@@ -2039,10 +2039,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Ka tashmë një palë kredenciale me këtë emër përdoruesi</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Adresa Web duhet të përmbajë “https://” ose “http://”</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Adresa Web duhet të përmbajë “http://” ose “http://”</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Lypset strehëemër i vlefshëm</string>
Index: app/src/main/res/values-sr/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml
--- a/app/src/main/res/values-sr/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-sr/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -477,23 +477,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Самостално се повезујемо на странице користећи HTTPS протокол за шифровање података у преносу зарад боље безбедности.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Искључено</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">На свим картицама</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">На приватним картицама</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Сазнај више</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Сазнај више</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Омогући у свим картицама</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Омогући само у приватним картицама</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Безбедна страница није доступна</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Највероватније, страница једноставно не подржава HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Ипак, могуће је да је у питању дигитални напад. Ако наставите ка страници, немојте уносити било какве осетљиве податке. Ако наставите, HTTPS режим биће привремено искључен на овој страници.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Приступачност</string>
@@ -1354,7 +1354,7 @@
<string name="qr_scanner_dialog_positive">ДОЗВОЛИ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ОДБИЈ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Веб адреса није исправна.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">У реду</string>
@@ -1465,7 +1465,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Скенирај код</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[На вашем рачунару отворите Firefox и посетите страницу <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[На вашем рачунару отворите Firefox и посетите страницу <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Спреман за скенирање</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1886,13 +1886,13 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint" moz:RemovedIn="120" tools:ignore="UnusedResources">Текст претраге за коришћење</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Замените упит са “%s”. Пример:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Замените упит са “%s”. Пример:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Детаљи прилагођеног претраживача</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Замените упит са “%s”. Пример:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Замените упит са “%s”. Пример:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Сачувај</string>
@@ -1983,10 +1983,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Пријава са овим корисничким именом већ постоји</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.primer.rs</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Веб адресе морају садржати &quot;https://&quot; или &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.primer.rs</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Веб адресе морају садржати &quot;http://&quot; или &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Потребно је ваљано име машине</string>
Index: app/src/main/res/values-su/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-su/strings.xml b/app/src/main/res/values-su/strings.xml
--- a/app/src/main/res/values-su/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-su/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -479,23 +479,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Otomatis nyoba nyambung ka loka maké protokol énkripsi HTTPS pikeun ngaronjatkeun kaamanan.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Pareum</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Hurung dina sadaya tab</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Hurung dina tab nyamuni</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Lenyepan</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Lenyepan</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Aktipkeun dina sadaya tab</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Aktipkeun dina tab nyamuni hungkul</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Situs aman teu sayaga</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Sigana, raramatlokana teu ngarojong HTTPs.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Nanging, bisa waé aya panyerang kalibet. Upama diteruskeun asup kana raramatlokana, anjeun ulah ngasupkeun émbaran sénsitip. Upama diteruskeun, mode Ngan-HTTPS bakal dipareuman samentawis pikeun éta loka.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Aksésibilitas</string>
@@ -1361,7 +1361,7 @@
<string name="qr_scanner_dialog_positive">IDINAN</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">HULAG</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Alamat raramatna teu bener.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">HEUG</string>
@@ -1535,7 +1535,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Pinday sandi</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Dina komputer anjeun buka Firefox terus buka <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Dina komputer anjeun buka Firefox terus buka <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Siap mindai</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1961,7 +1961,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL pikeun maluruh</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Ganti kueri ku “%s”. Conto:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Ganti kueri ku “%s”. Conto:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Wincikan mesin pamaluruh sakahayang</string>
@@ -1973,7 +1973,7 @@
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example" formatted="false" moz:RemovedIn="118" tools:ignore="UnusedResources">Ganti kueri ku “%s”. Conto:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Ganti kueri ku “%s”. Conto:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Ganti kueri ku “%s”. Conto:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Teundeun</string>
@@ -2065,10 +2065,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Login maké éta sandiasma geus aya</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.conto.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Alamat raramat kudu ngandung &quot;https://&quot; atawa &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.conto.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Alamat raramat kudu ngandung &quot;http://&quot; atawa &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Ngaran host sah diperlukeun</string>
Index: app/src/main/res/values-sv-rSE/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml
--- a/app/src/main/res/values-sv-rSE/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-sv-rSE/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -530,23 +530,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Försöker automatiskt ansluta till webbplatser med HTTPS-krypteringsprotokollet för ökad säkerhet.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Av</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">På i alla flikar</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">På i privata flikar</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Läs mer</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Läs mer</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Aktivera i alla flikar</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Aktivera endast i privata flikar</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Säker webbplats är inte tillgänglig</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Troligtvis stöder webbplatsen helt enkelt inte HTTPs.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Men det är också möjligt att en angripare är inblandad. Om du fortsätter till webbplatsen ska du inte ange någon känslig information. Om du fortsätter kommer endast HTTPS-läget att stängas av tillfälligt för webbplatsen.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Hjälpmedel</string>
@@ -1433,7 +1433,7 @@
<string name="qr_scanner_dialog_positive">TILLÅT</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">NEKA</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Webbadressen är inte giltig.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1546,7 +1546,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Skanna QR-kod</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Öppna Firefox på din dator och gå till <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Öppna Firefox på din dator och gå till <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Redo att skanna</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1968,7 +1968,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL att använda för sökning</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Byt ut frågan med “%s”. Exempel:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Byt ut frågan med “%s”. Exempel:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Information om anpassad sökmotor</string>
@@ -1978,7 +1978,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Sökförslag API URL</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Ersätt frågan med &quot;%s&quot;. Exempel:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Ersätt frågan med &quot;%s&quot;. Exempel:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Spara</string>
@@ -2070,10 +2070,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">En inloggning med det användarnamnet finns redan</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Webbadressen måste innehålla &quot;https://&quot; eller &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Webbadressen måste innehålla &quot;http://&quot; eller &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Giltigt värdnamn krävs</string>
Index: app/src/main/res/values-szl/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-szl/strings.xml b/app/src/main/res/values-szl/strings.xml
--- a/app/src/main/res/values-szl/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-szl/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -438,23 +438,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Autōmatycznie prōbuje łōnczyć sie ze strōnami z protokołym kodowanio HTTPS, coby zwiynkszyć bezpieczyństwo.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Wyłōnczōne</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Załōnczōne na wszyskich kartach</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Załōnczōne na wszyskich prywatnych kartach</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Przewiydz sie wiyncyj</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Przewiydz sie wiyncyj</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Załōncz we wszyskich kartach</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Załōncz ino we prywatnych kartach</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Zabezpieczōno strōna niy ma dostympno</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Zdowo sie, że to strōna niy ôbsuguje HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Może ale tyż sie rozchodzić ô jaki atak. Jak przyńdziesz na strōna, to niy ôstawiej na nij żodnych prywatnych informacyji. Jak na nia pudziesz, tryb &quot;Ino HTTPS&quot; czasowo sie wyłōnczy do tyj strōny. </string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Dostympność</string>
@@ -1273,7 +1273,7 @@
<string name="qr_scanner_dialog_positive">POZWŌL</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ZAKOŻ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Adresa strōny je felerno.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1437,7 +1437,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Skanuj kod</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Ôdewrzij Firefoxa na kōmputrze i idź na strōna <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Ôdewrzij Firefoxa na kōmputrze i idź na strōna <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Fertich, coby skanować</string>
<!-- Text shown for settings option for sign with pairing -->
Index: app/src/main/res/values-ta/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml
--- a/app/src/main/res/values-ta/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ta/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -812,7 +812,7 @@
<string name="sync_scan_code">குறியீட்டை வருடு</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[உங்கள் கணினியில் பயர்பாக்சைத் திறந்து <b>https://firefox.com/pair</b> பக்கத்திற்கு செல்லவும்]]></string>
+ <string name="sign_in_instructions"><![CDATA[உங்கள் கணினியில் பயர்பாக்சைத் திறந்து <b>http://firefox.com/pair</b> பக்கத்திற்கு செல்லவும்]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">வருடத் தயார்</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1053,7 +1053,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">பயன்படுத்த வேண்டிய தேடல் தொடர்</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">வினவலை “%s” ஆக மாற்றுக. எ.கா:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">வினவலை “%s” ஆக மாற்றுக. எ.கா:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">தனிப்பயன் தேடுபொறி விவரங்கள்</string>
Index: app/src/main/res/values-te/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-te/strings.xml b/app/src/main/res/values-te/strings.xml
--- a/app/src/main/res/values-te/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-te/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -247,12 +247,12 @@
<string name="preferences_https_only_title">HTTPS-మాత్రమే రీతి</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">ఇంకా తెలుసుకోండి</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">ఇంకా తెలుసుకోండి</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">అన్ని ట్యాబులలోనూ చేతనించు</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">అంతరంగిక ట్యాబులలో మాత్రమే చేతనించు</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">సురక్షిత సైటు అందుబాటులో లేదు</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">ప్రాప్యత</string>
@@ -918,7 +918,7 @@
<string name="qr_scanner_dialog_positive">అనుమతించు</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">తిరస్కరించు</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">జాల చిరునామా సరైనది కాదు.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">సరే</string>
@@ -1051,7 +1051,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">కోడును స్కాను చేయండి</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[మీ కంప్యూటర్‌లో Firefox తెరిచి <b>https://firefox.com/pair</b>కు వెళ్లండి]]></string>
+ <string name="sign_in_instructions"><![CDATA[మీ కంప్యూటర్‌లో Firefox తెరిచి <b>http://firefox.com/pair</b>కు వెళ్లండి]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">స్కాన్ చేయడానికి సిద్ధంగా ఉంది</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1400,7 +1400,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">వాడాల్సిన శోధన పదబంధం</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">వెతుకుడు పదాన్ని “%s”తో పూరించండి. ఉదాహరణ:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">వెతుకుడు పదాన్ని “%s”తో పూరించండి. ఉదాహరణ:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">అభిమత శోధన యంత్ర వివరాలు</string>
@@ -1485,8 +1485,8 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">ఆ వాడుకరి పేరుతో ఒక ప్రవేశం ఇప్పటికే ఉంది</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
<!-- Synced Tabs -->
<!-- Text displayed to ask user to connect another device as no devices found with account -->
Index: app/src/main/res/values-tg/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-tg/strings.xml b/app/src/main/res/values-tg/strings.xml
--- a/app/src/main/res/values-tg/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-tg/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -515,23 +515,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Ба таври худкор кӯшиш мекунад, ки ба сомонаҳо бо истифода аз протоколи рамзгузории HTTPS барои баланд бардоштани амният пайваст шавад.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Ғайрифаъол</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Фаъол дар ҳамаи варақаҳо</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Фаъол дар варақаҳои хусусӣ</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Маълумоти бештар</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Маълумоти бештар</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Фаъол кардан дар ҳамаи варақаҳо</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Фаъол кардан танҳо дар варақаҳои хусусӣ</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Сомонаи бехатар дастрас нест</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Эҳтимол, сомона танҳо пайвасти «HTTP»-ро дастгирӣ намекунад.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Бо вуҷуди ин, инчунин, мумкин аст, ки ҳамлакунанда дахолат мекунад. Агар шумо кори худро бо сомона идома диҳед, шумо набояд ягон маълумоти ҳассоси шахсиро ворид намоед. Агар шумо идома диҳед, реҷаи «Танҳо HTTPS» барои сомона муваққатан ғайрифаъол мешавад.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Қобилияти дастрасӣ</string>
@@ -1416,7 +1416,7 @@
<string name="qr_scanner_dialog_positive">ИҶОЗАТ ДОДАН</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">РАД КАРДАН</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Нишонии сомона нодуруст аст.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ХУБ</string>
@@ -1531,7 +1531,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Рамзро скан кунед</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Дар компютери худ Firefox-ро кушоед ва ба <b>https://firefox.com/pair</b> гузаред]]></string>
+ <string name="sign_in_instructions"><![CDATA[Дар компютери худ Firefox-ро кушоед ва ба <b>http://firefox.com/pair</b> гузаред]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Барои аксбардорӣ омода аст</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1953,7 +1953,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Нишонии URL, ки барои ҷустуҷӯ истифода мешавад</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Сатри дархостро бо “%s” иваз намоед. Масалан:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Сатри дархостро бо “%s” иваз намоед. Масалан:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Тафсилот дар бораи низоми ҷустуҷӯии фармоишӣ</string>
@@ -1962,7 +1962,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Нишонии URL-и API-и пешниҳоди ҷустуҷӯ</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Дархостро ба қимати «%s» иваз намоед. Барои мисол:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Дархостро ба қимати «%s» иваз намоед. Барои мисол:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Нигоҳ доштан</string>
@@ -2054,10 +2054,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Воридшавӣ бо ин номи корбар аллакай вуҷуд дорад</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Нишонии сомона бояд &quot;https://&quot; ё &quot;http://&quot;-ро дар бар гирад</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Нишонии сомона бояд &quot;http://&quot; ё &quot;http://&quot;-ро дар бар гирад</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Номи сервери дуруст лозим аст</string>
Index: app/src/main/res/values-th/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml
--- a/app/src/main/res/values-th/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-th/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -502,23 +502,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">พยายามเชื่อมต่อกับเว็บไซต์โดยใช้โปรโตคอลการเข้ารหัส HTTPS โดยอัตโนมัติเพื่อเพิ่มความปลอดภัย</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">ปิด</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">เปิดในทุกแท็บ</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">เปิดในแท็บส่วนตัว</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">เรียนรู้เพิ่มเติม</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">เรียนรู้เพิ่มเติม</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">เปิดใช้งานในทุกแท็บ</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">เปิดใช้งานเฉพาะในแท็บส่วนตัว</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">ไซต์ที่ปลอดภัยไม่พร้อมใช้งาน</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">อาจเป็นไปได้มากว่าเว็บไซต์ไม่รองรับ HTTPS</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">อย่างไรก็ตาม อาจเป็นไปได้ว่าผู้โจมตีมีส่วนเกี่ยวข้อง หากคุณเข้าสู่เว็บไซต์ต่อไป คุณไม่ควรป้อนข้อมูลที่ละเอียดอ่อนใด ๆ หากคุณดำเนินการต่อ โหมด HTTPS-Only จะปิดชั่วคราวสำหรับเว็บไซต์นี้</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">การช่วยเข้าถึง</string>
@@ -1394,7 +1394,7 @@
<string name="qr_scanner_dialog_positive">อนุญาต</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ปฏิเสธ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">ที่อยู่เว็บไม่ถูกต้อง</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ตกลง</string>
@@ -1508,7 +1508,7 @@
<string name="sync_scan_code">สแกนรหัส</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[บนคอมพิวเตอร์ของคุณ ให้เปิด Firefox แล้วไปที่ <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[บนคอมพิวเตอร์ของคุณ ให้เปิด Firefox แล้วไปที่ <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">พร้อมที่จะสแกน</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1931,7 +1931,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL ที่จะใช้ในการค้นหา</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">แทนที่คำค้นด้วย “%s” ตัวอย่าง:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">แทนที่คำค้นด้วย “%s” ตัวอย่าง:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">รายละเอียดเครื่องมือค้นหาที่กำหนดเอง</string>
@@ -1941,7 +1941,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL ของ API เสนอแนะการค้นหา</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">แทนที่คิวรีด้วย “%s” ตัวอย่าง:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">แทนที่คิวรีด้วย “%s” ตัวอย่าง:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">บันทึก</string>
@@ -2032,10 +2032,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">การเข้าสู่ระบบที่มีชื่อผู้ใช้นี้มีอยู่แล้ว</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">ที่อยู่เว็บต้องมี &quot;https://&quot; หรือ &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">ที่อยู่เว็บต้องมี &quot;http://&quot; หรือ &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">ต้องการชื่อโฮสต์ที่ถูกต้อง</string>
Index: app/src/main/res/values-tl/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-tl/strings.xml b/app/src/main/res/values-tl/strings.xml
--- a/app/src/main/res/values-tl/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-tl/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -300,13 +300,13 @@
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
<string name="reduce_cookie_banner_dialog_change_setting_button">Payagan</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Nakasara</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Naka-on sa lahat ng tab</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Alamin</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <string name="preferences_https_only_learn_more">Alamin</string>
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Malamang sa malamang, ang website ay sadyang hindi suportado ang HTTPS.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibility</string>
@@ -1047,7 +1047,7 @@
<string name="qr_scanner_dialog_positive">PAYAGAN</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">TANGGIHAN</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Hindi wasto ang web address.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1192,7 +1192,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">i-Scan ang code</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Buksan ang Firefox sa computer mo at pumunta sa <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Buksan ang Firefox sa computer mo at pumunta sa <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Handa nang mag-scan</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1563,7 +1563,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Gagamiting teksto ng paghahanap</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Palitan ang query ng “%s”. Halimbawa:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Palitan ang query ng “%s”. Halimbawa:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Pasadyang detalye ng search engine</string>
Index: app/src/main/res/values-tok/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-tok/strings.xml b/app/src/main/res/values-tok/strings.xml
--- a/app/src/main/res/values-tok/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-tok/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -74,7 +74,7 @@
<string name="browser_menu_add_ons">ilo pi kepeken sin</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
</resources>
Index: app/src/main/res/values-tr/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
--- a/app/src/main/res/values-tr/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-tr/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -512,23 +512,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Daha fazla güvenlik için sitelere otomatik olarak HTTPS şifreleme protokolüyle bağlanmaya çalışır.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Kapalı</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Tüm sekmelerde açık</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Gizli sekmelerde açık</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Daha fazla bilgi al</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Daha fazla bilgi al</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Tüm sekmelerde etkinleştir</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Yalnızca gizli sekmelerde etkinleştir</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Güvenli site mevcut değil</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Büyük olasılıkla bu web sitesi HTTPSi desteklemiyor.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Ancak bir saldırganın araya girmiş olması da mümkün. Bu web sitesine girerseniz hassas bilgilerinizi siteyle paylaşmayın. Devam ederseniz yalnızca HTTPS modu bu sitede geçici olarak kapatılacaktır.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Erişilebilirlik</string>
@@ -1409,7 +1409,7 @@
<string name="qr_scanner_dialog_positive">İZİN VER</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">İZİN VERME</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Web adresi geçersiz.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Tamam</string>
@@ -1521,7 +1521,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Kodu tarayın</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Bilgisayarınızda Firefoxu açıp <b>https://firefox.com/pair</b> adresine gidin]]></string>
+ <string name="sign_in_instructions"><![CDATA[Bilgisayarınızda Firefoxu açıp <b>http://firefox.com/pair</b> adresine gidin]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Taramaya hazırım</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1944,7 +1944,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">Arama için kullanılacak URL</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Sorguyu “%s” ile değiştirin. Örnek:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Sorguyu “%s” ile değiştirin. Örnek:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Özel arama motoru ayrıntıları</string>
@@ -1954,7 +1954,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">Arama önerisi API URLsi</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Sorgunun yerine “%s” yazın. Örnek:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Sorgunun yerine “%s” yazın. Örnek:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Kaydet</string>
@@ -2045,10 +2045,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Bu kullanıcı adına sahip bir hesap zaten var</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Web adresi &quot;https://&quot; veya &quot;http://&quot; içermelidir</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Web adresi &quot;http://&quot; veya &quot;http://&quot; içermelidir</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Geçerli bir sunucu gerekli</string>
Index: app/src/main/res/values-trs/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-trs/strings.xml b/app/src/main/res/values-trs/strings.xml
--- a/app/src/main/res/values-trs/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-trs/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -465,23 +465,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Huin ruhuaj gātu riña nej sitio ngà ngō danganàj HTTPS dadin dugumîn danga nan doj daran nej sa huā hiát.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Dūnâ\àj</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Ngà \'hiaj sunj riña daran\' nej rakïj ñanj</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Ngà \'hiaj sunj riña rakïj ñanj huìi</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Gāhuin chrūn doj</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Gāhuin chrūn doj</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Gānïn gihiaj sun man riña daran nej rakïj ñanj</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Gānïn gīhiaj sun man màn riña nej rakïj ñanj huìi</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Nitāj si huā nînïnj riña sitiô dugumîn sò</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Si gūruhuaj nī nitāj si aran dugui sitiô web ngà HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Si gūruhuaj nī, huā ngō sa yīìi gatûj riña aga nan. Sisī huā nï̀n gīnunt riña sitiô nan nī, sī gachrûnt àngō nuguanhue gārasun nej si dahiaj yīì nej si sò. Sisī huā nï̀n gīnunt hiūj nan don nī, gīhiaj desaktivando akuan HTTPS.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Dàj gā gātū\'</string>
@@ -1355,7 +1355,7 @@
<string name="qr_scanner_dialog_positive">GA\'NĪN</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">SĪ GA\'NÏNJT</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Nitāj si huā hue\'ê si direksiûn Web gachrûnt</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">GĀHUE</string>
@@ -1529,7 +1529,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Gānārī ñadu\'ua da\'nga\' kôdigo</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Gānā\'nïn Firefox riña si āgâ\'t nī gātū riña <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Gānā\'nïn Firefox riña si āgâ\'t nī gātū riña <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Ngà huā chrunj da\' gānārij ñadu\'ua</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1965,7 +1965,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL gārasunt guendâ nānàhuìt</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Nādūnā sa nana\'uî\'t ngà “%s”. dàj rû\':\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Nādūnā sa nana\'uî\'t ngà “%s”. dàj rû\':\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Sa huā riña sa nana\'uî\'t nagi\'iaj man\'ânt</string>
@@ -1977,7 +1977,7 @@
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example" formatted="false" moz:RemovedIn="118" tools:ignore="UnusedResources">Nādunā sa nana\huî\t ngà “%s”. Dàj rû\':\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Nādunā sa gachrûnt dan ngà “%s”. Dàj rû\':\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Nādunā sa gachrûnt dan ngà “%s”. Dàj rû\':\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Nā\'nïnj sà\'</string>
@@ -2071,11 +2071,11 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Ngà huā \'ngō riña gayì\'ìt sēsiûn gù\'nàj dàdanj</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Da\hui dīreksiûn nan gānika &quot;https:/&quot; asi &quot;http://&quot;</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Da\hui dīreksiûn nan gānika &quot;http:/&quot; asi &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Nāchrūn ngō si yūgui host huā hueê</string>
Index: app/src/main/res/values-tt/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-tt/strings.xml b/app/src/main/res/values-tt/strings.xml
--- a/app/src/main/res/values-tt/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-tt/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -375,11 +375,11 @@
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
<string name="reduce_cookie_banner_dialog_change_setting_button">Рөхсәт итү</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Сүнгән</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Барлык табларда да кабынган</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Хосусый табларда кабынган</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Кулайлык</string>
@@ -1051,7 +1051,7 @@
<string name="qr_scanner_dialog_positive">РӨXCӘT ИТҮ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">КИРЕ КАГУ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Веб-адрес хаталы.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ОК</string>
@@ -1165,7 +1165,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Кодны сканерлау</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Компьютерыгызда Firefox-ны ачыгыз һәм <b>https://firefox.com/pair</b> адресына үтегез]]></string>
+ <string name="sign_in_instructions"><![CDATA[Компьютерыгызда Firefox-ны ачыгыз һәм <b>http://firefox.com/pair</b> адресына үтегез]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Сканерлауга әзер</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1478,7 +1478,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Эзләнәчәк сүз я сүзтезмә</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Сорауны “%s” юлы белән алыштырыгыз. Мисал өчен:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Сорауны “%s” юлы белән алыштырыгыз. Мисал өчен:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Үзгә эзләү системасының нечкәлекләре</string>
@@ -1566,10 +1566,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Мондый исемле кулланучы бар инде</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Веб-адреста &quot;https://&quot; яки &quot;http://&quot; булырга тиеш</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Веб-адреста &quot;http://&quot; яки &quot;http://&quot; булырга тиеш</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Дөрес бер хост исеме кирәк</string>
Index: app/src/main/res/values-ug/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ug/strings.xml b/app/src/main/res/values-ug/strings.xml
--- a/app/src/main/res/values-ug/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ug/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -481,21 +481,21 @@
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
<string name="reduce_cookie_banner_dialog_change_setting_button" moz:RemovedIn="121" tools:ignore="UnusedResources">يول قوي</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">تاقاق</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">بارلىق بەتكۈچتە ئوچۇق</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">شەخسىي بەتكۈچتە ئوچۇق</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">تەپسىلاتى</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">تەپسىلاتى</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">بارلىق بەتكۈچتە قوزغات</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">شەخسىي بەتكۈچتىلا قوزغات</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">بىخەتەر تور بېكەت يوق</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">بەلكىم بو تور بېكەت HTTPS نى قوللىماسلىقى مۇمكىن.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">قۇلايلىقلار</string>
@@ -1355,7 +1355,7 @@
<string name="qr_scanner_dialog_positive">يول قوي</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">رەت قىل</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">تور ئادرېس ئىناۋەتسىز.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">جەزملە</string>
@@ -1466,7 +1466,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">كودنى تارا</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[كومپيۇتېرىڭىزدىكى Firefox دا <b>https://firefox.com/pair</b> ئاچىدۇ]]></string>
+ <string name="sign_in_instructions"><![CDATA[كومپيۇتېرىڭىزدىكى Firefox دا <b>http://firefox.com/pair</b> ئاچىدۇ]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">تاراشقا تەييار</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1852,7 +1852,7 @@
<string name="search_add_custom_engine_search_string_hint_2">ئىزدەشكە ئىشلىتىدىغان تور ئادرېسى</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">سۈرۈشتۈرۈشنى «%s» غا ئالماشتۇرىدۇ. مەسىلەن:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">سۈرۈشتۈرۈشنى «%s» غا ئالماشتۇرىدۇ. مەسىلەن:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">ئىختىيارى ئىزدەش موتورىنىڭ تەپسىلاتى</string>
<!-- Label for the TextField in which user enters custom search engine suggestion URL -->
@@ -1860,7 +1860,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">ئىزدەش تەۋسىيە API تور ئادرېسى</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">سۈرۈشتۈرۈشنى «%s» غا ئالماشتۇرىدۇ. مەسىلەن:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">سۈرۈشتۈرۈشنى «%s» غا ئالماشتۇرىدۇ. مەسىلەن:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">ساقلا</string>
@@ -1951,10 +1951,10 @@
<string name="voice_search_explainer">ھازىر سۆزلەڭ</string>
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">بۇ ئىشلەتكۈچى ئىسمىدىكى كىرىش مەۋجۇت</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">تور ئادرېسىدا چوقۇم «https://» ياكى «http://» بولۇشى كېرەك.</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">تور ئادرېسىدا چوقۇم «http://» ياكى «http://» بولۇشى كېرەك.</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">ئىناۋەتلىك مۇلازىم ئىسمى زۆرۈر</string>
Index: app/src/main/res/values-uk/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
--- a/app/src/main/res/values-uk/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-uk/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -527,23 +527,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Намагатися автоматично доступатися до сайтів за допомогою протоколу шифрування HTTPS для поліпшення безпеки.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Вимкнено</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Увімкнути в усіх вкладках</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Увімкнути у приватних вкладках</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Докладніше</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Докладніше</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Увімкнути на всіх вкладках</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Увімкнути лише у приватних вкладках</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Захищений сайт недоступний</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Швидше за все, вебсайт просто не підтримує HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Однак також можливе втручання зловмисників. Якщо ви продовжите перехід на вебсайт, вам не слід вводити будь-які конфіденційні дані. Якщо ви продовжите, HTTPS-режим буде тимчасово вимкнено для сайту.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Доступність</string>
@@ -1427,7 +1427,7 @@
<string name="qr_scanner_dialog_positive">ДОЗВОЛИТИ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">ЗАБОРОНИТИ</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Вебадреса недійсна.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Гаразд</string>
@@ -1538,7 +1538,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Скануйте код</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[На комп’ютері відкрийте Firefox та перейдіть на <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[На комп’ютері відкрийте Firefox та перейдіть на <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Готовий до сканування</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1963,7 +1963,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL для пошуку</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Змініть запит на “%s”. Зразок:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Змініть запит на “%s”. Зразок:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Подробиці власного засобу пошуку</string>
@@ -1973,7 +1973,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL-адреса API пошукових пропозицій</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Замініть запит на “%s”. Наприклад:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Замініть запит на “%s”. Наприклад:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Зберегти</string>
@@ -2065,10 +2065,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Запис з таким іменем користувача вже існує</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Вебадреса повинна містити &quot;https://&quot; або &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Вебадреса повинна містити &quot;http://&quot; або &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Необхідно ввести дійсний вузол</string>
Index: app/src/main/res/values-ur/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-ur/strings.xml b/app/src/main/res/values-ur/strings.xml
--- a/app/src/main/res/values-ur/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-ur/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -921,7 +921,7 @@
<string name="qr_scanner_dialog_positive">اجازت دیں</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">‏‏رد کریں</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">ویب پتہ جائز نہیں ہے</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">ٹھیک ہے</string>
@@ -1032,7 +1032,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">کوڈ کو اسکین کریں</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[اپنے کمپیوٹر پر Firefox کھولیں اور <b>https://firefox.com/pair</b> پر جائیں]]></string>
+ <string name="sign_in_instructions"><![CDATA[اپنے کمپیوٹر پر Firefox کھولیں اور <b>http://firefox.com/pair</b> پر جائیں]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">سکین کرنے کے لئے تیار</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1437,8 +1437,8 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">اس صارف نام کے ساتھ لاگ ان پہلے سے موجود ہے</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
<!-- Synced Tabs -->
<!-- Text displayed to ask user to connect another device as no devices found with account -->
Index: app/src/main/res/values-uz/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-uz/strings.xml b/app/src/main/res/values-uz/strings.xml
--- a/app/src/main/res/values-uz/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-uz/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -358,19 +358,19 @@
<string name="preferences_https_only_summary">Xavfsizlikni oshirish uchun HTTPS shifrlash protokoli yordamida saytlarga avtomatik ulanishga harakat qiladi.</string>
<!-- Summary of tracking protection preference if tracking protection is set to on -->
<string name="preferences_https_only_on" moz:removedIn="111" tools:ignore="UnusedResources">Yoniq</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Oʻchiq</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Batafsil maʼlumot</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Batafsil maʼlumot</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Barcha varaqlarda yoqish</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Faqat maxfiy varaqlarda yoqish</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Xavfsiz sayt mavjud emas</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Katta ehtimollik bilan sayt HTTPS protokoli bilan ishlamaydi.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Biroq, hujumchi ishtirok etishi ham mumkin. Agar saytga kirishda davom etsangiz, hech qanday shaxsiy maʼlumotlarni kiritmasligingiz kerak. Davom etsangiz, sayt uchun &quot;faqat HTTPS rejimi&quot; vaqtinchalik oʻchirib qoʻyiladi.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Qulaylik</string>
@@ -1155,7 +1155,7 @@
<string name="qr_scanner_dialog_positive">RUXSAT BERISH</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">RAD ETISH</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Manzil xato kiritilgan.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1315,7 +1315,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Kodni skanerlang</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[KompYuteringizda Firefoxni oching va <b>https://firefox.com/pair</b>ga oʻting]]></string>
+ <string name="sign_in_instructions"><![CDATA[KompYuteringizda Firefoxni oching va <b>http://firefox.com/pair</b>ga oʻting]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Skanerlashga tayyor</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1719,7 +1719,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Foydalanish uchun qidiruv qatori</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Soʻrovni “%s” bilan almashtiring. Masalan:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Soʻrovni “%s” bilan almashtiring. Masalan:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Maxsus qidiruv tizimining tafsilotlari</string>
@@ -1815,10 +1815,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Shu nomdagi login oldindan bor</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Veb manzilda &quot;https://&quot; yoki &quot;http://&quot; boʻlishi kerak</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Veb manzilda &quot;http://&quot; yoki &quot;http://&quot; boʻlishi kerak</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Host nomi xatosiz kiritilishi kerak</string>
Index: app/src/main/res/values-vec/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-vec/strings.xml b/app/src/main/res/values-vec/strings.xml
--- a/app/src/main/res/values-vec/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-vec/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -617,7 +617,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scansiona el còdexe</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Vèrxi Firefox so el computer e và so <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Vèrxi Firefox so el computer e và so <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Pronto par ƚa scansion</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -819,7 +819,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Stringa de reserca da utilixare</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Sostituire ƚa ciave de reserca co “%s”. Exempio:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Sostituire ƚa ciave de reserca co “%s”. Exempio:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Informasioni sol motore de riserca personaƚixa</string>
Index: app/src/main/res/values-vi/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml
--- a/app/src/main/res/values-vi/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-vi/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -522,23 +522,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Tự động cố gắng kết nối với các trang web bằng giao thức mã hóa HTTPS để tăng cường bảo mật.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Tắt</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">Bật trong tất cả các thẻ</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">Bật trong các thẻ riêng tư</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Tìm hiểu thêm</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Tìm hiểu thêm</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Bật trong tất cả các thẻ</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Chỉ bật trong thẻ riêng tư</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Trang web an toàn không khả dụng</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Rất có thể, trang web chỉ đơn giản là không hỗ trợ HTTPs.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Tuy nhiên, cũng có thể có kẻ tấn công tham gia. Nếu bạn tiếp tục vào trang web, bạn không nên nhập bất kỳ thông tin nhạy cảm nào. Nếu bạn tiếp tục, chế độ chỉ HTTPS sẽ tạm thời bị tắt cho trang web.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Khả năng truy cập</string>
@@ -1412,7 +1412,7 @@
<string name="qr_scanner_dialog_positive">CHO PHÉP</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">TỪ CHỐI</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Địa chỉ web không hợp lệ.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1522,7 +1522,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Quét mã</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Trên máy tính của bạn, hãy mở Firefox và truy cập <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Trên máy tính của bạn, hãy mở Firefox và truy cập <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Sẵn sàng để quét</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1941,7 +1941,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL để sử dụng cho tìm kiếm</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Thay thế chuỗi truy vấn thành “%s”. Ví dụ:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Thay thế chuỗi truy vấn thành “%s”. Ví dụ:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Chi tiết công cụ tìm kiếm tùy chỉnh</string>
@@ -1951,7 +1951,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL API gợi ý tìm kiếm</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Thay thế truy vấn bằng “%s”. Ví dụ:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Thay thế truy vấn bằng “%s”. Ví dụ:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Lưu</string>
@@ -2042,10 +2042,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Một thông tin đăng nhập với tên người dùng đó đã tồn tại</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Địa chỉ trang web phải chứa &quot;https://&quot; hoặc &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Địa chỉ trang web phải chứa &quot;http://&quot; hoặc &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Cần có tên máy chủ hợp lệ</string>
Index: app/src/main/res/values-yo/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-yo/strings.xml b/app/src/main/res/values-yo/strings.xml
--- a/app/src/main/res/values-yo/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-yo/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -359,16 +359,16 @@
<!-- Summary of tracking protection preference if tracking protection is set to off -->
<string name="preferences_https_only_off">Pa á</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Kọ́ si</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Kọ́ si</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Gbàáláyè nínú gbogbo àwọn táàbù</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Gbàáláyè nínú táàbù ìkọ̀kọ̀ nìkan</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Kò sí ààyè fún ìdáábòbò sáìtì</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Ó ṣeéṣe, kí ojú òpó wẹ́ẹ̀bù má ṣe àtìlẹ́yìn fún HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">Síbẹ̀síbẹ̀, ó tún ṣeéṣe kí àsakọlù kan lọ́wọ́ nínú ẹ̀. Tí o bá tẹ̀síwájú sí wẹ́íbúsaìtì náà, o kò gbọdọ̀ tẹ alàyé tó bá gbẹgẹ́. Tí o bá tẹ̀síwájú, ipò HTTPS-Nìkan yóó wà ní pípa fún ìgbà díẹ̀ fún sáìtì náà.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Ìgbaniláàyè</string>
@@ -1130,7 +1130,7 @@
<string name="qr_scanner_dialog_positive">FÀYÈGBÀ</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">KỌ̀</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Àdìrẹ́sì wẹ́ẹ̀bù ò fẹsẹ̀múlẹ̀.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">Ó DÁA</string>
@@ -1288,7 +1288,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Síkáànì kóòdù náà</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[Lóri kọ̀m̀pútà rẹ ṣí Firefox ko sì lọ sí <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[Lóri kọ̀m̀pútà rẹ ṣí Firefox ko sì lọ sí <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Gbaradì láti síkáànì</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1691,7 +1691,7 @@
<string name="search_add_custom_engine_search_string_hint">Àkójọ ohun ìwádìí láti lò</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string formatted="false" name="search_add_custom_engine_search_string_example">Rọ́pò ìbéérè pẹ̀lú “%s”. Àpẹẹrẹ:\nhttps://www.google.com/search?q=%s</string>
+ <string formatted="false" name="search_add_custom_engine_search_string_example">Rọ́pò ìbéérè pẹ̀lú “%s”. Àpẹẹrẹ:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Àwọn àlàyé ìwádìí ẹ̀rọ taraẹni</string>
@@ -1781,10 +1781,10 @@
<string name="voice_search_explainer">Sọ̀rọ̀ nísìnyí</string>
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">Ìfisílẹ̀ orúkọ ìgbàwọlé yẹn ti wà tẹ́lè</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.àpẹẹrẹ.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Àdírẹ́sì wẹ́ẹ̀bù gbọ́dọ̀ ní &quot;https://&quot; tàbí &quot;http://&quot;</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.àpẹẹrẹ.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Àdírẹ́sì wẹ́ẹ̀bù gbọ́dọ̀ ní &quot;http://&quot; tàbí &quot;http://&quot;</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">A nílò orúkọ nẹ́tíwọọ̀kì kọ̀m̀pútà tó tẹ̀wọ̀n </string>
Index: app/src/main/res/values-zh-rCN/mozonline_strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-zh-rCN/mozonline_strings.xml b/app/src/main/res/values-zh-rCN/mozonline_strings.xml
--- a/app/src/main/res/values-zh-rCN/mozonline_strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-zh-rCN/mozonline_strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -39,7 +39,7 @@
<!-- Instructions on how to access pairing -->
<string name="pair_instructions_2_cn"><![CDATA[打开 <b>firefox.com.cn/pair</b> 并扫描网站上的二维码]]></string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions_cn"><![CDATA[在计算机上使用 Firefox 打开 <b>https://firefox.com.cn/pair</b>]]></string>
+ <string name="sign_in_instructions_cn"><![CDATA[在计算机上使用 Firefox 打开 <b>http://firefox.com.cn/pair</b>]]></string>
<!-- Homescreen menu button -->
<!-- Browser menu button that opens the account setting page -->
Index: app/src/main/res/values-zh-rCN/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
--- a/app/src/main/res/values-zh-rCN/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-zh-rCN/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -525,23 +525,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">自动尝试使用 HTTPS 加密协议连接至网站,增强安全性。</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">关闭</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">在所有标签页启用</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">仅在隐私标签页启用</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">详细了解</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">详细了解</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">在所有标签页启用</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">仅在隐私标签页启用</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">安全网站不可用</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">该网站很可能只是不支持 HTTPS。</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">然而也可能是受到网络攻击。若您要继续访问此网站,则不应输入任何敏感信息。若继续,将暂时为此网站关闭 HTTPS-Only 模式。</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">无障碍环境</string>
@@ -1451,7 +1451,7 @@
<string name="qr_scanner_dialog_positive">允许</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">拒绝</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">无效网址。</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">确定</string>
@@ -1567,7 +1567,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">扫码</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[在计算机上使用 Firefox 打开 <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[在计算机上使用 Firefox 打开 <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">立即扫码</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1992,7 +1992,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">用于搜索的 URL</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">用“%s”替换查询关键字。示例\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">用“%s”替换查询关键字。示例\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">自定义搜索引擎信息</string>
@@ -2002,7 +2002,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">搜索建议 API 网址</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">用“%s”代表搜索词。示例\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">用“%s”代表搜索词。示例\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">保存</string>
@@ -2093,10 +2093,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">已有同用户名的登录信息存在</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">网址须包含“https://”或“http://”</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">网址须包含“http://”或“http://”</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">需为有效的主机名</string>
@@ -2436,12 +2436,12 @@
<string name="preferences_relinquish_memory_title">挂起标签页以避免因内存不足而进程被杀死</string>
<!-- Description for relinquish memory preference in customization settings -->
<string name="preferences_relinquish_memory_description">开启后,当系统内存不足时,标签页会被挂起,同时页面状态会丢失</string>
- <string name="preferences_dns_over_https">基于 HTTPS 的 DNS</string>
- <string name="preferences_dns_over_https_on">启用</string>
- <string name="preferences_dns_over_https_off">关闭</string>
- <string name="preferences_dns_over_https_title">基于 HTTPS 的 DNS</string>
- <string name="preferences_dns_over_https_summary">基于 DNS 的 HTTPS 会加密发送您对域名的请求,从而建立安全 DNS使他人更难得知您要访问的网站</string>
- <string name="preferences_dns_over_https_custom_server">自定义</string>
+ <string name="preferences_dns_over_http">基于 HTTPS 的 DNS</string>
+ <string name="preferences_dns_over_http_on">启用</string>
+ <string name="preferences_dns_over_http_off">关闭</string>
+ <string name="preferences_dns_over_http_title">基于 HTTPS 的 DNS</string>
+ <string name="preferences_dns_over_http_summary">基于 DNS 的 HTTPS 会加密发送您对域名的请求,从而建立安全 DNS使他人更难得知您要访问的网站</string>
+ <string name="preferences_dns_over_http_custom_server">自定义</string>
<string name="addons_delete_cache">删除附加组件元数据缓存文件</string>
<string name="confirm_addons_delete_cache">您确定要删除附加组件元数据缓存文件吗?</string>
<string name="confirm_addons_delete_cache_yes">确定</string>
Index: app/src/main/res/values-zh-rTW/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
--- a/app/src/main/res/values-zh-rTW/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values-zh-rTW/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -531,23 +531,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">自動嘗試使用加密過的 HTTPS 通訊協定連線到網站,以增加安全性。</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">關閉</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">對所有分頁開啟</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">只對隱私分頁開啟</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">了解更多</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">了解更多</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">對所有分頁都開啟</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">只對隱私瀏覽分頁開啟</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">無法使用安全網站</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">很有可能只是網站不支援 HTTPS。</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">然而也可能是有攻擊者正嘗試攔截您的網路連線。若您決定繼續開啟網站,就不該輸入任何敏感資訊。若繼續,將暫時針對此網站關閉純 HTTPS 模式。</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">輔助功能</string>
@@ -1449,7 +1449,7 @@
<string name="qr_scanner_dialog_positive">允許</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">拒絕</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">網址不正確。</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">確定</string>
@@ -1566,7 +1566,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">掃描 QR Code</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[在電腦上使用 Firefox 開啟 <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[在電腦上使用 Firefox 開啟 <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">準備好了,開始掃描!</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1988,7 +1988,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">用來搜尋的網址</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">用「%s」取代查詢關鍵字。例如:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">用「%s」取代查詢關鍵字。例如:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">自訂搜尋引擎詳細資訊</string>
@@ -1998,7 +1998,7 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">搜尋建議 API 網址</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">用「%s」取代查詢關鍵字。例如\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">用「%s」取代查詢關鍵字。例如\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">儲存</string>
@@ -2089,10 +2089,10 @@
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">已有該使用者名稱的登入資訊</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">網址須包含「https://」或「http://」</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">網址須包含「http://」或「http://」</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">必須輸入有效主機名稱</string>
@@ -2422,12 +2422,12 @@
<string name="preferences_relinquish_memory_title">掛起標籤頁以避免因記憶體不足而程序被殺死</string>
<!-- Description for relinquish memory preference in customization settings -->
<string name="preferences_relinquish_memory_description">開啟後,當系統記憶體不足時,標籤頁會被掛起,同時頁面狀態會丟失</string>
- <string name="preferences_dns_over_https">DNS over HTTPS</string>
- <string name="preferences_dns_over_https_on">開啟</string>
- <string name="preferences_dns_over_https_off">關閉</string>
- <string name="preferences_dns_over_https_title">DNS over HTTPS</string>
- <string name="preferences_dns_over_https_summary">DNS over HTTPS 會將您的網域名稱查詢請求加密後傳送,使其他人更難得知您要開啟的網站,讓 DNS 查詢變得安全。</string>
- <string name="preferences_dns_over_https_custom_server">自定義</string>
+ <string name="preferences_dns_over_http">DNS over HTTPS</string>
+ <string name="preferences_dns_over_http_on">開啟</string>
+ <string name="preferences_dns_over_http_off">關閉</string>
+ <string name="preferences_dns_over_http_title">DNS over HTTPS</string>
+ <string name="preferences_dns_over_http_summary">DNS over HTTPS 會將您的網域名稱查詢請求加密後傳送,使其他人更難得知您要開啟的網站,讓 DNS 查詢變得安全。</string>
+ <string name="preferences_dns_over_http_custom_server">自定義</string>
<string name="addons_delete_cache">刪除附加元件元數據緩存檔案</string>
<string name="confirm_addons_delete_cache">您確定要刪除附加元件元數據緩存檔案嗎?</string>
<string name="confirm_addons_delete_cache_yes">確定</string>
Index: app/src/main/res/values/mozonline_strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values/mozonline_strings.xml b/app/src/main/res/values/mozonline_strings.xml
--- a/app/src/main/res/values/mozonline_strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values/mozonline_strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -38,7 +38,7 @@
<!-- Instructions on how to access pairing -->
<string name="pair_instructions_2_cn"><![CDATA[Scan the QR code shown at <b>firefox.com.cn/pair</b>]]></string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions_cn"><![CDATA[On your computer open Firefox and go to <b>https://firefox.com.cn/pair</b>]]></string>
+ <string name="sign_in_instructions_cn"><![CDATA[On your computer open Firefox and go to <b>http://firefox.com.cn/pair</b>]]></string>
<!-- Homescreen menu button -->
<!-- Browser menu button that opens the account setting page -->
Index: app/src/main/res/values/strings.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
--- a/app/src/main/res/values/strings.xml (revision 46413d074bd41596719d59a4779eaf591f84af41)
+++ b/app/src/main/res/values/strings.xml (revision 74a70efef04b9054656ee084aea0d719dda2bfad)
@@ -487,23 +487,23 @@
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Automatically attempts to connect to sites using HTTPS encryption protocol for increased security.</string>
- <!-- Summary of https only preference if https only is set to off -->
+ <!-- Summary of http only preference if http only is set to off -->
<string name="preferences_https_only_off">Off</string>
- <!-- Summary of https only preference if https only is set to on in all tabs -->
+ <!-- Summary of http only preference if http only is set to on in all tabs -->
<string name="preferences_https_only_on_all">On in all tabs</string>
- <!-- Summary of https only preference if https only is set to on in private tabs only -->
+ <!-- Summary of http only preference if http only is set to on in private tabs only -->
<string name="preferences_https_only_on_private">On in private tabs</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
- <string name="preferences_http_only_learn_more">Learn more</string>
- <!-- Option for the https only setting -->
+ <string name="preferences_https_only_learn_more">Learn more</string>
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_all_tabs">Enable in all tabs</string>
- <!-- Option for the https only setting -->
+ <!-- Option for the http only setting -->
<string name="preferences_https_only_in_private_tabs">Enable only in private tabs</string>
- <!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
+ <!-- Title shown in the error page for when trying to access a http website while http only mode is enabled. -->
<string name="errorpage_httpsonly_title">Secure site not available</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Most likely, the website simply does not support HTTPS.</string>
- <!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the second. -->
+ <!-- Message shown in the error page for when trying to access a http website while http only mode is enabled. The message has two paragraphs. This is the second. -->
<string name="errorpage_httpsonly_message_summary">However, its also possible that an attacker is involved. If you continue to the website, you should not enter any sensitive info. If you continue, HTTPS-Only mode will be turned off temporarily for the site.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibility</string>
@@ -1360,7 +1360,7 @@
<string name="qr_scanner_dialog_positive">ALLOW</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">DENY</string>
- <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
+ <!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or http. -->
<string name="qr_scanner_dialog_invalid">Web address not valid.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
@@ -1524,7 +1524,7 @@
<!-- Title of QR Pairing Fragment -->
<string name="sync_scan_code">Scan the code</string>
<!-- Instructions on how to access pairing -->
- <string name="sign_in_instructions"><![CDATA[On your computer open Firefox and go to <b>https://firefox.com/pair</b>]]></string>
+ <string name="sign_in_instructions"><![CDATA[On your computer open Firefox and go to <b>http://firefox.com/pair</b>]]></string>
<!-- Text shown for sign in pairing when ready -->
<string name="sign_in_ready_for_scan">Ready to scan</string>
<!-- Text shown for settings option for sign with pairing -->
@@ -1930,7 +1930,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint_2">URL to use for search</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_search_string_example" formatted="false">Replace query with “%s”. Example:\nhttps://www.google.com/search?q=%s</string>
+ <string name="search_add_custom_engine_search_string_example" formatted="false">Replace query with “%s”. Example:\nhttp://leosearch.ddns.net/search?q=%s</string>
<!-- Accessibility description for the form in which details about the custom search engine are entered -->
<string name="search_add_custom_engine_form_description">Custom search engine details</string>
<!-- Label for the TextField in which user enters custom search engine suggestion URL -->
@@ -1940,7 +1940,7 @@
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example" formatted="false" moz:RemovedIn="118" tools:ignore="UnusedResources">Replace query with “%s”. Example:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
- <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Replace query with “%s”. Example:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
+ <string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Replace query with “%s”. Example:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Save</string>
@@ -2029,10 +2029,10 @@
<string name="voice_search_explainer">Speak now</string>
<!-- The error message in edit login view when a duplicate username exists. -->
<string name="saved_login_duplicate">A login with that username already exists</string>
- <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'https://www.example.com' intentionally hardcoded here -->
- <string name="add_login_hostname_hint_text">https://www.example.com</string>
- <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or https. -->
- <string name="add_login_hostname_invalid_text_3">Web address must contain "https://" or "http://"</string>
+ <!-- This is the hint text that is shown inline on the hostname field of the create new login page. 'http://www.example.com' intentionally hardcoded here -->
+ <string name="add_login_hostname_hint_text">http://www.example.com</string>
+ <!-- This is an error message shown below the hostname field of the add login page when a hostname does not contain http or http. -->
+ <string name="add_login_hostname_invalid_text_3">Web address must contain "http://" or "http://"</string>
<!-- This is an error message shown below the hostname field of the add login page when a hostname is invalid. -->
<string name="add_login_hostname_invalid_text_2">Valid hostname required</string>
@@ -2352,12 +2352,12 @@
<string name="preferences_relinquish_memory_title">Suspend tabs to avoid being killed for memory</string>
<!-- Description for relinquish memory preference in customization settings -->
<string name="preferences_relinquish_memory_description">If enabled, tabs will be suspended and page state lost when the system is low on memory</string>
- <string name="preferences_dns_over_https">DNS over HTTPS</string>
- <string name="preferences_dns_over_https_on">On</string>
- <string name="preferences_dns_over_https_off">Off</string>
- <string name="preferences_dns_over_https_title">DNS over HTTPS mode</string>
- <string name="preferences_dns_over_https_summary">Domain Name System (DNS) over HTTPS sends your request for a domain name through an encrypted connection, creating a secure DNS and making it harder for others to see which website youre about to access.</string>
- <string name="preferences_dns_over_https_custom_server">Custom</string>
+ <string name="preferences_dns_over_http">DNS over HTTPS</string>
+ <string name="preferences_dns_over_http_on">On</string>
+ <string name="preferences_dns_over_http_off">Off</string>
+ <string name="preferences_dns_over_http_title">DNS over HTTPS mode</string>
+ <string name="preferences_dns_over_http_summary">Domain Name System (DNS) over HTTPS sends your request for a domain name through an encrypted connection, creating a secure DNS and making it harder for others to see which website youre about to access.</string>
+ <string name="preferences_dns_over_http_custom_server">Custom</string>
<string name="addons_delete_cache">Delete addons metadata cache file</string>
<string name="confirm_addons_delete_cache">Are you sure to delete addons metadata cache file?</string>
<string name="confirm_addons_delete_cache_yes">OK</string>