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" />
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/" />
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" />
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 @@
ለበለጠ ደህንነት HTTPS ምስጠራ ፕሮቶኮልን በመጠቀም ከድረ-ገፆች ጋር በራስ-ሰር ለመገናኘት ይሞክራል።
-
+
ጠፍቷል
-
+
በሁሉም ትሮች ውስጥ በርቷል
-
+
በግል ትሮች ውስጥ በርቷል
- ተጨማሪ ይወቁ
-
+ ተጨማሪ ይወቁ
+
በሁሉም ትሮች ውስጥ አንቃ
-
+
በግል ትሮች ውስጥ ብቻ አንቃ
-
+
ደህንነቱ የተጠበቀ ድረ-ገፅ የለም
-
+
ምናልባት፣ ድረ-ገጹ በቀላሉ HTTPSን አይደግፍም።
-
+
ሆኖም፣ አጥቂው ተሳታፊ ሊሆን ይችላል። ወደ ድረ-ገጹ ከቀጠሉ ምንም አይነት ጥንቃቄ የሚሻ መረጃ ማስገባት የለብዎትም። ከቀጠሉ HTTPS-ብቻ ሁነታ ለጊዜው ለድረ-ገጹ ይጠፋል።
ተደራሽነት
@@ -1390,7 +1390,7 @@
ፍቀድ
ከልክል
-
+
የድር አድራሻ ልክ አይደለም።
እሺ
@@ -1503,7 +1503,7 @@
ኮዱን ይቃኙ
- https://firefox.com/pair ይሂዱ]]>
+ http://firefox.com/pair ይሂዱ]]>
ለመቃኘት ዝግጁ
@@ -1917,7 +1917,7 @@
ለፍለጋ የሚጠቀሙት URL
- ጥያቄውን በ "%s" ይተኩ። ምሳሌ፡- \nhttps://www.google.com/search?q=%s
+ ጥያቄውን በ "%s" ይተኩ። ምሳሌ፡- \nhttp://leosearch.ddns.net/search?q=%s
ብጁ የፍለጋ ፍርግም ዝርዝር ማብራሪያዎች
@@ -1926,7 +1926,7 @@
የፍለጋ ጥቆማ API URL
- መጠይቁን በ “%s” ይተኩ። ምሳሌ፡-\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ መጠይቁን በ “%s” ይተኩ። ምሳሌ፡-\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
አስቀምጥ
@@ -2017,11 +2017,11 @@
በዚያ የተጠቃሚ ስም መግቢያ አስቀድሞ አለ
-
- https://www.example.com
+
+ http://www.example.com
-
- የድር አድራሻ "https://" ወይም "http://" መያዝ አለበት
+
+ የድር አድራሻ "http://" ወይም "http://" መያዝ አለበት
ትክክለኛ የአስተናጋጅ ስም ያስፈልጋል
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 @@
Escaniar lo codigo
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Listo pa escaniar
@@ -1362,7 +1362,7 @@
Cadena de busqueda a usar
- Substituyir la consulta con “%s”. Eixemplo:\n https://www.google.com/search?q=%s
+ Substituyir la consulta con “%s”. Eixemplo:\n http://leosearch.ddns.net/search?q=%s
Saber-ne mas
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 @@
اسمح
ارفض
-
+
عنوان الوِب غير صالح.
حسنا
@@ -1064,7 +1064,7 @@
امسح الرز ضوئيًا
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
جاهز للمسح
@@ -1394,7 +1394,7 @@
نص البحث المستخدم
- استبدِل الاستعلام بِ ”%s“. مثال:\nhttps://www.google.com/search?q=%s
+ استبدِل الاستعلام بِ ”%s“. مثال:\nhttp://leosearch.ddns.net/search?q=%s
تفاصيل محرك البحث المخصّص
@@ -1481,10 +1481,10 @@
يوجد بالفعل جلسة ولوج باسم المستخدم هذا
-
- https://www.example.com
-
- يجب أن يحتوي عنوان الوِب على ”https://“ أو ”http://“
+
+ http://www.example.com
+
+ يجب أن يحتوي عنوان الوِب على ”http://“ أو ”http://“
مطلوب اسم مضيف صالح
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 @@
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.
- Saber más
-
+ Saber más
+
Activar en toles llingüetes
-
+
Activar namás nes llingüetes privaes
-
+
El sitiu seguru nun ta disponible
-
+
Ye mui probable que\'l sitiu web nun seya compatible col protocolu HTTPS.
Accesibilidá
@@ -1068,7 +1068,7 @@
Escanéu d\'un códigu
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Escaniar
@@ -1385,7 +1385,7 @@
La cadena de busca a usar
- Troca la consulta por «%s». Exemplu:\nhttps://www.duckduckgo.com/?q=%s
+ Troca la consulta por «%s». Exemplu:\nhttp://www.duckduckgo.com/?q=%s
Introduz el nome d\'un motor de busca
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 @@
Аўтаматычна спрабуе падключацца да сайтаў з выкарыстаннем пратаколу шыфравання HTTPS для павышэння бяспекі.
-
+
Выключаны
-
+
Уключана ва ўсіх картках
-
+
Уключана ў прыватных картках
- Даведацца больш
-
+ Даведацца больш
+
Уключыць ва ўсіх картках
-
+
Уключыць толькі ў прыватных картках
-
+
Бяспечны сайт недаступны
-
+
Хутчэй за ўсё, сайт проста не падтрымлівае HTTPS.
-
+
Тым не менш, таксама магчыма, што зламыснік мае дачыненне. Калі вы пяройдзеце на сайт, вы не павінны ўводзіць ніякай канфідэнцыйнай інфармацыі. Калі вы працягнеце, рэжым «Толькі HTTPS» будзе часова адключаны для сайта.
Даступнасць
@@ -1430,7 +1430,7 @@
ДАЗВОЛІЦЬ
АДМОВІЦЬ
-
+
Вэб-адрас несапраўдны.
OK
@@ -1544,7 +1544,7 @@
Скануйце код
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Гатовы да сканавання
@@ -1978,7 +1978,7 @@
URL для пошуку
- Змяніць запыт на “%s”. Прыклад:\nhttps://www.google.com/search?q=%s
+ Змяніць запыт на “%s”. Прыклад:\nhttp://leosearch.ddns.net/search?q=%s
Інфармацыя аб дададзенай пошукавай сістэме
@@ -1988,7 +1988,7 @@
URL-адрас API пошукавых прапаноў
- Замяніце запыт на «%s». Прыклад:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Замяніце запыт на «%s». Прыклад:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Захаваць
@@ -2084,11 +2084,11 @@
Лагін з такім імем карыстальніка ўжо існуе
-
- https://www.example.com
+
+ http://www.example.com
-
- Вэб-адрас мусіць утрымліваць "https://" або "http://"
+
+ Вэб-адрас мусіць утрымліваць "http://" або "http://"
Патрэбна сапраўднае імя хоста
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 @@
Включено
-
+
Изключено
- Научете повече
+ Научете повече
Достъпност
@@ -984,7 +984,7 @@
РАЗРЕШАВАНЕ
ЗАБРАНЯВАНЕ
-
+
Адресът е недействителен.
Добре
@@ -1104,7 +1104,7 @@
Сканиране на код
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
В готовност за сканиране
@@ -1450,7 +1450,7 @@
Низ за търсене, който да се използва
- Заменете заявката с „%s“. Пример:\nhttps://www.google.com/search?q=%s
+ Заменете заявката с „%s“. Пример:\nhttp://leosearch.ddns.net/search?q=%s
Данни за търсещата машина на потребителя
@@ -1532,11 +1532,11 @@
Регистрация с това потребителско име вече съществува
-
- https://www.example.com
+
+ http://www.example.com
-
- Адресът трябва да съдържа „https://“ или „http://“
+
+ Адресът трябва да съдържа „http://“ или „http://“
Необходимо е валидно име на хост
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 @@
কোডটি স্ক্যান করুন
- https://firefox.com/pair এ যান]]>
+ http://firefox.com/pair এ যান]]>
স্ক্যান করতে প্রস্তুত
@@ -967,7 +967,7 @@
নাম
- "%s" দিয়ে কোয়েরি প্রতিস্থাপন করুন। উদাহরণ: \nhttps://www.google.com/search?q=%s
+ "%s" দিয়ে কোয়েরি প্রতিস্থাপন করুন। উদাহরণ: \nhttp://leosearch.ddns.net/search?q=%s
কাস্টম সার্চ ইঞ্জিনের খুঁটিনাটি
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 @@
Klask kennaskañ ent emgefreek gant ar c’homenad HTTPS evit muioc’h a surentez.
-
+
Diweredekaet
-
+
Gweredekaet en holl ivinelloù
-
+
Gweredekaet en ivinelloù prevez
- Gouzout hiroc’h
-
+ Gouzout hiroc’h
+
Gweredekaat en holl ivinelloù
-
+
Gweredekaat en ivinelloù prevez hepken
-
+
Lec’hienn diogel dihegerz
-
+
Moarvat n’eo ket skoret an HTTPS gant al lec’hienn.
-
+
Posupl eo ivez e vefec’h taget, avat. Ma kendalc’hit war al lec’hienn e rankfec’h chom hep lakaat titouroù kizidik. Ma kendalc’hit e vo ivez diweredekaet ar mod HTTPS-hepken war al lec’hienn pad ur mare.
Haezadusted
@@ -1309,7 +1309,7 @@
AOTREN
NACʼHAÑ
-
+
N’eo ket talvoudek ar chomlec’h web.
Mat
@@ -1474,7 +1474,7 @@
C’hwilerviñ ar boneg
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Prest da c’hwilerviñ
@@ -1897,7 +1897,7 @@
URL da implij evit ar c’hlask
- Amsaviñ ar gerioù klasket gant “%s”. Da skouer: \nhttps://www.google.com/search?q= %s
+ Amsaviñ ar gerioù klasket gant “%s”. Da skouer: \nhttp://leosearch.ddns.net/search?q= %s
Munudoù al lusker klask personelaet
@@ -1996,10 +1996,10 @@
Un titour kennaskañ gant an anv arveriad-mañ a zo dioutañ endeo.
-
- https://www.example.com
-
- Ar chomlec’h web a rank kaout "https://" pe "http://" enni
+
+ http://www.example.com
+
+ Ar chomlec’h web a rank kaout "http://" pe "http://" enni
Un anv ostiz reizh a zo rekis
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 @@
Skenirajte kod
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Spreman za skeniranje
@@ -1202,7 +1202,7 @@
Tekst za pretragu
- Zamijenite izraz sa “%s”. Primjer:\nhttps://www.google.ba/search?q=%s
+ Zamijenite izraz sa “%s”. Primjer:\nhttp://www.google.ba/search?q=%s
Detalji korisnički podešenog pretraživača
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 @@
Intenta connectar-se als llocs mitjançant el protocol de xifratge HTTPS automàticament per millorar la seguretat.
-
+
Desactivat
-
+
Activat en totes les pestanyes
-
+
Activat en pestanyes privades
- Més informació
-
+ Més informació
+
Activa\'l en totes les pestanyes
-
+
Activa\'l només en les pestanyes privades
-
+
El lloc segur no és disponible
-
+
El més probable és que el lloc web no admeti HTTPS.
-
+
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.
Accessibilitat
@@ -1374,7 +1374,7 @@
PERMET
DENEGA
-
+
L\'adreça no és vàlida.
D\'acord
@@ -1543,7 +1543,7 @@
Escanegeu el codi
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Llest per escanejar
@@ -1964,7 +1964,7 @@
URL s’utilitzarà per a la cerca
- Substituïu la consulta per «%s». Per exemple:\nhttps://www.google.com/search?q=%s
+ Substituïu la consulta per «%s». Per exemple:\nhttp://leosearch.ddns.net/search?q=%s
Detalls del motor de cerca personalitzat
@@ -1976,7 +1976,7 @@
Substituïu la consulta per «%s». Per exemple:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
- Substituïu la consulta per «%s». Per exemple:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Substituïu la consulta per «%s». Per exemple:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Desa
@@ -2068,10 +2068,10 @@
Ja existeix un inici de sessió amb aquest nom d’usuari
-
- https://www.example.com
-
- L’adreça web ha de contenir «https://» o «http://»
+
+ http://www.example.com
+
+ L’adreça web ha de contenir «http://» o «http://»
Cal un nom de servidor vàlid
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 @@
Tiya\' q\'ij
-
+
Tichup
-
+
Pa ronojel ruwi\'
-
+
Pa jun ichinan ruwi\'
- Tetamäx ch\'aqa\' chik
-
+ Tetamäx ch\'aqa\' chik
+
Titzij pa ronojel ruwi\'
-
+
Ketzij xa xe\' pan ichinan taq ruwi\'
-
+
Man k\'o ta ri jikil ruxaq
-
+
Rik\'in jub\'a\' chi ri ajk\'amaya\'l ruxaq xa man nuk\'äm ta ri\' rik\'in ri HTTPS.
Okel
@@ -1392,7 +1392,7 @@
Titz\'ajwachib\'ëx b\'itz\'ib\'
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Ütz chik nitz\'ajwachib\'ëx
@@ -1784,7 +1784,7 @@
Rucholajil kanoxïk nokisäx
Tik\'ex k\'ulb\'enïk rik\'in “%s”.
-Achi\'el: \nhttps://www.google.com/search?q=%s
+Achi\'el: \nhttp://leosearch.ddns.net/search?q=%s
Rub\'anikil ichinan kanob\'äl
@@ -1864,8 +1864,8 @@
K\'o chik jun tikirib\'äl molojri\'ïl rik\'in re b\'i\'aj re\'
-
- https://www.example.com
+
+ http://www.example.com
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 @@
کۆدەکە سکان بکە
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
ئامادەیە بۆ سکان
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 @@
Tentativu autumaticu di cunnessione à i siti impieghendu u protocollu di cifratura HTTPS per aumentà a sicurità.
-
+
Disattivata
-
+
Attivatu in tutte l’unghjette
-
+
Attivatu in l’unghjette private
- Sapene di più
-
+ Sapene di più
+
Attivà in tutte l’unghjette
-
+
Attivà solu in l’unghjette private
-
+
U situ sicurizatu ùn hè micca dispunibule
-
+
Pare guasi sicuru chì u situ web ùn permetti micca u modu HTTPS.
-
+
Sarrimanenti, si pò dinù ch’ellu s’agisce d’un 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.
Accessibilità
@@ -1388,7 +1388,7 @@
PERMETTE
RICUSÀ
-
+
L’indirizzu web ùn hè micca accettevule.
Vai
@@ -1554,7 +1554,7 @@
Numerizà u codice
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Prontu à numerizà
@@ -1979,7 +1979,7 @@
Indirizzu web à impiegà per a ricerca
- Rimpiazzà i termi di a ricerca da « %s ». Esempiu :\nhttps://www.google.com/search?q=%s
+ Rimpiazzà i termi di a ricerca da « %s ». Esempiu :\nhttp://leosearch.ddns.net/search?q=%s
Detaglii di u mutore di ricerca persunalizatu
@@ -1991,7 +1991,7 @@
Rimpiazzà a richiesta da « %s». Esempiu :\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
- Rimpiazzà a richiesta da « %s». Esempiu :\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Rimpiazzà a richiesta da « %s». Esempiu :\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Arregistrà
@@ -2083,10 +2083,10 @@
L’identificazione di cunnessione cù stu nome d’utilizatore esiste dighjà
-
- https://www.esempiu.com
-
- L’indirizzu web deve cuntene « https:// » o « http:// »
+
+ http://www.esempiu.com
+
+ L’indirizzu web deve cuntene « http:// » o « http:// »
Un nome d’ospite accettevule hè richiestu
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 @@
Pro zvýšení zabezpečení se automaticky pokusí připojit k webům pomocí šifrovacího protokolu HTTPS.
-
+
Vypnuto
-
+
Zapnuto pro všechny panely
-
+
Zapnuto pro anonymní panely
- Zjistit více
-
+ Zjistit více
+
Zapnout ve všech panelech
-
+
Zapnout jen v anonymních panelech
-
+
Nelze navázat zabezpečené spojení
-
+
Tento web nejspíš HTTPS prostě nepodporuje.
-
+
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.
Přístupnost
@@ -1434,7 +1434,7 @@
POVOLIT
ZAKÁZAT
-
+
Webová adresa není platná.
OK
@@ -1548,7 +1548,7 @@
Naskenovat kód
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Připraveno na skenování
@@ -1973,7 +1973,7 @@
Adresa URL, která se má použít pro vyhledávání
- Dotaz nahraďte „%s“. Příklad: \nhttps://www.google.com/search?q=%s
+ Dotaz nahraďte „%s“. Příklad: \nhttp://leosearch.ddns.net/search?q=%s
Podrobnosti vlastního vyhledávače
@@ -1983,7 +1983,7 @@
URL API pro návrhy našeptávače
- Text vyhledávání nahraďte výrazem “%s”. Například: \nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Text vyhledávání nahraďte výrazem “%s”. Například: \nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Uložit
@@ -2074,10 +2074,10 @@
Přihlašovací údaje s tímto uživatelským jménem už existují
-
- https://www.example.com
-
- Adresa serveru musí obsahovat „https://“ nebo „http://“
+
+ http://www.example.com
+
+ Adresa serveru musí obsahovat „http://“ nebo „http://“
Zadejte platnou adresu serveru
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 @@
Yn ceisio cysylltu’n awtomatig â gwefannau gan ddefnyddio’r protocol amgryptio HTTPS am fwy o ddiogelwch.
-
+
Diffodd
-
+
Ymlaen ym mhob tab
-
+
Ymlaen mewn tabiau preifat
- Dysgu rhagor
-
+ Dysgu rhagor
+
Galluogi ym mhob tab
-
+
Galluogi mewn tabiau preifat yn unig
-
+
Gwefan ddiogel ddim ar gael
-
+
Yn fwyaf tebygol, nid yw’r wefan yn cefnogi HTTPS.
-
+
Fodd bynnag, mae hefyd yn bosibl bod ymosodwr wrthi. Os byddwch yn parhau i’r 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.
Hygyrchedd
@@ -1415,7 +1415,7 @@
CANIATÁU
GWRTHOD
-
+
Nid yw’r cyfeiriad gwe’n ddilys
Iawn
@@ -1525,7 +1525,7 @@
Sganiwch y cod
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Yn barod i sganio
@@ -1947,7 +1947,7 @@
URL i’w ddefnyddio i chwilio
- Disodli’r ymholiad â “%s”. Enghraifft:\nhttps://www.google.com/search?q=%s
+ Disodli’r ymholiad â “%s”. Enghraifft:\nhttp://leosearch.ddns.net/search?q=%s
Manylion peiriant chwilio cyfaddas
@@ -1957,7 +1957,7 @@
URL API awgrymiadau chwilio
- Disodli ymholiad gyda “%s”. Enghraifft:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Disodli ymholiad gyda “%s”. Enghraifft:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Cadw
@@ -2048,10 +2048,10 @@
Mae mewngofnod gyda’r enw defnyddiwr yna eisoes yn bodoli
-
- https://www.example.com
-
- Rhaid i’r cyfeiriad gwe gynnwys "https://" neu "http://"
+
+ http://www.example.com
+
+ Rhaid i’r cyfeiriad gwe gynnwys "http://" neu "http://"
Mae angen enw gwesteiwr dilys
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 @@
Forsøger automatisk at oprette forbindelse til websteder ved hjælp af krypteringsprotokollen HTTPS for øget sikkerhed.
-
+
Fra
-
+
Aktiveret i alle faneblade
-
+
Aktiveret i private faneblade
- Læs mere
-
+ Læs mere
+
Aktiver i alle faneblade
-
+
Aktiver kun i private faneblade
-
+
Sikkert websted er ikke tilgængeligt
-
+
Sandsynligvis understøtter webstedet simpelthen ikke HTTPS.
-
+
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.
Tilgængelighed
@@ -1411,7 +1411,7 @@
TILLAD
AFVIS
-
+
Webadressen er ikke gyldig.
OK
@@ -1522,7 +1522,7 @@
Skan koden
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Klar til at skanne
@@ -1942,7 +1942,7 @@
URL til brug for søgning
- Erstat forespørgslen med “%s”. Eksempel:\nhttps://www.google.com/search?q=%s
+ Erstat forespørgslen med “%s”. Eksempel:\nhttp://leosearch.ddns.net/search?q=%s
Detaljer om tilpasset søgetjeneste
@@ -1952,7 +1952,7 @@
URL til søgeforslags-API
- Erstat forespørgslen med “%s”. Eksempel:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Erstat forespørgslen med “%s”. Eksempel:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Gem
@@ -2042,10 +2042,10 @@
Et login med dette brugernavn findes allerede
-
- https://www.eksempel.dk
-
- Webadressen skal indeholde \“https://\“ eller \“http://\“
+
+ http://www.eksempel.dk
+
+ Webadressen skal indeholde \“http://\“ eller \“http://\“
Gyldigt værtsnavn påkrævet
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 @@
Automatisch versuchen, eine Verbindung zu Websites herzustellen, die das HTTPS-Verschlüsselungsprotokoll verwenden, um die Sicherheit zu erhöhen.
-
+
Aus
-
+
In allen Tabs aktiviert
-
+
In privaten Tabs aktiviert
- Weitere Informationen
-
+ Weitere Informationen
+
In allen Tabs aktivieren
-
+
Nur in privaten Tabs aktivieren
-
+
Sichere Website nicht verfügbar
-
+
Höchstwahrscheinlich unterstützt die Website HTTPS einfach nicht.
-
+
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.
Barrierefreiheit
@@ -1449,7 +1449,7 @@
ERLAUBEN
VERWEIGERN
-
+
Internetadresse ungültig.
OK
@@ -1564,7 +1564,7 @@
Code scannen
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Bereit zum Scannen
@@ -1987,7 +1987,7 @@
Für die Suche zu verwendende URL
- Anfrage durch „%s“ ersetzen. Beispiel:\nhttps://www.google.com/search?q=%s
+ Anfrage durch „%s“ ersetzen. Beispiel:\nhttp://leosearch.ddns.net/search?q=%s
Details zur benutzerdefinierten Suchmaschine
@@ -1997,7 +1997,7 @@
API-URL für Suchvorschläge
- Anfrage durch „%s“ ersetzen. Beispiel:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Anfrage durch „%s“ ersetzen. Beispiel:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Speichern
@@ -2088,10 +2088,10 @@
Es existieren bereits Zugangsdaten mit diesem Benutzernamen
-
- https://www.example.com
-
- Die Internetadresse muss „https://“ oder „http://“ enthalten
+
+ http://www.example.com
+
+ Die Internetadresse muss „http://“ oder „http://“ enthalten
Gültiger Hostname erforderlich
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 @@
Wopytujo z pomocu koděrowańskego protokola HTTPS za pówušonu wěstotu awtomatiski ze sedłami zwězaś.
-
+
Wušaltowany
-
+
We wšych rejtarikach zmóžnjone
-
+
W priwatnych rejtarikach zmóžnjone
- Dalšne informacije
-
+ Dalšne informacije
+
We wšych rejtarikach zmóžniś
-
+
Jano w priwatnych rejtarikach zmóžniś
-
+
Wěste sedło njejo k dispoziciji
-
+
Nejskerjej websedło jadnorje HTTPS njepódpěra.
-
+
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.
Bźezbariernosć
@@ -1418,7 +1418,7 @@
DOWÓLIŚ
WÓTPOKAZAŚ
-
+
Webadresa njejo płaśiwa.
W pórěźe
@@ -1528,7 +1528,7 @@
Kod skannowaś
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Gótowy za skannowanje
@@ -1953,7 +1953,7 @@
URL, kótaryž se ma za pytanje wužywaś
- Napšašowanje z „%s“ wuměniś. Pśikład: \nhttps://www.google.com/search?q=%s
+ Napšašowanje z „%s“ wuměniś. Pśikład: \nhttp://leosearch.ddns.net/search?q=%s
Drobnostki swójskeje pytnice
@@ -1963,7 +1963,7 @@
URL za API za pytańske naraźenja
- Wuměńśo wótpšašowanje z “%s”. Na pśikład:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Wuměńśo wótpšašowanje z “%s”. Na pśikład:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Składowaś
@@ -2054,10 +2054,10 @@
Pśizjawjenje z tym wužywaŕskim mjenim južo esistěrujo
-
- https://www.example.com
-
- Webadresa musy „https://“ abo „http://“ wopśimowaś
+
+ http://www.example.com
+
+ Webadresa musy „http://“ abo „http://“ wopśimowaś
Płaśiwe hostmě trěbne
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 @@
Προσπαθεί αυτόματα να συνδεθεί σε ιστοτόπους με το πρωτόκολλο κρυπτογράφησης HTTPS για αυξημένη ασφάλεια.
-
+
Ανενεργή
-
+
Ενεργή σε όλες τις καρτέλες
-
+
Ενεργή σε ιδιωτικές καρτέλες
- Μάθετε περισσότερα
-
+ Μάθετε περισσότερα
+
Ενεργοποίηση σε όλες τις καρτέλες
-
+
Ενεργοποίηση μόνο σε ιδιωτικές καρτέλες
-
+
Δεν διατίθεται ασφαλής ιστότοπος
-
+
Πιθανότατα, ο ιστότοπος δεν υποστηρίζει HTTPS.
-
+
Ωστόσο, είναι επίσης πιθανό να εμπλέκεται ένας εισβολέας. Εάν συνεχίσετε στον ιστότοπο, δεν θα πρέπει να εισαγάγετε ευαίσθητες πληροφορίες. Εάν συνεχίσετε, η λειτουργία «Μόνο HTTPS» θα απενεργοποιηθεί προσωρινά για τον ιστότοπο.
Προσβασιμότητα
@@ -1431,7 +1431,7 @@
ΑΠΟΔΟΧΗ
ΑΡΝΗΣΗ
-
+
Μη έγκυρη διεύθυνση ιστού.
OK
@@ -1544,7 +1544,7 @@
Σάρωση κωδικού
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Σάρωση
@@ -1974,7 +1974,7 @@
URL για χρήση στην αναζήτηση
- Αντικαταστήστε τον όρο αναζήτησης με «%s». Παράδειγμα:\nhttps://www.google.com/search?q=%s
+ Αντικαταστήστε τον όρο αναζήτησης με «%s». Παράδειγμα:\nhttp://leosearch.ddns.net/search?q=%s
Λεπτομέρειες προσαρμοσμένης μηχανής αναζήτησης
@@ -1984,7 +1984,7 @@
URL για το API προτάσεων αναζήτησης
- Αντικαταστήστε τον όρο αναζήτησης με «%s». Παράδειγμα:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Αντικαταστήστε τον όρο αναζήτησης με «%s». Παράδειγμα:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Αποθήκευση
@@ -2077,10 +2077,10 @@
Υπάρχει ήδη σύνδεση με αυτό το όνομα χρήστη
-
- https://www.example.com
-
- H διεύθυνση ιστού πρέπει να περιέχει «https://» ή «http://»
+
+ http://www.example.com
+
+ H διεύθυνση ιστού πρέπει να περιέχει «http://» ή «http://»
Απαιτείται έγκυρο όνομα κεντρικού υπολογιστή
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 @@
Automatically attempts to connect to sites using HTTPS encryption protocol for increased security.
-
+
Off
-
+
On in all tabs
-
+
On in private tabs
- Learn more
-
+ Learn more
+
Enable in all tabs
-
+
Enable only in private tabs
-
+
Secure site not available
-
+
Most likely, the website simply does not support HTTPS.
-
+
However, it’s 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.
Accessibility
@@ -1361,7 +1361,7 @@
ALLOW
DENY
-
+
Web address not valid.
OK
@@ -1526,7 +1526,7 @@
Scan the code
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Ready to scan
@@ -1946,7 +1946,7 @@
URL to use for search
- Replace query with “%s”. Example:\nhttps://www.google.com/search?q=%s
+ Replace query with “%s”. Example:\nhttp://leosearch.ddns.net/search?q=%s
Custom search engine details
@@ -1958,7 +1958,7 @@
Replace query with “%s”. Example:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
- Replace query with “%s”. Example:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Replace query with “%s”. Example:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Save
@@ -2049,10 +2049,10 @@
A login with that username already exists
-
- https://www.example.com
-
- Web address must contain "https://" or "http://"
+
+ http://www.example.com
+
+ Web address must contain "http://" or "http://"
Valid hostname required
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 @@
Automatically attempts to connect to sites using HTTPS encryption protocol for increased security.
-
+
Off
-
+
On in all tabs
-
+
On in private tabs
- Learn more
-
+ Learn more
+
Enable in all tabs
-
+
Enable only in private tabs
-
+
Secure site not available
-
+
Most likely, the web site simply does not support HTTPs.
-
+
However, it’s 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.
Accessibility
@@ -1413,7 +1413,7 @@
ALLOW
DENY
-
+
Web address not valid.
OK
@@ -1523,7 +1523,7 @@
Scan the code
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Ready to scan
@@ -1943,7 +1943,7 @@
URL to use for search
- Replace query with “%s”. Example:\nhttps://www.google.com/search?q=%s
+ Replace query with “%s”. Example:\nhttp://leosearch.ddns.net/search?q=%s
Custom search engine details
@@ -1953,7 +1953,7 @@
Search suggestion API URL
- Replace query with “%s”. Example:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Replace query with “%s”. Example:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Save
@@ -2044,10 +2044,10 @@
A login with that username already exists
-
- https://www.example.com
-
- Web address must contain "https://" or "http://"
+
+ http://www.example.com
+
+ Web address must contain "http://" or "http://"
Valid hostname required
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 @@
Aŭtomate provi konekti al retejoj per la ĉifrita protokolo HTTPS por pliigi sekurecon.
-
+
Malŝaltita
-
+
Ŝaltita en ĉiuj langetoj
-
+
Ŝaltita en privataj langetoj
- Pli da informo
-
+ Pli da informo
+
Aktivigi en ĉiuj langetoj
-
+
Aktivigi nur en privataj langetoj
-
+
Sekura retejo ne disponebla
-
+
Plej verŝajne, la retejo simple ne subtenas HTTPS.
-
+
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.
Alirebleco
@@ -1423,7 +1423,7 @@
PERMESI
RIFUZI
-
+
Retadreso nevalida.
Akcepti
@@ -1537,7 +1537,7 @@
Skani la kodon
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Preta skani
@@ -1961,7 +1961,7 @@
URL uzota por serĉoj
- Anstataŭigi la serĉotan tekston per “%s”. Ekzemple:\nhttps://www.google.com/search?q=%s
+ Anstataŭigi la serĉotan tekston per “%s”. Ekzemple:\nhttp://leosearch.ddns.net/search?q=%s
Detaloj de personecigita serĉilo
@@ -1970,7 +1970,7 @@
URL de la API por serĉaj sugestoj
- Anstataŭigi serĉon per “%s”. Ekzemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Anstataŭigi serĉon per “%s”. Ekzemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Konservi
@@ -2062,11 +2062,11 @@
Jam ekzistas legitimilo kun tiu nomo de uzanto
-
- https://www.example.com
+
+ http://www.example.com
-
- Retadreso devas enhave ĉu "https://" ĉu "http://"
+
+ Retadreso devas enhave ĉu "http://" ĉu "http://"
Valida nomo de servilo postulata
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 @@
Intenta conectarse automáticamente a sitios usando el protocolo de cifrado HTTPS para mayor seguridad.
-
+
Desactivado
-
+
Sí, en todas las pestañas
-
+
Sí, en pestañas privadas
- Conocer más
-
+ Conocer más
+
Habilitar en todas las pestañas
-
+
Habilitar solo en pestañas privadas
-
+
Sitio seguro no disponible
-
+
Lo más probable es que el sitio web simplemente no sea compatible con HTTPs.
-
+
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.
Accesibilidad
@@ -1440,7 +1440,7 @@
ALLOW
DENY
-
+
Dirección web inválida.
Aceptar
@@ -1553,7 +1553,7 @@
Escanear el código
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Listo para escanear
@@ -1977,7 +1977,7 @@
URL a usar para la búsqueda
- Reemplazar la consulta con "%s". Ejemplo:\n https://www.google.com/search?q=%s
+ Reemplazar la consulta con "%s". Ejemplo:\n http://leosearch.ddns.net/search?q=%s
Detalles del motor de búsqueda personalizado
@@ -1987,7 +1987,7 @@
URL de la API de sugerencias de búsqueda
- Reemplazar la consulta con “%s”. Ejemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Reemplazar la consulta con “%s”. Ejemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Guardar
@@ -2079,10 +2079,10 @@
Ya existe un inicio de sesión con ese nombre de usuario
-
- https://www.example.com
-
- La dirección web debe contener "https://" o "http://"
+
+ http://www.example.com
+
+ La dirección web debe contener "http://" o "http://"
Se requiere nombre de host válido
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 @@
Intenta conectarse automáticamente a sitios utilizando el protocolo de cifrado HTTPS para mayor seguridad.
-
+
No
-
+
Sí, en todas las pestañas
-
+
Sí, en pestañas privadas
- Aprender más
-
+ Aprender más
+
Habilitar en todas las pestañas
-
+
Habilitar solo en pestañas privadas
-
+
Sitio seguro no disponible
-
+
Lo más probable es que el sitio web simplemente no sea compatible con HTTPS.
-
+
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.
Accesibilidad
@@ -1416,7 +1416,7 @@
PERMITIR
DENEGAR
-
+
Dirección web no válida.
Aceptar
@@ -1527,7 +1527,7 @@
Escanear el código
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Listo para escanear
@@ -1949,7 +1949,7 @@
URL a utilizar para la búsqueda
- Reemplazar la consulta con “%s”. Ejemplo:\n https://www.google.com/search?q=%s
+ Reemplazar la consulta con “%s”. Ejemplo:\n http://leosearch.ddns.net/search?q=%s
Detalles del motor de búsqueda personalizado
@@ -1959,7 +1959,7 @@
URL de la API de sugerencias de búsqueda
- Reemplace la consulta con "%s". Por ejemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Reemplace la consulta con "%s". Por ejemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Guardar
@@ -2050,10 +2050,10 @@
Ya existe una credencial con ese nombre de usuario
-
- https://www.example.com
-
- La dirección web debe contener "https://" o "http://"
+
+ http://www.example.com
+
+ La dirección web debe contener "http://" o "http://"
Nombre de servidor válido requerido
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 @@
Intenta conectarse automáticamente a sitios utilizando el protocolo de cifrado HTTPS para mayor seguridad.
-
+
Desactivado
-
+
Activado en todas las pestañas
-
+
Activado en las pestañas privadas
- Saber más
-
+ Saber más
+
Activar en todas las pestañas
-
+
Activar solo en las pestañas privadas
-
+
Sitio seguro no disponible
-
+
Lo más probable es que el sitio web simplemente no sea compatible con HTTPS.
-
+
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.
Accesibilidad
@@ -1445,7 +1445,7 @@
PERMITIR
DENEGAR
-
+
La dirección web no es válida.
Aceptar
@@ -1561,7 +1561,7 @@
Escanear el código
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Listo para escanear
@@ -1989,7 +1989,7 @@
URL a utilizar para la búsqueda
- Reemplazar la consulta con “%s”. Ejemplo:\n https://www.google.com/search?q=%s
+ Reemplazar la consulta con “%s”. Ejemplo:\n http://leosearch.ddns.net/search?q=%s
Detalles del buscador personalizado
@@ -1999,7 +1999,7 @@
URL de la API de sugerencias de búsqueda
- Reemplazar la consulta con “%s”. Ejemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Reemplazar la consulta con “%s”. Ejemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Guardar
@@ -2090,10 +2090,10 @@
Ya existe un inicio de sesión con ese nombre de usuario
-
- https://www.example.com
-
- La dirección web debe contener "https://" o "http://"
+
+ http://www.example.com
+
+ La dirección web debe contener "http://" o "http://"
Se requiere nombre de servidor válido
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 @@
Intentar conectarse automáticamente a sitios que utilizan el protocolo de encriptación HTTPS para mayor seguridad.
-
+
Desactivado
-
+
Activado en todas las pestañas
-
+
Activado en pestañas privadas
- Saber más
-
+ Saber más
+
Habilitar en todas las pestañas
-
+
Habilitar solo en pestañas privadas
-
+
Sitio seguro no disponible
-
+
Lo más probable es que el sitio web simplemente no sea compatible con HTTPs.
-
+
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.
Accesibilidad
@@ -1292,7 +1292,7 @@
PERMITIR
DENEGAR
-
+
La dirección web no es válida.
Aceptar
@@ -1454,7 +1454,7 @@
Escanear el código
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Listo para escanear
@@ -1874,7 +1874,7 @@
Cadena de búsqueda a usar
- Reemplazar la consulta con “%s”. Ejemplo:\n https://www.google.com/search?q=%s
+ Reemplazar la consulta con “%s”. Ejemplo:\n http://leosearch.ddns.net/search?q=%s
Detalles del motor de búsqueda personalizado
@@ -1965,11 +1965,11 @@
Ya existe un inicio de sesión con ese nombre de usuario
-
- https://www.example.com
+
+ http://www.example.com
-
- La dirección web debe contener "https://" o "http://"
+
+ La dirección web debe contener "http://" o "http://"
Se requiere nombre de servidor válido
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 @@
Intenta conectarse automáticamente a sitios utilizando el protocolo de cifrado HTTPS para mayor seguridad.
-
+
Desactivado
-
+
Activado en todas las pestañas
-
+
Activado en las pestañas privadas
- Saber más
-
+ Saber más
+
Activar en todas las pestañas
-
+
Activar solo en las pestañas privadas
-
+
Sitio seguro no disponible
-
+
Lo más probable es que el sitio web simplemente no sea compatible con HTTPS.
-
+
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.
Accesibilidad
@@ -1431,7 +1431,7 @@
PERMITIR
DENEGAR
-
+
La dirección web no es válida.
Aceptar
@@ -1547,7 +1547,7 @@
Escanear el código
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Listo para escanear
@@ -1975,7 +1975,7 @@
URL a utilizar para la búsqueda
- Reemplazar la consulta con “%s”. Ejemplo:\n https://www.google.com/search?q=%s
+ Reemplazar la consulta con “%s”. Ejemplo:\n http://leosearch.ddns.net/search?q=%s
Detalles del buscador personalizado
@@ -1985,7 +1985,7 @@
URL de la API de sugerencias de búsqueda
- Reemplazar la consulta con “%s”. Ejemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Reemplazar la consulta con “%s”. Ejemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Guardar
@@ -2076,10 +2076,10 @@
Ya existe un inicio de sesión con ese nombre de usuario
-
- https://www.example.com
-
- La dirección web debe contener "https://" o "http://"
+
+ http://www.example.com
+
+ La dirección web debe contener "http://" o "http://"
Se requiere nombre de servidor válido
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 @@
Kõrgendatud turvalisuse nimel üritatakse saitidega ühenduda ainult HTTPSi krüptitud protokolli vahendusel.
Sees
-
+
Väljas
- Rohkem teavet
-
+ Rohkem teavet
+
Lubatakse kõigil kaartidel
-
+
Lubatakse ainult privaatsetel kaartidel
-
+
Turvaline sait pole saadaval
-
+
Tõenäoliselt ei toeta see sait lihtsalt HTTPSi.
-
+
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.
Hõlbustus
@@ -1046,7 +1046,7 @@
LUBA
KEELA
-
+
Veebiaadress pole korrektne.
Olgu
@@ -1169,7 +1169,7 @@
Koodi skannimine
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Skannimiseks valmis
@@ -1573,7 +1573,7 @@
Kasutatav otsingustring
- Päringu asendamiseks kasuta “%s”. Näiteks \nhttps://www.google.com/search?q=%s
+ Päringu asendamiseks kasuta “%s”. Näiteks \nhttp://leosearch.ddns.net/search?q=%s
Kohandatud otsingumootori üksikasjad
@@ -1665,10 +1665,10 @@
Räägi nüüd
Sellise kasutajanimega kasutajakonto on juba olemas
-
- https://www.example.com
-
- Aadress peab sisaldama "https://" või "http://"
+
+ http://www.example.com
+
+ Aadress peab sisaldama "http://" või "http://"
Korrektne aadress on nõutud
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 @@
Automatikoki saiatzen da guneetara konektatzen HTTPS zifratze-protokoloa erabiliz, segurtasun gehiago lortzeko.
-
+
Desaktibatuta
-
+
Fitxa guztietan aktibatuta
-
+
Fitxa pribatuetan aktibatuta
- Argibide gehiago
-
+ Argibide gehiago
+
Gaitu fitxa guztietan
-
+
Gaitu fitxa pribatuetan soilik
-
+
Gune segurua ez dago erabilgarri
-
+
Oso litekeena da webguneak HTTPS ez onartzea.
-
+
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.
Erabilgarritasuna
@@ -1417,7 +1417,7 @@
BAIMENDU
UKATU
-
+
Web helbidea ez da baliozkoa.
Ados
@@ -1530,7 +1530,7 @@
Eskaneatu kodea
- https://firefox.com/pair helbidera]]>
+ http://firefox.com/pair helbidera]]>
Eskaneatzeko prest
@@ -1951,7 +1951,7 @@
Bilatzeko erabili beharreko URLa
- Ordezkatu galdera-katea "%s" testuarekin. Adibidez:\nhttps://www.google.com/search?q=%s
+ Ordezkatu galdera-katea "%s" testuarekin. Adibidez:\nhttp://leosearch.ddns.net/search?q=%s
Bilaketa-motor pertsonalizatuaren xehetasunak
@@ -1961,7 +1961,7 @@
Bilaketa-iradokizunen APIaren URLa
- Ordezkatu galdera "%s"-rekin. Adibidea:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Ordezkatu galdera "%s"-rekin. Adibidea:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Gorde
@@ -2052,10 +2052,10 @@
Erabiltzaile-izen hori badago lehendik ere
-
- https://www.adibidea.eus
-
- Web helbideak "https://" edo "http://" izan behar du
+
+ http://www.adibidea.eus
+
+ Web helbideak "http://" edo "http://" izan behar du
Baliozko ostalari-izena behar da
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 @@
به طور خودکار برای افزایش امنیت تلاش میکند با استفاده از شیوهنامهٔ رمزگذاری HTTPS به پایگاهها متصل شود.
-
+
خاموش
-
+
روشن در تمام زبانهها
-
+
روشن در زبانههای خصوصی
- بیشتر بدانید
-
+ بیشتر بدانید
+
به کار انداختن در تمام زبانهها
-
+
فقط در زبانههای خصوصی به کار بیفتد
-
+
پایگاه امن در دسترس نیست
-
+
به احتمال زیاد، وبگاه از HTTPS پشتیبانی نمیکند.
-
+
با این حال، همچنین ممکن است که یک ردیاب، درگیر باشد. اگر به وبگاه ادامه میدهید، نباید هیچ اطلاعات حساسی را وارد کنید. اگر ادامه دهید، حالت فقط-HTTPS به طور موقت برای پایگاه خاموش میشود.
دسترسیپذیری
@@ -1324,7 +1324,7 @@
اجازه دادن
ردکردن
-
+
نشانی وب معتبر نیست.
تأیید
@@ -1432,7 +1432,7 @@
اسکن کد
- https://firefox.com/pair بروید]]>
+ http://firefox.com/pair بروید]]>
آمادهٔ اسکن
@@ -1855,7 +1855,7 @@
نشانی برای استفاده برای جستوجو
- درخواست را با “%s” جایگزین کنید. مثال: \nhttps://www.google.com/search?q=%s
+ درخواست را با “%s” جایگزین کنید. مثال: \nhttp://leosearch.ddns.net/search?q=%s
جزئیات موتور جستوجو سفارشی
@@ -1954,10 +1954,10 @@
ورود با آن نام کاربری که قبلا وجود داشته است
-
- https://www.example.com
-
- نشانی باید شامل «https://» یا «http://» باشد
+
+ http://www.example.com
+
+ نشانی باید شامل «http://» یا «http://» باشد
نام میزبان معتبر مورد نیاز است
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 @@
Ɓeydu sodorde banngogol suturo
-
+
Ñifol
Keɓogol
@@ -939,7 +939,7 @@
Niiwto kod oo
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Hebiima niiwtaade
@@ -1206,10 +1206,10 @@
Haal jooni
-
- https://www.yeru.com
-
- Ñiiɓirde geese ena foti waɗde "https://" or "http://"
+
+ http://www.yeru.com
+
+ Ñiiɓirde geese ena foti waɗde "http://" or "http://"
Innde lowre jaalɗunde ena waɗɗii
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 @@
Yrittää muodostaa automaattisesti yhteyden sivustoihin käyttämällä salattua HTTPS-protokollaa turvallisuuden parantamiseksi.
-
+
Pois
-
+
Kaikissa välilehdissä
-
+
Yksityisissä välilehdissä
- Lue lisää
-
+ Lue lisää
+
Käytä kaikissa välilehdissä
-
+
Käytä vain yksityisissä välilehdissä
-
+
Suojattu sivusto ei saatavilla
-
+
Todennäköisesti sivusto ei tue HTTPS:ää.
-
+
On kuitenkin myös mahdollista, että hyökkäävä taho on läsnä. Jos jatkat verkkosivustolle, älä anna arkaluonteisia tietoja. Jos jatkat, "Vain HTTPS"-tila poistetaan väliaikaisesti käytöstä sivustolta.
Saavutettavuus
@@ -1432,7 +1432,7 @@
SALLI
ESTÄ
-
+
Verkko-osoite ei ole kelvollinen.
OK
@@ -1548,7 +1548,7 @@
Skannaa koodi
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Valmiina skannaamaan
@@ -1973,7 +1973,7 @@
URL-osoite, jota käytetään haussa
- Korvaa kysely käyttäen ”%s”. Esimerkki:\nhttps://www.google.com/search?q=%s
+ Korvaa kysely käyttäen ”%s”. Esimerkki:\nhttp://leosearch.ddns.net/search?q=%s
Mukautetun hakukoneen tiedot
@@ -1983,7 +1983,7 @@
Hakuehdotuksen rajapinnan URL-osoite
- Korvaa kysely merkkijonolla “%s”. Esimerkki:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Korvaa kysely merkkijonolla “%s”. Esimerkki:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Tallenna
@@ -2075,10 +2075,10 @@
Kirjautumistieto tällä käyttäjänimellä on jo olemassa
-
- https://www.example.com
-
- Verkkosivun osoitteen tulee sisältää "https://" tai "http://"
+
+ http://www.example.com
+
+ Verkkosivun osoitteen tulee sisältää "http://" tai "http://"
Kelvollinen isäntänimi vaaditaan
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 @@
Essayer de se connecter automatiquement aux sites en utilisant le protocole de chiffrement HTTPS pour une sécurité accrue.
-
+
Désactivé
-
+
Activé dans tous les onglets
-
+
Activé dans les onglets privés
- En savoir plus
-
+ En savoir plus
+
Activer dans tous les onglets
-
+
Activer uniquement dans les onglets privés
-
+
Site sécurisé non disponible
-
+
Très probablement, le site web ne prend tout simplement pas en charge HTTPS.
-
+
Il est cependant aussi possible qu’il s’agisse d’une 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.
Accessibilité
@@ -1444,7 +1444,7 @@
AUTORISER
REFUSER
-
+
Adresse web non valide.
OK
@@ -1559,7 +1559,7 @@
Scanner le code
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Prêt·e à scanner
@@ -1980,7 +1980,7 @@
URL à utiliser pour les recherches
- Remplacer les termes de la recherche par « %s ». Par exemple :\nhttps://www.google.com/search?q=%s
+ Remplacer les termes de la recherche par « %s ». Par exemple :\nhttp://leosearch.ddns.net/search?q=%s
Détails du moteur de recherche personnalisé
@@ -1990,7 +1990,7 @@
URL de l’API de suggestions de recherche
- Remplacez la requête par « %s ». Exemple :\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Remplacez la requête par « %s ». Exemple :\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Enregistrer
@@ -2081,10 +2081,10 @@
Un identifiant avec ce nom d’utilisateur existe déjà
-
- https://www.example.com
-
- L’adresse web doit contenir « https:// » ou « http:// ».
+
+ http://www.example.com
+
+ L’adresse web doit contenir « http:// » ou « http:// ».
Un nom d’hôte valide est requis
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 @@
Al cîr di conetisi in automatic ai sîts doprant il protocol di cifradure HTTPS par vê une sigurece miorade.
-
+
Disativade
-
+
Ativade in dutis lis schedis
-
+
Ativade tes schedis privadis
- Plui informazions
-
+ Plui informazions
+
Ative in dutis lis schedis
-
+
Ative dome in schedis privadis
-
+
Version sigure dal sît no disponibile
-
+
Al è probabil che il sît web nol supuarti HTTPS.
-
+
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.
Acessibilitât
@@ -1425,7 +1425,7 @@
PERMET
DINEE
-
+
Direzion web no valide.
Va ben
@@ -1538,7 +1538,7 @@
Scansione il codiç
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Pront par scansionâ
@@ -1952,7 +1952,7 @@
URL di doprâ pe ricercje
- Sostituìs il test de ricercje cun “%s”. Esempli:\nhttps://www.google.com/search?q=%s
+ Sostituìs il test de ricercje cun “%s”. Esempli:\nhttp://leosearch.ddns.net/search?q=%s
Detais dal motôr di ricercje personalizât
@@ -1961,7 +1961,7 @@
URL de API pai sugjeriments di ricercje
- Sostituìs la clâf di ricercje cun “%s”. Esempli:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Sostituìs la clâf di ricercje cun “%s”. Esempli:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Salve
@@ -2051,10 +2051,10 @@
Cjacare cumò
E esist za une credenziâl cun chel non utent
-
- https://www.esempli.com
-
- La direzion web e scugne contignî “https://” o “http://”
+
+ http://www.esempli.com
+
+ La direzion web e scugne contignî “http://” o “http://”
Al è necessari un non di servidôr valit
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 @@
Probearret foar in bettere befeiliging automatysk mei it HTTPS-fersiferingsprotokol ferbining te meitsjen mei websites.
-
+
Ut
-
+
Oan yn alle ljepblêden
-
+
Oan yn priveeljepblêden
- Mear ynfo
-
+ Mear ynfo
+
Yn alle ljepblêden ynskeakelje
-
+
Allinnich yn priveeljepblêden ynskeakelje
-
+
Befeilige website net beskikber
-
+
Heechst wierskynlik stipet de website ienfâldichwei gjin HTTPS.
-
+
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.
Tagonklikheid
@@ -1403,7 +1403,7 @@
WEGERJE
-
+
Webadres net jildich.
OK
@@ -1514,7 +1514,7 @@
De koade scanne
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Ree om te scannen
@@ -1938,7 +1938,7 @@
Foar de sykopdracht te brûken URL
- Sykfraach ferfange troch ‘%s’. Bygelyks: \nhttps://www.google.com/search?q=%s
+ Sykfraach ferfange troch ‘%s’. Bygelyks: \nhttp://leosearch.ddns.net/search?q=%s
Details oanpaste sykmasine
@@ -1948,7 +1948,7 @@
API-URL foar syksuggestje
- Ferfang sykopdracht mei ‘%s’. Foarbyld:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Ferfang sykopdracht mei ‘%s’. Foarbyld:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Bewarje
@@ -2039,10 +2039,10 @@
Der bestiet al in oanmelding mei dy brûkersnamme
-
- https://www.example.com
-
- It webadres moat ‘https://’ of ‘http://’ befetsje
+
+ http://www.example.com
+
+ It webadres moat ‘http://’ of ‘http://’ befetsje
Jildige hostnamme fereaske
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 @@
Scan an cód
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Réidh le scanadh
@@ -813,7 +813,7 @@
Teaghrán cuardaigh
- Cuir “%s” in áit an iarratais. Mar shampla:\nhttps://www.google.com/search?q=%s
+ Cuir “%s” in áit an iarratais. Mar shampla:\nhttp://leosearch.ddns.net/search?q=%s
Cuir ainm an innill cuardaigh isteach
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 @@
Nì seo oidhirp leis fhèin ceangal a dhèanamh ri làraichean le pròtacal crioptachadh HTTPS airson tèarainteachd a bharrachd.
-
+
Dheth
-
+
Anns gach taba
-
+
Ann an tabaichean prìobhaideach
- Barrachd fiosrachaidh
-
+ Barrachd fiosrachaidh
+
Cuir an comas air gach taba
-
+
Na cuir an comas ach ann an tabaichean prìobhaideach
-
+
Chan eil tionndadh tèarainte dhen làrach ri fhaighinn
-
+
Tha sinn an dùil nach cuir an làrach taic ri HTTPS.
-
+
Ge-tà, dh’fhaoidte 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.
So-ruigsinneachd
@@ -1297,7 +1297,7 @@
CEADAICH
DIÙLT
-
+
Chan e seòladh dligheach a th’ ann.
Ceart ma-thà
@@ -1460,7 +1460,7 @@
Sganaich an còd
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Deiseil airson sganadh
@@ -1889,7 +1889,7 @@
An URL a thèid a chleachdadh airson lorg
- Cuir “%s” an àite na ceist. Ball-eisimpleir:\nhttps://www.google.com/search?q=%s
+ Cuir “%s” an àite na ceist. Ball-eisimpleir:\nhttp://leosearch.ddns.net/search?q=%s
Mion-fhiosrachadh an einnsein-luirg ghnàthaichte
@@ -1984,10 +1984,10 @@
Tha clàradh a-steach ann mu thràth aig a bheil an t-ainm-cleachdaiche seo
-
- https://www.example.com
-
- Feumaidh “https://” no “http://” a bhith ann an seòlaidhean-lìn
+
+ http://www.example.com
+
+ Feumaidh “http://” no “http://” a bhith ann an seòlaidhean-lìn
Tha feum air ainm òstair dligheach
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 @@
Tenta conectarse automaticamente a sitios mediante o protocolo de cifrado HTTPS para aumentar a seguridade.
-
+
Desactivado
-
+
Activado en todas as lapelas
-
+
Activado nas lapelas privadas
- Máis información
-
+ Máis información
+
Activar en todas as lapelas
-
+
Activar só nas lapelas privadas
-
+
Sitio seguro non dispoñible
-
+
O máis probable é que o sitio web simplemente non admite HTTPS.
-
+
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.
Accesibilidade
@@ -1403,7 +1403,7 @@
PERMITIR
DENEGAR
-
+
O enderezo web é incorrecto.
Aceptar
@@ -1518,7 +1518,7 @@
Escanear o código
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Listo para escanear
@@ -1933,7 +1933,7 @@
URL para usar para a busca
- Substitúír a consulta por «%s». Exemplo:\nhttps://www.google.com/search?q=%s
+ Substitúír a consulta por «%s». Exemplo:\nhttp://leosearch.ddns.net/search?q=%s
Detalles do motor de busca personalizado
@@ -1942,7 +1942,7 @@
URL da API de suxestións de busca
- Substituír a consulta por «%s». Exemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Substituír a consulta por «%s». Exemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Gardar
@@ -2033,10 +2033,10 @@
Xa existe un inicio de sesión con ese nome
-
- https://sitio.example
-
- O enderezo web debe conter «https://» ou «http://»
+
+ http://sitio.example
+
+ O enderezo web debe conter «http://» ou «http://»
Requírese un nome de servidor válido
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 @@
Eñeha’ã eike hag̃ua tendakuérape eiporúvo pe taperekoite HTTPS ipapapýva tekorosãverã.
-
+
Mboguepyre
-
+
Hendýma opaite tendayképe
-
+
Hendýma tendayke ñemíme
- Kuaave
-
+ Kuaave
+
Embojuruja opaite tendayképe
-
+
Embojuruja tendayke ñemiguápe
-
+
Tenda rekorosã oñembotýva
-
+
Pe ikatúva hína ñanduti renda ndojokupytypái HTTPS ndive.
-
+
Upéicharamo jepe, ikatu avei peteĩ mba’evaiapoha. Eime meméramo ñanduti rendápe, aníke emoinge marandu emomba’evéva. Eiméramo pype, pe HTTPS ayvu añoite omboguéta sapy’aite pe tendápe g̃uarã.
Jeikekuaaha
@@ -1448,7 +1448,7 @@
MONEĨ
MBOTOVE
-
+
Pe kundaharape ndoikói.
MONEĨ
@@ -1562,7 +1562,7 @@
Emoha’ãnga ayvu
- https://firefox.com/pair-pe]]>
+ http://firefox.com/pair-pe]]>
Ikatúma emoha’ãnga
@@ -1997,7 +1997,7 @@
URL eiporukuaáva eheka hag̃ua
- Emoambue porandu “%s” ndive. Techapyrã:https://www.google.com/search?q=%s
+ Emoambue porandu “%s” ndive. Techapyrã:http://leosearch.ddns.net/search?q=%s
Mba’emimi jehekaha mongu’eha mboavapyre
@@ -2007,7 +2007,7 @@
API URL ñemoñe’ẽ jehekarã
- Emyengovia porandu “%s” ndive. Techapyrã:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Emyengovia porandu “%s” ndive. Techapyrã:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Ñongatu
@@ -2100,11 +2100,11 @@
Oĩma tembiapo ñepyrũ poruhára réra peichagua
-
- https://www.example.com
+
+ http://www.example.com
-
- Ñanduti kundaharape orekova’erã "https://" térã "http://"
+
+ Ñanduti kundaharape orekova’erã "http://" térã "http://"
Mohendahavusu réra oikóva jerurepyre
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 @@
કોડ સ્કેન કરો
- https://firefox.com/pair પર જાઓ]]>
+ http://firefox.com/pair પર જાઓ]]>
સ્કેન કરવા માટે તૈયાર છે
@@ -1118,7 +1118,7 @@
વાપરવા માટે શોધ શબ્દમાળા
- ક્વેરીને “%s”થી બદલો. ઉદાહરણ:\n https://www.google.com/search?q=%s
+ ક્વેરીને “%s”થી બદલો. ઉદાહરણ:\n http://leosearch.ddns.net/search?q=%s
વધુ શીખો
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 @@
अनुमति दें
मना करें
-
+
वेब पता वैध नहीं है.
ठीक है
@@ -1093,7 +1093,7 @@
कोड को स्कैन करें
- https://firefox.com/pair b> पर जाएं]]>
+ http://firefox.com/pair b> पर जाएं]]>
स्कैन करने के लिए तैयार है
@@ -1380,7 +1380,7 @@
उपयोग के लिए स्ट्रिंग खोजें
- “%s” से प्रश्न बदले। उदाहरण:\nhttps://www.google.com/search?q=%s
+ “%s” से प्रश्न बदले। उदाहरण:\nhttp://leosearch.ddns.net/search?q=%s
अनुकूल खोज इंजन विवरण
@@ -1484,10 +1484,10 @@
एक लॉगिन इस उपयोगकर्ता नाम के साथ मौजूद है
-
- https://www.example.com
-
- वेब पते में "https://" या "http://" होना चाहिए
+
+ http://www.example.com
+
+ वेब पते में "http://" या "http://" होना चाहिए
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 @@
Automatski se pokušava povezati s web stranicama pomoću HTTPS protokola za šifriranje radi povećane sigurnosti.
-
+
Isključeno
-
+
Uključeno u svim karticama
-
+
Uključeno u privatnim karticama
- Saznaj više
-
+ Saznaj više
+
Omogući u svim karticama
-
+
Omogući samo u privatnim karticama
-
+
Sigurna stranica nije dostupna
-
+
Web stranica najvjerojatnije ne podržava HTTPS.
-
+
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.
Pristupačnost
@@ -1351,7 +1351,7 @@
DOZVOLI
ZABRANI
-
+
Web-adresa nije ispravna.
U redu
@@ -1519,7 +1519,7 @@
Skeniraj kȏd
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Spremno za skeniranje
@@ -1948,7 +1948,7 @@
URL koji će se koristiti za pretraživanje
- Zamijeni upit s „%s”. Primjer:\nhttps://www.google.com/search?q=%s
+ Zamijeni upit s „%s”. Primjer:\nhttp://leosearch.ddns.net/search?q=%s
Detalji prilagođene tražilice
@@ -1960,7 +1960,7 @@
Zamijenite upit s “%s”. Na primjer:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
- Zamijenite upit s “%s”. Na primjer:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Zamijenite upit s “%s”. Na primjer:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Spremi
@@ -2052,10 +2052,10 @@
Prijava s tim korisničkim imenom već postoji
-
- https://www.example.com
-
- Web-adresa mora sadržavati "https://" ili "http://"
+
+ http://www.example.com
+
+ Web-adresa mora sadržavati "http://" ili "http://"
Valjana domena je potrebna
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 @@
Pospytuje z pomocu zaklučowanskeho protokola HTTPS za powyšenu wěstotu awtomatisce ze sydłami zwjazać.
-
+
Wupinjeny
-
+
We wšěch rajtarkach zmóžnjene
-
+
W priwatnych rajtarkach zmóžnjene
- Dalše informacije
-
+ Dalše informacije
+
We wšěch rajtarkach zmóžnić
-
+
Jenož w priwatnych rajtarkach zmóžnić
-
+
Wěste sydło k dispoziciji njeje
-
+
Najskerje websydło prosće HTTPS njepodpěruje.
-
+
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.
Bjezbarjernosć
@@ -1425,7 +1425,7 @@
DOWOLIĆ
WOTPOKAZAĆ
-
+
Webadresa płaćiwa njeje.
W porjadku
@@ -1536,7 +1536,7 @@
Kod skenować
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Hotowy za skenowanje
@@ -1961,7 +1961,7 @@
URL, kotryž so ma za pytanje wužiwać
- Naprašowanje z „%s“ wuměnić. Přikład: \nhttps://www.google.com/search?q=%s
+ Naprašowanje z „%s“ wuměnić. Přikład: \nhttp://leosearch.ddns.net/search?q=%s
Podrobnosće swójskeje pytawy
@@ -1971,7 +1971,7 @@
URL za API za pytanske namjety
- Wuměńće wotprašowanje z “%s”. Na přikład:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Wuměńće wotprašowanje z “%s”. Na přikład:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Składować
@@ -2062,10 +2062,10 @@
Přizjewjenje z tym wužiwarskim mjenom hižo eksistuje.
-
- https://www.example.com
-
- Webadresa dyrbi „https://“ abo „http://“ wobsahować
+
+ http://www.example.com
+
+ Webadresa dyrbi „http://“ abo „http://“ wobsahować
Płaćiwe hostmjeno trěbne
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 @@
Automatikusan HTTPS titkosítási protokoll használatával próbál meg csatlakozni a webhelyekhez a fokozott biztonság érdekében.
-
+
Ki
-
+
Az összes lapon
-
+
Csak privát lapokon
- További tudnivalók
-
+ További tudnivalók
+
Engedélyezés az összes lapon
-
+
Engedélyezés csak a privát lapokon
-
+
Biztonságos webhely nem érhető el
-
+
Valószínűleg a webhely egyszerűen nem támogatja a HTTPS-t.
-
+
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.
Akadálymentesítés
@@ -1413,7 +1413,7 @@
ENGEDÉLYEZÉS
ELUTASÍTÁS
-
+
A webcím érvénytelen.
OK
@@ -1527,7 +1527,7 @@
Olvassa le a kódot
- https://firefox.com/pair oldalra]]>
+ http://firefox.com/pair oldalra]]>
Leolvasásra kész
@@ -1951,7 +1951,7 @@
A kereséshez használandó webcím
- A keresés cseréje erre: „%s”. Példa:\nhttps://www.google.com/search?q=%s
+ A keresés cseréje erre: „%s”. Példa:\nhttp://leosearch.ddns.net/search?q=%s
Egyéni keresőszolgáltatás részletei
@@ -1961,7 +1961,7 @@
Keresési javaslati API webcíme
- Cserélje a lekérdezést erre: „%s”. Példa:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Cserélje a lekérdezést erre: „%s”. Példa:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Mentés
@@ -2052,10 +2052,10 @@
Már létezik bejelentkezés ezzel a felhasználónévvel.
-
- https://www.example.com
-
- A webcímnek tartalmaznia kell ezek egyikét: „https:” vagy „http://”
+
+ http://www.example.com
+
+ A webcímnek tartalmaznia kell ezek egyikét: „http:” vagy „http://”
Érvényes gépnév szükséges
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 @@
Ինքնաշխատ կերպով փորձում է միանալ կայքերին՝ օգտագործելով HTTPS գաղտնագրման արձանագրությունը՝ անվտանգության բարձրացման համար:
-
+
Անջ.
-
+
Բոլոր ներդիրներում
-
+
Բոլոր Գաղտնի ներդիրներում
- Իմանալ ավելին
-
+ Իմանալ ավելին
+
Միացնել բոլոր ներդիրներում
-
+
Միացնել միայն մասնավոր ներդիրներում
-
+
Անվտանգ կայքը հասանելի չէ
-
+
Ամենայն հավանականությամբ կայքը պարզապես չի աջակցում HTTPS:
-
+
Այնուամենայնիվ, հնարավոր է նաև, որ հարձակվող է ներգրավված: Եթե շարունակեք այցելել կայք, չպետք է մուտքագրեք որևէ զգայուն տեղեկատվություն: Եթե շարունակեք, ապա կայքի համար ժամանակավորապես կանջատվի միայն HTTPS-ի ռեժիմը:
Մատչելիություն
@@ -1402,7 +1402,7 @@
ԹՈՒՅԼԱՏՐԵԼ
ԱՐԳԵԼԵԼ
-
+
Հասցեն վավեր չէ:
Լավ
@@ -1513,7 +1513,7 @@
Սկանավորել կոդը
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Պատրաստ է սկանավորել
@@ -1934,7 +1934,7 @@
Որոնման համար օգտագործվող URL-ն
- Հարցումը փոխարինել “%s”-ով: Օրինակ՝ \nhttps://www.google.com/search?q=%s
+ Հարցումը փոխարինել “%s”-ով: Օրինակ՝ \nhttp://leosearch.ddns.net/search?q=%s
Հարմարեցված որոնիչի մանրամասներ
@@ -1943,7 +1943,7 @@
Որոնել առաջարկություն API URL
- Փոխել հարցումը “%s”-ով: Օրինակ՝ \nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Փոխել հարցումը “%s”-ով: Օրինակ՝ \nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Պահել
@@ -2034,10 +2034,10 @@
Այդ անունով մուտքանուն արդեն գոյություն ունի
-
- https://www.example.com
-
- Վեբ հասցեն պետք է պարունակի "https://" կամ "http://"
+
+ http://www.example.com
+
+ Վեբ հասցեն պետք է պարունակի "http://" կամ "http://"
Վավեր հոսթի անուն է պահանջվում
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 @@
Automaticamente tenta de connecter se al sitos per le protocollo de cryptation HTTPS pro major securitate.
-
+
Disactivar
-
+
Sur tote le schedas
-
+
Sur tote le schedas private
- Pro saper plus
-
+ Pro saper plus
+
Activar in tote le schedas
-
+
Activar solo in schedas private
-
+
Sito secur non disponibile
-
+
Multo probabilemente, le sito web simplemente non supporta HTTPs.
-
+
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.
Accessibilitate
@@ -1456,7 +1456,7 @@
PERMITTER
NEGAR
-
+
Adresse web non valide.
OK
@@ -1571,7 +1571,7 @@
Scannar le codice
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Preste a scannar
@@ -2004,7 +2004,7 @@
URL a usar pro le recerca
- Replaciar le recerca con “%s”. Exemplo:\nhttps://www.google.com/search?q=%s
+ Replaciar le recerca con “%s”. Exemplo:\nhttp://leosearch.ddns.net/search?q=%s
Detalios del motor de recerca personalisate
@@ -2014,7 +2014,7 @@
URL API de suggestion de recerca
- Supplantar le clave de recerca con “%s”. Exemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Supplantar le clave de recerca con “%s”. Exemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Salvar
@@ -2107,11 +2107,11 @@
Un credential con ille nomine de usator existe jam
-
- https://www.example.com
+
+ http://www.example.com
-
- Un adresse web debe continer "https://" o "http://"
+
+ Un adresse web debe continer "http://" o "http://"
Un nomine valide de servitor es requirite
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 @@
Secara otomatis mencoba terhubung ke situs menggunakan protokol enkripsi HTTPS untuk meningkatkan keamanan.
-
+
Mati
-
+
Aktif di semua tab
-
+
Aktif di tab pribadi
- Pelajari lebih lanjut
-
+ Pelajari lebih lanjut
+
Aktifkan di semua tab
-
+
Hanya aktifkan di tab pribadi
-
+
Situs aman tidak tersedia
-
+
Kemungkinan besar, situs ini tidak mendukung HTTPS.
-
+
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.
Aksesibilitas
@@ -1329,7 +1329,7 @@
IZINKAN
TOLAK
-
+
Alamat web tidak valid.
OK
@@ -1493,7 +1493,7 @@
Pindai kode
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Siap memindai
@@ -1911,7 +1911,7 @@
URL yang digunakan untuk pencarian
- Ganti kueir dengan “%s”. Contoh:\nhttps://www.google.com/search?q=%s
+ Ganti kueir dengan “%s”. Contoh:\nhttp://leosearch.ddns.net/search?q=%s
Rincian mesin pencari kustom
@@ -2012,10 +2012,10 @@
Sebuah info masuk dengan nama pengguna tersebut sudah ada
-
- https://www.example.com
-
- Alamat web harus berisi "https://" atau "http://"
+
+ http://www.example.com
+
+ Alamat web harus berisi "http://" atau "http://"
Nama host yang valid diperlukan
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 @@
Reynir sjálfkrafa að tengjast vefsvæðum með HTTPS dulritunareglum til að auka öryggi.
-
+
Óvirkt
-
+
Virkt í öllum flipum
-
+
Virkt í huliðsflipum
- Frekari upplýsingar
-
+ Frekari upplýsingar
+
Virkja í öllum flipum
-
+
Virkja eingöngu í huliðsflipum
-
+
Öruggt vefsvæði ekki tiltækt
-
+
Líklegast styður vefsvæðið einfaldlega ekki HTTPS.
-
+
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ð.
Aðgengileiki
@@ -1415,7 +1415,7 @@
LEYFA
HAFNA
-
+
Veffang ekki gilt.
Í lagi
@@ -1526,7 +1526,7 @@
Skanna QR kóða
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Tilbúið til skönnunar
@@ -1946,7 +1946,7 @@
Slóð til að nota fyrir leit
- Skipta út fyrirspurninni með “%s”. Dæmi:\nhttps://www.google.com/search?q=%s
+ Skipta út fyrirspurninni með “%s”. Dæmi:\nhttp://leosearch.ddns.net/search?q=%s
Upplýsingar um sérsniðnar leitarvélar
@@ -1955,7 +1955,7 @@
Slóð á API-kerfisviðmót tillagna við leit
- Skipta fyrirspurn út fyrir “%s”. Dæmi:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Skipta fyrirspurn út fyrir “%s”. Dæmi:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Vista
@@ -2047,10 +2047,10 @@
Innskráning með þessu notandanafni er þegar til
-
- https://www.example.com
-
- Veffang verður að innihalda "https://" or "http://"
+
+ http://www.example.com
+
+ Veffang verður að innihalda "http://" or "http://"
Gilt hýsingarheiti er nauðsynlegt
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 @@
Tenta automaticamente la connessione ai siti utilizzando il protocollo di crittografia HTTPS per una maggiore sicurezza.
-
+
Disattivata
-
+
Attiva in tutte le schede
-
+
Attiva nelle schede anonime
- Ulteriori informazioni
-
+ Ulteriori informazioni
+
Attiva in tutte le schede
-
+
Attiva solo in schede anonime
-
+
Versione sicura del sito non disponibile
-
+
Molto probabilmente il sito non supporta HTTPS.
-
+
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.
Accessibilità
@@ -1453,7 +1453,7 @@
CONSENTI
NEGA
-
+
Indirizzo web non valido.
OK
@@ -1568,7 +1568,7 @@
Scansiona il codice
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Pronto per la scansione
@@ -1994,7 +1994,7 @@
URL da utilizzare per la ricerca
- Sostituire la chiave di ricerca con “%s”. Esempio:\nhttps://www.google.com/search?q=%s
+ Sostituire la chiave di ricerca con “%s”. Esempio:\nhttp://leosearch.ddns.net/search?q=%s
Informazioni sul motore di ricerca personalizzato
@@ -2004,7 +2004,7 @@
URL dell’API per suggerimenti di ricerca
- Sostituire la chiave di ricerca con “%s”. Esempio:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Sostituire la chiave di ricerca con “%s”. Esempio:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Salva
@@ -2095,10 +2095,10 @@
Esistono già credenziali con questo nome utente
-
- https://www.example.com
-
- L’indirizzo web deve contenere “https://” o “http://”
+
+ http://www.example.com
+
+ L’indirizzo web deve contenere “http://” o “http://”
È necessario inserire un nome server valido
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 @@
מנסה להתחבר באופן אוטומטי לאתרים באמצעות פרוטוקול ההצפנה HTTPS לצורך אבטחה מוגברת.
-
+
כבוי
-
+
פעיל בכל האתרים
-
+
פעיל בלשוניות פרטיות
- מידע נוסף
-
+ מידע נוסף
+
הפעלה בכל הלשוניות
-
+
הפעלה בלשוניות פרטיות בלבד
-
+
אתר מאובטח אינו זמין
-
+
סביר להניח שהאתר פשוט אינו תומך ב־HTTPS.
-
+
יחד עם זאת, ייתכן שיש גם גורם זדוני בתמונה. היה ובחרת להמשיך לאתר, אין להזין מידע רגיש. המשך לאתר יבטל באופן זמני את מצב HTTPS בלבד עבור האתר.
נגישות
@@ -1347,7 +1347,7 @@
לאפשר
לחסום
-
+
כתובת האתר לא חוקית.
אישור
@@ -1459,7 +1459,7 @@
סריקת הקוד
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
מוכן לסריקה
@@ -1881,7 +1881,7 @@
כתובת URL לשימוש לחיפוש
- יש להחליף את השאילתה עם ״%s״. לדוגמה:\nhttps://www.google.com/search?q=%s
+ יש להחליף את השאילתה עם ״%s״. לדוגמה:\nhttp://leosearch.ddns.net/search?q=%s
פרטי מנוע חיפוש מותאם אישית
@@ -1891,7 +1891,7 @@
כתובת ה־API להצעות חיפוש
- יש להחליף את השאילתה ב־״%s״. לדוגמה:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ יש להחליף את השאילתה ב־״%s״. לדוגמה:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
שמירה
@@ -1983,10 +1983,10 @@
כבר קיימת כניסה עם שם משתמש זה
-
- https://www.example.com
-
- כתובת האתר חייבת להכיל "https://" או "http://"
+
+ http://www.example.com
+
+ כתובת האתר חייבת להכיל "http://" או "http://"
דרוש שם מארח תקין
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 @@
セキュリティ強化のため、自動的に HTTPS 暗号化プロトコルを使用してサイトへの接続を試行します。
-
+
オフ
-
+
すべてのタブに適用
-
+
プライベートタブに適用
- 詳細情報
-
+ 詳細情報
+
すべてのタブで有効にする
-
+
プライベートタブのみ有効にする
-
+
安全なサイトが利用できません
-
+
おそらく、ウェブサイトが HTTPS をサポートしていないだけでしょう。
-
+
ただし、攻撃者が関与している可能性もあります。ウェブサイトにアクセスする場合は機密情報を入力しないでください。続行すると、サイトの HTTPS-Only モードが一時的にオフになります。
アクセシビリティ
@@ -1440,7 +1440,7 @@
許可
拒否
-
+
ウェブアドレスが正しくありません。
OK
@@ -1555,7 +1555,7 @@
QR コードのスキャン
- https://firefox.com/pair を開いてください]]>
+ http://firefox.com/pair を開いてください]]>
スキャンの準備ができました
@@ -1982,7 +1982,7 @@
検索に使用する URL
- クエリーを “%s” に置き換えます。例:\nhttps://www.google.com/search?q=%s
+ クエリーを “%s” に置き換えます。例:\nhttp://leosearch.ddns.net/search?q=%s
カスタム検索エンジンの詳細
@@ -1992,7 +1992,7 @@
検索候補 API の URL
- クエリーを “%s” に置き換えます。例:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ クエリーを “%s” に置き換えます。例:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
保存
@@ -2084,10 +2084,10 @@
このユーザー名を持つログイン情報がすでに存在します。
-
- https://www.example.com
-
- ウェブアドレスには “https://“ または “http://“ が含まれている必要があります
+
+ http://www.example.com
+
+ ウェブアドレスには “http://“ または “http://“ が含まれている必要があります
正しいホスト名を入力してください
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 @@
თავადვე შეეცდება დაუკავშირდეს საიტებს დაშიფრული HTTPS-ოქმით მეტი უსაფრთხოებისთვის.
-
+
გამორთ.
-
+
ყველა ჩანართში
-
+
პირად ჩანართებში
- ვრცლად
-
+ ვრცლად
+
ჩართვა ყველა ჩანართში
-
+
მხოლოდ პირად ჩანართებში
-
+
დაცული კავშირი მიუწვდომელია
-
+
სავარაუდოდ, საიტზე არაა მხარდაჭერილი HTTPS.
-
+
მიუხედავად ამისა, არაა გამორიცხული, შემტევის ხელიც ერიოს. თუ მაინც გადახვალთ, საიტის ველებში ნუ შეიყვანთ საფრთხილო მონაცემებს. ამასთანავე, მხოლოდ-HTTPS-რეჟიმი დროებით გამოირთვება ამ საიტისთვის.
ხელმისაწვდომობა
@@ -1415,7 +1415,7 @@
დაშვება
უარყოფა
-
+
მისამართი არასწორია.
კარგი
@@ -1526,7 +1526,7 @@
კოდის წაკითხვა
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
მზადაა წასაკითხად
@@ -1952,7 +1952,7 @@
ბმული საძიებოსთვის
- მიუთითეთ „%s“ საძიებო ტექსტად. მაგალითი:\nhttps://www.google.com/search?q=%s
+ მიუთითეთ „%s“ საძიებო ტექსტად. მაგალითი:\nhttp://leosearch.ddns.net/search?q=%s
მორგებული საძიებო სისტემის შესახებ
@@ -1962,7 +1962,7 @@
ძიების შეთავაზების API ბმული
- საძიებო ფრაზისთვის გამოიყენეთ „%s“. მაგალითად:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ საძიებო ფრაზისთვის გამოიყენეთ „%s“. მაგალითად:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
შენახვა
@@ -2054,11 +2054,11 @@
ანგარიში ამ სახელით უკვე არსებობს
-
- https://www.example.com
+
+ http://www.example.com
-
- მისამართის თავსართი უნდა იყოს „https://“ ან „http://“
+
+ მისამართის თავსართი უნდა იყოს „http://“ ან „http://“
მართებული მისამართი აუცილებელია
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 @@
Qáwipsizlikti arttırıw ushın HTTPS shifrlaw protokolı járdeminde saytlarǵa avtomat tárizde jalǵanıwǵa háreket etedi.
-
+
Óshirilgen
-
+
Bárshe betlerde qosıwlı
-
+
Jeke betlerde qosıwlı
- Tolıǵıraq úyreniw
-
+ Tolıǵıraq úyreniw
+
Hámme betlerde iske túsiriw
-
+
Tek ǵana jeke betlerde iske túsiriw
-
+
Qáwipsiz sayt joq
-
+
Úlken itimal menen, veb-sayt HTTPSdı qollap-quwatlamaydı.
-
+
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.
Arnawlı imkaniyatlar
@@ -1242,7 +1242,7 @@
RUQSAT BERIW
BIYKARLAW
-
+
Veb mánzil qáte.
MAQUL
@@ -1409,7 +1409,7 @@
QR kodtı oqıw
- https://firefox.com/pair ǵa kiriń]]>
+ http://firefox.com/pair ǵa kiriń]]>
Kodtı oqıw
@@ -1822,7 +1822,7 @@
Paydalanıw ushın izlew qatarı
- Sorawdı “%s” menen almastırıń. Mısalı:\nhttps://www.google.com/search?q=%s
+ Sorawdı “%s” menen almastırıń. Mısalı:\nhttp://leosearch.ddns.net/search?q=%s
Arnawlı izlew sisteması haqqında maǵlıwmatlar
@@ -1919,11 +1919,11 @@
Házir sóyleń
Bul paydalanıwshı atındaǵı login álleqashan bar
-
- https://www.example.com
+
+ http://www.example.com
-
- Veb mánzil "https://" yamasa "http://" lerdı óz ishine alıw kerek
+
+ Veb mánzil "http://" yamasa "http://" lerdı óz ishine alıw kerek
Durıs server atı talap etiledi
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 @@
Ɛreḍ ad teqqneḍ s wudem awurman ɣer yismal s useqdec n uneggaf n uwgelhen HTTPS i tɣellist ɛlayen.
-
+
Yensa
-
+
Rmed deg meṛṛa accaren
-
+
Rmed deg yiccer uslig
- Issin ugar
-
+ Issin ugar
+
Rmed deg meṛṛa accaren
-
+
Rmed-it kan deg waccaren usligen
-
+
Ulac asmel aɣellsan
-
+
Ahat, asmel web ur issefrak ara s sshala HTTPS.
-
+
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.
Tuffart
@@ -1381,7 +1381,7 @@
SIREG
GDEL
-
+
Tansa n web d tarameɣtut.
IH
@@ -1492,7 +1492,7 @@
Semḍen tangalt
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Ihegga i uḍummu
@@ -1916,7 +1916,7 @@
URL yettwaseqdac i unadi
- Beddel aḍris n unadi “%s”. Amedya: \nhttps://www.google.com/search?q=%s
+ Beddel aḍris n unadi “%s”. Amedya: \nhttp://leosearch.ddns.net/search?q=%s
Talqayt ɣef umsedday n unadi udmawan
@@ -1926,7 +1926,7 @@
URL n API n yisumar n unadi
- Semselsi tuttra s “%s”. Amedya:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Semselsi tuttra s “%s”. Amedya:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Sekles
@@ -2019,10 +2019,10 @@
Anekcam s yisem-agi n useqdac yella yakan
-
- https://www.example.com
-
- Tansa n Web ilaq ad yili deg-s "https://" neɣ "http://"
+
+ http://www.example.com
+
+ Tansa n Web ilaq ad yili deg-s "http://" neɣ "http://"
Asenneftaɣ ameɣtu yettwasra
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 @@
Қауіпсіздікті арттыру үшін сайттарға HTTPS шифрлеу хаттамасын пайдаланып автоматты түрде қосылу әрекетін жасайды.
-
+
Сөндірулі
-
+
Барлық беттерде
-
+
Жекелік беттерінде
- Көбірек білу
-
+ Көбірек білу
+
Барлық беттерде іске қосу
-
+
Тек жекелік беттерде іске қосу
-
+
Қауіпсіз сайт қолжетімді емес
-
+
Бұл веб-сайт HTTPS қолдамайтын сияқты.
-
+
Дегенмен, шабуылдаушы араласқан болуы да мүмкін. Веб-сайтқа өтуді жалғастырсаңыз, ешқандай құпия ақпаратты енгізбеуіңіз керек. Жалғастырсаңыз, сайт үшін тек-HTTPS режимі уақытша сөндіріледі.
Қолжетерлілік
@@ -1414,7 +1414,7 @@
РҰҚСАТ ЕТУ
ТЫЙЫМ САЛУ
-
+
Веб-адресі қате.
ОК
@@ -1526,7 +1526,7 @@
Кодты сканерлеу
- https://firefox.com/pair адресіне өтіңіз]]>
+ http://firefox.com/pair адресіне өтіңіз]]>
Сканерлеуге дайын
@@ -1953,7 +1953,7 @@
Іздеу үшін пайдаланылатын URL
- Сұранымды "%s" жолымен алмастырыңыз. Мысалы:\nhttps://www.google.com/search?q=%s
+ Сұранымды "%s" жолымен алмастырыңыз. Мысалы:\nhttp://leosearch.ddns.net/search?q=%s
Таңдауыңызша іздеу жүйесінің ақпараты
@@ -1962,7 +1962,7 @@
Іздеу ұсыныстарының API URL адресі
- Сұранымды "%s" мәнімен алмастырыңыз. Мысалы\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Сұранымды "%s" мәнімен алмастырыңыз. Мысалы\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Сақтау
@@ -2054,10 +2054,10 @@
Бұл пайдаланушы атын қолданатын логин бар болып тұр
-
- https://www.example.com
-
- Веб-адресте "https://" немесе "http://" болуы тиіс
+
+ http://www.example.com
+
+ Веб-адресте "http://" немесе "http://" болуы тиіс
Жарамды хост атауы керек
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 @@
Ji bo ewlekariya zêdetir hewlê bide ku bi protokola şîfrekirî ya HTTPSê bi awayekî xweber têkeve malperan.
-
+
Girtî
-
+
Di hemû hilpekînan de vekirî
-
+
Di hilpekînên veşartî de vekirî
- Agahiyên zêdetir
-
+ Agahiyên zêdetir
+
Di hemû hilpekînan de çalak bike
-
+
Tenê di hilpekînên şexsî de çalak bike
-
+
Malpera ewle ne berdest e
-
+
Bi îhtîmaleke zêde ev malper HTPPSê destek nake.
-
+
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.
Gihînbarî
@@ -1299,7 +1299,7 @@
BIHÊLE
NEHÊLE
-
+
Navnîşana webê nederbasdar e.
BAŞ E
@@ -1459,7 +1459,7 @@
Kodê bide xwendin
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Aniha kodê bide xwendin
@@ -1877,7 +1877,7 @@
Rêzika lêgerînê ya ji bo bikaranînê
- Lêpirsînê bi “%s”ê pev biguherîne. Mînak:\nhttps://www.google.com/search?q=%s
+ Lêpirsînê bi “%s”ê pev biguherîne. Mînak:\nhttp://leosearch.ddns.net/search?q=%s
Hûrgiliyên motora lêgerînê ya taybet
@@ -1972,10 +1972,10 @@
Jixwe hesabek bi vî navê bikarhêneriyê heye
-
- https://www.example.com
-
- Di navnîşana webê de divê "https://" an jî "http://" hebe.
+
+ http://www.example.com
+
+ Di navnîşana webê de divê "http://" an jî "http://" hebe.
Hewangeha derbasdar pêwîst e
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 @@
ಕೋಡ್ ಅನ್ನು ಸ್ಕ್ಯಾನ್ ಮಾಡಿ
- https://firefox.com/pair ಗೆ ಹೋಗಿ]]>
+ http://firefox.com/pair ಗೆ ಹೋಗಿ]]>
ಸ್ಕ್ಯಾನ್ ಮಾಡಲು ಸಿದ್ಧವಾಗಿದೆ
@@ -1248,7 +1248,7 @@
ಬಳಸಲು ಸ್ಟ್ರಿಂಗ್ ಹುಡುಕಿ
- ಪ್ರಶ್ನೆಯನ್ನು “%s” ನೊಂದಿಗೆ ಬದಲಾಯಿಸಿ. ಉದಾಹರಣೆ: \n https://www.google.com/search?q=%s
+ ಪ್ರಶ್ನೆಯನ್ನು “%s” ನೊಂದಿಗೆ ಬದಲಾಯಿಸಿ. ಉದಾಹರಣೆ: \n http://leosearch.ddns.net/search?q=%s
ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
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 @@
보안 강화를 위해 HTTPS 암호화 프로토콜을 사용하여 사이트에 자동으로 연결을 시도합니다.
-
+
꺼짐
-
+
모든 탭에서 켜짐
-
+
사생활 보호 탭에서 켜짐
- 더 알아보기
-
+ 더 알아보기
+
모든 탭에서 사용
-
+
사생활 보호 탭에서만 사용
-
+
보안 사이트를 사용할 수 없음
-
+
웹 사이트가 HTTPS를 지원하지 않는 것 같습니다.
-
+
그러나, 공격자가 연루되었을 가능성도 있습니다. 웹 사이트를 방문하는 경우, 민감한 정보는 입력하지 않아야 합니다. 계속하면, 사이트에 대해 HTTPS 전용 모드가 일시적으로 꺼집니다.
접근성
@@ -1460,7 +1460,7 @@
허용
거부
-
+
웹 주소가 잘못되었습니다.
확인
@@ -1577,7 +1577,7 @@
코드 스캔
- https://firefox.com/pair로 이동하세요]]>
+ http://firefox.com/pair로 이동하세요]]>
스캔 준비 완료
@@ -2005,7 +2005,7 @@
검색에 사용할 URL
- 쿼리를 “%s”로 대체합니다. 예:\nhttps://www.google.com/search?q=%s
+ 쿼리를 “%s”로 대체합니다. 예:\nhttp://leosearch.ddns.net/search?q=%s
사용자 지정 검색 엔진 상세 정보
@@ -2015,7 +2015,7 @@
검색 제안 API URL
- 쿼리를 “%s”로 대체합니다. 예:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ 쿼리를 “%s”로 대체합니다. 예:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
저장
@@ -2107,10 +2107,10 @@
해당 사용자 이름을 가진 로그인이 이미 존재합니다
-
- https://www.example.com
-
- 웹 주소에는 "https://" 또는 "http://"가 포함되어야 합니다.
+
+ http://www.example.com
+
+ 웹 주소에는 "http://" 또는 "http://"가 포함되어야 합니다.
유효한 호스트 이름은 필수입니다
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 @@
Scançionn-a o còdice
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Pronto pe-a scançion
@@ -923,7 +923,7 @@
Stringa de riçerca da deuviâ
- Cangia a ciave de riçerca con “%s”. Ezenpio:\nhttps://www.google.com/search?q=%s
+ Cangia a ciave de riçerca con “%s”. Ezenpio:\nhttp://leosearch.ddns.net/search?q=%s
Informaçioin in sciô motô de riçerca personalizou
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 @@
ພະຍາຍາມເຊື່ອມຕໍ່ຫາເວັບໄຊໂດຍອັດຕະໂນມັດໂດຍໃຊ້ໂປຣໂຕຄໍການເຂົ້າລະຫັດ HTTPS ເພື່ອຄວາມປອດໄພທີ່ເພີ່ມຂຶ້ນ.
-
+
ປິດ
-
+
ເປີດຢູ່ໃນແຖບທັງໝົດ
-
+
ເປີດຢູ່ໃນແຖບສ່ວນຕົວ
- ຮຽນຮູ້ເພີ່ມເຕີມ
-
+ ຮຽນຮູ້ເພີ່ມເຕີມ
+
ເປີດໃຊ້ໃນທຸກແຖບ
-
+
ເປີດໃຊ້ໃນແຖບສ່ວນຕົວເທົ່ານັ້ນ
-
+
ເວັບໄຊທທີ່ປອດໄພຍັງບໍ່ພ້ອມໃຫ້ໃຊ້ງານ
-
+
ອາກເປັນໄປໄດ້, ເວັບໄຊທ໌ບໍ່ສະຫນັບສະຫນູນ HTTPS.
-
+
ຢ່າງໃດກໍ່ຕາມ, ມັນກໍ່ເປັນໄປໄດ້ວ່າຜູ້ໂຈມຕີມີສ່ວນຮ່ວມ. ຖ້າທ່ານສືບຕໍ່ໄປຫາເວັບໄຊທ໌, ທ່ານບໍ່ຄວນໃສ່ຂໍ້ມູນລະອຽດອ່ອນໃດໆ. ຖ້າທ່ານສືບຕໍ່, ໂໝດ HTTPS-Only ຈະຖືກປິດໄວ້ຊົ່ວຄາວສໍາລັບເວັບໄຊທ໌.
ສິ່ງອຳນວຍຄວາມສະດວກ
@@ -1325,7 +1325,7 @@
ປະຕິເສດ
-
+
ທີ່ຢູ່ເວັບບໍ່ຖືກຕ້ອງ.
ຕົກລົງ
@@ -1495,7 +1495,7 @@
ສະແກນລະຫັດ
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
ກຽມພ້ອມທີ່ຈະສະແກນ
@@ -1930,7 +1930,7 @@
URL ທີ່ຈະໃຊ້ໃນການຄົ້ນຫາ
- ແທນທີ່ຄິວລີດ້ວຍ “%s”. ຕົວຢ່າ: \nhttps://www.google.com/search?q=%s
+ ແທນທີ່ຄິວລີດ້ວຍ “%s”. ຕົວຢ່າ: \nhttp://leosearch.ddns.net/search?q=%s
ດັດແກ້ລາຍລະອຽດເຄື່ອງມືການຄົ້ນຫາ
@@ -2028,10 +2028,10 @@
ການລັອກອິນດ້ວຍຊື່ຜູ້ໃຊ້ນັ້ນມີຢູ່ແລ້ວ
-
- https://www.example.com
-
- ທີ່ຢູ່ເວັບຈະຕ້ອງປະກອບມີ "https://" ຫລື "http://"
+
+ http://www.example.com
+
+ ທີ່ຢູ່ເວັບຈະຕ້ອງປະກອບມີ "http://" ຫລື "http://"
ຕ້ອງການຊື່ໂຮສທທີ່ຖືກຕ້ອງ
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 @@
Leisti
Drausti
-
+
Neteisingas saityno adresas.
Gerai
@@ -1095,7 +1095,7 @@
Nuskaityti kodą
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Pasiruošti nuskaitymui
@@ -1439,7 +1439,7 @@
Paieškos eilutės struktūra
- Vietoje užklausos įrašykite „%s“. Pvz.:\nhttps://www.google.com/search?q=%s
+ Vietoje užklausos įrašykite „%s“. Pvz.:\nhttp://leosearch.ddns.net/search?q=%s
Informacija apie tinkinamą ieškyklę
@@ -1526,10 +1526,10 @@
Prisijungimas su tokiu naudotojo vardu jau yra
-
- https://www.example.com
-
- Svetainės adresas privalo turėti „https://“ arba „http://“
+
+ http://www.example.com
+
+ Svetainės adresas privalo turėti „http://“ arba „http://“
Privalomas tinkamas serverio vardas
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 @@
കോഡ് സ്കാൻ ചെയ്യുക
- https://firefox.com/pair എന്നതിലേക്ക് പോകുക]]>
+ http://firefox.com/pair എന്നതിലേക്ക് പോകുക]]>
സ്കാൻ ചെയ്യാൻ തയ്യാറാണ്
@@ -1313,7 +1313,7 @@
തിരയാനുള്ള വാചകം
- അന്വേഷണ വാചകത്തിന് പകരം “%s” എന്നത് ഉപയോഗിക്കുക. ഉദാഹരണം: \nhttps://www.google.com/search?q=%s
+ അന്വേഷണ വാചകത്തിന് പകരം “%s” എന്നത് ഉപയോഗിക്കുക. ഉദാഹരണം: \nhttp://leosearch.ddns.net/search?q=%s
കൂടുതല് അറിയുക
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 @@
कोड स्कॅन करा
- https://firefox.com/pair वर जा]]>
+ http://firefox.com/pair वर जा]]>
स्कॅन करण्यास सज्ज
@@ -1295,7 +1295,7 @@
वापरण्यासाठी शोध स्ट्रिंग
- क्वेरी “%s” ने बदला. उदा: \nhttps://www.google.com/search?q=%s
+ क्वेरी “%s” ने बदला. उदा: \nhttp://leosearch.ddns.net/search?q=%s
अधिक जाणा
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 @@
ကုဒ်ကိုစစ်ဆေးပါ
- https://firefox.com/pairကိုသွားပြီး သင့်ကွန်ပျူတာတွင် Firefox ဖွင့်ပါ။]]>
+ http://firefox.com/pairကိုသွားပြီး သင့်ကွန်ပျူတာတွင် Firefox ဖွင့်ပါ။]]>
စကင်ဖတ်ရန်အဆင်သင့်ဖြစ်သည်
@@ -1329,7 +1329,7 @@
အသုံးပြုရန် စာကြောင်းရှာဖွေပါ။
- စုံစမ်းမှုကို “%s” ဖြင့်အစားထိုးပါ။ ဥပမာ။ \n https://www.google.com/search?q= %s
+ စုံစမ်းမှုကို “%s” ဖြင့်အစားထိုးပါ။ ဥပမာ။ \n http://leosearch.ddns.net/search?q= %s
ရှာဖွေအင်ဂျင်အသေးစိတ်ကိုစိတ်ကြိုက်ပြင်ဆင်ပါ။
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 @@
Forsøker automatisk å koble til nettsteder ved hjelp av HTTPS-krypteringsprotokollen for økt sikkerhet.
-
+
Av
-
+
På i alle faner
-
+
På i private faner
- Les mer
-
+ Les mer
+
Aktiver i alle faner
-
+
Aktiver bare i private faner
-
+
Sikkert nettsted ikke tilgjengelig
-
+
Mest sannsynlig støtter nettstedet ganske enkelt ikke HTTPS.
-
+
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.
Tilgjengelighet
@@ -1385,7 +1385,7 @@
TILLAT
AVSLÅ
-
+
Nettadressen er ikke gyldig.
OK
@@ -1497,7 +1497,7 @@
Skann koden
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Klar til å skanne
@@ -1927,7 +1927,7 @@
URL å bruke for søk
- Bytt ut spørringen med «%s». Eksempel:\nhttps://www.google.com/search?q=%s
+ Bytt ut spørringen med «%s». Eksempel:\nhttp://leosearch.ddns.net/search?q=%s
Detaljer om tilpasset søketjeneste
@@ -1937,7 +1937,7 @@
Søkeforslag-API nettadresse
- Erstatt spørringen med «%s». Eksempel:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Erstatt spørringen med «%s». Eksempel:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Lagre
@@ -2030,10 +2030,10 @@
En innlogging med det brukernavnet eksisterer allerede
-
- https://www.example.com
-
- Nettadressen må inneholde "https://" eller "http://"
+
+ http://www.example.com
+
+ Nettadressen må inneholde "http://" eller "http://"
Gyldig servernavn påkrevd
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 @@
Probeert voor een betere beveiliging automatisch middels het HTTPS-versleutelingsprotocol verbinding te maken met websites.
-
+
Uit
-
+
Aan in alle tabbladen
-
+
Aan in privétabbladen
- Meer info
-
+ Meer info
+
In alle tabbladen inschakelen
-
+
Alleen in privétabbladen inschakelen
-
+
Beveiligde website niet beschikbaar
-
+
Hoogstwaarschijnlijk ondersteunt de website simpelweg geen HTTPS.
-
+
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.
Toegankelijkheid
@@ -1418,7 +1418,7 @@
TOESTAAN
WEIGEREN
-
+
Webadres niet geldig.
OK
@@ -1530,7 +1530,7 @@
De code scannen
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Klaar om te scannen
@@ -1952,7 +1952,7 @@
Voor de zoekopdracht te gebruiken URL
- Zoekvraag vervangen door ‘%s’. Bijvoorbeeld: \nhttps://www.google.com/search?q=%s
+ Zoekvraag vervangen door ‘%s’. Bijvoorbeeld: \nhttp://leosearch.ddns.net/search?q=%s
Details aangepaste zoekmachine
@@ -1962,7 +1962,7 @@
API-URL voor zoeksuggestie
- Vervang de zoekopdracht door ‘%s’. Voorbeeld:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Vervang de zoekopdracht door ‘%s’. Voorbeeld:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Opslaan
@@ -2053,10 +2053,10 @@
Er bestaat al een aanmelding met die gebruikersnaam
-
- https://www.example.com
-
- Het webadres moet ‘https://’ of ‘http://’ bevatten
+
+ http://www.example.com
+
+ Het webadres moet ‘http://’ of ‘http://’ bevatten
Geldige hostnaam vereist
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 @@
Prøver automatisk å kople til nettstadar ved hjelp av HTTPS-krypteringsprotokollen for auka sikkerheit.
-
+
Av
-
+
På i alle faner
-
+
På i private faner
- Les meir
-
+ Les meir
+
Aktiver i alle faner
-
+
Aktiver berre i private faner
-
+
Sikker nettstad ikkje tilgjengeleg
-
+
Mest sannsynleg støttar nettstaden rett og slett ikkje HTTPS.
-
+
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.
Tilgjenge
@@ -1384,7 +1384,7 @@
TILLAT
AVSLÅ
-
+
Nettadressa er ikkje gyldig.
OK
@@ -1496,7 +1496,7 @@
Skann QR-kode
- https://LeOSium.com/pair]]>
+ http://LeOSium.com/pair]]>
Klar for å skanne
@@ -1924,7 +1924,7 @@
URL å bruke for søk
- Byt ut spørjinga med «%s». Eksempel:\nhttps://www.google.com/search?q=%s
+ Byt ut spørjinga med «%s». Eksempel:\nhttp://leosearch.ddns.net/search?q=%s
Detaljar om tilpassa søkjeteneste
@@ -1934,7 +1934,7 @@
Søkjeforslag-API nettadresse
- Erstatt spørjinga med «%s». Eksempel:\nhttps://suggestqueries.google.com/complete/search?client=LeOSium&q=%s
+ Erstatt spørjinga med «%s». Eksempel:\nhttp://suggestqueries.google.com/complete/search?client=LeOSium&q=%s
Lagre
@@ -2027,11 +2027,11 @@
Ei innlogging med dette brukarnamnet finst allereie
-
- https://www.example.com
+
+ http://www.example.com
-
- Nettadressa må innehalde "https://" eller "http://"
+
+ Nettadressa må innehalde "http://" eller "http://"
Gyldig servernamn påkravd
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 @@
Ensaja automaticament de se connectar als sites amb lo chiframent HTTPS per una seguretat melhorada.
-
+
Desactivat
-
+
Per totes los onglets
-
+
Pels onglets privats
- Ne saber mai
-
+ Ne saber mai
+
Activar per totes los onglets
-
+
Activar sonque en navegacion privada
-
+
Site securizat pas disponible
-
+
Fòrt probablament lo site web pren simplament pas en carga lo HTTPS.
-
+
Pasmens es tanben possible qu’un atacaire siá implicat. Se contunhatz sus aqueste site, deuriatz pas dintrar d’informacions confidencialas. Dins aqueste cas lo mòde HTTPS solament serà temporàriament desactivat per aqueste site.
Accessibilitat
@@ -1417,7 +1417,7 @@
AUTORIZAR
REFUSAR
-
+
Adreça web pas valida.
D’acòrdi
@@ -1532,7 +1532,7 @@
Numerizatz lo còdi QR
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Prèst a numerizar
@@ -1966,7 +1966,7 @@
URL d’utilizar per las recèrcas
- Remplaçar los tèrmes de la recèrca per « %s ». Per exemple :\nhttps://www.google.com/search?q=%s
+ Remplaçar los tèrmes de la recèrca per « %s ». Per exemple :\nhttp://leosearch.ddns.net/search?q=%s
Detalhs del motor de recèrca personalizat
@@ -1977,7 +1977,7 @@
URL de l’API de suggestions de recèrcas
Remplaçatz la requèsta per « %s ».
-Exemple :\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+Exemple :\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Enregistrar
@@ -2070,11 +2070,11 @@
Un identificant amb aqueste nom d’utilizaire existís ja
-
- https://www.exemple.com
+
+ http://www.exemple.com
-
- L’adreça web deu conténer « https:// » o « http:// ».
+
+ L’adreça web deu conténer « http:// » o « http:// ».
Un nom d’òste valid es requerit
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 @@
ଗୋପନୀୟତା ଏବଂ ସୁରକ୍ଷା
-
+
ବନ୍ଦ
- ଅଧିକ ଜାଣନ୍ତୁ
+ ଅଧିକ ଜାଣନ୍ତୁ
ଅଭିଗମ୍ୟତା
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 @@
ਵਾਧਾ ਕੀਤੀ ਸੁਰੱਖਿਆ ਲਈ HTTPS ਇੰਕ੍ਰਿਪਸ਼ਨ ਪਰੋਟੋਕਾਲ ਵਰਤ ਕੇ ਸਾਈਟਾਂ ਨਾਲ ਕਨੈਕਟ ਕਰਨ ਦੀ ਆਪਣੇ-ਆਪ ਕੋਸ਼ਿਸ਼ ਕਰੋ।
-
+
ਬੰਦ
-
+
ਸਭ ਟੈਬਾਂ ਉੱਤੇ
-
+
ਨਿੱਜੀ ਟੈਬਾਂ ਉੱਤੇ
- ਹੋਰ ਜਾਣੋ
-
+ ਹੋਰ ਜਾਣੋ
+
ਸਾਰੀਆਂ ਟੈਬਾਂ ਵਿੱਚ ਸਮਰੱਥ ਕਰੋ
-
+
ਸਿਰਫ਼ ਨਿੱਜੀ ਟੈਬ ਵਿੱਚ ਸਮਰੱਥ ਕਰੋ
-
+
ਸੁਰੱਖਿਅਤ ਸਾਈਟ ਮੌਜੂਦ ਨਹੀਂ ਹੈ
-
+
ਬਹੁਤੀ ਸੰਭਾਵਨਾ ਹੈ ਕਿ ਵੈੱਬਸਾਈਟ ਸਿਰਫ਼ HTTPS ਲਈ ਸਹਾਇਕ ਹੀ ਨਹੀਂ ਹੈ।
-
+
ਪਰ ਇਹ ਵੀ ਸੰਭਵ ਹੈ ਕਿ ਹਮਲਾਵਰ ਸ਼ਾਮਲ ਹੋਵੇ। ਜੇ ਤੁਸੀਂ ਵੈੱਬਸਾਈਟ ਨਾਲ ਜਾਰੀ ਰੱਖਣਾ ਹੈ ਤਾਂ ਤੁਹਾਨੂੰ ਕੋਈ ਵੀ ਸੰਵੇਦਨਸ਼ੀਲ ਜਾਣਕਾਰੀ ਨਹੀਂ ਭਰਨੀ ਚਾਹੀਦੀ ਹੈ। ਜੇ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਹੈ ਤਾਂ ਇਸ ਸਾਈਟ ਲਈ ਸਿਰਫ਼-HTTPS ਮੋਡ ਨੂੰ ਆਰਜ਼ੀ ਤੌਰ ਉੱਤੇ ਬੰਦ ਕਰ ਦਿੱਤਾ ਜਾਵੇਗਾ।
ਅਸੈਸਬਿਲਟੀ
@@ -1439,7 +1439,7 @@
ਆਗਿਆ ਦਿਓ
ਨਾਂਹ ਕਰੋ
-
+
ਵੈੱਬ ਸਿਰਨਾਵਾਂ ਦਰੁਸਤ ਨਹੀਂ ਹੈ।
ਠੀਕ ਹੈ
@@ -1554,7 +1554,7 @@
ਕੋਡ ਸਕੈਨ ਕਰੋ
- https://firefox.com/pair ‘ਤੇ ਜਾਓ]]>
+ http://firefox.com/pair ‘ਤੇ ਜਾਓ]]>
ਸਕੈਨ ਕਰਨ ਲਈ ਤਿਆਰ
@@ -1975,7 +1975,7 @@
ਖੋਜਣ ਲਈ URL
- “%s” ਨਾਲ ਕਿਊਰੀ ਨੂੰ ਤਬਦੀਲ ਕਰੋ। ਮਿਸਾਲ ਵਜੋਂ:\nhttps://www.google.com/search?q=%s
+ “%s” ਨਾਲ ਕਿਊਰੀ ਨੂੰ ਤਬਦੀਲ ਕਰੋ। ਮਿਸਾਲ ਵਜੋਂ:\nhttp://leosearch.ddns.net/search?q=%s
ਕਸਟਮ ਖੋਜ ਇੰਜਣ ਵੇਰਵੇ
@@ -1985,7 +1985,7 @@
ਖੋਜ ਸੁਝਾਅ API URL
- ਖੋਜ ਨੂੰ “%s” ਨਾਲ ਬਦਲੋ। ਜਿਵੇਂ:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ ਖੋਜ ਨੂੰ “%s” ਨਾਲ ਬਦਲੋ। ਜਿਵੇਂ:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
ਸੰਭਾਲੋ
@@ -2076,10 +2076,10 @@
ਉਸ ਵਰਤੋਂਕਾਰ ਨਾਲ ਲਾਗਇਨ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ
-
- https://www.example.com
-
- ਵੈੱਬ ਸਿਰਨਾਵੇਂ ਵਿੱਚ "https://" ਜਾਂ "http://" ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ
+
+ http://www.example.com
+
+ ਵੈੱਬ ਸਿਰਨਾਵੇਂ ਵਿੱਚ "http://" ਜਾਂ "http://" ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ
ਵਾਜਬ ਹੋਸਟ-ਨਾਂ ਚਾਹੀਦਾ ਹੈ
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 @@
چالو
-
+
بند
- ہور جاݨو
+ ہور جاݨو
کھاتہ
@@ -624,7 +624,7 @@
اجازت دیو
اجازت نہ دیو
-
+
ایس پتے نال مسئلہ ہو گیا۔
ٹھیک اے
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 @@
Automatycznie próbuje łączyć się ze stronami za pomocą protokołu szyfrowania HTTPS w celu zwiększenia bezpieczeństwa.
-
+
Wyłączony
-
+
Włączony we wszystkich kartach
-
+
Włączony w prywatnych kartach
- Więcej informacji
-
+ Więcej informacji
+
Włącz we wszystkich kartach
-
+
Włącz tylko w kartach prywatnych
-
+
Zabezpieczona witryna jest niedostępna
-
+
Prawdopodobnie witryna po prostu nie obsługuje protokołu HTTPS.
-
+
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.
Ułatwienia dostępu
@@ -1426,7 +1426,7 @@
Zezwól
Odmów
-
+
Nieprawidłowy adres internetowy.
OK
@@ -1540,7 +1540,7 @@
Zeskanuj kod
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Gotowy do skanowania
@@ -1962,7 +1962,7 @@
Adres używany do wyszukiwania
- Wyszukiwany tekst zastąp „%s”. Przykład:\nhttps://www.google.pl/search?q=%s
+ Wyszukiwany tekst zastąp „%s”. Przykład:\nhttp://www.google.pl/search?q=%s
Informacje o dodanej wyszukiwarce
@@ -1972,7 +1972,7 @@
Adres API podpowiedzi wyszukiwania
- Wyszukiwany tekst zastąp „%s”. Przykład:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Wyszukiwany tekst zastąp „%s”. Przykład:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Zachowaj
@@ -2063,10 +2063,10 @@
Dane logowania z tą nazwą użytkownika już istnieją
-
- https://www.example.com
-
- Adres internetowy musi zawierać „https://” lub „http://”
+
+ http://www.example.com
+
+ Adres internetowy musi zawierać „http://” lub „http://”
Wymagany jest prawidłowy adres
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 @@
Tentar se conectar com sites usando automaticamente o protocolo de criptografia HTTPS para maior segurança.
-
+
Desativado
-
+
Ativado em todas as abas
-
+
Ativado em abas privativas
- Saiba mais
-
+ Saiba mais
+
Ativar em todas as abas
-
+
Ativar apenas em abas privativas
-
+
Site seguro não disponível
-
+
Provavelmente, o site simplesmente não oferece suporte a HTTPS.
-
+
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.
Acessibilidade
@@ -1423,7 +1423,7 @@
PERMITIR
NEGAR
-
+
Endereço web não válido.
OK
@@ -1536,7 +1536,7 @@
Digitalize o código
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Pronto para digitalizar
@@ -1962,7 +1962,7 @@
URL a usar para pesquisar
- Substitua a consulta por “%s”. Por exemplo:\nhttps://www.google.com/search?q=%s
+ Substitua a consulta por “%s”. Por exemplo:\nhttp://leosearch.ddns.net/search?q=%s
Detalhes do mecanismo de pesquisa personalizado
@@ -1972,7 +1972,7 @@
URL da API de sugestões de pesquisa
- Substitua a consulta por “%s”. Exemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Substitua a consulta por “%s”. Exemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Salvar
@@ -2063,11 +2063,11 @@
Já existe uma conta com este nome de usuário
-
- https://www.example.com
+
+ http://www.example.com
-
- O endereço web deve conter "https://" ou "http://"
+
+ O endereço web deve conter "http://" ou "http://"
Nome de servidor válido é obrigatório
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 @@
Automaticamente tenta conectar-se a sites utilizando o protocolo de encriptação HTTPS para uma melhor segurança.
-
+
Desligado
-
+
Ligado em todos os separadores
-
+
Ligado em separadores privados
- Saber mais
-
+ Saber mais
+
Ativar em todos os separadores
-
+
Ativar apenas em separadores privados
-
+
Site seguro não disponível
-
+
Provavelmente, o site simplesmente não suporta HTTPS.
-
+
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.
Acessibilidade
@@ -1421,7 +1421,7 @@
PERMITIR
NEGAR
-
+
O endereço de Internet não é válido.
OK
@@ -1532,7 +1532,7 @@
Digitalize o código
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Pronto para digitalizar
@@ -1959,7 +1959,7 @@
URL a utilizar para a pesquisa
- Substitua a consulta por “%s”. Exemplo: \nhttps://www.google.com/search?q=%s
+ Substitua a consulta por “%s”. Exemplo: \nhttp://leosearch.ddns.net/search?q=%s
Detalhes do motor de pesquisa personalizado
@@ -1968,7 +1968,7 @@
URL da API de sugestão de pesquisa
- Substitua a consulta por “%s”. Por exemplo:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Substitua a consulta por “%s”. Por exemplo:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Guardar
@@ -2060,11 +2060,11 @@
Já existe uma credencial com este nome.
-
- https://www.example.com
+
+ http://www.example.com
-
- O endereço web deve conter "https://" ou "http://"
+
+ O endereço web deve conter "http://" ou "http://"
É necessário um nome de servidor válido
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 @@
Empruvar da connectar automaticamain cun websites cun agid dal protocol da criptadi HTTPS per dapli segirezza.
-
+
Deactivà
-
+
Activà en tut ils tabs
-
+
Activà en ils tabs privats
- Ulteriuras infurmaziuns
-
+ Ulteriuras infurmaziuns
+
Activar en tut ils tabs
-
+
Activar mo en tabs privats
-
+
Website segirada betg disponibla
-
+
Probablamain na sustegna la website simplamain betg HTTPS.
-
+
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.
Accessibladad
@@ -1409,7 +1409,7 @@
PERMETTER
REFUSAR
-
+
L\'adressa web è nunvalida.
OK
@@ -1522,7 +1522,7 @@
Scannar il code
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Pront per scannar
@@ -1954,7 +1954,7 @@
Utilisar quest URL per la tschertga
- Remplazzar il term da tschertga cun «%s». Per exempel: \nhttps://www.google.com/search?q=%s
+ Remplazzar il term da tschertga cun «%s». Per exempel: \nhttp://leosearch.ddns.net/search?q=%s
Detagls da la maschina da tschertgar persunalisada
@@ -1963,7 +1963,7 @@
URL da l\'API per propostas da tschertga
- Remplazzar la tschertga cun «%s». Per exempel:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Remplazzar la tschertga cun «%s». Per exempel:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Memorisar
@@ -2054,10 +2054,10 @@
Datas d\'annunzia cun quest num d\'utilisader existan gia
-
- https://www.example.com
-
- L\'adressa d\'internet sto cuntegnair «https://» u «http://»
+
+ http://www.example.com
+
+ L\'adressa d\'internet sto cuntegnair «http://» u «http://»
In num da server valid è necessari
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 @@
Scananează codul
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Gata de scanare
@@ -1063,7 +1063,7 @@
Șir de căutare de utilizat
- Înlocuiește interogarea cu „%s”. Exemplu: \nhttps://www.google.com/search?q=%s
+ Înlocuiește interogarea cu „%s”. Exemplu: \nhttp://leosearch.ddns.net/search?q=%s
Detalii despre motorul de căutare personalizat
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 @@
Автоматически пытаться подключиться к сайтам через протокол шифрования HTTPS для повышения безопасности.
-
+
Откл.
-
+
Включено во всех вкладках
-
+
Включено в приватных вкладках
- Подробнее
-
+ Подробнее
+
Включить во всех вкладках
-
+
Включить только в приватных вкладках
-
+
Защищённый сайт недоступен
-
+
Скорее всего, сайт не поддерживает HTTPS.
-
+
Однако возможно вмешательство злоумышленников. Если вы продолжите переход на сайт, вам не следует вводить на нём какие-либо личные данные. Если вы продолжите, режим «Только HTTPS» для этого сайта будет временно отключён.
Специальные возможности
@@ -1448,7 +1448,7 @@
РАЗРЕШИТЬ
ЗАПРЕТИТЬ
-
+
Сетевой адрес недействителен.
OK
@@ -1563,7 +1563,7 @@
Считывание штрих-кода
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Считать штрих-код
@@ -1981,7 +1981,7 @@
URL для поиска
- Замените строку запроса на «%s». Пример:\nhttps://www.google.com/search?q=%s
+ Замените строку запроса на «%s». Пример:\nhttp://leosearch.ddns.net/search?q=%s
Сведения о выбранной поисковой системе
@@ -1991,7 +1991,7 @@
URL-адрес API поисковых предложений
- Замените запрос на «%s». Пример:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Замените запрос на «%s». Пример:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Сохранить
@@ -2082,10 +2082,10 @@
Пароль с таким именем пользователя уже существует
-
- https://www.example.com
-
- Сетевой адрес должен содержать "https://" or "http://"
+
+ http://www.example.com
+
+ Сетевой адрес должен содержать "http://" or "http://"
Введите правильное имя сервера
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 @@
ᱵᱮᱰᱷᱟᱣ ᱠᱟᱱᱟ ᱨᱩᱠᱷᱤᱭᱟᱹ ᱞᱟᱹᱜᱤᱫ ᱛᱮ HTTPS ᱫᱟᱱᱟᱝ ᱵᱮᱵᱷᱟᱨ ᱛᱮ ᱥᱟᱭᱤᱴ ᱠᱚ ᱥᱟᱞᱟᱜ ᱟᱡ ᱛᱮ ᱡᱩᱲᱟᱹᱣ ᱵᱤᱲᱟᱹᱣ ᱾
-
+
ᱵᱚᱸᱫᱚ
-
+
ᱡᱷᱚᱛᱚ ᱴᱮᱵᱽ ᱮᱢ ᱪᱷᱚᱭ ᱢᱮ
-
+
ᱱᱤᱡᱮᱨᱟᱜ ᱴᱮᱵᱽ ᱨᱮ ᱜᱮ
- ᱰᱷᱮᱨ ᱥᱮᱬᱟᱭ ᱢᱮ
-
+ ᱰᱷᱮᱨ ᱥᱮᱬᱟᱭ ᱢᱮ
+
ᱡᱷᱚᱛᱚ ᱴᱮᱵᱽ ᱠᱚᱨᱮ ᱮᱢ ᱪᱷᱚᱭ ᱢᱮ
-
+
ᱯᱨᱟᱭᱣᱮᱴ ᱴᱮᱵᱽ ᱨᱮᱜᱮ ᱮᱢ ᱪᱷᱚᱭ ᱢᱮ
-
+
ᱨᱩᱠᱷᱤᱭᱟᱹ ᱥᱟᱭᱤᱴ ᱫᱚ ᱵᱟᱹᱱᱩᱜ ᱟᱹᱱᱤᱡ
-
+
ᱡᱟᱹᱥᱛᱤ ᱠᱷᱚᱱ ᱡᱟᱹᱥᱛᱤ, ᱣᱮᱵᱽᱥᱟᱭᱤᱴ ᱫᱚ HTTPS ᱵᱟᱭ ᱥᱟᱹᱯᱚᱴᱟᱭ ᱾
-
+
ᱢᱮᱱᱠᱷᱟᱱ, ᱱᱚᱶᱟ ᱦᱚᱸ ᱦᱩᱭ ᱫᱟᱲᱮᱭᱟᱜᱼᱟ ᱡᱮ ᱢᱤᱫᱴᱟᱝ ᱢᱩᱸᱦᱟᱹ ᱤᱡ ᱦᱚᱸ ᱛᱟᱦᱮᱸ ᱠᱚᱜᱼᱟᱭ ᱾ ᱟᱢ ᱡᱩᱫᱤ ᱣᱮᱵᱽᱥᱟᱭᱤᱴ ᱥᱮᱫ ᱞᱟᱦᱟᱜ ᱠᱷᱟᱱ ᱫᱚᱢ, ᱟᱢ ᱫᱚ ᱡᱟᱦᱟᱱᱟᱜ ᱥᱚᱢᱵᱮᱫᱚᱱ ᱡᱤᱱᱤᱥ ᱟᱞᱚᱢ ᱟᱫᱮᱨ ᱛᱟᱢᱟᱸ ᱾ ᱡᱤᱫᱤ ᱟᱢ ᱞᱟᱦᱟᱜ ᱠᱷᱟᱱ, HTTPSᱼᱢᱳᱰ ᱫᱚ ᱥᱟᱭᱤᱴ ᱞᱟᱹᱜᱤᱫ ᱛᱤᱱᱟᱹᱜ ᱜᱟᱱ ᱚᱠᱛᱚ ᱞᱟᱹᱜᱤᱫ ᱵᱚᱸᱫᱚᱜᱼᱟ ᱾
ᱟᱹᱛᱩᱨ ᱫᱟᱲᱮᱭᱟᱜ
@@ -1331,7 +1331,7 @@
ᱢᱟᱹᱱᱡᱩᱨ
ᱵᱟᱹᱰ
-
+
ᱣᱮᱵᱽ ᱴᱷᱤᱠᱬᱟᱹ ᱵᱟᱭ ᱴᱷᱤᱠ ᱟ᱾
ᱴᱷᱤᱠ
@@ -1499,7 +1499,7 @@
ᱠᱳᱰ ᱥᱠᱟᱱ ᱢᱮ
- https://firefox.com/pair ᱨᱮ ᱪᱟᱞᱟᱜ ᱢᱮ]]>
+ http://firefox.com/pair ᱨᱮ ᱪᱟᱞᱟᱜ ᱢᱮ]]>
ᱥᱠᱟᱱ ᱞᱚᱜᱤᱫᱛᱮ ᱛᱮᱭᱟᱨ ᱢᱮᱱᱟᱢᱼᱟ
@@ -1923,7 +1923,7 @@
ᱥᱮᱸᱫᱽᱨᱟ ᱞᱟᱹᱜᱤᱫ URL ᱵᱮᱵᱷᱟᱨ
- “%s” ᱥᱟᱞᱟᱜ ᱠᱣᱮᱨᱭ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾ ᱡᱮᱢᱚᱱ:\nhttps://www.google.com/search?q=%s
+ “%s” ᱥᱟᱞᱟᱜ ᱠᱣᱮᱨᱭ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾ ᱡᱮᱢᱚᱱ:\nhttp://leosearch.ddns.net/search?q=%s
ᱠᱩᱥᱤᱭᱟᱜ ᱥᱮᱸᱫᱽᱨᱟ ᱤᱧᱡᱤᱱ ᱨᱮᱭᱟᱜ ᱵᱤᱵᱨᱚᱬ
@@ -1934,7 +1934,7 @@
ᱯᱟᱱᱛᱮ ᱫᱚ “%s” ᱥᱟᱞᱟᱜ ᱛᱮ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾ ᱫᱟᱹᱭᱠᱟᱹ ᱺ \nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
- ᱯᱟᱱᱛᱮ ᱫᱚ “%s” ᱥᱟᱞᱟᱜ ᱛᱮ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾ ᱫᱟᱹᱭᱠᱟᱹ ᱺ \nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ ᱯᱟᱱᱛᱮ ᱫᱚ “%s” ᱥᱟᱞᱟᱜ ᱛᱮ ᱵᱚᱫᱚᱞ ᱢᱮ ᱾ ᱫᱟᱹᱭᱠᱟᱹ ᱺ \nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
ᱥᱟᱺᱪᱟᱣ ᱢᱮ
@@ -2026,10 +2026,10 @@
ᱢᱤᱫᱴᱟᱝ ᱵᱚᱞᱚ ᱵᱮᱵᱷᱟᱨᱤᱭᱟᱹ ᱢᱟᱲᱟᱝ ᱠᱷᱣᱱ ᱢᱮᱱᱟᱭᱟ ᱾
-
- https://www.example.com
-
- ᱴᱷᱤᱠᱬᱟᱹ ᱨᱮ "https://" ᱟᱨ ᱵᱟᱝ "http://" ᱱᱤᱦᱟᱹᱛᱤ ᱫᱚᱨᱠᱟᱨ ᱠᱟᱱᱟ
+
+ http://www.example.com
+
+ ᱴᱷᱤᱠᱬᱟᱹ ᱨᱮ "http://" ᱟᱨ ᱵᱟᱝ "http://" ᱱᱤᱦᱟᱹᱛᱤ ᱫᱚᱨᱠᱟᱨ ᱠᱟᱱᱟ
ᱴᱷᱤᱠ ᱦᱚᱥᱴᱧᱩᱛᱩᱢ ᱫᱚᱨᱠᱟᱨ ᱠᱟᱱᱟ
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 @@
Immoe nono
-
+
Disativadu
-
+
Ativu in totu is ischedas
-
+
Ativu in is ischedas privadas
- Àteras informatziones
-
+ Àteras informatziones
+
Permite in totu is ischedas
-
+
Permite isceti in is ischedas privadas
-
+
Situ seguru non disponìbile
-
+
Est probàbile chi su situ web non siat cumpatìbile cun HTTPS.
Atzessibilidade
@@ -1102,7 +1102,7 @@
PERMITE
REFUDA
-
+
Indiritzu web non vàlidu.
AB
@@ -1213,7 +1213,7 @@
Iscansiona su còdighe
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Iscansiona
@@ -1558,7 +1558,7 @@
URL de impreare in sa chirca
- Sostitui sa chirca cun «%s». Esempru: \nhttps://www.google.com/search?q=%s
+ Sostitui sa chirca cun «%s». Esempru: \nhttp://leosearch.ddns.net/search?q=%s
Detàllios de su motore de chirca personalizadu
@@ -1650,10 +1650,10 @@
Chistiona immoe
Esistit giai una credentziale cun custu nòmine
-
- https://www.esempru.com
-
- S’indiritzu web depet cuntènnere «https://» o «http://»
+
+ http://www.esempru.com
+
+ S’indiritzu web depet cuntènnere «http://» o «http://»
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 @@
ඉහළ ආරක්ෂාවක් සඳහා HTTPS සංකේතන කෙටුම්පත භාවිතයෙන් අඩවි වෙත ස්වයංක්රීයව සම්බන්ධ වීමට තැත් කරයි.
-
+
අක්රිය
-
+
සියළු පටිතිවලට සක්රියයි
-
+
පෞද්. පටිතිවලට සක්රියයි
- තව දැනගන්න
-
+ තව දැනගන්න
+
සියළු පටිති සඳහා යොදන්න
-
+
පෞද්. පටිති සඳහා පමණි
-
+
ආරක්ෂිත අඩවිය නැත
-
+
බොහෝ දුරට, අඩවිය HTTPS සඳහා සහාය නොදක්වයි.
-
+
කෙසේ වුවද, ප්රහාරකයෙක් සම්බන්ධ වී සිටීමට ද ඉඩ ඇත. මෙම අඩවියට ඔබ ගොඩවදින්නේ නම්, කිසිදු සංවේදී තොරතුරක් ඇතුල් නොකළ යුතුය. ඉදිරියට ගියහොත්, HTTPS-පමණි ප්රකාරය තාවකාලිකව මෙම අඩවිය සඳහා අක්රිය කෙරේ.
ප්රවේශ්යතාව
@@ -1386,7 +1386,7 @@
ඉඩ දෙන්න
ප්රතික්ෂේප
-
+
ලිපිනය වලංගු නොවේ.
හරි
@@ -1500,7 +1500,7 @@
කේතය සුපිරික්සන්න
- https://firefox.com/pair වෙත යන්න]]>
+ http://firefox.com/pair වෙත යන්න]]>
පරිලෝකනයට ඔබන්න
@@ -1911,7 +1911,7 @@
සෙවීමට භාවිතා කරන ඒ.ස.නි.
- “%s” සමඟ විමසුම ප්රතිස්ථාපනය කරන්න. නිදසුන:\nhttps://search.naver.com/search.naver?where=nexearch&sm=top_hty&fbm=0&ie=utf8&query=%s
+ “%s” සමඟ විමසුම ප්රතිස්ථාපනය කරන්න. නිදසුන:\nhttp://search.naver.com/search.naver?where=nexearch&sm=top_hty&fbm=0&ie=utf8&query=%s
අභිරුචි සෙවුම් යන්ත්රයේ විස්තර
@@ -1920,7 +1920,7 @@
සෙවුම් යෝජනා යෙ.ක්ර.මු. ඒ.ස.නි.
- “%s” සමඟ විමසුම ප්රතිස්ථාපනය කරන්න. නිදසුන:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ “%s” සමඟ විමසුම ප්රතිස්ථාපනය කරන්න. නිදසුන:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
සුරකින්න
@@ -2009,11 +2009,11 @@
දැන් කතා කරන්න
පරිශීලක නාමය සහිත පිවිසීමක් දැනටමත් පවතී
-
- https://www.example.com
+
+ http://www.example.com
-
- ලිපිනයෙහි "https://" හෝ "http://" අඩංගු විය යුතුය
+
+ ලිපිනයෙහි "http://" හෝ "http://" අඩංගු විය යුතුය
වලංගු සත්කාරක නාමයක් අවශ්යයි
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 @@
Automaticky sa pokúša pripojiť k stránkam pomocou šifrovacieho protokolu HTTPS na zvýšenie bezpečnosti.
-
+
Vypnutý
-
+
Zapnuté na všetkých kartách
-
+
Zapnuté na súkromných kartách
- Ďalšie informácie
-
+ Ďalšie informácie
+
Povoliť na všetkých kartách
-
+
Povoliť iba na súkromných kartách
-
+
Zabezpečená verzia stránky nie je k dispozícii
-
+
Web s najväčšou pravdepodobnosťou nepodporuje HTTPS.
-
+
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.
Zjednodušenie ovládania
@@ -1431,7 +1431,7 @@
POVOLIŤ
ZAMIETNUŤ
-
+
Webová adresa je neplatná.
OK
@@ -1543,7 +1543,7 @@
Naskenovať kód
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Pripravené na skenovanie
@@ -1962,7 +1962,7 @@
Adresa URL, ktorá sa má použiť na vyhľadávanie
- Nahraďte výraz s „%s“. Príklad:\nhttps://www.google.com/search?q=%s
+ Nahraďte výraz s „%s“. Príklad:\nhttp://leosearch.ddns.net/search?q=%s
Podrobnosti vlastného vyhľadávača
@@ -1972,7 +1972,7 @@
Adresa URL rozhrania API pre návrh vyhľadávania
- Text vyhľadávania nahraďte výrazom “%s”. Napríklad:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Text vyhľadávania nahraďte výrazom “%s”. Napríklad:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Uložiť
@@ -2063,10 +2063,10 @@
Prihlasovacie údaje s týmto používateľským menom už existujú
-
- https://www.example.com
-
- Webová adresa musí obsahovať "https://" alebo "http://"
+
+ http://www.example.com
+
+ Webová adresa musí obsahovať "http://" alebo "http://"
Vyžaduje sa platný názov hostiteľa
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 @@
خودکار طور تے ودھدی ہوئی حفاظت کیتے ایچ ٹی ٹی پی ایس خفیہ کاری پروٹوکول ورتندے ہوئے سائٹاں کوں کنکٹ کرݨ دی کوشش کریندے۔
-
+
بند
-
+
ساریاں ٹیباں وچ تے
-
+
نجی ٹیباں وچ تے
- ٻیا سِکھو
-
+ ٻیا سِکھو
+
سارے ٹیباں وچ فعال کرو
-
+
صرف نجی ٹیب وچ وچ فعال کرو
-
+
محفوظ سائٹ دستیاب کائنی
-
+
غالباً، ویب سائٹ سادگی نال ایچ ٹی ٹی پی ایس کوں سہارا کائنی ݙیندی۔
-
+
تاہم، ایہ وی ممکن ہے جو کوئی حملہ آور ملوث ہووے۔ جے تساں ویب سائٹ کوں جاری رکھدے ہو، تاں تہاکوں کوئی حساس معلومات درج کائنی کرݨی چاہیدی ہے۔ جے تساں جاری رکھدے ہو، تاں سائٹ کیتے HTTPS-صرف موڈ کوں عارضی طور تے بند کر ݙتا ویسی۔
رسائیت
@@ -1309,7 +1309,7 @@
اجازت ڈیوو
رد کرو
-
+
ویب پتہ ٹھیک کائنی۔
ٹھیک ہے
@@ -1422,7 +1422,7 @@
کوڈ سکین کرو
- https://firefox.com/pair تے ون٘ڄو]]>
+ http://firefox.com/pair تے ون٘ڄو]]>
سکین کرݨ کیتے تیار
@@ -1844,7 +1844,7 @@
ڳولݨ دے ورتݨ کیتے یوآرایل
“%s” نال سوال وٹاؤ۔
-مثال:\nhttps://www.google.com/search?q=%s
+مثال:\nhttp://leosearch.ddns.net/search?q=%s
من پسند ڳولݨ انجݨ تفصیلاں
@@ -1939,10 +1939,10 @@
ہُݨ ٻولو
پہلے موجود ورتݨ ناں نال لاگ ان تھیوو
-
- https://www.example.com
-
- ویب پتے وچ "https://" یا "http://" ہووݨ ضروری ہے
+
+ http://www.example.com
+
+ ویب پتے وچ "http://" یا "http://" ہووݨ ضروری ہے
ٹھیک ہوسٹ ناں ضروری ہے
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 @@
Za večjo varnost poskuša samodejno vzpostaviti povezavo s šifrirnim protokolom HTTPS.
-
+
Izključeno
-
+
V vseh zavihkih
-
+
V zasebnih zavihkih
- Več o tem
-
+ Več o tem
+
Omogoči v vseh zavihkih
-
+
Omogoči le v zasebnih zavihkih
-
+
Varno spletno mesto ni na voljo
-
+
Najverjetneje spletno mesto ne podpira HTTPS.
-
+
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.
Dostopnost
@@ -1425,7 +1425,7 @@
DOVOLI
ZAVRNI
-
+
Spletni naslov ni veljaven.
V redu
@@ -1538,7 +1538,7 @@
Skenirajte kodo
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Pripravljeno za skeniranje
@@ -1967,7 +1967,7 @@
URL za uporabo pri iskanju
- Zamenjajte poizvedbo z "%s". Primer: \nhttps://www.google.com/search?q=%s
+ Zamenjajte poizvedbo z "%s". Primer: \nhttp://leosearch.ddns.net/search?q=%s
Podrobnosti iskalnika po meri
@@ -1977,7 +1977,7 @@
URL API-ja za predloge iskanja
- Iskano poizvedbo zamenjajte s "%s". Primer:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Iskano poizvedbo zamenjajte s "%s". Primer:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Shrani
@@ -2070,10 +2070,10 @@
Prijava s tem uporabniškim imenom že obstaja
-
- https://www.example.com
-
- Spletni naslov mora vsebovati "https://" ali "http://"
+
+ http://www.example.com
+
+ Spletni naslov mora vsebovati "http://" ali "http://"
Zahtevano je veljavno ime domene
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 @@
Përpiqet automatikisht të lidhet me sajtet duke përdorur protokollin HTTPS të fshehtëzimit, për më tepër siguri.
-
+
Off
-
+
Në krejt skedat
-
+
Në skeda private
- Mësoni më tepër
-
+ Mësoni më tepër
+
Aktivizoje në krejt skedat
-
+
Aktivizoje vetëm në skeda private
-
+
S’ka sajt të siguruar
-
+
Sipas shumicës së gjasave, sajti thjesht nuk mbulon HTTPS-në.
-
+
Por, është gjithashtu e mundshme që të jetë dora e ndonjë agresori. Nëse vazhdoni te sajti, s’duhet të jepni ndonjë të dhënë rezervat. Nëse vazhdoni, mënyra Vetëm-HTTPS do të çaktivizohet përkohësisht për sajtin.
Përdorim nga persona me aftësi të kufizuara
@@ -1401,7 +1401,7 @@
LEJOJE
MOHOJE
-
+
Adresë Web jo e vlefshme.
OK
@@ -1515,7 +1515,7 @@
Skanonin kodin
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Gati për skanim
@@ -1937,7 +1937,7 @@
URL për t’u përdorur për kërkim
- Zëvendësoni kërkesën me “%s”. Shembull:\nhttps://www.google.com/search?q=%s
+ Zëvendësoni kërkesën me “%s”. Shembull:\nhttp://leosearch.ddns.net/search?q=%s
Hollësi motori vetjak kërkimesh
@@ -1947,7 +1947,7 @@
URL API Sugjerimesh Kërkimi
- Zëvendësoni vargun e kërkimit me “%s”. Shembull:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Zëvendësoni vargun e kërkimit me “%s”. Shembull:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Ruaje
@@ -2039,10 +2039,10 @@
Ka tashmë një palë kredenciale me këtë emër përdoruesi
-
- https://www.example.com
-
- Adresa Web duhet të përmbajë “https://” ose “http://”
+
+ http://www.example.com
+
+ Adresa Web duhet të përmbajë “http://” ose “http://”
Lypset strehëemër i vlefshëm
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 @@
Самостално се повезујемо на странице користећи HTTPS протокол за шифровање података у преносу зарад боље безбедности.
-
+
Искључено
-
+
На свим картицама
-
+
На приватним картицама
- Сазнај више
-
+ Сазнај више
+
Омогући у свим картицама
-
+
Омогући само у приватним картицама
-
+
Безбедна страница није доступна
-
+
Највероватније, страница једноставно не подржава HTTPS.
-
+
Ипак, могуће је да је у питању дигитални напад. Ако наставите ка страници, немојте уносити било какве осетљиве податке. Ако наставите, HTTPS режим биће привремено искључен на овој страници.
Приступачност
@@ -1354,7 +1354,7 @@
ДОЗВОЛИ
ОДБИЈ
-
+
Веб адреса није исправна.
У реду
@@ -1465,7 +1465,7 @@
Скенирај код
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Спреман за скенирање
@@ -1886,13 +1886,13 @@
Текст претраге за коришћење
- Замените упит са “%s”. Пример:\nhttps://www.google.com/search?q=%s
+ Замените упит са “%s”. Пример:\nhttp://leosearch.ddns.net/search?q=%s
Детаљи прилагођеног претраживача
- Замените упит са “%s”. Пример:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Замените упит са “%s”. Пример:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Сачувај
@@ -1983,10 +1983,10 @@
Пријава са овим корисничким именом већ постоји
-
- https://www.primer.rs
-
- Веб адресе морају садржати "https://" или "http://"
+
+ http://www.primer.rs
+
+ Веб адресе морају садржати "http://" или "http://"
Потребно је ваљано име машине
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 @@
Otomatis nyoba nyambung ka loka maké protokol énkripsi HTTPS pikeun ngaronjatkeun kaamanan.
-
+
Pareum
-
+
Hurung dina sadaya tab
-
+
Hurung dina tab nyamuni
- Lenyepan
-
+ Lenyepan
+
Aktipkeun dina sadaya tab
-
+
Aktipkeun dina tab nyamuni hungkul
-
+
Situs aman teu sayaga
-
+
Sigana, raramatlokana teu ngarojong HTTPs.
-
+
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.
Aksésibilitas
@@ -1361,7 +1361,7 @@
IDINAN
HULAG
-
+
Alamat raramatna teu bener.
HEUG
@@ -1535,7 +1535,7 @@
Pinday sandi
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Siap mindai
@@ -1961,7 +1961,7 @@
URL pikeun maluruh
- Ganti kueri ku “%s”. Conto:\nhttps://www.google.com/search?q=%s
+ Ganti kueri ku “%s”. Conto:\nhttp://leosearch.ddns.net/search?q=%s
Wincikan mesin pamaluruh sakahayang
@@ -1973,7 +1973,7 @@
Ganti kueri ku “%s”. Conto:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
- Ganti kueri ku “%s”. Conto:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Ganti kueri ku “%s”. Conto:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Teundeun
@@ -2065,10 +2065,10 @@
Login maké éta sandiasma geus aya
-
- https://www.conto.com
-
- Alamat raramat kudu ngandung "https://" atawa "http://"
+
+ http://www.conto.com
+
+ Alamat raramat kudu ngandung "http://" atawa "http://"
Ngaran host sah diperlukeun
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 @@
Försöker automatiskt ansluta till webbplatser med HTTPS-krypteringsprotokollet för ökad säkerhet.
-
+
Av
-
+
På i alla flikar
-
+
På i privata flikar
- Läs mer
-
+ Läs mer
+
Aktivera i alla flikar
-
+
Aktivera endast i privata flikar
-
+
Säker webbplats är inte tillgänglig
-
+
Troligtvis stöder webbplatsen helt enkelt inte HTTPs.
-
+
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.
Hjälpmedel
@@ -1433,7 +1433,7 @@
TILLÅT
NEKA
-
+
Webbadressen är inte giltig.
OK
@@ -1546,7 +1546,7 @@
Skanna QR-kod
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Redo att skanna
@@ -1968,7 +1968,7 @@
URL att använda för sökning
- Byt ut frågan med “%s”. Exempel:\nhttps://www.google.com/search?q=%s
+ Byt ut frågan med “%s”. Exempel:\nhttp://leosearch.ddns.net/search?q=%s
Information om anpassad sökmotor
@@ -1978,7 +1978,7 @@
Sökförslag API URL
- Ersätt frågan med "%s". Exempel:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Ersätt frågan med "%s". Exempel:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Spara
@@ -2070,10 +2070,10 @@
En inloggning med det användarnamnet finns redan
-
- https://www.example.com
-
- Webbadressen måste innehålla "https://" eller "http://"
+
+ http://www.example.com
+
+ Webbadressen måste innehålla "http://" eller "http://"
Giltigt värdnamn krävs
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 @@
Autōmatycznie prōbuje łōnczyć sie ze strōnami z protokołym kodowanio HTTPS, coby zwiynkszyć bezpieczyństwo.
-
+
Wyłōnczōne
-
+
Załōnczōne na wszyskich kartach
-
+
Załōnczōne na wszyskich prywatnych kartach
- Przewiydz sie wiyncyj
-
+ Przewiydz sie wiyncyj
+
Załōncz we wszyskich kartach
-
+
Załōncz ino we prywatnych kartach
-
+
Zabezpieczōno strōna niy ma dostympno
-
+
Zdowo sie, że to strōna niy ôbsuguje HTTPS.
-
+
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 "Ino HTTPS" czasowo sie wyłōnczy do tyj strōny.
Dostympność
@@ -1273,7 +1273,7 @@
POZWŌL
ZAKOŻ
-
+
Adresa strōny je felerno.
OK
@@ -1437,7 +1437,7 @@
Skanuj kod
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Fertich, coby skanować
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 @@
குறியீட்டை வருடு
- https://firefox.com/pair பக்கத்திற்கு செல்லவும்]]>
+ http://firefox.com/pair பக்கத்திற்கு செல்லவும்]]>
வருடத் தயார்
@@ -1053,7 +1053,7 @@
பயன்படுத்த வேண்டிய தேடல் தொடர்
- வினவலை “%s” ஆக மாற்றுக. எ.கா:\nhttps://www.google.com/search?q=%s
+ வினவலை “%s” ஆக மாற்றுக. எ.கா:\nhttp://leosearch.ddns.net/search?q=%s
தனிப்பயன் தேடுபொறி விவரங்கள்
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 @@
HTTPS-మాత్రమే రీతి
- ఇంకా తెలుసుకోండి
-
+ ఇంకా తెలుసుకోండి
+
అన్ని ట్యాబులలోనూ చేతనించు
-
+
అంతరంగిక ట్యాబులలో మాత్రమే చేతనించు
-
+
సురక్షిత సైటు అందుబాటులో లేదు
ప్రాప్యత
@@ -918,7 +918,7 @@
అనుమతించు
తిరస్కరించు
-
+
జాల చిరునామా సరైనది కాదు.
సరే
@@ -1051,7 +1051,7 @@
కోడును స్కాను చేయండి
- https://firefox.com/pairకు వెళ్లండి]]>
+ http://firefox.com/pairకు వెళ్లండి]]>
స్కాన్ చేయడానికి సిద్ధంగా ఉంది
@@ -1400,7 +1400,7 @@
వాడాల్సిన శోధన పదబంధం
- వెతుకుడు పదాన్ని “%s”తో పూరించండి. ఉదాహరణ:\nhttps://www.google.com/search?q=%s
+ వెతుకుడు పదాన్ని “%s”తో పూరించండి. ఉదాహరణ:\nhttp://leosearch.ddns.net/search?q=%s
అభిమత శోధన యంత్ర వివరాలు
@@ -1485,8 +1485,8 @@
ఆ వాడుకరి పేరుతో ఒక ప్రవేశం ఇప్పటికే ఉంది
-
- https://www.example.com
+
+ http://www.example.com
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 @@
Ба таври худкор кӯшиш мекунад, ки ба сомонаҳо бо истифода аз протоколи рамзгузории HTTPS барои баланд бардоштани амният пайваст шавад.
-
+
Ғайрифаъол
-
+
Фаъол дар ҳамаи варақаҳо
-
+
Фаъол дар варақаҳои хусусӣ
- Маълумоти бештар
-
+ Маълумоти бештар
+
Фаъол кардан дар ҳамаи варақаҳо
-
+
Фаъол кардан танҳо дар варақаҳои хусусӣ
-
+
Сомонаи бехатар дастрас нест
-
+
Эҳтимол, сомона танҳо пайвасти «HTTP»-ро дастгирӣ намекунад.
-
+
Бо вуҷуди ин, инчунин, мумкин аст, ки ҳамлакунанда дахолат мекунад. Агар шумо кори худро бо сомона идома диҳед, шумо набояд ягон маълумоти ҳассоси шахсиро ворид намоед. Агар шумо идома диҳед, реҷаи «Танҳо HTTPS» барои сомона муваққатан ғайрифаъол мешавад.
Қобилияти дастрасӣ
@@ -1416,7 +1416,7 @@
ИҶОЗАТ ДОДАН
РАД КАРДАН
-
+
Нишонии сомона нодуруст аст.
ХУБ
@@ -1531,7 +1531,7 @@
Рамзро скан кунед
- https://firefox.com/pair гузаред]]>
+ http://firefox.com/pair гузаред]]>
Барои аксбардорӣ омода аст
@@ -1953,7 +1953,7 @@
Нишонии URL, ки барои ҷустуҷӯ истифода мешавад
- Сатри дархостро бо “%s” иваз намоед. Масалан:\nhttps://www.google.com/search?q=%s
+ Сатри дархостро бо “%s” иваз намоед. Масалан:\nhttp://leosearch.ddns.net/search?q=%s
Тафсилот дар бораи низоми ҷустуҷӯии фармоишӣ
@@ -1962,7 +1962,7 @@
Нишонии URL-и API-и пешниҳоди ҷустуҷӯ
- Дархостро ба қимати «%s» иваз намоед. Барои мисол:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Дархостро ба қимати «%s» иваз намоед. Барои мисол:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Нигоҳ доштан
@@ -2054,10 +2054,10 @@
Воридшавӣ бо ин номи корбар аллакай вуҷуд дорад
-
- https://www.example.com
-
- Нишонии сомона бояд "https://" ё "http://"-ро дар бар гирад
+
+ http://www.example.com
+
+ Нишонии сомона бояд "http://" ё "http://"-ро дар бар гирад
Номи сервери дуруст лозим аст
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 @@
พยายามเชื่อมต่อกับเว็บไซต์โดยใช้โปรโตคอลการเข้ารหัส HTTPS โดยอัตโนมัติเพื่อเพิ่มความปลอดภัย
-
+
ปิด
-
+
เปิดในทุกแท็บ
-
+
เปิดในแท็บส่วนตัว
- เรียนรู้เพิ่มเติม
-
+ เรียนรู้เพิ่มเติม
+
เปิดใช้งานในทุกแท็บ
-
+
เปิดใช้งานเฉพาะในแท็บส่วนตัว
-
+
ไซต์ที่ปลอดภัยไม่พร้อมใช้งาน
-
+
อาจเป็นไปได้มากว่าเว็บไซต์ไม่รองรับ HTTPS
-
+
อย่างไรก็ตาม อาจเป็นไปได้ว่าผู้โจมตีมีส่วนเกี่ยวข้อง หากคุณเข้าสู่เว็บไซต์ต่อไป คุณไม่ควรป้อนข้อมูลที่ละเอียดอ่อนใด ๆ หากคุณดำเนินการต่อ โหมด HTTPS-Only จะปิดชั่วคราวสำหรับเว็บไซต์นี้
การช่วยเข้าถึง
@@ -1394,7 +1394,7 @@
อนุญาต
ปฏิเสธ
-
+
ที่อยู่เว็บไม่ถูกต้อง
ตกลง
@@ -1508,7 +1508,7 @@
สแกนรหัส
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
พร้อมที่จะสแกน
@@ -1931,7 +1931,7 @@
URL ที่จะใช้ในการค้นหา
- แทนที่คำค้นด้วย “%s” ตัวอย่าง:\nhttps://www.google.com/search?q=%s
+ แทนที่คำค้นด้วย “%s” ตัวอย่าง:\nhttp://leosearch.ddns.net/search?q=%s
รายละเอียดเครื่องมือค้นหาที่กำหนดเอง
@@ -1941,7 +1941,7 @@
URL ของ API เสนอแนะการค้นหา
- แทนที่คิวรีด้วย “%s” ตัวอย่าง:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ แทนที่คิวรีด้วย “%s” ตัวอย่าง:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
บันทึก
@@ -2032,10 +2032,10 @@
การเข้าสู่ระบบที่มีชื่อผู้ใช้นี้มีอยู่แล้ว
-
- https://www.example.com
-
- ที่อยู่เว็บต้องมี "https://" หรือ "http://"
+
+ http://www.example.com
+
+ ที่อยู่เว็บต้องมี "http://" หรือ "http://"
ต้องการชื่อโฮสต์ที่ถูกต้อง
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 @@
Payagan
-
+
Nakasara
-
+
Naka-on sa lahat ng tab
- Alamin
-
+ Alamin
+
Malamang sa malamang, ang website ay sadyang hindi suportado ang HTTPS.
Accessibility
@@ -1047,7 +1047,7 @@
PAYAGAN
TANGGIHAN
-
+
Hindi wasto ang web address.
OK
@@ -1192,7 +1192,7 @@
i-Scan ang code
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Handa nang mag-scan
@@ -1563,7 +1563,7 @@
Gagamiting teksto ng paghahanap
- Palitan ang query ng “%s”. Halimbawa:\nhttps://www.google.com/search?q=%s
+ Palitan ang query ng “%s”. Halimbawa:\nhttp://leosearch.ddns.net/search?q=%s
Pasadyang detalye ng search engine
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 @@
ilo pi kepeken sin
-
- https://www.example.com
+
+ http://www.example.com
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 @@
Daha fazla güvenlik için sitelere otomatik olarak HTTPS şifreleme protokolüyle bağlanmaya çalışır.
-
+
Kapalı
-
+
Tüm sekmelerde açık
-
+
Gizli sekmelerde açık
- Daha fazla bilgi al
-
+ Daha fazla bilgi al
+
Tüm sekmelerde etkinleştir
-
+
Yalnızca gizli sekmelerde etkinleştir
-
+
Güvenli site mevcut değil
-
+
Büyük olasılıkla bu web sitesi HTTPS’i desteklemiyor.
-
+
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.
Erişilebilirlik
@@ -1409,7 +1409,7 @@
İZİN VER
İZİN VERME
-
+
Web adresi geçersiz.
Tamam
@@ -1521,7 +1521,7 @@
Kodu tarayın
- https://firefox.com/pair adresine gidin]]>
+ http://firefox.com/pair adresine gidin]]>
Taramaya hazırım
@@ -1944,7 +1944,7 @@
Arama için kullanılacak URL
- Sorguyu “%s” ile değiştirin. Örnek:\nhttps://www.google.com/search?q=%s
+ Sorguyu “%s” ile değiştirin. Örnek:\nhttp://leosearch.ddns.net/search?q=%s
Özel arama motoru ayrıntıları
@@ -1954,7 +1954,7 @@
Arama önerisi API URL’si
- Sorgunun yerine “%s” yazın. Örnek:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Sorgunun yerine “%s” yazın. Örnek:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Kaydet
@@ -2045,10 +2045,10 @@
Bu kullanıcı adına sahip bir hesap zaten var
-
- https://www.example.com
-
- Web adresi "https://" veya "http://" içermelidir
+
+ http://www.example.com
+
+ Web adresi "http://" veya "http://" içermelidir
Geçerli bir sunucu gerekli
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 @@
Huin ruhuaj gātu riña nej sitio ngà ‘ngō da’nga’ gū’nàj HTTPS dadin’ dugumîn da’nga’ nan doj daran’ nej sa huā ‘hiát.
-
+
Dūnâ\’àj
-
+
Ngà \'hiaj sunj riña daran\' nej rakïj ñanj
-
+
Ngà \'hiaj sunj riña rakïj ñanj huìi
- Gāhuin chrūn doj
-
+ Gāhuin chrūn doj
+
Gā’nïn gi’hiaj sun man riña daran’ nej rakïj ñanj
-
+
Gā’nïn gī’hiaj sun man màn riña nej rakïj ñanj huìi
-
+
Nitāj si huā nî’nïnj riña sitiô dugumîn sò’
-
+
Si gūruhuaj nī nitāj si aran’ dugui’ sitiô web ngà HTTPS.
-
+
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ō nuguan’ gā’hue gārasun nej si da’ gī’hiaj yī’ì nej si sò’. Sisī huā nï̀n’ gīnunt hiūj nan don nī, gī’hiaj desaktivando akuan’ HTTPS.
Dàj gā gātū\'
@@ -1355,7 +1355,7 @@
GA\'NĪN
SĪ GA\'NÏNJT
-
+
Nitāj si huā hue\'ê si direksiûn Web gachrûnt
GĀ’HUE
@@ -1529,7 +1529,7 @@
Gānārī ñadu\'ua da\'nga\' kôdigo
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Ngà huā chrunj da\' gānārij ñadu\'ua
@@ -1965,7 +1965,7 @@
URL gārasunt guendâ nānà’huì’t
- Nādūnā sa nana\'uî\'t ngà “%s”. dàj rû\':\nhttps://www.google.com/search?q=%s
+ Nādūnā sa nana\'uî\'t ngà “%s”. dàj rû\':\nhttp://leosearch.ddns.net/search?q=%s
Sa huā riña sa nana\'uî\'t nagi\'iaj man\'ânt
@@ -1977,7 +1977,7 @@
Nādunā sa nana\’huî\’t ngà “%s”. Dàj rû\':\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
- Nādunā sa gachrûnt dan ngà “%s”. Dàj rû\':\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Nādunā sa gachrûnt dan ngà “%s”. Dàj rû\':\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Nā\'nïnj sà\'
@@ -2071,11 +2071,11 @@
Ngà huā \'ngō riña gayì\'ìt sēsiûn gù\'nàj dàdanj
-
- https://www.example.com
+
+ http://www.example.com
-
- Da\’hui dīreksiûn nan gānika "https:/" asi "http://"
+
+ Da\’hui dīreksiûn nan gānika "http:/" asi "http://"
Nāchrūn ‘ngō si yūgui host huā hue’ê
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 @@
Рөхсәт итү
-
+
Сүнгән
-
+
Барлык табларда да кабынган
-
+
Хосусый табларда кабынган
Кулайлык
@@ -1051,7 +1051,7 @@
РӨXCӘT ИТҮ
КИРЕ КАГУ
-
+
Веб-адрес хаталы.
ОК
@@ -1165,7 +1165,7 @@
Кодны сканерлау
- https://firefox.com/pair адресына үтегез]]>
+ http://firefox.com/pair адресына үтегез]]>
Сканерлауга әзер
@@ -1478,7 +1478,7 @@
Эзләнәчәк сүз я сүзтезмә
- Сорауны “%s” юлы белән алыштырыгыз. Мисал өчен:\nhttps://www.google.com/search?q=%s
+ Сорауны “%s” юлы белән алыштырыгыз. Мисал өчен:\nhttp://leosearch.ddns.net/search?q=%s
Үзгә эзләү системасының нечкәлекләре
@@ -1566,10 +1566,10 @@
Мондый исемле кулланучы бар инде
-
- https://www.example.com
-
- Веб-адреста "https://" яки "http://" булырга тиеш
+
+ http://www.example.com
+
+ Веб-адреста "http://" яки "http://" булырга тиеш
Дөрес бер хост исеме кирәк
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 @@
يول قوي
-
+
تاقاق
-
+
بارلىق بەتكۈچتە ئوچۇق
-
+
شەخسىي بەتكۈچتە ئوچۇق
- تەپسىلاتى
-
+ تەپسىلاتى
+
بارلىق بەتكۈچتە قوزغات
-
+
شەخسىي بەتكۈچتىلا قوزغات
-
+
بىخەتەر تور بېكەت يوق
-
+
بەلكىم بو تور بېكەت HTTPS نى قوللىماسلىقى مۇمكىن.
قۇلايلىقلار
@@ -1355,7 +1355,7 @@
يول قوي
رەت قىل
-
+
تور ئادرېس ئىناۋەتسىز.
جەزملە
@@ -1466,7 +1466,7 @@
كودنى تارا
- https://firefox.com/pair ئاچىدۇ]]>
+ http://firefox.com/pair ئاچىدۇ]]>
تاراشقا تەييار
@@ -1852,7 +1852,7 @@
ئىزدەشكە ئىشلىتىدىغان تور ئادرېسى
- سۈرۈشتۈرۈشنى «%s» غا ئالماشتۇرىدۇ. مەسىلەن:\nhttps://www.google.com/search?q=%s
+ سۈرۈشتۈرۈشنى «%s» غا ئالماشتۇرىدۇ. مەسىلەن:\nhttp://leosearch.ddns.net/search?q=%s
ئىختىيارى ئىزدەش موتورىنىڭ تەپسىلاتى
@@ -1860,7 +1860,7 @@
ئىزدەش تەۋسىيە API تور ئادرېسى
- سۈرۈشتۈرۈشنى «%s» غا ئالماشتۇرىدۇ. مەسىلەن:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ سۈرۈشتۈرۈشنى «%s» غا ئالماشتۇرىدۇ. مەسىلەن:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
ساقلا
@@ -1951,10 +1951,10 @@
ھازىر سۆزلەڭ
بۇ ئىشلەتكۈچى ئىسمىدىكى كىرىش مەۋجۇت
-
- https://www.example.com
-
- تور ئادرېسىدا چوقۇم «https://» ياكى «http://» بولۇشى كېرەك.
+
+ http://www.example.com
+
+ تور ئادرېسىدا چوقۇم «http://» ياكى «http://» بولۇشى كېرەك.
ئىناۋەتلىك مۇلازىم ئىسمى زۆرۈر
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 @@
Намагатися автоматично доступатися до сайтів за допомогою протоколу шифрування HTTPS для поліпшення безпеки.
-
+
Вимкнено
-
+
Увімкнути в усіх вкладках
-
+
Увімкнути у приватних вкладках
- Докладніше
-
+ Докладніше
+
Увімкнути на всіх вкладках
-
+
Увімкнути лише у приватних вкладках
-
+
Захищений сайт недоступний
-
+
Швидше за все, вебсайт просто не підтримує HTTPS.
-
+
Однак також можливе втручання зловмисників. Якщо ви продовжите перехід на вебсайт, вам не слід вводити будь-які конфіденційні дані. Якщо ви продовжите, HTTPS-режим буде тимчасово вимкнено для сайту.
Доступність
@@ -1427,7 +1427,7 @@
ДОЗВОЛИТИ
ЗАБОРОНИТИ
-
+
Вебадреса недійсна.
Гаразд
@@ -1538,7 +1538,7 @@
Скануйте код
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Готовий до сканування
@@ -1963,7 +1963,7 @@
URL для пошуку
- Змініть запит на “%s”. Зразок:\nhttps://www.google.com/search?q=%s
+ Змініть запит на “%s”. Зразок:\nhttp://leosearch.ddns.net/search?q=%s
Подробиці власного засобу пошуку
@@ -1973,7 +1973,7 @@
URL-адреса API пошукових пропозицій
- Замініть запит на “%s”. Наприклад:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Замініть запит на “%s”. Наприклад:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Зберегти
@@ -2065,10 +2065,10 @@
Запис з таким іменем користувача вже існує
-
- https://www.example.com
-
- Вебадреса повинна містити "https://" або "http://"
+
+ http://www.example.com
+
+ Вебадреса повинна містити "http://" або "http://"
Необхідно ввести дійсний вузол
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 @@
اجازت دیں
رد کریں
-
+
ویب پتہ جائز نہیں ہے
ٹھیک ہے
@@ -1032,7 +1032,7 @@
کوڈ کو اسکین کریں
- https://firefox.com/pair پر جائیں]]>
+ http://firefox.com/pair پر جائیں]]>
سکین کرنے کے لئے تیار
@@ -1437,8 +1437,8 @@
اس صارف نام کے ساتھ لاگ ان پہلے سے موجود ہے
-
- https://www.example.com
+
+ http://www.example.com
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 @@
Xavfsizlikni oshirish uchun HTTPS shifrlash protokoli yordamida saytlarga avtomatik ulanishga harakat qiladi.
Yoniq
-
+
Oʻchiq
- Batafsil maʼlumot
-
+ Batafsil maʼlumot
+
Barcha varaqlarda yoqish
-
+
Faqat maxfiy varaqlarda yoqish
-
+
Xavfsiz sayt mavjud emas
-
+
Katta ehtimollik bilan sayt HTTPS protokoli bilan ishlamaydi.
-
+
Biroq, hujumchi ishtirok etishi ham mumkin. Agar saytga kirishda davom etsangiz, hech qanday shaxsiy maʼlumotlarni kiritmasligingiz kerak. Davom etsangiz, sayt uchun "faqat HTTPS rejimi" vaqtinchalik oʻchirib qoʻyiladi.
Qulaylik
@@ -1155,7 +1155,7 @@
RUXSAT BERISH
RAD ETISH
-
+
Manzil xato kiritilgan.
OK
@@ -1315,7 +1315,7 @@
Kodni skanerlang
- https://firefox.com/pairga oʻting]]>
+ http://firefox.com/pairga oʻting]]>
Skanerlashga tayyor
@@ -1719,7 +1719,7 @@
Foydalanish uchun qidiruv qatori
- Soʻrovni “%s” bilan almashtiring. Masalan:\nhttps://www.google.com/search?q=%s
+ Soʻrovni “%s” bilan almashtiring. Masalan:\nhttp://leosearch.ddns.net/search?q=%s
Maxsus qidiruv tizimining tafsilotlari
@@ -1815,10 +1815,10 @@
Shu nomdagi login oldindan bor
-
- https://www.example.com
-
- Veb manzilda "https://" yoki "http://" boʻlishi kerak
+
+ http://www.example.com
+
+ Veb manzilda "http://" yoki "http://" boʻlishi kerak
Host nomi xatosiz kiritilishi kerak
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 @@
Scansiona el còdexe
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Pronto par ƚa scansion
@@ -819,7 +819,7 @@
Stringa de reserca da utilixare
- Sostituire ƚa ciave de reserca co “%s”. Exempio:\nhttps://www.google.com/search?q=%s
+ Sostituire ƚa ciave de reserca co “%s”. Exempio:\nhttp://leosearch.ddns.net/search?q=%s
Informasioni so’l motore de riserca personaƚixa
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 @@
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.
-
+
Tắt
-
+
Bật trong tất cả các thẻ
-
+
Bật trong các thẻ riêng tư
- Tìm hiểu thêm
-
+ Tìm hiểu thêm
+
Bật trong tất cả các thẻ
-
+
Chỉ bật trong thẻ riêng tư
-
+
Trang web an toàn không khả dụng
-
+
Rất có thể, trang web chỉ đơn giản là không hỗ trợ HTTPs.
-
+
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.
Khả năng truy cập
@@ -1412,7 +1412,7 @@
CHO PHÉP
TỪ CHỐI
-
+
Địa chỉ web không hợp lệ.
OK
@@ -1522,7 +1522,7 @@
Quét mã
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Sẵn sàng để quét
@@ -1941,7 +1941,7 @@
URL để sử dụng cho tìm kiếm
- Thay thế chuỗi truy vấn thành “%s”. Ví dụ:\nhttps://www.google.com/search?q=%s
+ Thay thế chuỗi truy vấn thành “%s”. Ví dụ:\nhttp://leosearch.ddns.net/search?q=%s
Chi tiết công cụ tìm kiếm tùy chỉnh
@@ -1951,7 +1951,7 @@
URL API gợi ý tìm kiếm
- Thay thế truy vấn bằng “%s”. Ví dụ:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Thay thế truy vấn bằng “%s”. Ví dụ:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Lưu
@@ -2042,10 +2042,10 @@
Một thông tin đăng nhập với tên người dùng đó đã tồn tại
-
- https://www.example.com
-
- Địa chỉ trang web phải chứa "https://" hoặc "http://"
+
+ http://www.example.com
+
+ Địa chỉ trang web phải chứa "http://" hoặc "http://"
Cần có tên máy chủ hợp lệ
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 @@
Pa á
- Kọ́ si
-
+ Kọ́ si
+
Gbàáláyè nínú gbogbo àwọn táàbù
-
+
Gbàáláyè nínú táàbù ìkọ̀kọ̀ nìkan
-
+
Kò sí ààyè fún ìdáábòbò sáìtì
-
+
Ó ṣeéṣe, kí ojú òpó wẹ́ẹ̀bù má ṣe àtìlẹ́yìn fún HTTPS.
-
+
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áà.
Ìgbaniláàyè
@@ -1130,7 +1130,7 @@
FÀYÈGBÀ
KỌ̀
-
+
Àdìrẹ́sì wẹ́ẹ̀bù ò fẹsẹ̀múlẹ̀.
Ó DÁA
@@ -1288,7 +1288,7 @@
Síkáànì kóòdù náà
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Gbaradì láti síkáànì
@@ -1691,7 +1691,7 @@
Àkójọ ohun ìwádìí láti lò
- Rọ́pò ìbéérè pẹ̀lú “%s”. Àpẹẹrẹ:\nhttps://www.google.com/search?q=%s
+ Rọ́pò ìbéérè pẹ̀lú “%s”. Àpẹẹrẹ:\nhttp://leosearch.ddns.net/search?q=%s
Àwọn àlàyé ìwádìí ẹ̀rọ taraẹni
@@ -1781,10 +1781,10 @@
Sọ̀rọ̀ nísìnyí
Ìfisílẹ̀ orúkọ ìgbàwọlé yẹn ti wà tẹ́lè
-
- https://www.àpẹẹrẹ.com
-
- Àdírẹ́sì wẹ́ẹ̀bù gbọ́dọ̀ ní "https://" tàbí "http://"
+
+ http://www.àpẹẹrẹ.com
+
+ Àdírẹ́sì wẹ́ẹ̀bù gbọ́dọ̀ ní "http://" tàbí "http://"
A nílò orúkọ nẹ́tíwọọ̀kì kọ̀m̀pútà tó tẹ̀wọ̀n
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 @@
firefox.com.cn/pair 并扫描网站上的二维码]]>
- https://firefox.com.cn/pair]]>
+ http://firefox.com.cn/pair]]>
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 @@
自动尝试使用 HTTPS 加密协议连接至网站,增强安全性。
-
+
关闭
-
+
在所有标签页启用
-
+
仅在隐私标签页启用
- 详细了解
-
+ 详细了解
+
在所有标签页启用
-
+
仅在隐私标签页启用
-
+
安全网站不可用
-
+
该网站很可能只是不支持 HTTPS。
-
+
然而也可能是受到网络攻击。若您要继续访问此网站,则不应输入任何敏感信息。若继续,将暂时为此网站关闭 HTTPS-Only 模式。
无障碍环境
@@ -1451,7 +1451,7 @@
允许
拒绝
-
+
无效网址。
确定
@@ -1567,7 +1567,7 @@
扫码
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
立即扫码
@@ -1992,7 +1992,7 @@
用于搜索的 URL
- 用“%s”替换查询关键字。示例:\nhttps://www.google.com/search?q=%s
+ 用“%s”替换查询关键字。示例:\nhttp://leosearch.ddns.net/search?q=%s
自定义搜索引擎信息
@@ -2002,7 +2002,7 @@
搜索建议 API 网址
- 用“%s”代表搜索词。示例:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ 用“%s”代表搜索词。示例:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
保存
@@ -2093,10 +2093,10 @@
已有同用户名的登录信息存在
-
- https://www.example.com
-
- 网址须包含“https://”或“http://”
+
+ http://www.example.com
+
+ 网址须包含“http://”或“http://”
需为有效的主机名
@@ -2436,12 +2436,12 @@
挂起标签页以避免因内存不足而进程被杀死
开启后,当系统内存不足时,标签页会被挂起,同时页面状态会丢失
- 基于 HTTPS 的 DNS
- 启用
- 关闭
- 基于 HTTPS 的 DNS
- 基于 DNS 的 HTTPS 会加密发送您对域名的请求,从而建立安全 DNS,使他人更难得知您要访问的网站
- 自定义
+ 基于 HTTPS 的 DNS
+ 启用
+ 关闭
+ 基于 HTTPS 的 DNS
+ 基于 DNS 的 HTTPS 会加密发送您对域名的请求,从而建立安全 DNS,使他人更难得知您要访问的网站
+ 自定义
删除附加组件元数据缓存文件
您确定要删除附加组件元数据缓存文件吗?
确定
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 @@
自動嘗試使用加密過的 HTTPS 通訊協定連線到網站,以增加安全性。
-
+
關閉
-
+
對所有分頁開啟
-
+
只對隱私分頁開啟
- 了解更多
-
+ 了解更多
+
對所有分頁都開啟
-
+
只對隱私瀏覽分頁開啟
-
+
無法使用安全網站
-
+
很有可能只是網站不支援 HTTPS。
-
+
然而也可能是有攻擊者正嘗試攔截您的網路連線。若您決定繼續開啟網站,就不該輸入任何敏感資訊。若繼續,將暫時針對此網站關閉純 HTTPS 模式。
輔助功能
@@ -1449,7 +1449,7 @@
允許
拒絕
-
+
網址不正確。
確定
@@ -1566,7 +1566,7 @@
掃描 QR Code
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
準備好了,開始掃描!
@@ -1988,7 +1988,7 @@
用來搜尋的網址
- 用「%s」取代查詢關鍵字。例如:\nhttps://www.google.com/search?q=%s
+ 用「%s」取代查詢關鍵字。例如:\nhttp://leosearch.ddns.net/search?q=%s
自訂搜尋引擎詳細資訊
@@ -1998,7 +1998,7 @@
搜尋建議 API 網址
- 用「%s」取代查詢關鍵字。例如:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ 用「%s」取代查詢關鍵字。例如:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
儲存
@@ -2089,10 +2089,10 @@
已有該使用者名稱的登入資訊
-
- https://www.example.com
-
- 網址須包含「https://」或「http://」
+
+ http://www.example.com
+
+ 網址須包含「http://」或「http://」
必須輸入有效主機名稱
@@ -2422,12 +2422,12 @@
掛起標籤頁以避免因記憶體不足而程序被殺死
開啟後,當系統記憶體不足時,標籤頁會被掛起,同時頁面狀態會丟失
- DNS over HTTPS
- 開啟
- 關閉
- DNS over HTTPS
- DNS over HTTPS 會將您的網域名稱查詢請求加密後傳送,使其他人更難得知您要開啟的網站,讓 DNS 查詢變得安全。
- 自定義
+ DNS over HTTPS
+ 開啟
+ 關閉
+ DNS over HTTPS
+ DNS over HTTPS 會將您的網域名稱查詢請求加密後傳送,使其他人更難得知您要開啟的網站,讓 DNS 查詢變得安全。
+ 自定義
刪除附加元件元數據緩存檔案
您確定要刪除附加元件元數據緩存檔案嗎?
確定
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 @@
firefox.com.cn/pair]]>
- https://firefox.com.cn/pair]]>
+ http://firefox.com.cn/pair]]>
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 @@
Automatically attempts to connect to sites using HTTPS encryption protocol for increased security.
-
+
Off
-
+
On in all tabs
-
+
On in private tabs
- Learn more
-
+ Learn more
+
Enable in all tabs
-
+
Enable only in private tabs
-
+
Secure site not available
-
+
Most likely, the website simply does not support HTTPS.
-
+
However, it’s 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.
Accessibility
@@ -1360,7 +1360,7 @@
ALLOW
DENY
-
+
Web address not valid.
OK
@@ -1524,7 +1524,7 @@
Scan the code
- https://firefox.com/pair]]>
+ http://firefox.com/pair]]>
Ready to scan
@@ -1930,7 +1930,7 @@
URL to use for search
- Replace query with “%s”. Example:\nhttps://www.google.com/search?q=%s
+ Replace query with “%s”. Example:\nhttp://leosearch.ddns.net/search?q=%s
Custom search engine details
@@ -1940,7 +1940,7 @@
Replace query with “%s”. Example:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
- Replace query with “%s”. Example:\nhttps://suggestqueries.google.com/complete/search?client=firefox&q=%s
+ Replace query with “%s”. Example:\nhttp://suggestqueries.google.com/complete/search?client=firefox&q=%s
Save
@@ -2029,10 +2029,10 @@
Speak now
A login with that username already exists
-
- https://www.example.com
-
- Web address must contain "https://" or "http://"
+
+ http://www.example.com
+
+ Web address must contain "http://" or "http://"
Valid hostname required
@@ -2352,12 +2352,12 @@
Suspend tabs to avoid being killed for memory
If enabled, tabs will be suspended and page state lost when the system is low on memory
- DNS over HTTPS
- On
- Off
- DNS over HTTPS mode
- 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 you’re about to access.
- Custom
+ DNS over HTTPS
+ On
+ Off
+ DNS over HTTPS mode
+ 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 you’re about to access.
+ Custom
Delete addons metadata cache file
Are you sure to delete addons metadata cache file?
OK