3399 lines
241 KiB
Diff
3399 lines
241 KiB
Diff
From cc4647245e7400c2f9429aa2852107e589c4cabb Mon Sep 17 00:00:00 2001
|
||
From: harvey186 <harvey186@hotmail.com>
|
||
Date: Wed, 21 Feb 2024 13:27:12 +0100
|
||
Subject: [PATCH] 2-Search
|
||
|
||
---
|
||
SettingsSubMenuSearchRobot.kt | 473 +++++++++
|
||
.../org/mozilla/fenix/helpers/Constants.kt | 2 +-
|
||
.../fenix/helpers/DataGenerationHelper.kt | 2 +-
|
||
.../org/mozilla/fenix/ui/ComposeSearchTest.kt | 20 +-
|
||
.../java/org/mozilla/fenix/ui/SearchTest.kt | 22 +-
|
||
.../mozilla/fenix/ui/SettingsSearchTest.kt | 9 +-
|
||
.../components/metrics/fonts/FontParser.kt | 4 +-
|
||
.../org/mozilla/fenix/ext/SearchEngine.kt | 2 +-
|
||
.../fragment/SavedLoginsSettingFragment.kt | 2 +-
|
||
.../settings/search/SearchEngineShortcuts.kt | 4 +-
|
||
app/src/main/res/values-am/strings.xml | 4 +-
|
||
app/src/main/res/values-an/strings.xml | 2 +-
|
||
app/src/main/res/values-ar/strings.xml | 4 +-
|
||
app/src/main/res/values-ast/strings.xml | 4 +-
|
||
app/src/main/res/values-be/strings.xml | 4 +-
|
||
app/src/main/res/values-bg/strings.xml | 4 +-
|
||
app/src/main/res/values-br/strings.xml | 4 +-
|
||
app/src/main/res/values-bs/strings.xml | 4 +-
|
||
app/src/main/res/values-ca/strings.xml | 4 +-
|
||
app/src/main/res/values-cak/strings.xml | 2 +-
|
||
app/src/main/res/values-ckb/strings.xml | 2 +-
|
||
app/src/main/res/values-co/strings.xml | 4 +-
|
||
app/src/main/res/values-cs/strings.xml | 4 +-
|
||
app/src/main/res/values-cy/strings.xml | 4 +-
|
||
app/src/main/res/values-da/strings.xml | 4 +-
|
||
app/src/main/res/values-de/strings.xml | 4 +-
|
||
app/src/main/res/values-dsb/strings.xml | 4 +-
|
||
app/src/main/res/values-el/strings.xml | 4 +-
|
||
app/src/main/res/values-en-rCA/strings.xml | 4 +-
|
||
app/src/main/res/values-en-rGB/strings.xml | 4 +-
|
||
app/src/main/res/values-eo/strings.xml | 4 +-
|
||
app/src/main/res/values-es-rAR/strings.xml | 4 +-
|
||
app/src/main/res/values-es-rCL/strings.xml | 4 +-
|
||
app/src/main/res/values-es-rES/strings.xml | 4 +-
|
||
app/src/main/res/values-es-rMX/strings.xml | 4 +-
|
||
app/src/main/res/values-es/strings.xml | 4 +-
|
||
app/src/main/res/values-et/strings.xml | 4 +-
|
||
app/src/main/res/values-eu/strings.xml | 4 +-
|
||
app/src/main/res/values-fa/strings.xml | 4 +-
|
||
app/src/main/res/values-ff/strings.xml | 2 +-
|
||
app/src/main/res/values-fi/strings.xml | 4 +-
|
||
app/src/main/res/values-fr/strings.xml | 4 +-
|
||
app/src/main/res/values-fur/strings.xml | 4 +-
|
||
app/src/main/res/values-fy-rNL/strings.xml | 4 +-
|
||
app/src/main/res/values-gd/strings.xml | 4 +-
|
||
app/src/main/res/values-gl/strings.xml | 4 +-
|
||
app/src/main/res/values-gn/strings.xml | 4 +-
|
||
app/src/main/res/values-hi-rIN/strings.xml | 2 +-
|
||
app/src/main/res/values-hr/strings.xml | 4 +-
|
||
app/src/main/res/values-hsb/strings.xml | 4 +-
|
||
app/src/main/res/values-hu/strings.xml | 4 +-
|
||
app/src/main/res/values-hy-rAM/strings.xml | 4 +-
|
||
app/src/main/res/values-ia/strings.xml | 4 +-
|
||
app/src/main/res/values-in/strings.xml | 4 +-
|
||
app/src/main/res/values-is/strings.xml | 4 +-
|
||
app/src/main/res/values-it/strings.xml | 4 +-
|
||
app/src/main/res/values-iw/strings.xml | 4 +-
|
||
app/src/main/res/values-ja/strings.xml | 4 +-
|
||
app/src/main/res/values-ka/strings.xml | 4 +-
|
||
app/src/main/res/values-kaa/strings.xml | 4 +-
|
||
app/src/main/res/values-kab/strings.xml | 4 +-
|
||
app/src/main/res/values-kk/strings.xml | 4 +-
|
||
app/src/main/res/values-kmr/strings.xml | 6 +-
|
||
app/src/main/res/values-kn/strings.xml | 2 +-
|
||
app/src/main/res/values-ko/strings.xml | 4 +-
|
||
app/src/main/res/values-lij/strings.xml | 2 +-
|
||
app/src/main/res/values-lo/strings.xml | 4 +-
|
||
app/src/main/res/values-lt/strings.xml | 4 +-
|
||
app/src/main/res/values-ml/strings.xml | 2 +-
|
||
app/src/main/res/values-my/strings.xml | 2 +-
|
||
app/src/main/res/values-nb-rNO/strings.xml | 4 +-
|
||
app/src/main/res/values-nl/strings.xml | 4 +-
|
||
app/src/main/res/values-nn-rNO/strings.xml | 4 +-
|
||
app/src/main/res/values-oc/strings.xml | 4 +-
|
||
app/src/main/res/values-or/strings.xml | 2 +-
|
||
app/src/main/res/values-pa-rIN/strings.xml | 4 +-
|
||
app/src/main/res/values-pl/strings.xml | 4 +-
|
||
app/src/main/res/values-pt-rBR/strings.xml | 4 +-
|
||
app/src/main/res/values-pt-rPT/strings.xml | 4 +-
|
||
app/src/main/res/values-rm/strings.xml | 4 +-
|
||
app/src/main/res/values-ro/strings.xml | 2 +-
|
||
app/src/main/res/values-ru/strings.xml | 4 +-
|
||
app/src/main/res/values-sat/strings.xml | 4 +-
|
||
app/src/main/res/values-sc/strings.xml | 4 +-
|
||
app/src/main/res/values-si/strings.xml | 4 +-
|
||
app/src/main/res/values-sk/strings.xml | 4 +-
|
||
app/src/main/res/values-skr/strings.xml | 4 +-
|
||
app/src/main/res/values-sl/strings.xml | 4 +-
|
||
app/src/main/res/values-sq/strings.xml | 4 +-
|
||
app/src/main/res/values-sr/strings.xml | 4 +-
|
||
app/src/main/res/values-su/strings.xml | 4 +-
|
||
app/src/main/res/values-sv-rSE/strings.xml | 4 +-
|
||
app/src/main/res/values-ta/strings.xml | 2 +-
|
||
app/src/main/res/values-te/strings.xml | 2 +-
|
||
app/src/main/res/values-tg/strings.xml | 4 +-
|
||
app/src/main/res/values-th/strings.xml | 4 +-
|
||
app/src/main/res/values-tl/strings.xml | 2 +-
|
||
app/src/main/res/values-tr/strings.xml | 4 +-
|
||
app/src/main/res/values-trs/strings.xml | 4 +-
|
||
app/src/main/res/values-tt/strings.xml | 4 +-
|
||
app/src/main/res/values-ug/strings.xml | 4 +-
|
||
app/src/main/res/values-uk/strings.xml | 4 +-
|
||
app/src/main/res/values-ur/strings.xml | 4 +-
|
||
app/src/main/res/values-uz/strings.xml | 16 +-
|
||
app/src/main/res/values-vi/strings.xml | 4 +-
|
||
app/src/main/res/values-yo/strings.xml | 4 +-
|
||
app/src/main/res/values-zh-rCN/strings.xml | 4 +-
|
||
app/src/main/res/values-zh-rTW/strings.xml | 4 +-
|
||
app/src/main/res/values/strings.xml | 4 +-
|
||
.../org/mozilla/fenix/FenixApplicationTest.kt | 4 +-
|
||
automation/iceraven/assets/list.json | 210 ++--
|
||
.../PrintMentionedIssuesAndPrs.kts | 2 +-
|
||
docs/Architecture-Decisions.md | 2 +-
|
||
list.json | 923 ++++++++++++++++++
|
||
114 files changed, 1729 insertions(+), 334 deletions(-)
|
||
create mode 100644 SettingsSubMenuSearchRobot.kt
|
||
create mode 100644 list.json
|
||
|
||
diff --git a/app/src/androidTest/java/org/mozilla/fenix/helpers/Constants.kt b/app/src/androidTest/java/org/mozilla/fenix/helpers/Constants.kt
|
||
index 037331d5b..8c55d7534 100644
|
||
--- a/app/src/androidTest/java/org/mozilla/fenix/helpers/Constants.kt
|
||
+++ b/app/src/androidTest/java/org/mozilla/fenix/helpers/Constants.kt
|
||
@@ -33,7 +33,7 @@ object Constants {
|
||
|
||
val searchEngineCodes = mapOf(
|
||
"Google" to "client=firefox-b-m",
|
||
- "Bing" to "firefox&pc=MOZB&form=MOZMBA",
|
||
+ "LeOSearch" to "firefox&pc=MOZB&form=MOZMBA",
|
||
"DuckDuckGo" to "t=fpas",
|
||
)
|
||
|
||
diff --git a/app/src/androidTest/java/org/mozilla/fenix/helpers/DataGenerationHelper.kt b/app/src/androidTest/java/org/mozilla/fenix/helpers/DataGenerationHelper.kt
|
||
index d82affa71..01147511a 100644
|
||
--- a/app/src/androidTest/java/org/mozilla/fenix/helpers/DataGenerationHelper.kt
|
||
+++ b/app/src/androidTest/java/org/mozilla/fenix/helpers/DataGenerationHelper.kt
|
||
@@ -117,7 +117,7 @@ object DataGenerationHelper {
|
||
|
||
/**
|
||
* The list of Search engines for the "home" region of the user.
|
||
- * For en-us it will return the 6 engines selected by default: Google, Bing, DuckDuckGo, Amazon, Ebay, Wikipedia.
|
||
+ * For en-us it will return the 6 engines selected by default: Google, LeOSearch, DuckDuckGo, Amazon, Ebay, Wikipedia.
|
||
*/
|
||
fun getRegionSearchEnginesList(): List<SearchEngine> {
|
||
val searchEnginesList = appContext.components.core.store.state.search.regionSearchEngines
|
||
diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/ComposeSearchTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/ComposeSearchTest.kt
|
||
index 71391b522..ce108bfc5 100644
|
||
--- a/app/src/androidTest/java/org/mozilla/fenix/ui/ComposeSearchTest.kt
|
||
+++ b/app/src/androidTest/java/org/mozilla/fenix/ui/ComposeSearchTest.kt
|
||
@@ -52,7 +52,7 @@ import org.mozilla.fenix.ui.robots.searchScreen
|
||
class ComposeSearchTest {
|
||
lateinit var searchMockServer: MockWebServer
|
||
private val queryString: String = "firefox"
|
||
- private val generalEnginesList = listOf("DuckDuckGo", "Google", "Bing")
|
||
+ private val generalEnginesList = listOf("DuckDuckGo", "Google", "LeOSearch")
|
||
private val topicEnginesList = listOf("Amazon.com", "Wikipedia", "eBay")
|
||
|
||
@get:Rule
|
||
@@ -107,7 +107,7 @@ class ComposeSearchTest {
|
||
verifySearchToolbar(isDisplayed = true)
|
||
clickSearchSelectorButton()
|
||
verifySearchShortcutListContains(
|
||
- "DuckDuckGo", "Google", "Amazon.com", "Wikipedia", "Bing", "eBay",
|
||
+ "DuckDuckGo", "Google", "Amazon.com", "Wikipedia", "LeOSearch", "eBay",
|
||
"Bookmarks", "Tabs", "History", "Search settings",
|
||
)
|
||
}
|
||
@@ -134,7 +134,7 @@ class ComposeSearchTest {
|
||
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2154195
|
||
@Test
|
||
fun verifySearchPlaceholderForNotDefaultGeneralSearchEnginesTest() {
|
||
- val generalEnginesList = listOf("DuckDuckGo", "Bing")
|
||
+ val generalEnginesList = listOf("DuckDuckGo", "LeOSearch")
|
||
|
||
generalEnginesList.forEach {
|
||
homeScreen {
|
||
@@ -225,7 +225,7 @@ class ComposeSearchTest {
|
||
@SmokeTest
|
||
@Test
|
||
fun searchEnginesCanBeChangedTemporarilyFromSearchSelectorMenuTest() {
|
||
- val enginesList = listOf("DuckDuckGo", "Google", "Amazon.com", "Wikipedia", "Bing", "eBay")
|
||
+ val enginesList = listOf("DuckDuckGo", "Google", "Amazon.com", "Wikipedia", "LeOSearch", "eBay")
|
||
|
||
enginesList.forEach {
|
||
homeScreen {
|
||
@@ -594,15 +594,15 @@ class ComposeSearchTest {
|
||
}
|
||
|
||
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/1232637
|
||
- // Default search code for Bing-US
|
||
+ // Default search code for LeOSearch-US
|
||
@Test
|
||
- fun defaultSearchCodeBingUS() {
|
||
+ fun defaultSearchCodeLeOSearchUS() {
|
||
homeScreen {
|
||
}.openThreeDotMenu {
|
||
}.openSettings {
|
||
}.openSearchSubMenu {
|
||
openDefaultSearchEngineMenu()
|
||
- changeDefaultSearchEngine("Bing")
|
||
+ changeDefaultSearchEngine("LeOSearch")
|
||
TestHelper.exitMenu()
|
||
}
|
||
|
||
@@ -613,12 +613,12 @@ class ComposeSearchTest {
|
||
}.openThreeDotMenu {
|
||
}.openHistory {
|
||
// Full URL no longer visible in the nav bar, so we'll check the history record
|
||
- // A search group is sometimes created when searching with Bing (probably redirects)
|
||
+ // A search group is sometimes created when searching with LeOSearch (probably redirects)
|
||
try {
|
||
- verifyHistoryItemExists(shouldExist = true, Constants.searchEngineCodes["Bing"]!!)
|
||
+ verifyHistoryItemExists(shouldExist = true, Constants.searchEngineCodes["LeOSearch"]!!)
|
||
} catch (e: AssertionError) {
|
||
openSearchGroup(queryString)
|
||
- verifyHistoryItemExists(shouldExist = true, Constants.searchEngineCodes["Bing"]!!)
|
||
+ verifyHistoryItemExists(shouldExist = true, Constants.searchEngineCodes["LeOSearch"]!!)
|
||
}
|
||
}
|
||
}
|
||
diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/SearchTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/SearchTest.kt
|
||
index 0a5686c03..486c97035 100644
|
||
--- a/app/src/androidTest/java/org/mozilla/fenix/ui/SearchTest.kt
|
||
+++ b/app/src/androidTest/java/org/mozilla/fenix/ui/SearchTest.kt
|
||
@@ -66,7 +66,7 @@ import java.util.Locale
|
||
class SearchTest {
|
||
private lateinit var searchMockServer: MockWebServer
|
||
private var queryString = "firefox"
|
||
- private val generalEnginesList = listOf("DuckDuckGo", "Google", "Bing")
|
||
+ private val generalEnginesList = listOf("DuckDuckGo", "Google", "LeOSearch")
|
||
private val topicEnginesList = listOf("Amazon.com", "Wikipedia", "eBay")
|
||
|
||
@get:Rule
|
||
@@ -122,7 +122,7 @@ class SearchTest {
|
||
verifySearchToolbar(isDisplayed = true)
|
||
clickSearchSelectorButton()
|
||
verifySearchShortcutListContains(
|
||
- "DuckDuckGo", "Google", "Amazon.com", "Wikipedia", "Bing", "eBay",
|
||
+ "DuckDuckGo", "Google", "Amazon.com", "Wikipedia", "LeOSearch", "eBay",
|
||
"Bookmarks", "Tabs", "History", "Search settings",
|
||
)
|
||
}
|
||
@@ -149,7 +149,7 @@ class SearchTest {
|
||
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/2154195
|
||
@Test
|
||
fun verifySearchPlaceholderForNotDefaultGeneralSearchEnginesTest() {
|
||
- val generalEnginesList = listOf("DuckDuckGo", "Bing")
|
||
+ val generalEnginesList = listOf("DuckDuckGo", "LeOSearch")
|
||
|
||
generalEnginesList.forEach {
|
||
homeScreen {
|
||
@@ -240,7 +240,7 @@ class SearchTest {
|
||
@SmokeTest
|
||
@Test
|
||
fun searchEnginesCanBeChangedTemporarilyFromSearchSelectorMenuTest() {
|
||
- val enginesList = listOf("DuckDuckGo", "Google", "Amazon.com", "Wikipedia", "Bing", "eBay")
|
||
+ val enginesList = listOf("DuckDuckGo", "Google", "Amazon.com", "Wikipedia", "LeOSearch", "eBay")
|
||
|
||
enginesList.forEach {
|
||
homeScreen {
|
||
@@ -608,15 +608,15 @@ class SearchTest {
|
||
}
|
||
|
||
// TestRail link: https://testrail.stage.mozaws.net/index.php?/cases/view/1232637
|
||
- // Default search code for Bing-US
|
||
+ // Default search code for LeOSearch-US
|
||
@Test
|
||
- fun defaultSearchCodeBingUS() {
|
||
+ fun defaultSearchCodeLeOSearchUS() {
|
||
homeScreen {
|
||
}.openThreeDotMenu {
|
||
}.openSettings {
|
||
}.openSearchSubMenu {
|
||
openDefaultSearchEngineMenu()
|
||
- changeDefaultSearchEngine("Bing")
|
||
+ changeDefaultSearchEngine("LeOSearch")
|
||
exitMenu()
|
||
}
|
||
|
||
@@ -627,12 +627,12 @@ class SearchTest {
|
||
}.openThreeDotMenu {
|
||
}.openHistory {
|
||
// Full URL no longer visible in the nav bar, so we'll check the history record
|
||
- // A search group is sometimes created when searching with Bing (probably redirects)
|
||
+ // A search group is sometimes created when searching with LeOSearch (probably redirects)
|
||
try {
|
||
- verifyHistoryItemExists(shouldExist = true, searchEngineCodes["Bing"]!!)
|
||
+ verifyHistoryItemExists(shouldExist = true, searchEngineCodes["LeOSearch"]!!)
|
||
} catch (e: AssertionError) {
|
||
openSearchGroup(queryString)
|
||
- verifyHistoryItemExists(shouldExist = true, searchEngineCodes["Bing"]!!)
|
||
+ verifyHistoryItemExists(shouldExist = true, searchEngineCodes["LeOSearch"]!!)
|
||
}
|
||
}
|
||
}
|
||
@@ -800,7 +800,7 @@ class SearchTest {
|
||
clickSearchSelectorButton()
|
||
verifySearchShortcutListContains(
|
||
"Google",
|
||
- "Bing",
|
||
+ "LeOSearch",
|
||
"Amazon.com",
|
||
"DuckDuckGo",
|
||
"ويكيبيديا (ar)",
|
||
diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsSearchTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsSearchTest.kt
|
||
index f9aab824f..0d5562b46 100644
|
||
--- a/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsSearchTest.kt
|
||
+++ b/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsSearchTest.kt
|
||
@@ -39,9 +39,8 @@ class SettingsSearchTest {
|
||
private lateinit var searchMockServer: MockWebServer
|
||
private val defaultSearchEngineList =
|
||
listOf(
|
||
- "Bing",
|
||
+ "LeOSearch",
|
||
"DuckDuckGo",
|
||
- "Google",
|
||
)
|
||
|
||
@get:Rule
|
||
@@ -569,7 +568,7 @@ class SettingsSearchTest {
|
||
verifySearchShortcutListContains(
|
||
"Google",
|
||
"百度",
|
||
- "Bing",
|
||
+ "LeOSearch",
|
||
"DuckDuckGo",
|
||
)
|
||
}.dismissSearchBar {}
|
||
@@ -581,7 +580,7 @@ class SettingsSearchTest {
|
||
clickSearchSelectorButton()
|
||
verifySearchShortcutListContains(
|
||
"Google",
|
||
- "Bing",
|
||
+ "LeOSearch",
|
||
"DuckDuckGo",
|
||
"Qwant",
|
||
"Wikipédia (fr)",
|
||
@@ -603,7 +602,7 @@ class SettingsSearchTest {
|
||
verifyManageShortcutsList(activityTestRule)
|
||
verifySearchShortcutChecked(
|
||
EngineShortcut(name = "Google", checkboxIndex = 1, isChecked = true),
|
||
- EngineShortcut(name = "Bing", checkboxIndex = 4, isChecked = true),
|
||
+ EngineShortcut(name = "LeOSearch", checkboxIndex = 4, isChecked = true),
|
||
EngineShortcut(name = "Amazon.com", checkboxIndex = 7, isChecked = true),
|
||
EngineShortcut(name = "DuckDuckGo", checkboxIndex = 10, isChecked = true),
|
||
EngineShortcut(name = "eBay", checkboxIndex = 13, isChecked = true),
|
||
diff --git a/app/src/main/java/org/mozilla/fenix/components/metrics/fonts/FontParser.kt b/app/src/main/java/org/mozilla/fenix/components/metrics/fonts/FontParser.kt
|
||
index eaf743fe1..11ee8500a 100644
|
||
--- a/app/src/main/java/org/mozilla/fenix/components/metrics/fonts/FontParser.kt
|
||
+++ b/app/src/main/java/org/mozilla/fenix/components/metrics/fonts/FontParser.kt
|
||
@@ -59,7 +59,7 @@ data class FontMetric(
|
||
*/
|
||
object FontParser {
|
||
/**
|
||
- * Parse a font file and return a FontMetric object describing it.
|
||
+ * Parse a font file and return a FontMetric object descrileosearch it.
|
||
* These functions are very similar, because this one is used in
|
||
* real devices, the other in unit tests. Outside tests, the
|
||
* FileInputStream does not support the reset() method
|
||
@@ -74,7 +74,7 @@ object FontParser {
|
||
}
|
||
|
||
/**
|
||
- * Parse a font file and return a FontMetric object describing it
|
||
+ * Parse a font file and return a FontMetric object descrileosearch it
|
||
*/
|
||
fun parse(path: String, inputStream: InputStream): FontMetric {
|
||
val hash = calculateFileHash(inputStream)
|
||
diff --git a/app/src/main/java/org/mozilla/fenix/ext/SearchEngine.kt b/app/src/main/java/org/mozilla/fenix/ext/SearchEngine.kt
|
||
index f67e941c3..bed45e70a 100644
|
||
--- a/app/src/main/java/org/mozilla/fenix/ext/SearchEngine.kt
|
||
+++ b/app/src/main/java/org/mozilla/fenix/ext/SearchEngine.kt
|
||
@@ -15,7 +15,7 @@ private val wellKnownSearchDomains = setOf(
|
||
"aol",
|
||
"ask",
|
||
"baidu",
|
||
- "bing",
|
||
+ "leosearch",
|
||
"duckduckgo",
|
||
"google",
|
||
"yahoo",
|
||
diff --git a/app/src/main/java/org/mozilla/fenix/settings/logins/fragment/SavedLoginsSettingFragment.kt b/app/src/main/java/org/mozilla/fenix/settings/logins/fragment/SavedLoginsSettingFragment.kt
|
||
index 85eff6bbe..3d599c74a 100644
|
||
--- a/app/src/main/java/org/mozilla/fenix/settings/logins/fragment/SavedLoginsSettingFragment.kt
|
||
+++ b/app/src/main/java/org/mozilla/fenix/settings/logins/fragment/SavedLoginsSettingFragment.kt
|
||
@@ -68,7 +68,7 @@ class SavedLoginsSettingFragment : PreferenceFragmentCompat() {
|
||
}
|
||
|
||
companion object {
|
||
- // Setting describing the approach of saving logins, used for telemetry
|
||
+ // Setting descrileosearch the approach of saving logins, used for telemetry
|
||
enum class Setting { NEVER_SAVE, ASK_TO_SAVE }
|
||
}
|
||
}
|
||
diff --git a/app/src/main/java/org/mozilla/fenix/settings/search/SearchEngineShortcuts.kt b/app/src/main/java/org/mozilla/fenix/settings/search/SearchEngineShortcuts.kt
|
||
index 46ca337e4..84ec5f4ed 100644
|
||
--- a/app/src/main/java/org/mozilla/fenix/settings/search/SearchEngineShortcuts.kt
|
||
+++ b/app/src/main/java/org/mozilla/fenix/settings/search/SearchEngineShortcuts.kt
|
||
@@ -286,8 +286,8 @@ private fun generateFakeEnginesList(): List<SearchEngine> {
|
||
|
||
return listOf(
|
||
generateFakeEngines("1", "Google"),
|
||
- generateFakeEngines("2", "Bing"),
|
||
- generateFakeEngines("3", "Bing"),
|
||
+ generateFakeEngines("2", "LeOSearch"),
|
||
+ generateFakeEngines("3", "LeOSearch"),
|
||
generateFakeEngines("4", "Amazon.com"),
|
||
generateFakeEngines("5", "DuckDuckGo"),
|
||
generateFakeEngines("6", "Qwant"),
|
||
diff --git a/app/src/main/res/values-am/strings.xml b/app/src/main/res/values-am/strings.xml
|
||
index 82c9874c7..5485f5e1f 100644
|
||
--- a/app/src/main/res/values-am/strings.xml
|
||
+++ b/app/src/main/res/values-am/strings.xml
|
||
@@ -2054,7 +2054,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">እባክዎ የትር ማመሳሰልን ያንቁ።</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">በሌሎች መሳሪያዎችዎ ላይ በፋየርፎክስ ውስጥ ምንም የተከፈቱ ትሮች የሉዎትም።</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">ከሌሎች መሳሪያዎችዎ የትሮች ዝርዝር ይመልከቱ።</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">ለማመሳሰል ይግቡ</string>
|
||
@@ -2142,7 +2142,7 @@
|
||
<string name="pocket_stories_placeholder_text">ተጨማሪ ያግኙ</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">በ%s የተጎላበተ።</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">የፋየርፎክስ ቤተሰብ አካል። %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">የበለጠ ለማወቅ</string>
|
||
diff --git a/app/src/main/res/values-an/strings.xml b/app/src/main/res/values-an/strings.xml
|
||
index f501cf2f1..f0a72bab6 100644
|
||
--- a/app/src/main/res/values-an/strings.xml
|
||
+++ b/app/src/main/res/values-an/strings.xml
|
||
@@ -1470,7 +1470,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Per favor, activa la sincronización de pestanyas.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">No tiens garra pestanya ubierta en Firefox en as tuyas atros dispositivos.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Veyer una lista de pestanyas d’as tuyas atros dispositivos.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Inicia sesión pa sincronizar</string>
|
||
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
|
||
index ec997ef63..9991c9c1f 100644
|
||
--- a/app/src/main/res/values-ar/strings.xml
|
||
+++ b/app/src/main/res/values-ar/strings.xml
|
||
@@ -1497,7 +1497,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">من فضلك فعّل مزامنة الألسنة.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">لا ألسنة مفتوحة في Firefox على أجهزتك الأخرى.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">اعرض قائمة بالألسنة من أجهزتك الأخرى.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">لِج إلى «المزامنة»</string>
|
||
@@ -1563,7 +1563,7 @@
|
||
<string name="pocket_stories_categories_header">قصص حسب الموضوع</string>
|
||
<!-- Text of a button allowing users to access an external url for more Pocket recommendations. -->
|
||
<string name="pocket_stories_placeholder_text">اكتشف المزيد</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">جزء من عائلة Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">اطّلع على المزيد</string>
|
||
diff --git a/app/src/main/res/values-ast/strings.xml b/app/src/main/res/values-ast/strings.xml
|
||
index 4bc4e2345..f0f0800d0 100644
|
||
--- a/app/src/main/res/values-ast/strings.xml
|
||
+++ b/app/src/main/res/values-ast/strings.xml
|
||
@@ -1465,7 +1465,7 @@ en llinia y con nós.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Nun tienes llingüetes abiertes nel Firefox de los demás preseos de to.</string>
|
||
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ve una llista de les llingüetes que tienes nos demás preseos de to.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Aniciar sesión pa sincronizar</string>
|
||
@@ -1503,7 +1503,7 @@ en llinia y con nós.</string>
|
||
|
||
<!-- Title of an app feature. Smaller than a heading.-->
|
||
<string moz:removedIn="108" name="pocket_stories_feature_title" tools:ignore="UnusedResources">Cola potencia de Pocket.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte de la familia de Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Saber más</string>
|
||
diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml
|
||
index 4351428f7..ed3ebc682 100644
|
||
--- a/app/src/main/res/values-be/strings.xml
|
||
+++ b/app/src/main/res/values-be/strings.xml
|
||
@@ -2065,7 +2065,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Калі ласка, уключыце сінхранізацыю картак.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">На іншых вашых прыладах у Firefox не адкрыта ніводнай карткі.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Пабачыць спіс картак з іншых прылад.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Увайсці ў сінхранізацыю</string>
|
||
@@ -2159,7 +2159,7 @@
|
||
<string name="pocket_stories_placeholder_text">Даведайцеся больш</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Пры падтрымцы %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Частка сямейства Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Даведацца больш</string>
|
||
diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml
|
||
index da30f796d..e6630b6dc 100644
|
||
--- a/app/src/main/res/values-bg/strings.xml
|
||
+++ b/app/src/main/res/values-bg/strings.xml
|
||
@@ -2114,7 +2114,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Моля, включете синхронизиране на раздели.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Няма отворени раздели във Firefox на други ваши устройства.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Вижте разделите от други ваши устройства.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Вписване в Sync</string>
|
||
@@ -2209,7 +2209,7 @@
|
||
<string name="pocket_stories_placeholder_text">Открийте повече</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">С подкрепата на %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Част от семейството на Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Научете повече</string>
|
||
diff --git a/app/src/main/res/values-br/strings.xml b/app/src/main/res/values-br/strings.xml
|
||
index f9fc661f1..b3b9b0cb9 100644
|
||
--- a/app/src/main/res/values-br/strings.xml
|
||
+++ b/app/src/main/res/values-br/strings.xml
|
||
@@ -1984,7 +1984,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">N’ho peus ivinell digor ebet e Firefox war ho trevnadoù all.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Gwelout ur roll ivinelloù eus ho trevnadoù all.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Kennaskañ evit goubredañ</string>
|
||
@@ -2079,7 +2079,7 @@
|
||
<string name="pocket_stories_placeholder_text">Dizoloiñ muioc’h</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Lusket gant %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Ezel eus familh Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Gouzout hiroc’h</string>
|
||
diff --git a/app/src/main/res/values-bs/strings.xml b/app/src/main/res/values-bs/strings.xml
|
||
index 819e7f7a9..7552e482d 100644
|
||
--- a/app/src/main/res/values-bs/strings.xml
|
||
+++ b/app/src/main/res/values-bs/strings.xml
|
||
@@ -2074,7 +2074,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Molimo da omogućite sinhronizaciju tabova.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Nemate otvorenih tabova u Firefoxu na vašim ostalim uređajima.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Pregled liste tabova sa vaših ostalih uređaja.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Prijavite se za sinhr.</string>
|
||
@@ -2164,7 +2164,7 @@
|
||
<string name="pocket_stories_placeholder_text">Istražite više</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Pokreće %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Dio porodice Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Saznajte više</string>
|
||
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml
|
||
index 27e03cb3d..68b0b8528 100644
|
||
--- a/app/src/main/res/values-ca/strings.xml
|
||
+++ b/app/src/main/res/values-ca/strings.xml
|
||
@@ -2069,7 +2069,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">No teniu cap pestanya oberta al Firefox dels altres dispositius.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Vegeu una llista de les pestanyes que teniu obertes en altres dispositius.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Inicia la sessió per sincronitzar</string>
|
||
@@ -2162,7 +2162,7 @@
|
||
<string name="pocket_stories_placeholder_text">Descobriu-ne més</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Funciona amb el %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Part de la família Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Més informació</string>
|
||
diff --git a/app/src/main/res/values-cak/strings.xml b/app/src/main/res/values-cak/strings.xml
|
||
index 7b77ffa09..8c10d86c3 100644
|
||
--- a/app/src/main/res/values-cak/strings.xml
|
||
+++ b/app/src/main/res/values-cak/strings.xml
|
||
@@ -1997,7 +1997,7 @@ Achi\'el: \nhttps://www.google.com/search?q=%s</string>
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Majun ruwi\' ajaqon pa Firefox pa ri ch\'aqa\' chik awokisab\'al.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Titz\'et jun kicholb\'al ruwi\' pa juley chik awokisab\'al.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Tatikirisaj molojri\'ïl pa yaximon</string>
|
||
diff --git a/app/src/main/res/values-ckb/strings.xml b/app/src/main/res/values-ckb/strings.xml
|
||
index 3294cec35..663f27db6 100644
|
||
--- a/app/src/main/res/values-ckb/strings.xml
|
||
+++ b/app/src/main/res/values-ckb/strings.xml
|
||
@@ -1315,7 +1315,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">تکایە هاوکاتگەری بازدەر پێبکە.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">هیچ بازدەرێکی کراوەت نیە لە ئامێرەکانی تری فایەرفۆکس.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">لیستەی بازدەرەکان پیشان بدە لە ئامێرەکانی ترەوە.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">بۆ هاوکاتکردن بچۆژوورەوە</string>
|
||
diff --git a/app/src/main/res/values-co/strings.xml b/app/src/main/res/values-co/strings.xml
|
||
index e41a5e4c1..72ce034bd 100644
|
||
--- a/app/src/main/res/values-co/strings.xml
|
||
+++ b/app/src/main/res/values-co/strings.xml
|
||
@@ -2119,7 +2119,7 @@
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Ùn avete alcuna unghjetta aperta in Firefox nant’à i vostri altri apparechji.</string>
|
||
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Affissate a lista di l’unghjette di i vostri altri apparechji.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Cunnettesi per sincrunizà</string>
|
||
@@ -2217,7 +2217,7 @@
|
||
<string name="pocket_stories_placeholder_text">Scoprene di più</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Funziuneghja grazia à %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte di a famiglia Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Sapene di più</string>
|
||
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
|
||
index 12c68df0e..c350b4999 100644
|
||
--- a/app/src/main/res/values-cs/strings.xml
|
||
+++ b/app/src/main/res/values-cs/strings.xml
|
||
@@ -2117,7 +2117,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Zapněte nejdříve synchronizaci panelů.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Ve vašich zařízeních nejsou otevřené žádné panely.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Seznam panelů z ostatních zařízení.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Přihlásit se k synchronizaci</string>
|
||
@@ -2215,7 +2215,7 @@
|
||
<string name="pocket_stories_placeholder_text">Objevte více</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Službu poskytuje %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Součást rodiny Firefoxu. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Zjistit více</string>
|
||
diff --git a/app/src/main/res/values-cy/strings.xml b/app/src/main/res/values-cy/strings.xml
|
||
index c86dbcc71..4e94bd779 100644
|
||
--- a/app/src/main/res/values-cy/strings.xml
|
||
+++ b/app/src/main/res/values-cy/strings.xml
|
||
@@ -2099,7 +2099,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Nid oes gennych unrhyw dabiau ar agor yn Firefox ar eich dyfeisiau eraill.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Gweld rhestr o dabiau o’ch dyfeisiau eraill.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Mewngofnodi i gydweddu</string>
|
||
@@ -2196,7 +2196,7 @@
|
||
<string name="pocket_stories_placeholder_text">Darganfod rhagor</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Wedi’i bweru gan %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Rhan o deulu Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Darllen rhagor</string>
|
||
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
|
||
index 1ecf296b4..7cb875e6c 100644
|
||
--- a/app/src/main/res/values-da/strings.xml
|
||
+++ b/app/src/main/res/values-da/strings.xml
|
||
@@ -2090,7 +2090,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Aktiver synkronisering af faneblade.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Du har ikke nogen faneblade åbne i Firefox på dine andre enheder.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Se en liste med faneblade fra dine andre enheder.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Log ind på Sync</string>
|
||
@@ -2187,7 +2187,7 @@
|
||
<string name="pocket_stories_placeholder_text">Opdag mere</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Leveret af %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">En del af Firefox-familien. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Læs mere</string>
|
||
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
|
||
index 4fc1a8f62..258875dff 100644
|
||
--- a/app/src/main/res/values-de/strings.xml
|
||
+++ b/app/src/main/res/values-de/strings.xml
|
||
@@ -2134,7 +2134,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Bitte aktivieren Sie die Tab-Synchronisierung.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Sie haben keine offenen Tabs in Firefox auf Ihren anderen Geräten.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Zeigt eine Liste der Tabs von Ihren anderen Geräten an.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Zum Synchronisieren anmelden</string>
|
||
@@ -2231,7 +2231,7 @@
|
||
<string name="pocket_stories_placeholder_text">Mehr entdecken</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Unterstützt durch %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Teil der Firefox-Familie. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Weitere Informationen</string>
|
||
diff --git a/app/src/main/res/values-dsb/strings.xml b/app/src/main/res/values-dsb/strings.xml
|
||
index 629b72032..87c1140af 100644
|
||
--- a/app/src/main/res/values-dsb/strings.xml
|
||
+++ b/app/src/main/res/values-dsb/strings.xml
|
||
@@ -2101,7 +2101,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Njamaśo žedne wócynjone rejtariki na swójich drugich rědach.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Woglědajśo se lisćinu rejtarikow ze swójich rědow.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Pla Sync pśizjawiś</string>
|
||
@@ -2198,7 +2198,7 @@
|
||
<string name="pocket_stories_placeholder_text">Wěcej wuslěźiś</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Spěchowany wót %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Źěl swójźby Firefox. %s</string>
|
||
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml
|
||
index 28bb5798a..d7ea23797 100644
|
||
--- a/app/src/main/res/values-el/strings.xml
|
||
+++ b/app/src/main/res/values-el/strings.xml
|
||
@@ -2123,7 +2123,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Δεν έχετε καμία άλλη καρτέλα ανοικτή στο Firefox σε άλλες σας συσκευές.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Δείτε μια λίστα καρτελών από τις άλλες συσκευές σας.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Σύνδεση για συγχρονισμό</string>
|
||
@@ -2220,7 +2220,7 @@
|
||
<string name="pocket_stories_placeholder_text">Ανακαλύψτε περισσότερα</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Με την υποστήριξη του %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Μέρος της οικογένειας του Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Μάθετε περισσότερα</string>
|
||
diff --git a/app/src/main/res/values-en-rCA/strings.xml b/app/src/main/res/values-en-rCA/strings.xml
|
||
index 5bf748eb0..c2f83181b 100644
|
||
--- a/app/src/main/res/values-en-rCA/strings.xml
|
||
+++ b/app/src/main/res/values-en-rCA/strings.xml
|
||
@@ -2065,7 +2065,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Please enable tab syncing.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">You don’t have any tabs open in Firefox on your other devices.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">View a list of tabs from your other devices.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Sign in to sync</string>
|
||
@@ -2159,7 +2159,7 @@
|
||
<string name="pocket_stories_placeholder_text">Discover more</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Powered by %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Part of the Firefox family. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Learn more</string>
|
||
diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml
|
||
index 31dfb31b8..4c4599661 100644
|
||
--- a/app/src/main/res/values-en-rGB/strings.xml
|
||
+++ b/app/src/main/res/values-en-rGB/strings.xml
|
||
@@ -2091,7 +2091,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Please enable tab synchronisation.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">You don’t have any tabs open in Firefox on your other devices.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">View a list of tabs from your other devices.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Sign in to sync</string>
|
||
@@ -2188,7 +2188,7 @@
|
||
<string name="pocket_stories_placeholder_text">Discover more</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Powered by %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Part of the Firefox family. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Learn more</string>
|
||
diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml
|
||
index adae84f57..4188f6e15 100644
|
||
--- a/app/src/main/res/values-eo/strings.xml
|
||
+++ b/app/src/main/res/values-eo/strings.xml
|
||
@@ -2110,7 +2110,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Bonvolu aktivigi speguladon de langetoj.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Vi ne havas iun ajn langeton malfermita en viaj aliaj aparatoj.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Vidi liston de langetoj el viaj aliaj aparatoj.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Komenci seancon por speguli</string>
|
||
@@ -2208,7 +2208,7 @@
|
||
<string name="pocket_stories_placeholder_text">Malkovri pli da aferoj</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Kun teknologio de %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parto de la familio de Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Pli da informo</string>
|
||
diff --git a/app/src/main/res/values-es-rAR/strings.xml b/app/src/main/res/values-es-rAR/strings.xml
|
||
index b3f03c4ba..613ec7670 100644
|
||
--- a/app/src/main/res/values-es-rAR/strings.xml
|
||
+++ b/app/src/main/res/values-es-rAR/strings.xml
|
||
@@ -2126,7 +2126,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">No tenés ninguna pestaña abierta en Firefox en tus otros dispositivos.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ver una lista de pestañas de tus otros dispositivos.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Iniciá sesión para sincronizar</string>
|
||
@@ -2224,7 +2224,7 @@
|
||
<string name="pocket_stories_placeholder_text">Descubrir más</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Impulsado por %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte de la familia de Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Conocer más</string>
|
||
diff --git a/app/src/main/res/values-es-rCL/strings.xml b/app/src/main/res/values-es-rCL/strings.xml
|
||
index 883e691fa..77c732b2b 100644
|
||
--- a/app/src/main/res/values-es-rCL/strings.xml
|
||
+++ b/app/src/main/res/values-es-rCL/strings.xml
|
||
@@ -2096,7 +2096,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Por favor, habilita la sincronización de pestañas.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">No tienes ninguna pestaña abierta en Firefox en tus otros dispositivos.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ver una lista de las pestañas de tus otros dispositivos.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Conectarse para sincronizar</string>
|
||
@@ -2190,7 +2190,7 @@
|
||
<string name="pocket_stories_placeholder_text">Descubrir más</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Con la tecnología de %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte de la familia Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Aprender más</string>
|
||
diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml
|
||
index 21ab60347..076c77a59 100644
|
||
--- a/app/src/main/res/values-es-rES/strings.xml
|
||
+++ b/app/src/main/res/values-es-rES/strings.xml
|
||
@@ -2079,7 +2079,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">No tienes ninguna pestaña abierta en Firefox en tus otros dispositivos.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ver una lista de pestañas de tus otros dispositivos.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Inicia sesión para sincronizar</string>
|
||
@@ -2173,7 +2173,7 @@
|
||
<string name="pocket_stories_placeholder_text">Descubrir más</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Impulsado por %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte de la familia Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Saber más</string>
|
||
diff --git a/app/src/main/res/values-es-rMX/strings.xml b/app/src/main/res/values-es-rMX/strings.xml
|
||
index 54a60e5f2..0b171fb90 100644
|
||
--- a/app/src/main/res/values-es-rMX/strings.xml
|
||
+++ b/app/src/main/res/values-es-rMX/strings.xml
|
||
@@ -1913,7 +1913,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Por favor habilita la sincronización de pestañas.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">No tienes ninguna pestaña abierta en Firefox en tus otros dispositivos.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ver una lista de pestañas de tus otros dispositivos.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Iniciar sesión para sincronizar</string>
|
||
@@ -2008,7 +2008,7 @@
|
||
<string name="pocket_stories_placeholder_text">Descubrir más</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Impulsado por %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte de la familia Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Saber más</string>
|
||
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
|
||
index 21ab60347..076c77a59 100644
|
||
--- a/app/src/main/res/values-es/strings.xml
|
||
+++ b/app/src/main/res/values-es/strings.xml
|
||
@@ -2079,7 +2079,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">No tienes ninguna pestaña abierta en Firefox en tus otros dispositivos.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ver una lista de pestañas de tus otros dispositivos.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Inicia sesión para sincronizar</string>
|
||
@@ -2173,7 +2173,7 @@
|
||
<string name="pocket_stories_placeholder_text">Descubrir más</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Impulsado por %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte de la familia Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Saber más</string>
|
||
diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml
|
||
index c0aef4b9c..7f3a64b58 100644
|
||
--- a/app/src/main/res/values-et/strings.xml
|
||
+++ b/app/src/main/res/values-et/strings.xml
|
||
@@ -1723,7 +1723,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Palun luba kaartide sünkroniseerimine.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Sul pole teistes seadmetes olevates Firefoxides kaarte avatud.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Vaata teistes seadmetes avatud kaartide nimekirja.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Sünkroniseerimiseks logi sisse</string>
|
||
@@ -1802,7 +1802,7 @@
|
||
<string name="pocket_stories_categories_header">Lood teemade kaupa</string>
|
||
<!-- Text of a button allowing users to access an external url for more Pocket recommendations. -->
|
||
<string name="pocket_stories_placeholder_text">Avasta veel</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Osa Firefoxi perekonnast. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Rohkem teavet</string>
|
||
diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml
|
||
index e0e4cb55e..0c558147f 100644
|
||
--- a/app/src/main/res/values-eu/strings.xml
|
||
+++ b/app/src/main/res/values-eu/strings.xml
|
||
@@ -2049,7 +2049,7 @@ zure pasahitzak, laster-markak eta gehiago zifratzen du.</string>
|
||
<string name="synced_tabs_enable_tab_syncing">Gaitu fitxen sinkronizazioa mesedez.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Ez daukazu fitxarik irekita beste gailuetako Firefoxetan.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ikusi zure beste gailuetako fitxen zerrenda.</string>
|
||
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
@@ -2144,7 +2144,7 @@ zure pasahitzak, laster-markak eta gehiago zifratzen du.</string>
|
||
<string name="pocket_stories_placeholder_text">Aurkitu gehiago</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">%s(e)k hornitua.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefoxen familiakoa. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Argibide gehiago</string>
|
||
diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml
|
||
index cc866a52e..8a6ad6c3b 100644
|
||
--- a/app/src/main/res/values-fa/strings.xml
|
||
+++ b/app/src/main/res/values-fa/strings.xml
|
||
@@ -1971,7 +1971,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">لطفاً همگامسازی زبانه را به کار بیندازید.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">شما هیچ زبانهٔ باز دیگری در Firefox روی افزارههای دیگرتان ندارید.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">نمایش فهرستی از زبانهها از افزارههای دیگر شما.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">برای همگامسازی وارد شوید</string>
|
||
@@ -2064,7 +2064,7 @@
|
||
<string name="pocket_stories_placeholder_text">بیشتر ببینید</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">قدرت گرفته از %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">بخشی از خانوادهٔ Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">بیشتر بدانید</string>
|
||
diff --git a/app/src/main/res/values-ff/strings.xml b/app/src/main/res/values-ff/strings.xml
|
||
index 58dbb3d9b..665c80559 100644
|
||
--- a/app/src/main/res/values-ff/strings.xml
|
||
+++ b/app/src/main/res/values-ff/strings.xml
|
||
@@ -1217,7 +1217,7 @@
|
||
<!-- Text displayed to ask user to connect another device as no devices found with account -->
|
||
<string name="synced_tabs_connect_another_device">Seŋ kaɓirgol goɗngol.</string>
|
||
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Yiy doggol tabbe iwɗe e kaɓirɗi maa goɗɗi.</string>
|
||
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml
|
||
index dd93a180e..95a249783 100644
|
||
--- a/app/src/main/res/values-fi/strings.xml
|
||
+++ b/app/src/main/res/values-fi/strings.xml
|
||
@@ -2121,7 +2121,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Ota välilehtien synkronointi käyttöön.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Sinulla ei ole muilla laitteilla avoimia välilehtiä Firefoxissa.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Katso välilehtilistaus muilta laitteiltasi.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Kirjaudu sisään synkronoidaksesi</string>
|
||
@@ -2219,7 +2219,7 @@
|
||
<string name="pocket_stories_placeholder_text">Löydä lisää</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Mahdollistajana %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Osa Firefox-perhettä. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Lue lisää</string>
|
||
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
|
||
index 0ca0df558..bc262f462 100644
|
||
--- a/app/src/main/res/values-fr/strings.xml
|
||
+++ b/app/src/main/res/values-fr/strings.xml
|
||
@@ -2132,7 +2132,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Veuillez activer la synchronisation des onglets.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Vous n’avez aucun onglet ouvert dans Firefox sur vos autres appareils.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Affichez la liste des onglets de vos autres appareils.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Se connecter pour synchroniser</string>
|
||
@@ -2230,7 +2230,7 @@
|
||
<string name="pocket_stories_placeholder_text">En découvrir davantage</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Mis en avant par %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Membre de la famille Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">En savoir plus</string>
|
||
diff --git a/app/src/main/res/values-fur/strings.xml b/app/src/main/res/values-fur/strings.xml
|
||
index 1360e9100..8f4d676a8 100644
|
||
--- a/app/src/main/res/values-fur/strings.xml
|
||
+++ b/app/src/main/res/values-fur/strings.xml
|
||
@@ -2098,7 +2098,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Ative la sincronizazion des schedis.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">No tu âs nissune schede vierte in Firefox tai altris dispositîfs.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Visualize une liste di schedis dai tiei altris dispositîfs.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Jentre par sincronizâ</string>
|
||
@@ -2189,7 +2189,7 @@
|
||
<string name="pocket_stories_placeholder_text">Scuvierç altris storiis</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Cun tecnologjie %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Part de famee Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Plui informazions</string>
|
||
diff --git a/app/src/main/res/values-fy-rNL/strings.xml b/app/src/main/res/values-fy-rNL/strings.xml
|
||
index f6b4d6541..2638cfee9 100644
|
||
--- a/app/src/main/res/values-fy-rNL/strings.xml
|
||
+++ b/app/src/main/res/values-fy-rNL/strings.xml
|
||
@@ -2099,7 +2099,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Jo hawwe gjin ljepblêden iepene yn Firefox op jo oare apparaten.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Besjoch in list mei ljepblêden fan jo oare apparaten.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Oanmelde om te syngronisearjen</string>
|
||
@@ -2194,7 +2194,7 @@
|
||
<string name="pocket_stories_placeholder_text">Mear ûntdekke</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Mooglik makke troch %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Underdiel fan de Firefox-famylje. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Mear ynfo</string>
|
||
diff --git a/app/src/main/res/values-gd/strings.xml b/app/src/main/res/values-gd/strings.xml
|
||
index a2ee31793..85097c6a6 100644
|
||
--- a/app/src/main/res/values-gd/strings.xml
|
||
+++ b/app/src/main/res/values-gd/strings.xml
|
||
@@ -2000,7 +2000,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Cuir an comas sioncronachadh nan tabaichean.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Chan eil taba sam bith fosgailte agad ann am Firefox air uidheaman eile.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Seall liosta nan tabaichean a tha agad air uidheaman eile.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Clàraich a-steach a shioncronachadh</string>
|
||
@@ -2094,7 +2094,7 @@
|
||
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Le cumhachd %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Na phàirt de theaghladh Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Barrachd fiosrachaidh</string>
|
||
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml
|
||
index 5655ba231..f8e87e784 100644
|
||
--- a/app/src/main/res/values-gl/strings.xml
|
||
+++ b/app/src/main/res/values-gl/strings.xml
|
||
@@ -2056,7 +2056,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Active a sincronización de lapelas.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Non ten ningunha lapela aberta en Firefox nos outros dispositivos.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ver unha lista das lapelas dos outros dispositivos.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Inicie sesión para sincronizar</string>
|
||
@@ -2146,7 +2146,7 @@
|
||
<string name="pocket_stories_placeholder_text">Descubrir máis</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Creado por %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte da familia Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Máis información</string>
|
||
diff --git a/app/src/main/res/values-gn/strings.xml b/app/src/main/res/values-gn/strings.xml
|
||
index 5d0da0318..445d4fa17 100644
|
||
--- a/app/src/main/res/values-gn/strings.xml
|
||
+++ b/app/src/main/res/values-gn/strings.xml
|
||
@@ -2136,7 +2136,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Ndererekói tendayke ijurujáva Firefox-pe ambue ne mba’e’okápe.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ehecha tendayke rysýi ambue ne mba’e’okápe.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Eñepyrũ tembiapo embojuehe hag̃ua</string>
|
||
@@ -2231,7 +2231,7 @@
|
||
<string name="pocket_stories_placeholder_text">Ejuhukuaave</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Omboguatáva %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox reheguaite. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Kuaave</string>
|
||
diff --git a/app/src/main/res/values-hi-rIN/strings.xml b/app/src/main/res/values-hi-rIN/strings.xml
|
||
index 22d9485d8..4736e763d 100644
|
||
--- a/app/src/main/res/values-hi-rIN/strings.xml
|
||
+++ b/app/src/main/res/values-hi-rIN/strings.xml
|
||
@@ -1498,7 +1498,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">कृपया टैब सिंकिंग सक्षम करें।</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">आपके अन्य उपकरणों पर Firefox में कोई टैब खुला नहीं है।</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">अपने अन्य उपकरणों से टैब की एक सूची देखें।</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">सिंक करने के लिए साइन इन करें</string>
|
||
diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml
|
||
index 3c5ffe7fe..ce579bb49 100644
|
||
--- a/app/src/main/res/values-hr/strings.xml
|
||
+++ b/app/src/main/res/values-hr/strings.xml
|
||
@@ -2015,7 +2015,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Nemaš otvorene kartice u Firefoxu na drugim uređajima.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Pogledaj popis kartica s tvojih drugih uređaja.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Prijavi se za sinkronizaciju</string>
|
||
@@ -2109,7 +2109,7 @@
|
||
<string name="pocket_stories_placeholder_text">Otkrij više</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Pokreće %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Dio Firefoxove obitelji. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Saznaj više</string>
|
||
diff --git a/app/src/main/res/values-hsb/strings.xml b/app/src/main/res/values-hsb/strings.xml
|
||
index a43969e12..1b041108f 100644
|
||
--- a/app/src/main/res/values-hsb/strings.xml
|
||
+++ b/app/src/main/res/values-hsb/strings.xml
|
||
@@ -2108,7 +2108,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Prošu zmóžńće synchronizowanje rajtarkow.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Nimaće žane wočinjene rajtarki w Firefox na swojich druhich gratach.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Wobhladajće sej lisćinu rajtarkow ze swojich gratow.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Pola Sync přizjewić</string>
|
||
@@ -2205,7 +2205,7 @@
|
||
<string name="pocket_stories_placeholder_text">Wjace wotkryć</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Spěchowany wot %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Dźěl swójby Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Dalše informacije</string>
|
||
diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml
|
||
index 0550f503e..cf308b4cc 100644
|
||
--- a/app/src/main/res/values-hu/strings.xml
|
||
+++ b/app/src/main/res/values-hu/strings.xml
|
||
@@ -2113,7 +2113,7 @@
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Nincs egyetlen lap sem nyitva a Firefoxban a többi eszközén.</string>
|
||
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Tekintse meg a más eszközökről származó lapok listáját.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Jelentkezzen be a Syncbe</string>
|
||
@@ -2207,7 +2207,7 @@
|
||
<string name="pocket_stories_placeholder_text">Folytassa a felfedezést</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">A motorháztető alatt: %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">A Firefox család tagja. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">További tudnivalók</string>
|
||
diff --git a/app/src/main/res/values-hy-rAM/strings.xml b/app/src/main/res/values-hy-rAM/strings.xml
|
||
index 2e0696586..69c67a03c 100644
|
||
--- a/app/src/main/res/values-hy-rAM/strings.xml
|
||
+++ b/app/src/main/res/values-hy-rAM/strings.xml
|
||
@@ -2094,7 +2094,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Դուք չունեք բացված որևէ ներդիր Firefox-ի ձեր մյուս սարքերում:</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Դիտեք այլ սարքերում ձեր ներդիրների ցանկը:</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Մուտք գործեք՝ համաժամեցնելու համար</string>
|
||
@@ -2191,7 +2191,7 @@
|
||
<string name="pocket_stories_placeholder_text">Բացահայտի՛ր ավելին</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Աշխատում է %s-ի կողմից:</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox ընտանիքի մի մասը: %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Իմանալ ավելին</string>
|
||
diff --git a/app/src/main/res/values-ia/strings.xml b/app/src/main/res/values-ia/strings.xml
|
||
index 0970b4b78..7a15b3f6a 100644
|
||
--- a/app/src/main/res/values-ia/strings.xml
|
||
+++ b/app/src/main/res/values-ia/strings.xml
|
||
@@ -2154,7 +2154,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Activa le synchronisation del scheda.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Tu non ha schedas aperte in Firefox sur tu altere apparatos.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Vider un lista de schedas de tu altere apparatos.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Aperi session pro synchronisar</string>
|
||
@@ -2249,7 +2249,7 @@
|
||
<string name="pocket_stories_placeholder_text">Discoperi plus</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Potentiate per %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte del familia de Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Pro saper plus</string>
|
||
diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml
|
||
index 22acc1e75..68e49d162 100644
|
||
--- a/app/src/main/res/values-in/strings.xml
|
||
+++ b/app/src/main/res/values-in/strings.xml
|
||
@@ -1953,7 +1953,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Anda tidak memiliki tab terbuka di Firefox pada perangkat Anda lainnya.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Lihat daftar tab dari perangkat Anda lainnya.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Masuk untuk sinkronisasi</string>
|
||
@@ -2047,7 +2047,7 @@
|
||
<string name="pocket_stories_placeholder_text">Temukan lebih banyak</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Diberdayakan oleh %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Bagian dari keluarga Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Pelajari lebih lanjut</string>
|
||
diff --git a/app/src/main/res/values-is/strings.xml b/app/src/main/res/values-is/strings.xml
|
||
index 46dd967e5..dbdd9d6ba 100644
|
||
--- a/app/src/main/res/values-is/strings.xml
|
||
+++ b/app/src/main/res/values-is/strings.xml
|
||
@@ -2094,7 +2094,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Virkjaðu samstillingu flipa.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Þú ert ekki með neina Firefox flipa opna á hinum tækjunum þínum.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Skoða lista yfir flipa frá öðrum tækjum.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Skráðu þig inn til að samstilla</string>
|
||
@@ -2190,7 +2190,7 @@
|
||
<string name="pocket_stories_placeholder_text">Uppgötva meira</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Keyrt með %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Hluti af Firefox-fjölskyldunni. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Frekari upplýsingar</string>
|
||
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
|
||
index f71d5f35d..81f7e3a3f 100644
|
||
--- a/app/src/main/res/values-it/strings.xml
|
||
+++ b/app/src/main/res/values-it/strings.xml
|
||
@@ -2142,7 +2142,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Non risulta alcuna scheda aperta in Firefox negli altri dispositivi.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Visualizza un elenco delle schede aperte in altri dispositivi.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Accedi per sincronizzare</string>
|
||
@@ -2240,7 +2240,7 @@
|
||
<string name="pocket_stories_placeholder_text">Scopri altre storie</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Con tecnologia %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte della famiglia Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Ulteriori informazioni</string>
|
||
diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml
|
||
index 58167cd3b..dfb5670da 100644
|
||
--- a/app/src/main/res/values-iw/strings.xml
|
||
+++ b/app/src/main/res/values-iw/strings.xml
|
||
@@ -2105,7 +2105,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">נא להפעיל סנכרון לשוניות.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">אין לך לשוניות פתוחות ב־Firefox בשאר המכשירים שלך.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">הצגת רשימת לשוניות משאר המכשירים שלך.</string>
|
||
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
@@ -2204,7 +2204,7 @@
|
||
<string name="pocket_stories_placeholder_text">לגלות עוד</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">מופעל על־ידי %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">חלק ממשפחת Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">מידע נוסף</string>
|
||
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
|
||
index 551805b33..2f8eff3ae 100644
|
||
--- a/app/src/main/res/values-ja/strings.xml
|
||
+++ b/app/src/main/res/values-ja/strings.xml
|
||
@@ -2129,7 +2129,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">タブの同期を有効にしてください。</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">他の端末の Firefox で開いているタブはありません。</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">他の端末のタブの一覧を表示できます。</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Sync にログイン</string>
|
||
@@ -2226,7 +2226,7 @@
|
||
<string name="pocket_stories_placeholder_text">より詳しく</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">%s による提供です。</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox ファミリーの一員です。 %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">詳細情報</string>
|
||
diff --git a/app/src/main/res/values-ka/strings.xml b/app/src/main/res/values-ka/strings.xml
|
||
index d89b9eb64..19ac6ed56 100644
|
||
--- a/app/src/main/res/values-ka/strings.xml
|
||
+++ b/app/src/main/res/values-ka/strings.xml
|
||
@@ -2079,7 +2079,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">თქვენ არ გაქვთ, Firefox-ის გახსნილი ჩანართები, სხვა მოწყობილობებზე.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">იხილეთ ჩანართების სია თქვენი სხვა მოწყობილობებიდან.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">სინქრონიზაციაში შესვლა</string>
|
||
@@ -2172,7 +2172,7 @@
|
||
<string name="pocket_stories_placeholder_text">აღმოაჩინეთ მეტი</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">უზრუნველყოფს %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox ოჯახის ნაწილი. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">ვრცლად</string>
|
||
diff --git a/app/src/main/res/values-kaa/strings.xml b/app/src/main/res/values-kaa/strings.xml
|
||
index b8f8f58c9..01501e310 100644
|
||
--- a/app/src/main/res/values-kaa/strings.xml
|
||
+++ b/app/src/main/res/values-kaa/strings.xml
|
||
@@ -1936,7 +1936,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Ótinish, bet sáykeslestiriwin qosıń.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Basqa qurılmalarıńızdaǵı Firefoxta birde-bir bet ashıq emes.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Basqa qurılmalarıńızdaǵı betler dizimin kóriń.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Sáykeslestiriwge kiriw</string>
|
||
@@ -2028,7 +2028,7 @@
|
||
<string name="pocket_stories_placeholder_text">Kóbirek biliń</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">%s tárepinen qollap-quwatlanadı.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox toparınıń bólegi. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Tolıǵıraq úyreniw</string>
|
||
diff --git a/app/src/main/res/values-kab/strings.xml b/app/src/main/res/values-kab/strings.xml
|
||
index 099ae1be7..49b14f093 100644
|
||
--- a/app/src/main/res/values-kab/strings.xml
|
||
+++ b/app/src/main/res/values-kab/strings.xml
|
||
@@ -2080,7 +2080,7 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Ulac ɣur-k accarren yeldin deg Firefox deg yibenkan-inek-nniḍen.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Wali tabdart n waccaren seg yibenkan-ik-nniḍen.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Kcem akken ad yemtawi</string>
|
||
@@ -2179,7 +2179,7 @@ Tiktiwin tigejdanin yuzzlen ur nṣeḥḥi ara
|
||
<string name="pocket_stories_placeholder_text">Issin ugar</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Ddaw leɛnaya n %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">D aḥric seg twacult Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Issin ugar</string>
|
||
diff --git a/app/src/main/res/values-kk/strings.xml b/app/src/main/res/values-kk/strings.xml
|
||
index acd6830c3..26716dd5b 100644
|
||
--- a/app/src/main/res/values-kk/strings.xml
|
||
+++ b/app/src/main/res/values-kk/strings.xml
|
||
@@ -2099,7 +2099,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Беттер синхрондауын іске қосыңыз.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Сізде басқа құрылғыларыңызда Firefox-та ашық беттер жоқ.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Басқа құрылғыларыңыздан беттер тізімін қарау.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Синхрондау үшін кіру</string>
|
||
@@ -2196,7 +2196,7 @@
|
||
<string name="pocket_stories_placeholder_text">Көбірек шолу</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">%s негізінде.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox отбасының бөлігі. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Көбірек білу</string>
|
||
diff --git a/app/src/main/res/values-kmr/strings.xml b/app/src/main/res/values-kmr/strings.xml
|
||
index 6f8b667f7..ce0a246fd 100644
|
||
--- a/app/src/main/res/values-kmr/strings.xml
|
||
+++ b/app/src/main/res/values-kmr/strings.xml
|
||
@@ -663,7 +663,7 @@
|
||
<!-- Preference switch for marketing data collection -->
|
||
<string name="preferences_marketing_data">Daneyên bazarkirinê</string>
|
||
<!-- Preference description for marketing data collection -->
|
||
- <string name="preferences_marketing_data_description2">Daneyên bikaranînê yên bingehîn bi hevkara me ya kar Adjustê tên parvekirin</string>
|
||
+ <string name="preferences_marketing_data_description2">Daneyên bikaranînê yên leosearchehîn bi hevkara me ya kar Adjustê tên parvekirin</string>
|
||
<!-- Title for studies preferences -->
|
||
<string name="preference_experiments_2">Lêkolîn</string>
|
||
|
||
@@ -1900,7 +1900,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Ji kerema xwe, senkronîzekirina hilpekînê veke.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Di Firefoxên li ser cîhazên te yên din de ti hilpekîneke vekirî tune ye.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Lîsteyeke hilpekînan a ji cîhazên xwe yên din bibîne.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Têkeve Sync’ê</string>
|
||
@@ -1992,7 +1992,7 @@
|
||
<string name="pocket_stories_placeholder_text">Zêdetir keşf bike</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Bihêzkirin ji aliyê %sê.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Beşeke ji malbata Firefoxê. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Agahiyên zêdetir</string>
|
||
diff --git a/app/src/main/res/values-kn/strings.xml b/app/src/main/res/values-kn/strings.xml
|
||
index ecc7c217a..49dd16691 100644
|
||
--- a/app/src/main/res/values-kn/strings.xml
|
||
+++ b/app/src/main/res/values-kn/strings.xml
|
||
@@ -1358,7 +1358,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">ದಯವಿಟ್ಟು ಟ್ಯಾಬ್ ಸಿಂಕ್ ಸಕ್ರಿಯಗೊಳಿಸಿ.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">ನಿಮ್ಮ ಇತರ ಸಾಧನಗಳಲ್ಲಿನ ಫೈರ್ಫಾಕ್ಸ್ನಲ್ಲಿ ಯಾವುದೇ ಟ್ಯಾಬ್ಗಳು ತೆರೆದಿಲ್ಲ.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">ನಿಮ್ಮ ಇತರೆ ಸಾಧನಗಳಲ್ಲಿನ ಟ್ಯಾಬ್ಗಳ ಪಟ್ಟಿಯನ್ನು ನೋಡಿ.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">ಸಿಂಕ್ ಮಾಡಲು ಸೈನ್ ಇನ್ ಆಗಿ</string>
|
||
diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml
|
||
index 50dff711f..fd7f1b02d 100644
|
||
--- a/app/src/main/res/values-ko/strings.xml
|
||
+++ b/app/src/main/res/values-ko/strings.xml
|
||
@@ -2153,7 +2153,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">다른 기기의 Firefox에서 열린 탭이 없습니다.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">다른 기기의 탭 목록을 봅니다.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Sync에 로그인</string>
|
||
@@ -2251,7 +2251,7 @@
|
||
<string name="pocket_stories_placeholder_text">더 발견하기</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">%s 제공.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox 제품군의 일부입니다. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">더 알아보기</string>
|
||
diff --git a/app/src/main/res/values-lij/strings.xml b/app/src/main/res/values-lij/strings.xml
|
||
index f79acb2a7..bcb7155ca 100644
|
||
--- a/app/src/main/res/values-lij/strings.xml
|
||
+++ b/app/src/main/res/values-lij/strings.xml
|
||
@@ -1001,7 +1001,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Pe piaxei ativa a scincroniaçion di feuggi.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">No ti gh\'æ feuggi averti in Firefox inti atri dispoxitivi.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Amia \'na lista de tutti i feuggi da-i atri dispoxitivi.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Acedi a Sync</string>
|
||
diff --git a/app/src/main/res/values-lo/strings.xml b/app/src/main/res/values-lo/strings.xml
|
||
index 57c9e295e..8e987b620 100644
|
||
--- a/app/src/main/res/values-lo/strings.xml
|
||
+++ b/app/src/main/res/values-lo/strings.xml
|
||
@@ -2044,7 +2044,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">ກະລຸນາເປີດນຳໃຊ້ການ sync ແທັບ</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">ທ່ານບໍ່ໄດ້ເປີດຈັກແທັບຢູ່ Firefox ໃນອຸປະກອນອື່ນໆຂອງທ່ານ.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">ເບິງລາຍຊື່ແທັບຈາກອຸປະກອນອື່ນໆຂອງທ່ານ</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">ເຂົ້າສູ່ລະບົບເພື່ອ Sync</string>
|
||
@@ -2136,7 +2136,7 @@
|
||
<string name="pocket_stories_placeholder_text">ຄົ້ນຫາເພີ່ມເຕີມ</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">ຂັບເຄື່ອນໂດຍ %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">ສ່ວນຫນຶ່ງຂອງຄອບຄົວ Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">ຮຽນຮູ້ເພີ່ມເຕີມ</string>
|
||
diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml
|
||
index e83da967d..850a7effb 100644
|
||
--- a/app/src/main/res/values-lt/strings.xml
|
||
+++ b/app/src/main/res/values-lt/strings.xml
|
||
@@ -1543,7 +1543,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Kituose savo įrenginiuose su „Firefox“ neturite atvertų kortelių.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Peržiūrėkite kituose įrenginiuose esančias korteles.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Prisijungti prie „Sync“</string>
|
||
@@ -1609,7 +1609,7 @@
|
||
<string name="pocket_stories_categories_header">Straipsniai pagal temas</string>
|
||
<!-- Text of a button allowing users to access an external url for more Pocket recommendations. -->
|
||
<string name="pocket_stories_placeholder_text">Atrasti daugiau</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">„Firefox“ šeimos dalis. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Sužinoti daugiau</string>
|
||
diff --git a/app/src/main/res/values-ml/strings.xml b/app/src/main/res/values-ml/strings.xml
|
||
index b11bb814b..749bf2351 100644
|
||
--- a/app/src/main/res/values-ml/strings.xml
|
||
+++ b/app/src/main/res/values-ml/strings.xml
|
||
@@ -1425,7 +1425,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">ടാബ് സമന്വയിപ്പിക്കൽ പ്രാപ്തമാക്കുക.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">താങ്കളുടെ മറ്റ് ഉപകരണങ്ങളിൽ ഫയർഫോക്സിൽ ടാബുകളൊന്നും തുറന്നതായിട്ടില്ല.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">നിങ്ങളുടെ മറ്റ് ഉപകരണങ്ങളിൽ നിന്നുള്ള ടാബുകളുടെ ഒരു ലിസ്റ്റ് കാണുക.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">സമന്വയിപ്പിക്കാനായി പ്രവേശിക്കുക</string>
|
||
diff --git a/app/src/main/res/values-my/strings.xml b/app/src/main/res/values-my/strings.xml
|
||
index 2a0343a56..e6fae8e4b 100644
|
||
--- a/app/src/main/res/values-my/strings.xml
|
||
+++ b/app/src/main/res/values-my/strings.xml
|
||
@@ -1413,7 +1413,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">ကျေးဇူးပြ၍ တပ်ဗ် ထပ်တူတစ်ပြေးတည်း ဖြစ်စေရန် ဖွင့်ပါ </string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">သင့် အခြား စက်ပစ္စည်းများတွင် Firefox ၌ ဖွင့်ထားသော တပ်ဗ်များ မရှိပါ</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">သင်၏ အခြားစက်ပစ္စည်းများမှ တပ်ဗ် များ စာရင်းကို ကြည့်ပါ။</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">ချိန်သားကိုက် ရန် ဝင်ရောက်ပါ</string>
|
||
diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml
|
||
index 86347ea1a..a886a1f55 100644
|
||
--- a/app/src/main/res/values-nb-rNO/strings.xml
|
||
+++ b/app/src/main/res/values-nb-rNO/strings.xml
|
||
@@ -2056,7 +2056,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Slå på fanssynkronisering.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Du har ingen faner åpne i Firefox på andre enheter.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Vis en liste over faner fra andre enheter.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Logg inn for å synkronisere</string>
|
||
@@ -2150,7 +2150,7 @@
|
||
<string name="pocket_stories_placeholder_text">Oppdag mer</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Drevet av %1$s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Del av Firefox-familien. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Les mer</string>
|
||
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
|
||
index 055898750..124b14182 100644
|
||
--- a/app/src/main/res/values-nl/strings.xml
|
||
+++ b/app/src/main/res/values-nl/strings.xml
|
||
@@ -2112,7 +2112,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Schakel het synchroniseren van tabbladen in.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">U hebt geen tabbladen geopend in Firefox op uw andere apparaten.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Bekijk een lijst met tabbladen van uw overige apparaten.</string>
|
||
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
@@ -2210,7 +2210,7 @@
|
||
<string name="pocket_stories_placeholder_text">Meer ontdekken</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Mogelijk gemaakt door %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Onderdeel van de Firefox-familie. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Meer info</string>
|
||
diff --git a/app/src/main/res/values-nn-rNO/strings.xml b/app/src/main/res/values-nn-rNO/strings.xml
|
||
index ce0c47f0c..a3252eaf4 100644
|
||
--- a/app/src/main/res/values-nn-rNO/strings.xml
|
||
+++ b/app/src/main/res/values-nn-rNO/strings.xml
|
||
@@ -2064,7 +2064,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Slå på fane-synkronisering.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Du har ingen faner opne i Firefox på andre einingar.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Vis ei liste over faner frå andre einingar.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Logg inn for å synkronisere</string>
|
||
@@ -2160,7 +2160,7 @@
|
||
<string name="pocket_stories_placeholder_text">Oppdag meir</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Driven av %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Del av Firefox-familien. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Les meir</string>
|
||
diff --git a/app/src/main/res/values-oc/strings.xml b/app/src/main/res/values-oc/strings.xml
|
||
index 25873903b..778186cd8 100644
|
||
--- a/app/src/main/res/values-oc/strings.xml
|
||
+++ b/app/src/main/res/values-oc/strings.xml
|
||
@@ -2138,7 +2138,7 @@ Exemple :\nhttps://suggestqueries.google.com/complete/search?client=firefox&
|
||
<string name="synced_tabs_enable_tab_syncing">Activatz la sincronizacion dels onglets.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Avètz pas cap d’autres onglets dubèrts sus Firefox de vòstres autres periferics.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Vejatz la lista dels onglets dels autres periferics.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Se connectar a Sync</string>
|
||
@@ -2233,7 +2233,7 @@ Exemple :\nhttps://suggestqueries.google.com/complete/search?client=firefox&
|
||
<string name="pocket_stories_placeholder_text">Ne descobrir mai</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Fonciona gràcia a %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Membre de la familha Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Ne saber mai</string>
|
||
diff --git a/app/src/main/res/values-or/strings.xml b/app/src/main/res/values-or/strings.xml
|
||
index baccb72bb..245a556ad 100644
|
||
--- a/app/src/main/res/values-or/strings.xml
|
||
+++ b/app/src/main/res/values-or/strings.xml
|
||
@@ -191,7 +191,7 @@
|
||
<!-- Button caption to confirm the renaming of the top site. -->
|
||
<string name="top_sites_rename_dialog_ok">ଠିକ୍ ଅଛି</string>
|
||
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox ପରିବାରର ଏକ ଅଂଶ। %s</string>
|
||
|
||
</resources>
|
||
diff --git a/app/src/main/res/values-pa-rIN/strings.xml b/app/src/main/res/values-pa-rIN/strings.xml
|
||
index 8abee7324..1d01e9199 100644
|
||
--- a/app/src/main/res/values-pa-rIN/strings.xml
|
||
+++ b/app/src/main/res/values-pa-rIN/strings.xml
|
||
@@ -2121,7 +2121,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">ਟੈਬ ਨੂੰ ਸਿੰਕ ਕਰਨਾ ਸਮਰੱਥ ਕਰੋ।</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">ਤੁਹਾਡੇ ਹੋਰ ਡਿਵਾਈਸ ਉੱਤੇ Firefox ਵਿੱਚ ਕੋਈ ਵੀ ਖੋਲ੍ਹੀ ਹੋਈ ਟੈਬ ਨਹੀਂ ਹੈ।</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">ਤੁਹਾਡੇ ਹੋਰ ਡਿਵਾਈਸਾਂ ਤੋਂ ਟੈਬਾਂ ਦੀ ਸੂਚੀ ਵੇਖੋ।</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">ਸਿੰਕ ਕਰਨ ਲਈ ਸਾਈਨ ਇਨ ਕਰੋ</string>
|
||
@@ -2218,7 +2218,7 @@
|
||
<string name="pocket_stories_placeholder_text">ਹੋਰ ਲੱਭੋ</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">%s ਦੀ ਸਹਾਇਤਾ ਨਾਲ</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox ਪਰਿਵਾਰ ਦਾ ਹਿੱਸਾ। %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">ਹੋਰ ਜਾਣੋ</string>
|
||
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
|
||
index c268fed78..2e00c6b8b 100644
|
||
--- a/app/src/main/res/values-pl/strings.xml
|
||
+++ b/app/src/main/res/values-pl/strings.xml
|
||
@@ -2110,7 +2110,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Brak otwartych kart w Firefoksach na innych urządzeniach.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Wyświetl listę kart z innych urządzeń.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Zaloguj się do synchronizacji</string>
|
||
@@ -2206,7 +2206,7 @@
|
||
<string name="pocket_stories_placeholder_text">Odkryj więcej</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Dostarczane przez %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Część rodziny Firefoksa. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Więcej informacji</string>
|
||
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
|
||
index ad71b6832..e01fd952e 100644
|
||
--- a/app/src/main/res/values-pt-rBR/strings.xml
|
||
+++ b/app/src/main/res/values-pt-rBR/strings.xml
|
||
@@ -2111,7 +2111,7 @@
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Você não tem nenhuma aba aberta no Firefox em outros dispositivos.</string>
|
||
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Veja uma lista de abas de seus outros dispositivos.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Entrar para sincronizar</string>
|
||
@@ -2208,7 +2208,7 @@
|
||
<string name="pocket_stories_placeholder_text">Descubra mais</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Com tecnologia %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte da família Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Saiba mais</string>
|
||
diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml
|
||
index 1885805a7..583d13434 100644
|
||
--- a/app/src/main/res/values-pt-rPT/strings.xml
|
||
+++ b/app/src/main/res/values-pt-rPT/strings.xml
|
||
@@ -2109,7 +2109,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Por favor, ative a sincronização de separadores.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Não tem quaisquer separadores abertos no Firefox dos seus outros dispositivos.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ver uma lista de separadores dos seus outros dispositivos.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Iniciar sessão para sincronizar</string>
|
||
@@ -2206,7 +2206,7 @@
|
||
<string name="pocket_stories_placeholder_text">Descobrir mais</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Suportado por %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Membro da família Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Saber mais</string>
|
||
diff --git a/app/src/main/res/values-rm/strings.xml b/app/src/main/res/values-rm/strings.xml
|
||
index c5c40892d..a5e6bad24 100644
|
||
--- a/app/src/main/res/values-rm/strings.xml
|
||
+++ b/app/src/main/res/values-rm/strings.xml
|
||
@@ -2100,7 +2100,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Activescha p.pl. la sincronisaziun da tabs.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Ti n\'has nagins tabs da Firefox averts sin auters apparats.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Mussar ina glista dals tabs da tes auters apparats.</string>
|
||
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
@@ -2198,7 +2198,7 @@
|
||
<string name="pocket_stories_placeholder_text">Scuvrir dapli</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Cun agid da %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Part da la paletta da products Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Ulteriuras infurmaziuns</string>
|
||
diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml
|
||
index b6efef041..9246776bb 100644
|
||
--- a/app/src/main/res/values-ro/strings.xml
|
||
+++ b/app/src/main/res/values-ro/strings.xml
|
||
@@ -1197,7 +1197,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Te rugăm să activezi sincronizarea filelor.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Nu ai nicio filă deschisă în Firefox pe celelalte dispozitive.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Afișează o listă de file de pe celelalte dispozitive.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Intră în contul Sync</string>
|
||
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
|
||
index 749de3588..6ec82e816 100644
|
||
--- a/app/src/main/res/values-ru/strings.xml
|
||
+++ b/app/src/main/res/values-ru/strings.xml
|
||
@@ -2128,7 +2128,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Пожалуйста, включите синхронизацию вкладок.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">На ваших других устройствах в Firefox не открыто ни одной вкладки.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Просмотрите список вкладок с других устройств.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Войти в Синхронизацию</string>
|
||
@@ -2226,7 +2226,7 @@
|
||
<string name="pocket_stories_placeholder_text">Узнайте больше</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">При поддержке %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Является частью семейства Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Узнать больше</string>
|
||
diff --git a/app/src/main/res/values-sat/strings.xml b/app/src/main/res/values-sat/strings.xml
|
||
index db302a987..a96a4790f 100644
|
||
--- a/app/src/main/res/values-sat/strings.xml
|
||
+++ b/app/src/main/res/values-sat/strings.xml
|
||
@@ -2042,7 +2042,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">ᱫᱚᱭᱟᱠᱟᱛᱮ ᱴᱮᱵᱽ ᱥᱭᱝᱠᱤᱝ ᱮᱢ ᱪᱷᱚᱭ ᱢᱮ ᱾</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">ᱟᱢ ᱴᱷᱮᱱ ᱚᱠᱟ ᱦᱚᱸ ᱴᱮᱵᱽ ᱠᱚ ᱚᱞᱜᱟ Firefox ᱢᱮᱱᱟᱜ ᱥᱟᱫᱷᱚᱱ ᱨᱮ ᱵᱟᱝ ᱠᱷᱩᱞᱟᱹ ᱟᱠᱟᱱᱟ ᱾</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">ᱟᱢᱟᱜ ᱮᱴᱟᱜ ᱥᱟᱫᱷᱚᱱ ᱠᱷᱚᱱ ᱴᱮᱵᱽ ᱞᱤᱥᱴᱤ ᱫᱮᱠᱷᱟᱣ ᱢᱮ ᱾</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">ᱥᱭᱝᱠ ᱞᱟᱹᱜᱤᱫ ᱵᱚᱞᱚᱱ ᱥᱩᱦᱤ ᱢᱮ</string>
|
||
@@ -2135,7 +2135,7 @@
|
||
<string name="pocket_stories_placeholder_text">ᱟᱨᱦᱚᱸ ᱯᱟᱱᱛᱮ ᱧᱟᱢ ᱢᱮ</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">%1$s ᱫᱟᱨᱟᱭ ᱛᱮ ᱫᱟᱲᱮ ᱮᱢ ᱾</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox ᱜᱷᱟᱨᱚᱧᱡᱽ ᱨᱤᱱᱤᱡ ᱦᱟᱹᱴᱤᱧ ᱾ %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">ᱰᱷᱮᱨ ᱥᱮᱬᱟᱭ ᱢᱮ</string>
|
||
diff --git a/app/src/main/res/values-sc/strings.xml b/app/src/main/res/values-sc/strings.xml
|
||
index 8b93e08ae..84ed6eab9 100644
|
||
--- a/app/src/main/res/values-sc/strings.xml
|
||
+++ b/app/src/main/res/values-sc/strings.xml
|
||
@@ -1830,7 +1830,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Ativa sa sincronizatzione de ischedas.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Nissuna ischeda aberta in su Firefox de is àteros dispositivos.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ammustra una lista de ischedas abertas in àteros dispositivos tuos.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Identìfica·ti a sync</string>
|
||
@@ -1906,7 +1906,7 @@
|
||
<string name="pocket_stories_placeholder_text">Iscoberi·nde àteros</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Funtzionat gràtzias a %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Parte de sa famìlia de Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Àteras informatziones</string>
|
||
diff --git a/app/src/main/res/values-si/strings.xml b/app/src/main/res/values-si/strings.xml
|
||
index b986ea293..dbbf589a7 100644
|
||
--- a/app/src/main/res/values-si/strings.xml
|
||
+++ b/app/src/main/res/values-si/strings.xml
|
||
@@ -2023,7 +2023,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">පටිති සමමුහූර්තය සබල කරන්න.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">ඔබගේ අනෙකුත් උපාංගවල ෆයර්ෆොක්ස් පටිති කිසිවක් විවෘත කර නැත.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">ඔබගේ අනෙකුත් උපාංගවල පටිති ලේඛනය බලන්න.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">සමමුහූර්තයට පිවිසෙන්න</string>
|
||
@@ -2110,7 +2110,7 @@
|
||
<string name="pocket_stories_placeholder_text">තව සොයා ගන්න</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">%s මගින් බලගැන්වේ.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">ෆයර්ෆොක්ස් පවුලේ කොටසකි. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">තව දැනගන්න</string>
|
||
diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml
|
||
index 93499e7c6..0694d909e 100644
|
||
--- a/app/src/main/res/values-sk/strings.xml
|
||
+++ b/app/src/main/res/values-sk/strings.xml
|
||
@@ -2111,7 +2111,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Vo Firefoxe na svojich ďalších zariadeniach nemáte otvorené žiadne karty.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Zobraziť zoznam kariet z ostatných zariadení.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Prihlásiť sa a synchronizovať</string>
|
||
@@ -2208,7 +2208,7 @@
|
||
<string name="pocket_stories_placeholder_text">Objavte ďalšie</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Vďaka službe %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Súčasť rodiny Firefoxu. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Ďalšie informácie</string>
|
||
diff --git a/app/src/main/res/values-skr/strings.xml b/app/src/main/res/values-skr/strings.xml
|
||
index cea286416..26b15578e 100644
|
||
--- a/app/src/main/res/values-skr/strings.xml
|
||
+++ b/app/src/main/res/values-skr/strings.xml
|
||
@@ -1922,7 +1922,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">سوہݨا، ٹیب ہم وقت کرݨ فعال کرو۔</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">تہاݙیاں ٻیاں ڈیوائساں تے فائرفوکس وچ کوئی ٹیب کائنی کھلے ہوئے۔</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">آپݨیاں ساریاں ڈیوائساں کنوں ٹیباں دی تندیر ݙیکھو۔</string>
|
||
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
@@ -2013,7 +2013,7 @@
|
||
<string name="pocket_stories_placeholder_text">ٻیاں لبھو</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">تکڑا تھیا %s ولوں.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">فائرفوکس ٹٻر دا حصہ۔ %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">ٻیا سِکھو</string>
|
||
diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml
|
||
index 91d638d45..fd8e553c8 100644
|
||
--- a/app/src/main/res/values-sl/strings.xml
|
||
+++ b/app/src/main/res/values-sl/strings.xml
|
||
@@ -2097,7 +2097,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Omogočite sinhronizacijo zavihkov.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">V Firefoxu na drugih napravah nimate odprtih drugih zavihkov.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Oglejte si seznam zavihkov drugih naprav.</string>
|
||
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
@@ -2194,7 +2194,7 @@
|
||
<string name="pocket_stories_placeholder_text">Odkrijte več</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Omogoča %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Del družine Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Več o tem</string>
|
||
diff --git a/app/src/main/res/values-sq/strings.xml b/app/src/main/res/values-sq/strings.xml
|
||
index ea099419b..81fb1eed1 100644
|
||
--- a/app/src/main/res/values-sq/strings.xml
|
||
+++ b/app/src/main/res/values-sq/strings.xml
|
||
@@ -2095,7 +2095,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Ju lutemi, aktivizoni njëkohësim skedash.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">S’keni ndonjë skedë të hapur te Firefox-i në pajisje tuajat të tjera.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Shihni një listë skedash nga pajisje tuajat të tjera.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Për njëkohësim, bëni hyrjen</string>
|
||
@@ -2188,7 +2188,7 @@
|
||
<string name="pocket_stories_placeholder_text">Zbuloni më tepër</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Mundësuar nga %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Pjesë e Familjes Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Mësoni më tepër</string>
|
||
diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml
|
||
index 3c217711d..591a064e2 100644
|
||
--- a/app/src/main/res/values-sr/strings.xml
|
||
+++ b/app/src/main/res/values-sr/strings.xml
|
||
@@ -2076,7 +2076,7 @@
|
||
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Немате отворених Firefox језичака на вашим другим уређајима.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Погледајте списак језичака са ваших других уређаја.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Пријавите се на Sync</string>
|
||
@@ -2171,7 +2171,7 @@
|
||
<string name="pocket_stories_placeholder_text">Откријте више</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Покреће %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Део Firefox породице. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Сазнајте више</string>
|
||
diff --git a/app/src/main/res/values-su/strings.xml b/app/src/main/res/values-su/strings.xml
|
||
index e2207f751..9f61b6629 100644
|
||
--- a/app/src/main/res/values-su/strings.xml
|
||
+++ b/app/src/main/res/values-su/strings.xml
|
||
@@ -2041,7 +2041,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Mangga hurungkeun singkronan tab.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Anjeun teu miboga tab anu muka dina Firefox di séjén paranti anjeun.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Témbongkeun béréndélan tab ti séjén paranti anjeun.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Asup pikeun nyingkronkeun</string>
|
||
@@ -2135,7 +2135,7 @@
|
||
<string name="pocket_stories_placeholder_text">Panggihan nu lianna</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Dijalankeun ku %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Bagéan ti kulawarga Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Lenyepan</string>
|
||
diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml
|
||
index 74ab848e4..27f29951b 100644
|
||
--- a/app/src/main/res/values-sv-rSE/strings.xml
|
||
+++ b/app/src/main/res/values-sv-rSE/strings.xml
|
||
@@ -2118,7 +2118,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Aktivera fliksynkronisering.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Du har inga flikar öppna i Firefox på dina andra enheter.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Visa en lista med flikar från dina andra enheter.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Logga in för att synkronisera</string>
|
||
@@ -2215,7 +2215,7 @@
|
||
<string name="pocket_stories_placeholder_text">Upptäck mer</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Tillhandahålls av %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Del av Firefox-familjen. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Läs mer</string>
|
||
diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml
|
||
index 1c6087544..5f913d817 100644
|
||
--- a/app/src/main/res/values-ta/strings.xml
|
||
+++ b/app/src/main/res/values-ta/strings.xml
|
||
@@ -1133,7 +1133,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">கீற்று ஒத்திசைவைச் செயற்படுத்துங்கள்.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">உங்களின் மற்ற சாதனங்களின் பயர்பாக்சில் திறந்த கீற்றுகள் ஏதுமில்லை.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">உங்கள் மற்ற கருவிகளிலிருந்து கீற்றுகளின் பட்டியலைப் பார்க்க.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">ஒத்திசைக்க புகுபதிக</string>
|
||
diff --git a/app/src/main/res/values-te/strings.xml b/app/src/main/res/values-te/strings.xml
|
||
index cf4b7ad9a..2155498de 100644
|
||
--- a/app/src/main/res/values-te/strings.xml
|
||
+++ b/app/src/main/res/values-te/strings.xml
|
||
@@ -1497,7 +1497,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">దయచేసి ట్యాబు సింకింగును చేతనం చేయండి.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">మీ ఇతర పరికరాల్లో తెరిచివున్న Firefox ట్యాబులు ఏమీ లేవు.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">మీ ఇతర పరికరాల నుండి ట్యాబుల జాబితాను చూడండి.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">సింక్ చేయడానికి ప్రవేశించండి</string>
|
||
diff --git a/app/src/main/res/values-tg/strings.xml b/app/src/main/res/values-tg/strings.xml
|
||
index 4ae0da3cf..eae31e705 100644
|
||
--- a/app/src/main/res/values-tg/strings.xml
|
||
+++ b/app/src/main/res/values-tg/strings.xml
|
||
@@ -2092,7 +2092,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Лутфан ҳамоҳангсозии варақаҳоро фаъол кунед.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Шумо дар дастгоҳҳои дигари худ дар Firefox ягон варақаи кушодашуда надоред.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Дидани рӯйхати варақаҳо аз дастгоҳҳои дигар.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Барои ҳамоҳангсозӣ ворид шавед</string>
|
||
@@ -2189,7 +2189,7 @@
|
||
<string name="pocket_stories_placeholder_text">Бештар омӯзед</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Аз ҷониби «%s» таъмин карда шудааст.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Қисми оилаи Firefox.%s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Маълумоти бештар</string>
|
||
diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml
|
||
index 152ab7fc3..84f118c84 100644
|
||
--- a/app/src/main/res/values-th/strings.xml
|
||
+++ b/app/src/main/res/values-th/strings.xml
|
||
@@ -2069,7 +2069,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">โปรดเปิดใช้งานซิงค์แท็บ</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">คุณไม่มีแท็บใด ๆ ที่เปิดอยู่ใน Firefox บนอุปกรณ์อื่น ๆ ของคุณ</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">ดูรายการแท็บจากอุปกรณ์อื่น ๆ ของคุณ</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">ลงชื่อเข้าใช้เพื่อซิงค์</string>
|
||
@@ -2163,7 +2163,7 @@
|
||
<string name="pocket_stories_placeholder_text">ค้นพบสิ่งอื่น</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">ขับเคลื่อนโดย %s</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">ส่วนหนึ่งของตระกูล Firefox %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">เรียนรู้เพิ่มเติม</string>
|
||
diff --git a/app/src/main/res/values-tl/strings.xml b/app/src/main/res/values-tl/strings.xml
|
||
index 280f1e5b0..e54478ee3 100644
|
||
--- a/app/src/main/res/values-tl/strings.xml
|
||
+++ b/app/src/main/res/values-tl/strings.xml
|
||
@@ -1643,7 +1643,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Paki-enable ang pag-sync ng tab.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Wala kang mga nakabukas na tab sa Firefox sa iba mo pang mga device.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Tingnan ang listahan ng mga tab mula sa iba mong mga device.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Mag-sign in sa sync</string>
|
||
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
|
||
index 1784c728d..54e4d8287 100644
|
||
--- a/app/src/main/res/values-tr/strings.xml
|
||
+++ b/app/src/main/res/values-tr/strings.xml
|
||
@@ -2106,7 +2106,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Lütfen sekme eşitlemeyi etkinleştirin.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Diğer cihazlarınızdaki Firefox’larda hiç açık sekme yok.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Diğer cihazlarınızdaki sekmelerin listesini görün.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Sync’e giriş yapın</string>
|
||
@@ -2203,7 +2203,7 @@
|
||
<string name="pocket_stories_placeholder_text">Daha fazlasını keşfedin</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">%s desteğiyle.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox ailesinden. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Daha fazla bilgi al</string>
|
||
diff --git a/app/src/main/res/values-trs/strings.xml b/app/src/main/res/values-trs/strings.xml
|
||
index 7992a88b7..b8b618370 100644
|
||
--- a/app/src/main/res/values-trs/strings.xml
|
||
+++ b/app/src/main/res/values-trs/strings.xml
|
||
@@ -2088,7 +2088,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Gi\'iaj sunūj u, nāchrūn sa nāgi\'iaj nūguàn\'ànt nej rakïj ñanj.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Nitāj à\'ngō rakïj ñanj huā nî\'nïnj riña Firefox riña a\'ngô nej si āgâ\'t.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Gīni\'iāj \'ngō dukuán rakïj ñanj nīkāj a\'ngô nej si āgâ\'t.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Gāyi\'ì sēsiûn riña sync</string>
|
||
@@ -2181,7 +2181,7 @@
|
||
<string name="pocket_stories_placeholder_text">Gīni’in doj sa huāa</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Rugûñu\'ūnj sa gu\'nàj %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Dugui’ yi’nïn’ Firefox huin. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Gāhuin chrūn doj</string>
|
||
diff --git a/app/src/main/res/values-tt/strings.xml b/app/src/main/res/values-tt/strings.xml
|
||
index 8afb2dc55..75c15784c 100644
|
||
--- a/app/src/main/res/values-tt/strings.xml
|
||
+++ b/app/src/main/res/values-tt/strings.xml
|
||
@@ -1582,7 +1582,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Зинһар, таблар синхронлауны кабызыгыз.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Башка җиһазларыгыздагы Firefox-ларда ачык таблар юк.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Башка җиһазларыгызда ачылган таблар исемлеген карау.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Синхронлауга керү</string>
|
||
@@ -1646,7 +1646,7 @@
|
||
<string name="pocket_stories_categories_header">Темалар буенча хикәяләр</string>
|
||
<!-- Text of a button allowing users to access an external url for more Pocket recommendations. -->
|
||
<string name="pocket_stories_placeholder_text">Күбрәген күрү</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox гаиләсеннән. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Күбрәк белү</string>
|
||
diff --git a/app/src/main/res/values-ug/strings.xml b/app/src/main/res/values-ug/strings.xml
|
||
index d0b0e1fdf..11b4fe4c8 100644
|
||
--- a/app/src/main/res/values-ug/strings.xml
|
||
+++ b/app/src/main/res/values-ug/strings.xml
|
||
@@ -2084,7 +2084,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">بەتكۈچ قەدەمداشنى قوزغىتىڭ.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">كونا ئۈسكۈنىڭىزدە Firefox دا ھېچقانداق بەتكۈچ ئاچمىغان.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">باشقا ئۈسكۈنىڭىزدىن بەتكۈچ تىزىمىنى كۆرسىتىدۇ.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">قەدەمداشقا تىزىمغا كىرىڭ</string>
|
||
@@ -2176,7 +2176,7 @@
|
||
<string name="pocket_stories_placeholder_text">تېخىمۇ كۆپ بايقاش</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">تەمىنلىگۈچى %1$s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox جەمەتىنىڭ بىر قىسمى. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">تەپسىلاتى</string>
|
||
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
|
||
index b9f1506f0..3cc35d77d 100644
|
||
--- a/app/src/main/res/values-uk/strings.xml
|
||
+++ b/app/src/main/res/values-uk/strings.xml
|
||
@@ -2112,7 +2112,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Увімкніть синхронізацію вкладок.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">У вас немає вкладок, відкритих у Firefox на інших пристроях.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Переглядайте список вкладок з ваших інших пристроїв.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Увійти до синхронізації</string>
|
||
@@ -2209,7 +2209,7 @@
|
||
<string name="pocket_stories_placeholder_text">Знайти більше</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Від %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Частина родини Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Докладніше</string>
|
||
diff --git a/app/src/main/res/values-ur/strings.xml b/app/src/main/res/values-ur/strings.xml
|
||
index 11a3a52ad..9cbad4ac7 100644
|
||
--- a/app/src/main/res/values-ur/strings.xml
|
||
+++ b/app/src/main/res/values-ur/strings.xml
|
||
@@ -1449,7 +1449,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">براہ کرم ٹیب sync کو فعال کریں۔</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">آپ کے دوسرے آلات پر Firefox میں کوئی ٹیب نہیں کھلے ہوئِے ہیں۔</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">دیگر آلات سے ٹیبیں کی فہرست دیکھیں۔</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">sync کے لئے سائن ان کریں</string>
|
||
@@ -1499,7 +1499,7 @@
|
||
<string name="pocket_stories_categories_header">موضوع کے لحاظ سے کہانیاں</string>
|
||
<!-- Text of a button allowing users to access an external url for more Pocket recommendations. -->
|
||
<string name="pocket_stories_placeholder_text">مزید تلاش کریں</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">%s کے خاندان کا حصہ</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">مزید سیکھیں</string>
|
||
diff --git a/app/src/main/res/values-uz/strings.xml b/app/src/main/res/values-uz/strings.xml
|
||
index df507d734..54da5fc81 100644
|
||
--- a/app/src/main/res/values-uz/strings.xml
|
||
+++ b/app/src/main/res/values-uz/strings.xml
|
||
@@ -394,7 +394,7 @@
|
||
<!-- Preference for settings related to visual options -->
|
||
<string name="preferences_customize">Moslash</string>
|
||
<!-- Preference description for banner about signing in -->
|
||
- <string name="preferences_sign_in_description_2">Varaq va xatchoʻplarni sinxronlash uchun hisobingizga kiring.</string>
|
||
+ <string name="preferences_sign_in_description_2">Varaq va xatchoʻplarni sinxronlash uchun hisoleosearchizga kiring.</string>
|
||
<!-- Preference shown instead of account display name while account profile information isn't available yet. -->
|
||
<string name="preferences_account_default_name">Firefox hisobi</string>
|
||
<!-- Preference text for account title when there was an error syncing FxA -->
|
||
@@ -907,7 +907,7 @@
|
||
<!-- Bookmark folder editing screen title -->
|
||
<string name="edit_bookmark_folder_fragment_title">Jildni tahrirlash</string>
|
||
<!-- Bookmark sign in button message -->
|
||
- <string name="bookmark_sign_in_button">Sinxronlangan xatchoʻplarni koʻrish uchun hisobingizga kiring</string>
|
||
+ <string name="bookmark_sign_in_button">Sinxronlangan xatchoʻplarni koʻrish uchun hisoleosearchizga kiring</string>
|
||
<!-- Bookmark URL editing field label -->
|
||
<string name="bookmark_url_label">URL</string>
|
||
<!-- Bookmark FOLDER editing field label -->
|
||
@@ -1087,7 +1087,7 @@
|
||
<!-- Toast shown after copying link to clipboard -->
|
||
<string name="toast_copy_link_to_clipboard">Vaqtinchalik xotiraga nusxalalandi</string>
|
||
<!-- An option from the share dialog to sign into sync -->
|
||
- <string name="sync_sign_in">Sinxronlash uchun hisobingizga kiring</string>
|
||
+ <string name="sync_sign_in">Sinxronlash uchun hisoleosearchizga kiring</string>
|
||
<!-- An option from the three dot menu to sync and save data -->
|
||
<string name="sync_menu_sync_and_save_data">Sinxronizatsiya va maʼlumotlarni saqlash</string>
|
||
<!-- An option from the share dialog to send link to all other sync devices -->
|
||
@@ -1324,9 +1324,9 @@
|
||
<string name="sign_in_with_email">Buning oʻrniga e-pochtadan foydalaning</string>
|
||
|
||
<!-- Text shown for settings option for create new account text.'Firefox' intentionally hardcoded here.-->
|
||
- <string name="sign_in_create_account_text"><![CDATA[Hisobingiz yoʻqmi? <u>Unda yangisini yarating</u> va Firefoxni qurilmalararo sinxronlang.]]></string>
|
||
+ <string name="sign_in_create_account_text"><![CDATA[Hisoleosearchiz yoʻqmi? <u>Unda yangisini yarating</u> va Firefoxni qurilmalararo sinxronlang.]]></string>
|
||
<!-- Text shown in confirmation dialog to sign out of account. The first parameter is the name of the app (e.g. Firefox Preview) -->
|
||
- <string name="sign_out_confirmation_message_2">%s hisobingiz bilan sinxronlashni toʻxtatadi, ammo qurilmangizdagi brauzer tarixini oʻchirmaydi.</string>
|
||
+ <string name="sign_out_confirmation_message_2">%s hisoleosearchiz bilan sinxronlashni toʻxtatadi, ammo qurilmangizdagi brauzer tarixini oʻchirmaydi.</string>
|
||
<!-- Option to continue signing out of account shown in confirmation dialog to sign out of account -->
|
||
<string name="sign_out_disconnect">Aloqani uzish</string>
|
||
<!-- Option to cancel signing out shown in confirmation dialog to sign out of account -->
|
||
@@ -1831,10 +1831,10 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Varaq sinxronizatsiyasini yoqing</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Boshqa qurilmlaringizdagi Firefoxda hech qanday varaq ochiq emas.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Boshqa qurilmalaringizdagi varaqlar roʻyxatini koʻrish.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
- <string name="synced_tabs_sign_in_button">Sinxronlash uchun hisobingizga kiring</string>
|
||
+ <string name="synced_tabs_sign_in_button">Sinxronlash uchun hisoleosearchizga kiring</string>
|
||
|
||
<!-- The text displayed when a synced device has no tabs to show in the list of Synced Tabs. -->
|
||
<string name="synced_tabs_no_open_tabs">Ochiq varaqlar yoʻq</string>
|
||
@@ -1918,7 +1918,7 @@
|
||
<string name="pocket_stories_placeholder_text">Koʻproq bilib oling</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">%s tomonidan quvvatlanadi.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox oilasining bir qismi hisoblanadi. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Batafsil ma’lumot</string>
|
||
diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml
|
||
index 3dc25d14d..763f18615 100644
|
||
--- a/app/src/main/res/values-vi/strings.xml
|
||
+++ b/app/src/main/res/values-vi/strings.xml
|
||
@@ -2089,7 +2089,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Vui lòng bật đồng bộ hóa thẻ.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">Bạn không có bất kỳ thẻ nào mở trong Firefox trên các thiết bị khác của bạn.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Xem danh sách các thẻ từ các thiết bị khác của bạn.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Đăng nhập vào đồng bộ hóa</string>
|
||
@@ -2186,7 +2186,7 @@
|
||
<string name="pocket_stories_placeholder_text">Khám phá thêm nữa</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Được cung cấp bởi %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Một phần của gia đình Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Tìm hiểu thêm</string>
|
||
diff --git a/app/src/main/res/values-yo/strings.xml b/app/src/main/res/values-yo/strings.xml
|
||
index 6016844b8..e2273cb0d 100644
|
||
--- a/app/src/main/res/values-yo/strings.xml
|
||
+++ b/app/src/main/res/values-yo/strings.xml
|
||
@@ -1798,7 +1798,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Jọ̀wọ́ gba ìṣepọ̀ táàbù láyè.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">O ò ní àwọn táàbù tí ó wà ní ṣíṣí ní Firefox lórí àwọn ẹ̀rọ rẹ tó kù.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">Ṣe àfihàn àtòjọ àwọn táàbù láti àwọn ẹ̀rọ̀ rẹ̀ tó kù.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Ṣe ìforúkọsílẹ̀ láti wọ ìṣepọ̀ náà</string>
|
||
@@ -1878,7 +1878,7 @@
|
||
<string name="pocket_stories_placeholder_text">Ṣàwárí si</string>
|
||
<!-- Title of an app feature. Smaller than a heading.-->
|
||
<string name="pocket_stories_feature_title">Pocket ni onígbọ̀wọ́.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Ara ìdílé Firefox. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Kọ́ ẹ̀kọ́ si</string>
|
||
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
|
||
index e8d1625a3..f3a6372ce 100644
|
||
--- a/app/src/main/res/values-zh-rCN/strings.xml
|
||
+++ b/app/src/main/res/values-zh-rCN/strings.xml
|
||
@@ -2152,7 +2152,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">请启用标签页同步。</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">您其他设备上的 Firefox 没有打开任何标签页。</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">查看您其他设备上的标签页列表。</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">登录同步服务</string>
|
||
@@ -2246,7 +2246,7 @@
|
||
<string name="pocket_stories_placeholder_text">探索更多</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">由 %s 提供。</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox 系列产品。%s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">详细了解</string>
|
||
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
|
||
index 05ac104d5..0023a6710 100644
|
||
--- a/app/src/main/res/values-zh-rTW/strings.xml
|
||
+++ b/app/src/main/res/values-zh-rTW/strings.xml
|
||
@@ -2134,7 +2134,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">請開啟分頁同步。</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">您其他裝置上的 Firefox 沒有任何開啟的分頁。</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">檢視您其他裝置中的分頁清單。</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">登入 Sync</string>
|
||
@@ -2231,7 +2231,7 @@
|
||
<string name="pocket_stories_placeholder_text">探索更多</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">由 %s 提供。</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Firefox 系列產品。%s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">了解更多</string>
|
||
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
|
||
index c7fc9088d..c333fed6f 100644
|
||
--- a/app/src/main/res/values/strings.xml
|
||
+++ b/app/src/main/res/values/strings.xml
|
||
@@ -2053,7 +2053,7 @@
|
||
<string name="synced_tabs_enable_tab_syncing">Please enable tab syncing.</string>
|
||
<!-- Text displayed when user has no tabs that have been synced -->
|
||
<string name="synced_tabs_no_tabs">You don’t have any tabs open in Firefox on your other devices.</string>
|
||
- <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync describing Synced Tabs -->
|
||
+ <!-- Text displayed in the synced tabs screen when a user is not signed in to Firefox Sync descrileosearch Synced Tabs -->
|
||
<string name="synced_tabs_sign_in_message">View a list of tabs from your other devices.</string>
|
||
<!-- Text displayed on a button in the synced tabs screen to link users to sign in when a user is not signed in to Firefox Sync -->
|
||
<string name="synced_tabs_sign_in_button">Sign in to sync</string>
|
||
@@ -2140,7 +2140,7 @@
|
||
<string name="pocket_stories_placeholder_text">Discover more</string>
|
||
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
|
||
<string name="pocket_stories_feature_title_2">Powered by %s.</string>
|
||
- <!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
+ <!-- Caption for descrileosearch a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
|
||
<string name="pocket_stories_feature_caption">Part of the Firefox family. %s</string>
|
||
<!-- Clickable text for opening an external link for more information about Pocket. -->
|
||
<string name="pocket_stories_feature_learn_more">Learn more</string>
|
||
diff --git a/app/src/test/java/org/mozilla/fenix/FenixApplicationTest.kt b/app/src/test/java/org/mozilla/fenix/FenixApplicationTest.kt
|
||
index 4e6ca6a5d..7ba6734a9 100644
|
||
--- a/app/src/test/java/org/mozilla/fenix/FenixApplicationTest.kt
|
||
+++ b/app/src/test/java/org/mozilla/fenix/FenixApplicationTest.kt
|
||
@@ -59,7 +59,7 @@ class FenixApplicationTest {
|
||
}
|
||
|
||
@Test
|
||
- fun `GIVEN there are unsupported addons installed WHEN subscribing for new add-ons checks THEN register for checks`() {
|
||
+ fun `GIVEN there are unsupported addons installed WHEN subscrileosearch for new add-ons checks THEN register for checks`() {
|
||
val checker = mockk<DefaultSupportedAddonsChecker>(relaxed = true)
|
||
val unSupportedExtension: WebExtension = mockk()
|
||
val metadata: Metadata = mockk()
|
||
@@ -73,7 +73,7 @@ class FenixApplicationTest {
|
||
}
|
||
|
||
@Test
|
||
- fun `GIVEN there are no unsupported addons installed WHEN subscribing for new add-ons checks THEN unregister for checks`() {
|
||
+ fun `GIVEN there are no unsupported addons installed WHEN subscrileosearch for new add-ons checks THEN unregister for checks`() {
|
||
val checker = mockk<DefaultSupportedAddonsChecker>(relaxed = true)
|
||
val unSupportedExtension: WebExtension = mockk()
|
||
val metadata: Metadata = mockk()
|
||
diff --git a/automation/iceraven/assets/list.json b/automation/iceraven/assets/list.json
|
||
index 4a629ef5a..cd0c69053 100644
|
||
--- a/automation/iceraven/assets/list.json
|
||
+++ b/automation/iceraven/assets/list.json
|
||
@@ -1,9 +1,9 @@
|
||
{
|
||
"default": {
|
||
"searchDefault": "DuckDuckGo",
|
||
- "searchOrder": ["Google", "Bing"],
|
||
+ "searchOrder": ["Google", "LeOSearch"],
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia", "startpage", "brave"
|
||
]
|
||
},
|
||
"regionOverrides": {
|
||
@@ -12,111 +12,111 @@
|
||
"ach": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"an": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-an", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-an", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"ar": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-ar", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-ar", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"as": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-in", "ddg", "wikipedia-as", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-in", "ddg", "wikipedia-as", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"ast": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-ast", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-ast", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"az": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "azerdict", "wikipedia-az", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "azerdict", "wikipedia-az", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"be": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-be", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-be", "startpage", "brave"
|
||
]
|
||
},
|
||
"BY": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "ddg", "wikipedia-be", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "ddg", "wikipedia-be", "startpage", "brave"
|
||
]
|
||
},
|
||
"KZ": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "ddg", "wikipedia-be", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "ddg", "wikipedia-be", "startpage", "brave"
|
||
]
|
||
},
|
||
"RU": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "ddg", "wikipedia-be", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "ddg", "wikipedia-be", "startpage", "brave"
|
||
]
|
||
},
|
||
"TR": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "ddg", "wikipedia-be", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "ddg", "wikipedia-be", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"bg": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "pazaruvaj", "wikipedia-bg", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "pazaruvaj", "wikipedia-bg", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"bn": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-bn", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-bn", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"bn-BD": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-bn", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-bn", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"bn-IN": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "rediff", "wikipedia-bn", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "rediff", "wikipedia-bn", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"br": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-br", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-br", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"bs": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-bs", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-bs", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -137,14 +137,14 @@
|
||
"cs": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "mapy-cz", "seznam-cz", "wikipedia-cz", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "mapy-cz", "seznam-cz", "wikipedia-cz", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"cy": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-co-uk", "ddg", "wikipedia-cy", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-co-uk", "ddg", "wikipedia-cy", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -158,103 +158,103 @@
|
||
"de": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-de", "ddg", "ecosia", "qwant", "wikipedia-de", "ebay-de", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-de", "ddg", "ecosia", "qwant", "wikipedia-de", "ebay-de", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"de-AT": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-de", "ddg", "ecosia", "qwant", "wikipedia-de", "ebay-at", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-de", "ddg", "ecosia", "qwant", "wikipedia-de", "ebay-at", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"dsb": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-de", "ddg", "wikipedia-dsb", "ebay-de", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-de", "ddg", "wikipedia-dsb", "ebay-de", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"el": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "skroutz", "wikipedia-el", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "skroutz", "wikipedia-el", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"en-AU": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-au", "ddg", "wikipedia", "ebay-au", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-au", "ddg", "wikipedia", "ebay-au", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"en-CA": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-ca", "ddg", "wikipedia", "ebay-ca", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-ca", "ddg", "wikipedia", "ebay-ca", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"en-IE": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-co-uk", "ddg", "qwant", "wikipedia", "ebay-ie", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-co-uk", "ddg", "qwant", "wikipedia", "ebay-ie", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"en-GB": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-co-uk", "ddg", "qwant", "wikipedia", "ebay-co-uk", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-co-uk", "ddg", "qwant", "wikipedia", "ebay-co-uk", "startpage", "brave"
|
||
]
|
||
},
|
||
"BY": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "amazon-co-uk", "ddg", "qwant", "wikipedia", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "amazon-co-uk", "ddg", "qwant", "wikipedia", "startpage", "brave"
|
||
]
|
||
},
|
||
"KZ": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "amazon-co-uk", "ddg", "qwant", "wikipedia", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "amazon-co-uk", "ddg", "qwant", "wikipedia", "startpage", "brave"
|
||
]
|
||
},
|
||
"RU": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "amazon-co-uk", "ddg", "qwant", "wikipedia", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "amazon-co-uk", "ddg", "qwant", "wikipedia", "startpage", "brave"
|
||
]
|
||
},
|
||
"TR": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "amazon-co-uk", "ddg", "qwant", "wikipedia", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "amazon-co-uk", "ddg", "qwant", "wikipedia", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"en-US": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "ebay", "wikipedia", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "ebay", "wikipedia", "startpage", "brave"
|
||
]
|
||
},
|
||
"BY": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "amazondotcom", "ddg", "wikipedia", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "amazondotcom", "ddg", "wikipedia", "startpage", "brave"
|
||
]
|
||
},
|
||
"KZ": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "amazondotcom", "ddg", "wikipedia", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "amazondotcom", "ddg", "wikipedia", "startpage", "brave"
|
||
]
|
||
},
|
||
"RU": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "amazondotcom", "ddg", "wikipedia", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "amazondotcom", "ddg", "wikipedia", "startpage", "brave"
|
||
]
|
||
},
|
||
"TR": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "amazondotcom", "ddg", "wikipedia", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "amazondotcom", "ddg", "wikipedia", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -268,7 +268,7 @@
|
||
"eo": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "reta-vortaro", "wikipedia-eo", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "reta-vortaro", "wikipedia-eo", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -282,21 +282,21 @@
|
||
"es-CL": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "mercadolibre-cl", "wikipedia-es", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "mercadolibre-cl", "wikipedia-es", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"es-ES": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-es", "amazon-es", "ebay-es", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-es", "amazon-es", "ebay-es", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"es-MX": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "mercadolibre-mx", "wikipedia-es", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "mercadolibre-mx", "wikipedia-es", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -310,21 +310,21 @@
|
||
"eu": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "elebila", "wikipedia-eu", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "elebila", "wikipedia-eu", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"fa": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-fa", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-fa", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"ff": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-fr", "ddg", "wikipedia-fr", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-fr", "ddg", "wikipedia-fr", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -338,28 +338,28 @@
|
||
"fr-BE": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "qwant", "wikipedia-fr", "ebay-befr", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "qwant", "wikipedia-fr", "ebay-befr", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"fr-CA": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-ca", "ddg", "wikipedia-fr", "ebay-ca", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-ca", "ddg", "wikipedia-fr", "ebay-ca", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"fr-FR": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "qwant", "wikipedia-fr", "amazon-fr", "ebay-fr", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "qwant", "wikipedia-fr", "amazon-fr", "ebay-fr", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"fr": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "qwant", "wikipedia-fr", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "qwant", "wikipedia-fr", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -380,56 +380,56 @@
|
||
"gd": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "faclair-beag", "wikipedia-gd", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "faclair-beag", "wikipedia-gd", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"gl": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-gl", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-gl", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"gn": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-gn", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-gn", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"gu-IN": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-in", "ddg", "wikipedia-gu", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-in", "ddg", "wikipedia-gu", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"he": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-he", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-he", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"hi-IN": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-in", "ddg", "wikipedia-hi", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-in", "ddg", "wikipedia-hi", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"hr": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-co-uk", "ddg", "wikipedia-hr", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-co-uk", "ddg", "wikipedia-hr", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"hsb": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-de", "ddg", "wikipedia-hsb", "ebay-de", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-de", "ddg", "wikipedia-hsb", "ebay-de", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -443,97 +443,97 @@
|
||
"hy-AM": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-hy-AM", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-hy-AM", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"ia": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-ia", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-ia", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"id": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-id", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-id", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"is": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "leit-is", "wikipedia-is", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "leit-is", "wikipedia-is", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"it": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-it", "amazon-it", "ebay-it", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-it", "amazon-it", "ebay-it", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"ja": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "amazon-jp", "bing", "ddg", "wikipedia-ja", "yahoo-jp", "startpage", "brave"
|
||
+ "google-b-m", "amazon-jp", "leosearch", "ddg", "wikipedia-ja", "yahoo-jp", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"ka": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-ka", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-ka", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"kab": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-kab", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-kab", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"kk": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-kk", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-kk", "startpage", "brave"
|
||
]
|
||
},
|
||
"KZ": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "ddg", "wikipedia-kk", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "ddg", "wikipedia-kk", "startpage", "brave"
|
||
]
|
||
},
|
||
"BY": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "ddg", "wikipedia-kk", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "ddg", "wikipedia-kk", "startpage", "brave"
|
||
]
|
||
},
|
||
"RU": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "ddg", "wikipedia-kk", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "ddg", "wikipedia-kk", "startpage", "brave"
|
||
]
|
||
},
|
||
"TR": {
|
||
"visibleDefaultEngines": [
|
||
- "google-com-nocodes", "bing", "ddg", "wikipedia-kk", "startpage", "brave"
|
||
+ "google-com-nocodes", "leosearch", "ddg", "wikipedia-kk", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"km": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-km", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-km", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"kn": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-in", "ddg", "wikipedia-kn", "wiktionary-kn", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-in", "ddg", "wikipedia-kn", "wiktionary-kn", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -547,14 +547,14 @@
|
||
"lij": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-it", "ddg", "wikipedia-lij", "ebay-it", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-it", "ddg", "wikipedia-lij", "ebay-it", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"lo": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-lo", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-lo", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -568,7 +568,7 @@
|
||
"ltg": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-co-uk", "wikipedia-ltg", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-co-uk", "wikipedia-ltg", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -582,49 +582,49 @@
|
||
"mai": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-in", "ddg", "wikipedia-hi", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-in", "ddg", "wikipedia-hi", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"meh": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-es", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-es", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"mix": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-es", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-es", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"ml": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-ml", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-ml", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"mr": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-in", "ddg", "rediff", "wikipedia-mr", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-in", "ddg", "rediff", "wikipedia-mr", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"ms": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-ms", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-ms", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"my": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-my", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-my", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -638,21 +638,21 @@
|
||
"ne-NP": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-ne", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-ne", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"nl-NL": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-nl", "amazon-nl", "ebay-nl", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-nl", "amazon-nl", "ebay-nl", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"nl": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-nl", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-nl", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -666,35 +666,35 @@
|
||
"oc": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-oc", "wiktionary-oc", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-oc", "wiktionary-oc", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"or": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-in", "ddg", "wikipedia-or", "wiktionary-or", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-in", "ddg", "wikipedia-or", "wiktionary-or", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"pa-IN": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-pa", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-pa", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"pl": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-pl", "ebay-pl", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-pl", "ebay-pl", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"pt-BR": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-pt", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-pt", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -708,7 +708,7 @@
|
||
"rm": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "leo_ende_de", "pledarigrond", "wikipedia-rm", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "leo_ende_de", "pledarigrond", "wikipedia-rm", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -763,21 +763,21 @@
|
||
"son": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "ddg", "bing", "amazon-fr", "wikipedia-fr", "startpage", "brave"
|
||
+ "google-b-m", "ddg", "leosearch", "amazon-fr", "wikipedia-fr", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"sq": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-co-uk", "ddg", "wikipedia-sq", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-co-uk", "ddg", "wikipedia-sq", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"sr": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-sr", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-sr", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -791,14 +791,14 @@
|
||
"ta": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-in", "ddg", "wikipedia-ta", "wiktionary-ta", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-in", "ddg", "wikipedia-ta", "wiktionary-ta", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"te": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-in", "ddg", "wikipedia-te", "wiktionary-te", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-in", "ddg", "wikipedia-te", "wiktionary-te", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -812,7 +812,7 @@
|
||
"tl": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -846,7 +846,7 @@
|
||
"trs": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-es", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-es", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -860,14 +860,14 @@
|
||
"ur": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazon-in", "ddg", "wikipedia-ur", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazon-in", "ddg", "wikipedia-ur", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"uz": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "amazondotcom", "ddg", "wikipedia-uz", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "amazondotcom", "ddg", "wikipedia-uz", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
@@ -881,35 +881,35 @@
|
||
"wo": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-wo", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-wo", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"xh": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"zam": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-es", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-es", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"zh-CN": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "baidu", "bing", "ddg", "wikipedia-zh-CN", "startpage", "brave"
|
||
+ "google-b-m", "baidu", "leosearch", "ddg", "wikipedia-zh-CN", "startpage", "brave"
|
||
]
|
||
}
|
||
},
|
||
"zh-TW": {
|
||
"default": {
|
||
"visibleDefaultEngines": [
|
||
- "google-b-m", "bing", "ddg", "wikipedia-zh-TW", "startpage", "brave"
|
||
+ "google-b-m", "leosearch", "ddg", "wikipedia-zh-TW", "startpage", "brave"
|
||
]
|
||
}
|
||
}
|
||
diff --git a/automation/releasetools/PrintMentionedIssuesAndPrs.kts b/automation/releasetools/PrintMentionedIssuesAndPrs.kts
|
||
index d11e45db5..886ac6f8e 100644
|
||
--- a/automation/releasetools/PrintMentionedIssuesAndPrs.kts
|
||
+++ b/automation/releasetools/PrintMentionedIssuesAndPrs.kts
|
||
@@ -58,7 +58,7 @@ fun getMostRecentCommonAncestorWithMaster(tag: String): String {
|
||
fun gitLogSince(sha: String): String {
|
||
val returnAsString = "--no-pager"
|
||
val maxCount = "-500"
|
||
- // There is no plumbing version of 'git log', but pretty formatting provides a
|
||
+ // There is no plumleosearch version of 'git log', but pretty formatting provides a
|
||
// mostly consistent return value
|
||
// See: https://stackoverflow.com/a/53584289/9307461
|
||
val formatSubjectOnly = "--pretty=format:%s"
|
||
diff --git a/docs/Architecture-Decisions.md b/docs/Architecture-Decisions.md
|
||
index 4bfd5c8f8..0a3ce1ca8 100644
|
||
--- a/docs/Architecture-Decisions.md
|
||
+++ b/docs/Architecture-Decisions.md
|
||
@@ -45,7 +45,7 @@ Netflix's architecture moves all UX-related code away from activities and fragme
|
||
|
||
The actual components' inflated views are dropped into ConstraintLayouts and are tied together by applying programmatic ConstraintSets. ConstraintLayouts and ConstraintSets also tie nicely into the new and ultra-powerful MotionLayouts to empower rich animations.
|
||
|
||
-Here are some videos of Juliano Moraes of Netflix describing their architecture:
|
||
+Here are some videos of Juliano Moraes of Netflix descrileosearch their architecture:
|
||
|
||
[DroidCon NYC part 1 video](https://www.youtube.com/watch?v=dS9gho9Rxn4)
|
||
|
||
--
|
||
2.34.1
|
||
|