diff --git a/focus-ios/Blockzilla.xcodeproj/project.pbxproj b/focus-ios/Blockzilla.xcodeproj/project.pbxproj index 52c584a313660..a9fc68b3f8f9f 100644 --- a/focus-ios/Blockzilla.xcodeproj/project.pbxproj +++ b/focus-ios/Blockzilla.xcodeproj/project.pbxproj @@ -87,7 +87,6 @@ B101243E2B4EE8C20099F3CA /* URLValidationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = B101243D2B4EE8C20099F3CA /* URLValidationTest.swift */; }; B3481A551FCF261900CA2EA6 /* AutocompleteCustomUrlViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3481A541FCF261900CA2EA6 /* AutocompleteCustomUrlViewController.swift */; }; B3AFC2BC1F7C0B9F001AEF38 /* LegacyWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3AFC2BB1F7C0B9F001AEF38 /* LegacyWebViewController.swift */; }; - F0A1B2C42E8F100000000002 /* PasskeyAvailability.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A1B2C42E8F100000000004 /* PasskeyAvailability.swift */; }; B3CD41C91FD1027000AEBD58 /* InsetTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3CD41C81FD1027000AEBD58 /* InsetTextField.swift */; }; B3CD41CC1FD1CAF000AEBD58 /* PaddedSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3CD41CB1FD1CAF000AEBD58 /* PaddedSwitch.swift */; }; B3D23BEF1FA3A9E500D9C50F /* postload.js in Resources */ = {isa = PBXBuildFile; fileRef = B3D23BEE1FA3A9E500D9C50F /* postload.js */; }; @@ -137,8 +136,6 @@ C89AA96E271720330089838F /* ThemeTableViewToggleCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89AA969271720330089838F /* ThemeTableViewToggleCell.swift */; }; C89AA96F271720330089838F /* ThemeTableViewAccessoryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89AA96A271720330089838F /* ThemeTableViewAccessoryCell.swift */; }; C89AA970271720330089838F /* Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89AA96B271720330089838F /* Theme.swift */; }; - F0A1B2C32E8F100000000001 /* NightModeAllFramesAtDocumentStart.js in Resources */ = {isa = PBXBuildFile; fileRef = F0A1B2C32E8F100000000003 /* NightModeAllFramesAtDocumentStart.js */; }; - F0A1B2C32E8F100000000002 /* WebsiteDarkModeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A1B2C32E8F100000000004 /* WebsiteDarkModeController.swift */; }; C8A9FE0A26E7A63F00A9C72B /* UserDefault.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8A9FE0926E7A5B900A9C72B /* UserDefault.swift */; }; C8AC706427DF972B00165824 /* AuthenticationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8AC706327DF972B00165824 /* AuthenticationManager.swift */; }; C8C74BF4271D5D310009CE5A /* ActionFooterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C74BF3271D5D310009CE5A /* ActionFooterView.swift */; }; @@ -240,6 +237,9 @@ EB84F9712093815500BA6739 /* effective_tld_names.dat in Resources */ = {isa = PBXBuildFile; fileRef = EB84F9702093815500BA6739 /* effective_tld_names.dat */; }; EBE44F4E20ADDF6A005AFEA6 /* SmartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE44F4D20ADDF6A005AFEA6 /* SmartLabel.swift */; }; ED5ACDB02CE6AABF00A55506 /* Sentry-Dynamic in Frameworks */ = {isa = PBXBuildFile; productRef = ED5ACDAF2CE6AABF00A55506 /* Sentry-Dynamic */; }; + F0A1B2C32E8F100000000001 /* NightModeAllFramesAtDocumentStart.js in Resources */ = {isa = PBXBuildFile; fileRef = F0A1B2C32E8F100000000003 /* NightModeAllFramesAtDocumentStart.js */; }; + F0A1B2C32E8F100000000002 /* WebsiteDarkModeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A1B2C32E8F100000000004 /* WebsiteDarkModeController.swift */; }; + F0A1B2C42E8F100000000002 /* PasskeyAvailability.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A1B2C42E8F100000000004 /* PasskeyAvailability.swift */; }; F74E8109218183F400D18535 /* SearchSuggestionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = F74E8108218183F400D18535 /* SearchSuggestionsTest.swift */; }; F7B3E49D2165C32B00118785 /* SearchSuggestionsPromptView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7B3E49C2165C32B00118785 /* SearchSuggestionsPromptView.swift */; }; F805722F1DBEE504004339C1 /* WebCacheUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = F805722E1DBEE504004339C1 /* WebCacheUtils.swift */; }; @@ -743,7 +743,6 @@ B101243D2B4EE8C20099F3CA /* URLValidationTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLValidationTest.swift; sourceTree = ""; }; B3481A541FCF261900CA2EA6 /* AutocompleteCustomUrlViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutocompleteCustomUrlViewController.swift; sourceTree = ""; }; B3AFC2BB1F7C0B9F001AEF38 /* LegacyWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LegacyWebViewController.swift; sourceTree = ""; }; - F0A1B2C42E8F100000000004 /* PasskeyAvailability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasskeyAvailability.swift; sourceTree = ""; }; B3CD41C81FD1027000AEBD58 /* InsetTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InsetTextField.swift; sourceTree = ""; }; B3CD41CB1FD1CAF000AEBD58 /* PaddedSwitch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaddedSwitch.swift; sourceTree = ""; }; B3D23BEE1FA3A9E500D9C50F /* postload.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = postload.js; sourceTree = ""; }; @@ -789,8 +788,6 @@ C89AA969271720330089838F /* ThemeTableViewToggleCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThemeTableViewToggleCell.swift; sourceTree = ""; }; C89AA96A271720330089838F /* ThemeTableViewAccessoryCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThemeTableViewAccessoryCell.swift; sourceTree = ""; }; C89AA96B271720330089838F /* Theme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Theme.swift; sourceTree = ""; }; - F0A1B2C32E8F100000000003 /* NightModeAllFramesAtDocumentStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = NightModeAllFramesAtDocumentStart.js; sourceTree = ""; }; - F0A1B2C32E8F100000000004 /* WebsiteDarkModeController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebsiteDarkModeController.swift; sourceTree = ""; }; C8A9FE0926E7A5B900A9C72B /* UserDefault.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefault.swift; sourceTree = ""; }; C8AC706327DF972B00165824 /* AuthenticationManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationManager.swift; sourceTree = ""; }; C8C74BF3271D5D310009CE5A /* ActionFooterView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActionFooterView.swift; sourceTree = ""; }; @@ -1220,6 +1217,9 @@ EB84F96E209380CE00BA6739 /* URLExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = URLExtensions.swift; sourceTree = ""; }; EB84F9702093815500BA6739 /* effective_tld_names.dat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = effective_tld_names.dat; sourceTree = ""; }; EBE44F4D20ADDF6A005AFEA6 /* SmartLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SmartLabel.swift; sourceTree = ""; }; + F0A1B2C32E8F100000000003 /* NightModeAllFramesAtDocumentStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = NightModeAllFramesAtDocumentStart.js; sourceTree = ""; }; + F0A1B2C32E8F100000000004 /* WebsiteDarkModeController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebsiteDarkModeController.swift; sourceTree = ""; }; + F0A1B2C42E8F100000000004 /* PasskeyAvailability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasskeyAvailability.swift; sourceTree = ""; }; F4C4943B406FCA9B74B4E186 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; }; F74E8108218183F400D18535 /* SearchSuggestionsTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchSuggestionsTest.swift; sourceTree = ""; }; F7B3E49C2165C32B00118785 /* SearchSuggestionsPromptView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchSuggestionsPromptView.swift; sourceTree = ""; }; diff --git a/focus-ios/Blockzilla/am.lproj/Localizable.strings b/focus-ios/Blockzilla/am.lproj/Localizable.strings index 87f7104a26796..e8e8ef6484d9c 100644 --- a/focus-ios/Blockzilla/am.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/am.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "ነባሪ አሳሽ አድርገህ አስቀምጥ"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "የአሰሳ ታሪክዎን፣ የይለፍ ቃሎችዎን፣ ኩኪዎችዎን ያጥፉ እና አላስፈላጊ ማስታወቂያዎችን በቀላል ጠቅታ እንዳትከተልሉዎ ያግዱ!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "ታሪክዎ አይከተልዎትም"; diff --git a/focus-ios/Blockzilla/ar.lproj/Localizable.strings b/focus-ios/Blockzilla/ar.lproj/Localizable.strings index 666e29e764a2d..21edd3c715d8a 100644 --- a/focus-ios/Blockzilla/ar.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/ar.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "اضبطه ليكون المتصفّح المبدئي"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "امسح سجل تصفحك وكلمات مرورك وملفات تعريف ارتباطك، وامنع الإعلانات غير المرغوب فيها من متابعتك بنقرة بسيطة!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "تأريخك لا يتبعك"; diff --git a/focus-ios/Blockzilla/be.lproj/Localizable.strings b/focus-ios/Blockzilla/be.lproj/Localizable.strings index e3506dac05649..77506230864e7 100644 --- a/focus-ios/Blockzilla/be.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/be.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Зрабіць прадвызначаным браўзерам"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Адным націскам выдаліце гісторыю аглядання, паролі, кукі і не дайце непажаданай рэкламе ісці за вамі!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Ваша гісторыя не ходзіць за вамі"; diff --git a/focus-ios/Blockzilla/bg.lproj/Localizable.strings b/focus-ios/Blockzilla/bg.lproj/Localizable.strings index b46e5e4e62df2..c72da51bebf09 100644 --- a/focus-ios/Blockzilla/bg.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/bg.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Задаване като браузър по подразбиране"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Изтрийте вашата история на сърфиране, пароли, бисквитки и предотвратете нежеланите реклами да ви следват с едно просто щракване!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Вашата история не ви следва"; diff --git a/focus-ios/Blockzilla/br.lproj/Localizable.strings b/focus-ios/Blockzilla/br.lproj/Localizable.strings index 7998ed41b0a1e..74a02cf926b91 100644 --- a/focus-ios/Blockzilla/br.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/br.lproj/Localizable.strings @@ -208,9 +208,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Lakaat da verdeer dre ziouer"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Dilemel roll-istor ar merdeiñ, ar gerioù-tremen, an toupinoù ha mirout ouzh ar bruderezhioù strobus da heuliañ ac'hanoc'h gant ur c'hlik nemetken!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Ho roll istor ne heuilh ket ac'hanoc'h"; diff --git a/focus-ios/Blockzilla/bs.lproj/Localizable.strings b/focus-ios/Blockzilla/bs.lproj/Localizable.strings index 178fc6065b2bf..4bedc63f9ab3e 100644 --- a/focus-ios/Blockzilla/bs.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/bs.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Postavi kao zadani pretraživač"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Izbrišite svoju historiju pretraživanja, lozinke, kolačiće i spriječite neželjene oglase da vas prate, jednim klikom!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Vaša historija vas ne prati"; diff --git a/focus-ios/Blockzilla/ca.lproj/Localizable.strings b/focus-ios/Blockzilla/ca.lproj/Localizable.strings index 3c1c1b11a85a9..1cfda3c845a86 100644 --- a/focus-ios/Blockzilla/ca.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/ca.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Defineix com a navegador per defecte"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Elimineu l'historial de navegació, contrasenyes i galetes i eviteu que anuncis no desitjats us segueixin amb un sol clic!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "El vostre historial no us segueix"; diff --git a/focus-ios/Blockzilla/co.lproj/Localizable.strings b/focus-ios/Blockzilla/co.lproj/Localizable.strings index bba7d036179fb..36850c7cbe13b 100644 --- a/focus-ios/Blockzilla/co.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/co.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Sceglie cum’è navigatore predefinitu"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "D’un cliccu simplice, squassate a vostra cronolugia di navigazione, e vostre parolle d’intesa, i vostri canistrelli, è impedite e publicità indesiderevule di seguitavvi."; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "A vostra cronolugia ùn vi seguita micca"; diff --git a/focus-ios/Blockzilla/cs.lproj/Localizable.strings b/focus-ios/Blockzilla/cs.lproj/Localizable.strings index baa59cfa7caec..602724fb07fcd 100644 --- a/focus-ios/Blockzilla/cs.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/cs.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Nastavit jako výchozí prohlížeč"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Smažte svou historii prohlížení, hesla a cookies a zabraňte jedním klepnutím nechtěným reklamám, aby vás pronásledovaly."; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Vaše historie vás nevysleduje"; diff --git a/focus-ios/Blockzilla/cy.lproj/Localizable.strings b/focus-ios/Blockzilla/cy.lproj/Localizable.strings index 03a59d6edaa22..8ec57dfb9bdfd 100644 --- a/focus-ios/Blockzilla/cy.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/cy.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Gosod fel y Porwr Ragosodedig"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Dilewch eich hanes pori, cyfrineiriau, cwcis, ac atal hysbysebion diangen rhag eich dilyn chi drwy un clic syml!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Nid yw eich hanes yn eich dilyn"; diff --git a/focus-ios/Blockzilla/da.lproj/Localizable.strings b/focus-ios/Blockzilla/da.lproj/Localizable.strings index 0b5599c36f496..8da5c172521c5 100644 --- a/focus-ios/Blockzilla/da.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/da.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Angiv som standardbrowser"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Med ét klik kan du slette din browserhistorik, dine adgangskoder og cookies - og forhindre uønskede reklamer i at følge dig."; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Din historik følger dig ikke"; diff --git a/focus-ios/Blockzilla/de.lproj/Localizable.strings b/focus-ios/Blockzilla/de.lproj/Localizable.strings index d183304968b4e..16abab5ccd086 100644 --- a/focus-ios/Blockzilla/de.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/de.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Als Standardbrowser festlegen"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Löschen Sie mit einem einfachen Klick Ihre Surf-Chronik, Passwörter, Cookies und verhindern Sie, dass unerwünschte Anzeigen Sie verfolgen!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Ihre Chronik verfolgt Sie nicht"; diff --git a/focus-ios/Blockzilla/dsb.lproj/Localizable.strings b/focus-ios/Blockzilla/dsb.lproj/Localizable.strings index cb440494867ea..4e409e9c26b9a 100644 --- a/focus-ios/Blockzilla/dsb.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/dsb.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Ako standardny wobglědowak nastajiś"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Lašujśo swóju pśeglědowańsku historiju, gronidła, cookieje, a zajźujśo z jadnym kliknjenim tomu, až wam njewitane wabjenje slědujo!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Waša historija wam njeslědujo"; diff --git a/focus-ios/Blockzilla/el.lproj/Localizable.strings b/focus-ios/Blockzilla/el.lproj/Localizable.strings index 2d843d007c7af..633296628e89b 100644 --- a/focus-ios/Blockzilla/el.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/el.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Ορισμός ως προεπιλογή"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Διαγράψτε το ιστορικό περιήγησης, τα συνθηματικά, τα cookie σας και αποτρέψτε την καταγραφή από ανεπιθύμητες διαφημίσεις με ένα μόνο πάτημα!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Το ιστορικό σας δεν σας ακολουθεί"; diff --git a/focus-ios/Blockzilla/en-CA.lproj/Intro.strings b/focus-ios/Blockzilla/en-CA.lproj/Intro.strings index b931b901f6d85..33fc3e77165fc 100644 --- a/focus-ios/Blockzilla/en-CA.lproj/Intro.strings +++ b/focus-ios/Blockzilla/en-CA.lproj/Intro.strings @@ -1,5 +1,5 @@ /* Description for the 'History' panel in the First Run tour. */ -"Intro.Slides.History.Description" = "Clear your browsing session history and cached files anytime with a single tap."; +"Intro.Slides.History.Description" = "Clear your entire browsing session history, passwords, cookies anytime with a single tap."; /* Title for the third panel 'History' in the First Run tour. */ "Intro.Slides.History.Title" = "Your history is history"; @@ -21,3 +21,4 @@ /* Title for the first panel 'Welcome' in the First Run tour. */ "Intro.Slides.Welcome.Title" = "Power up your privacy"; + diff --git a/focus-ios/Blockzilla/en-CA.lproj/Localizable.strings b/focus-ios/Blockzilla/en-CA.lproj/Localizable.strings index 39a11a4e1711e..dd25e4a1df955 100644 --- a/focus-ios/Blockzilla/en-CA.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/en-CA.lproj/Localizable.strings @@ -11,7 +11,7 @@ "About.privateBullet2" = "Block trackers (or update settings to allow trackers)"; /* Label on About screen */ -"About.privateBullet3" = "Erase to delete search and browsing history"; +"About.privateBullet3" = "Erase to delete cookies as well as search and browsing history"; /* Label on About screen */ "About.privateBulletHeader" = "Use it as a private browser:"; @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Set as Default Browser"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Erase your browsing history and cached files, and prevent unwanted ads from following you in a simple click!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Your history doesn’t follow you"; @@ -641,10 +638,10 @@ "TooltipBodyText.ShieldIconTrackerBlocked.V2" = "Got ‘em! We stopped this site from spying on you. Tap the shield any time to see what we’re blocking."; /* This is the body text that is displayed for the Trash icon tooltip */ -"TooltipBodyText.TrashIcon" = "Tap the trash anytime to clear your current page and browsing history."; +"TooltipBodyText.TrashIcon" = "Tap the trash anytime to remove all traces of your current session."; /* This is the body text that is displayed for the Trash icon tooltip */ -"TooltipBodyText.TrashIcon.V2" = "Tap here to clear history and cached files, then start fresh on a new tab."; +"TooltipBodyText.TrashIcon.V2" = "Tap here to trash it all — history, cookies, everything — and start fresh on a new tab."; /* This is the title text that is displayed for the Privacy tooltip */ "TooltipTitleText.Privacy" = "You’re protected! "; @@ -708,3 +705,4 @@ /* Title shown on card view explaining the app has a widget option */ "WidgetOnboardingCard.Title" = "Browsing history cleared! 🎉"; + diff --git a/focus-ios/Blockzilla/en-GB.lproj/Intro.strings b/focus-ios/Blockzilla/en-GB.lproj/Intro.strings index 5bb99f94d4255..dbee259fde59d 100644 --- a/focus-ios/Blockzilla/en-GB.lproj/Intro.strings +++ b/focus-ios/Blockzilla/en-GB.lproj/Intro.strings @@ -1,5 +1,5 @@ /* Description for the 'History' panel in the First Run tour. */ -"Intro.Slides.History.Description" = "Clear your browsing session history and cached files at any time with a single tap."; +"Intro.Slides.History.Description" = "Clear your entire browsing session history, passwords and cookies at any time with a single tap."; /* Title for the third panel 'History' in the First Run tour. */ "Intro.Slides.History.Title" = "Your history is history"; @@ -21,3 +21,4 @@ /* Title for the first panel 'Welcome' in the First Run tour. */ "Intro.Slides.Welcome.Title" = "Power up your privacy"; + diff --git a/focus-ios/Blockzilla/en-GB.lproj/Localizable.strings b/focus-ios/Blockzilla/en-GB.lproj/Localizable.strings index 0075e64ade36e..7614386e7f265 100644 --- a/focus-ios/Blockzilla/en-GB.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/en-GB.lproj/Localizable.strings @@ -11,7 +11,7 @@ "About.privateBullet2" = "Block trackers (or update settings to allow trackers)"; /* Label on About screen */ -"About.privateBullet3" = "Erase to delete search and browsing history"; +"About.privateBullet3" = "Erase to delete cookies as well as search and browsing history"; /* Label on About screen */ "About.privateBulletHeader" = "Use it as a private browser:"; @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Set as Default Browser"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Erase your browsing history and cached files, and prevent unwanted ads from following you in a simple click!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Your history doesn’t follow you"; @@ -641,10 +638,10 @@ "TooltipBodyText.ShieldIconTrackerBlocked.V2" = "Got ‘em! We stopped this site from spying on you. Tap the shield any time to see what we’re blocking."; /* This is the body text that is displayed for the Trash icon tooltip */ -"TooltipBodyText.TrashIcon" = "Tap the trash at any time to clear your current page and browsing history."; +"TooltipBodyText.TrashIcon" = "Tap the trash at any time to remove all traces of your current session."; /* This is the body text that is displayed for the Trash icon tooltip */ -"TooltipBodyText.TrashIcon.V2" = "Tap here to clear history and cached files, then start fresh on a new tab."; +"TooltipBodyText.TrashIcon.V2" = "Tap here to trash it all — history, cookies, everything — and start fresh on a new tab."; /* This is the title text that is displayed for the Privacy tooltip */ "TooltipTitleText.Privacy" = "You’re protected!"; @@ -708,3 +705,4 @@ /* Title shown on card view explaining the app has a widget option */ "WidgetOnboardingCard.Title" = "Browsing history cleared! 🎉"; + diff --git a/focus-ios/Blockzilla/en-US.lproj/Intro.strings b/focus-ios/Blockzilla/en-US.lproj/Intro.strings index b931b901f6d85..33fc3e77165fc 100644 --- a/focus-ios/Blockzilla/en-US.lproj/Intro.strings +++ b/focus-ios/Blockzilla/en-US.lproj/Intro.strings @@ -1,5 +1,5 @@ /* Description for the 'History' panel in the First Run tour. */ -"Intro.Slides.History.Description" = "Clear your browsing session history and cached files anytime with a single tap."; +"Intro.Slides.History.Description" = "Clear your entire browsing session history, passwords, cookies anytime with a single tap."; /* Title for the third panel 'History' in the First Run tour. */ "Intro.Slides.History.Title" = "Your history is history"; @@ -21,3 +21,4 @@ /* Title for the first panel 'Welcome' in the First Run tour. */ "Intro.Slides.Welcome.Title" = "Power up your privacy"; + diff --git a/focus-ios/Blockzilla/en-US.lproj/Localizable.strings b/focus-ios/Blockzilla/en-US.lproj/Localizable.strings index 8015d01ff6ec4..799fe6124a1d2 100644 --- a/focus-ios/Blockzilla/en-US.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/en-US.lproj/Localizable.strings @@ -11,7 +11,7 @@ "About.privateBullet2" = "Block trackers (or update settings to allow trackers)"; /* Label on About screen */ -"About.privateBullet3" = "Erase to delete search and browsing history"; +"About.privateBullet3" = "Erase to delete cookies as well as search and browsing history"; /* Label on About screen */ "About.privateBulletHeader" = "Use it as a private browser:"; @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Set as Default Browser"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Erase your browsing history and cached files, and prevent unwanted ads from following you in a simple click!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Your history doesn’t follow you"; @@ -641,10 +638,10 @@ "TooltipBodyText.ShieldIconTrackerBlocked.V2" = "Got ‘em! We stopped this site from spying on you. Tap the shield any time to see what we’re blocking."; /* This is the body text that is displayed for the Trash icon tooltip */ -"TooltipBodyText.TrashIcon" = "Tap the trash anytime to clear your current page and browsing history."; +"TooltipBodyText.TrashIcon" = "Tap the trash anytime to remove all traces of your current session."; /* This is the body text that is displayed for the Trash icon tooltip */ -"TooltipBodyText.TrashIcon.V2" = "Tap here to clear history and cached files, then start fresh on a new tab."; +"TooltipBodyText.TrashIcon.V2" = "Tap here to trash it all — history, cookies, everything — and start fresh on a new tab."; /* This is the title text that is displayed for the Privacy tooltip */ "TooltipTitleText.Privacy" = "You’re protected! "; @@ -708,3 +705,4 @@ /* Title shown on card view explaining the app has a widget option */ "WidgetOnboardingCard.Title" = "Browsing history cleared! 🎉"; + diff --git a/focus-ios/Blockzilla/eo.lproj/Localizable.strings b/focus-ios/Blockzilla/eo.lproj/Localizable.strings index 25ed46061e60b..574322b9b6bee 100644 --- a/focus-ios/Blockzilla/eo.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/eo.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Difini kiel norma retumilo"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Forigi vian retuman historion, pasvortojn, kuketojn kaj eviti ke nedezirataj reklamoj spuru vin tra la reto, pero unu alklako!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Via historio ne sekvas vin"; diff --git a/focus-ios/Blockzilla/es-AR.lproj/Localizable.strings b/focus-ios/Blockzilla/es-AR.lproj/Localizable.strings index 73b2346d8846e..3fdfc93ea7923 100644 --- a/focus-ios/Blockzilla/es-AR.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/es-AR.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Establecer como navegador predeterminado"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "¡Eliminá tu historial de navegación, contraseñas, cookies y evitá que los anuncios no deseados te sigan con un simple clic!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Tu historial no te sigue"; diff --git a/focus-ios/Blockzilla/es-CL.lproj/Localizable.strings b/focus-ios/Blockzilla/es-CL.lproj/Localizable.strings index 743078ba85e67..26a1168dee961 100644 --- a/focus-ios/Blockzilla/es-CL.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/es-CL.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Establecer como navegador predeterminado"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "¡Borra tu historial de navegación, contraseñas, cookies y evita que los anuncios no deseados te sigan con un simple clic!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Tu historial no te sigue"; diff --git a/focus-ios/Blockzilla/es-ES.lproj/Localizable.strings b/focus-ios/Blockzilla/es-ES.lproj/Localizable.strings index 16346335e8a26..f4eb95c496c90 100644 --- a/focus-ios/Blockzilla/es-ES.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/es-ES.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Establecer como navegador predeterminado"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "¡Borra tu historial de navegación, contraseñas, cookies y con un simple clic evita que te sigan los anuncios no deseados!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Tu historial no te sigue"; diff --git a/focus-ios/Blockzilla/es-MX.lproj/Localizable.strings b/focus-ios/Blockzilla/es-MX.lproj/Localizable.strings index 7d5d8e82dbdc8..d14ebbe611302 100644 --- a/focus-ios/Blockzilla/es-MX.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/es-MX.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Establecer como navegador predeterminado"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "¡Borra tu historial de navegación, contraseñas, cookies y evita que los anuncios no deseados te sigan con un simple clic!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Tu historial no te sigue"; diff --git a/focus-ios/Blockzilla/es.lproj/Localizable.strings b/focus-ios/Blockzilla/es.lproj/Localizable.strings index 16346335e8a26..f4eb95c496c90 100644 --- a/focus-ios/Blockzilla/es.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/es.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Establecer como navegador predeterminado"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "¡Borra tu historial de navegación, contraseñas, cookies y con un simple clic evita que te sigan los anuncios no deseados!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Tu historial no te sigue"; diff --git a/focus-ios/Blockzilla/et.lproj/Localizable.strings b/focus-ios/Blockzilla/et.lproj/Localizable.strings index f01489505a0d4..9a2364368d777 100644 --- a/focus-ios/Blockzilla/et.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/et.lproj/Localizable.strings @@ -178,9 +178,6 @@ /* Text for a label that indicates the title of button from onboarding screen */ "Onboarding.Button.Title" = "Alusta veebilehitsemist"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Kustuta lehitsemise ajalugu, paroolid ja küpsised ning väldi ühe puutega reklaamide poolt jälitamist!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Sinu ajalugu ei jälita sind"; diff --git a/focus-ios/Blockzilla/eu.lproj/Localizable.strings b/focus-ios/Blockzilla/eu.lproj/Localizable.strings index f99e8f110f50d..06e9a4bf6f97e 100644 --- a/focus-ios/Blockzilla/eu.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/eu.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Ezarri nabigatzaile lehenetsi gisa"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Ezabatu zure nabigazio-historia, pasahitzak, cookieak eta eragotzi iragarkiek zure jarraipena egitea klik bakarrarekin!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Zure historiak ez du zure jarraipenik egiten"; diff --git a/focus-ios/Blockzilla/fi.lproj/Localizable.strings b/focus-ios/Blockzilla/fi.lproj/Localizable.strings index 5e2cb48e4c539..b5da75ec8fb8a 100644 --- a/focus-ios/Blockzilla/fi.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/fi.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Aseta oletusselaimeksi"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Tyhjennä selaushistoriasi, salasanasi, evästeesi ja estä ei-toivottuja mainoksia seuraamasta sinua yhdellä napsautuksella!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Historiasi ei seuraa sinua"; diff --git a/focus-ios/Blockzilla/fr.lproj/Localizable.strings b/focus-ios/Blockzilla/fr.lproj/Localizable.strings index 3e518710025b7..ae98c32903214 100644 --- a/focus-ios/Blockzilla/fr.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/fr.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Définir comme navigateur par défaut"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Effacez votre historique de navigation, vos mots de passe, vos cookies, et empêchez les publicités indésirables de vous suivre d’un simple clic !"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Libérez-vous de votre historique"; diff --git a/focus-ios/Blockzilla/gd.lproj/Localizable.strings b/focus-ios/Blockzilla/gd.lproj/Localizable.strings index e21236c4a613b..9610379d08c9c 100644 --- a/focus-ios/Blockzilla/gd.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/gd.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Suidhich mar am brabhsair bunaiteach"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Suath bàn an eachdraidh brabhsaidh, na faclan-faire is briosgaidean agus cuir casg air sanasachd o bhith gad leantainn ann an aon bhriogadh!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Chan eil an eachdraidh gad leantainn mun cuairt"; diff --git a/focus-ios/Blockzilla/gl.lproj/Localizable.strings b/focus-ios/Blockzilla/gl.lproj/Localizable.strings index a8cf9cc243cba..1c2a4af0317cd 100644 --- a/focus-ios/Blockzilla/gl.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/gl.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Estabelecer como navegador predeterminado"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Borre o seu historial de navegación, contrasinais, cookies e evite que os anuncios non desexados o sigan cun só clic!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "A súa historia non o segue"; diff --git a/focus-ios/Blockzilla/he.lproj/Localizable.strings b/focus-ios/Blockzilla/he.lproj/Localizable.strings index 8210f5cc23038..c888349e8fb08 100644 --- a/focus-ios/Blockzilla/he.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/he.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "הגדרה כדפדפן ברירת המחדל"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "למחוק את היסטוריית הגלישה, הססמאות והעוגיות שלך ולמנוע מפרסומות לא רצויות לעקוב אחריך בלחיצה אחת!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "ההיסטוריה שלך לא עוקבת אחריך"; diff --git a/focus-ios/Blockzilla/hsb.lproj/Localizable.strings b/focus-ios/Blockzilla/hsb.lproj/Localizable.strings index 8c2a9bc8a819a..5e49cc8ef9e3d 100644 --- a/focus-ios/Blockzilla/hsb.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/hsb.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Jako standardny wobhladowak nastajić"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Zhašejće swoju přehladowansku historiju, hesła, placki, a zadźěwajće z jednym kliknjenjom tomu, zo wam njewitane wabjenje slěduje!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Waša historija wam njeslěduje"; diff --git a/focus-ios/Blockzilla/hu.lproj/Localizable.strings b/focus-ios/Blockzilla/hu.lproj/Localizable.strings index 9b40517d6c214..3c2c2dd1bf5ea 100644 --- a/focus-ios/Blockzilla/hu.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/hu.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Beállítás alapértelmezett böngészőként"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Egyetlen kattintással törölheti böngészési előzményeit, jelszavait, sütijeit, és megakadályozhatja, hogy a nem kívánt hirdetések kövessék."; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Az előzményei nem követik Önt"; diff --git a/focus-ios/Blockzilla/ia.lproj/Localizable.strings b/focus-ios/Blockzilla/ia.lproj/Localizable.strings index 8708a8f2c1a68..ae88b1a68efd3 100644 --- a/focus-ios/Blockzilla/ia.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/ia.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Eliger como navigator predefinite"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Per un simple clic, cancella chronologia de navigation, contrasignos, cookies, e impedi al avisos publicitari indesiderate de sequer te!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Tu chronologia non te seque plus"; diff --git a/focus-ios/Blockzilla/id.lproj/Localizable.strings b/focus-ios/Blockzilla/id.lproj/Localizable.strings index 57899347673e5..90385742eca69 100644 --- a/focus-ios/Blockzilla/id.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/id.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Setel sebagai Peramban Baku"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Hapus riwayat penjelajahan, sandi, kuki, dan cegah iklan yang tidak diinginkan untuk mengikuti Anda dengan sekali klik!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Riwayat Anda tidak mengikuti"; diff --git a/focus-ios/Blockzilla/is.lproj/Localizable.strings b/focus-ios/Blockzilla/is.lproj/Localizable.strings index 665742548378f..38e58a35e5a19 100644 --- a/focus-ios/Blockzilla/is.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/is.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Setja sem sjálfgefinn vafra"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Eyddu vafraferli þínum, lykilorðum, vafrakökum og komdu í veg fyrir að óæskilegar auglýsingar fylgi þér, allt með einum smelli!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Sagan þín fylgir þér ekki"; diff --git a/focus-ios/Blockzilla/it.lproj/Localizable.strings b/focus-ios/Blockzilla/it.lproj/Localizable.strings index e63244f42dd6d..b190b094c023c 100644 --- a/focus-ios/Blockzilla/it.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/it.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Imposta come browser predefinito"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Con un solo clic elimina la cronologia di navigazione, le password, i cookie e impedisci alle pubblicità indesiderate di seguirti."; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Liberati della tua cronologia"; diff --git a/focus-ios/Blockzilla/ja.lproj/Localizable.strings b/focus-ios/Blockzilla/ja.lproj/Localizable.strings index 8b73dd8f22556..d06093bd843d6 100644 --- a/focus-ios/Blockzilla/ja.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/ja.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "デフォルトブラウザーに設定する"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "クリックするだけでブラウジング履歴、パスワード、Cookie を消去し、不要な広告による追跡を防ぎます。"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "あなたの足跡から追跡されません"; diff --git a/focus-ios/Blockzilla/ka.lproj/Localizable.strings b/focus-ios/Blockzilla/ka.lproj/Localizable.strings index 21574a2db272f..6a13b0be55fc0 100644 --- a/focus-ios/Blockzilla/ka.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/ka.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "ნაგულისხმევ ბრაუზერად დაყენება"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "გაასუფთავეთ მონახულებული გვერდების ისტორია, პაროლები, ფუნთუშები და აუკრძალეთ არასასურველ რეკლამებს დადევნების საშუალება, მხოლოდ ერთი დაწკაპებით!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "წარსული ვერ დაგედევნებათ კუდში"; diff --git a/focus-ios/Blockzilla/kab.lproj/Localizable.strings b/focus-ios/Blockzilla/kab.lproj/Localizable.strings index f5600f9ea05ef..514406e34ffbe 100644 --- a/focus-ios/Blockzilla/kab.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/kab.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Sbadu-t d iminig amezwer"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Sfeḍ azray-ik•im n Tunigin, awalen-ik•im uffir, inagan-ik•im n tuqqna, tesweḥleḍ adellel akken ur ak•akem-iṭṭafar ara s yiwen kan usiti!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Azray-ik·im ur ak·akem-iṭṭafar ara"; diff --git a/focus-ios/Blockzilla/kk.lproj/Localizable.strings b/focus-ios/Blockzilla/kk.lproj/Localizable.strings index 1aa6129e325dd..5b3ae347c4d64 100644 --- a/focus-ios/Blockzilla/kk.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/kk.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Негізгі браузер қылу"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Қарапайым шерту арқылы шолу тарихын, парольдер, cookie файлдарын өшіріңіз және қажетсіз жарнамалардың сіздің соңыңыздан еруін болдырмаңыз!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Сіздің тарихыңыз сіздің соңыңыздан ермейді"; diff --git a/focus-ios/Blockzilla/ko.lproj/Localizable.strings b/focus-ios/Blockzilla/ko.lproj/Localizable.strings index 2b9cf30a34c39..10720ea91c678 100644 --- a/focus-ios/Blockzilla/ko.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/ko.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "기본 브라우저로 설정하기"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "클릭 한 번으로 인터넷 사용 기록, 비밀번호, 쿠키를 지우고 원치 않는 광고가 나를 따라오는 것을 방지할 수 있습니다!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "내 탐색 기록이 나를 따라다니지 않습니다."; diff --git a/focus-ios/Blockzilla/lo.lproj/Localizable.strings b/focus-ios/Blockzilla/lo.lproj/Localizable.strings index a477eba093f63..97b5951204ec7 100644 --- a/focus-ios/Blockzilla/lo.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/lo.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "ຕັ້ງໃຫ້ເປັນບຣາວເຊີຫລັກ"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "ລຶບປະຫວັດການທ່ອງເວັບ, ລະຫັດຜ່ານ, ຄຸກກີ້, ແລະປ້ອງກັນບໍ່ໃຫ້ໂຄສະນາທີ່ບໍ່ຕ້ອງການຕິດຕາມເຈົ້າດ້ວຍການຄລິກງ່າຍໆ!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "ປະຫວັດຂອງເຈົ້າບໍ່ຕິດຕາມເຈົ້າ"; diff --git a/focus-ios/Blockzilla/nb.lproj/Localizable.strings b/focus-ios/Blockzilla/nb.lproj/Localizable.strings index 197cd1e7c2b44..cc71f70289267 100644 --- a/focus-ios/Blockzilla/nb.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/nb.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Bruk som standard nettleser"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Slett nettleserhistorikken, passordene, infokapslene og hindre uønskede annonser fra å følge deg med et enkelt klikk!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Historikken din følger deg ikke"; diff --git a/focus-ios/Blockzilla/ne-NP.lproj/Localizable.strings b/focus-ios/Blockzilla/ne-NP.lproj/Localizable.strings index b79eecf3afed8..1c7772aa9555a 100644 --- a/focus-ios/Blockzilla/ne-NP.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/ne-NP.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "पूर्वनिर्धारित ब्राउजरको रूपमा सेट गर्नुहोस्"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "आफ्नो ब्राउजिङ्ग इतिहास, पासवर्डहरू, कुकीजहरू मेटाउनुहोस्, र नचाहिने विज्ञापनहरूलाई एक साधारण क्लिकमा तपाईंलाई पछ्याउनबाट रोक्नुहोस्!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "तपाईंको इतिहासले तपाईंलाई पछ्याउँदैन"; diff --git a/focus-ios/Blockzilla/nl.lproj/Localizable.strings b/focus-ios/Blockzilla/nl.lproj/Localizable.strings index 26e31b69368ac..af859a8e4b0df 100644 --- a/focus-ios/Blockzilla/nl.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/nl.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Als standaardbrowser instellen"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Wis uw navigatiegeschiedenis, wachtwoorden, cookies en voorkom dat ongewenste advertenties u volgen met een simpele klik!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Uw geschiedenis volgt u niet"; diff --git a/focus-ios/Blockzilla/nn.lproj/Localizable.strings b/focus-ios/Blockzilla/nn.lproj/Localizable.strings index 5957a679130be..e24693c57c0bb 100644 --- a/focus-ios/Blockzilla/nn.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/nn.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Bruk som standard nettlesar"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Slett nettlesarhistorikken, passorda, infokapslane og hindre uønskte annonsar frå å følgje deg med eit enkelt klikk!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Historikken din følgjer deg ikkje"; diff --git a/focus-ios/Blockzilla/pa-IN.lproj/Localizable.strings b/focus-ios/Blockzilla/pa-IN.lproj/Localizable.strings index a8b02a3bae4e5..1df7d9ab0cc8b 100644 --- a/focus-ios/Blockzilla/pa-IN.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/pa-IN.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "ਮੂਲ ਬਰਾਊਜ਼ਰ ਬਣਾਓ"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "ਬੱਸ ਇੱਕ ਕਲਿੱਕ ਨਾਲ ਆਪਣੇ ਬਰਾਊਜ਼ ਕਰਨ ਦਾ ਅਤੀਤ, ਪਾਸਵਰਡਾ, ਕੂਕੀਜ਼ ਨੂੰ ਮਿਟਾਓ ਅਤੇ ਬੇਲੋੜੇ ਇਸ਼ਤਿਹਾਰਾਂ ਨੂੰ ਤੁਹਾਡਾ ਪਿੱਛਾ ਕਰਨ ਰੋਕੋ!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "ਤੁਹਾਡਾ ਅਤੀਤ ਤੁਹਾਡਾ ਪਿੱਛਾ ਨਹੀਂ ਕਰਦਾ ਹੈ"; diff --git a/focus-ios/Blockzilla/pl.lproj/Localizable.strings b/focus-ios/Blockzilla/pl.lproj/Localizable.strings index d6a6cb3b2c1b7..cb9b6e1c66513 100644 --- a/focus-ios/Blockzilla/pl.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/pl.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Ustaw jako domyślną przeglądarkę"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Usuń historię przeglądania, hasła i ciasteczka oraz uniemożliw niechcianym reklamom chodzenie za Tobą po sieci jednym kliknięciem!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Twoja historia nie chodzi za Tobą"; diff --git a/focus-ios/Blockzilla/pt-BR.lproj/Localizable.strings b/focus-ios/Blockzilla/pt-BR.lproj/Localizable.strings index 2c52a92c2d755..eb4b3b5a3435b 100644 --- a/focus-ios/Blockzilla/pt-BR.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/pt-BR.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Definir como navegador padrão"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Apague o histórico de navegação, senhas, cookies e evite que anúncios indesejados sigam você com um simples clique!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Seu histórico não segue você"; diff --git a/focus-ios/Blockzilla/pt-PT.lproj/Localizable.strings b/focus-ios/Blockzilla/pt-PT.lproj/Localizable.strings index 481d6c4fead51..a271acca59d10 100644 --- a/focus-ios/Blockzilla/pt-PT.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/pt-PT.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Definir como navegador predefinido"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Apague o seu histórico de navegação, palavras-passe, cookies e evite que anúncios indesejados o(a) sigam com um simples clique!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "O seu histórico não o(a) segue"; diff --git a/focus-ios/Blockzilla/ro.lproj/Localizable.strings b/focus-ios/Blockzilla/ro.lproj/Localizable.strings index 1fb1a2a2d4041..5dad3bfbe9eb8 100644 --- a/focus-ios/Blockzilla/ro.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/ro.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Setează ca browser implicit"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Șterge istoricul de navigare, parolele, modulele cookie și împiedică reclamele nedorite să te urmărească, toate numai cu un simplu clic!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Istoricul tău nu te urmărește"; diff --git a/focus-ios/Blockzilla/ru.lproj/Localizable.strings b/focus-ios/Blockzilla/ru.lproj/Localizable.strings index 696634b365367..fdc2b0eea1511 100644 --- a/focus-ios/Blockzilla/ru.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/ru.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Установить браузером по умолчанию"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Одним нажатием сотрите историю посещения страниц, пароли, куки и не дайте следовать за вами нежелательной рекламе!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Ваша история за вами следовать не будет"; diff --git a/focus-ios/Blockzilla/scn.lproj/Localizable.strings b/focus-ios/Blockzilla/scn.lproj/Localizable.strings index 78e58ff1b7c82..efd84be95c381 100644 --- a/focus-ios/Blockzilla/scn.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/scn.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Cunfijura comu navigaturi pridifinutu"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Scancella a to crunuluggìa di navigazzioni, i chiavi, i viscotta e blocca i pubblicità di trazzàriti c’un toccu sulu!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "A to crunuluggìa nun ti sicuta"; diff --git a/focus-ios/Blockzilla/si.lproj/Localizable.strings b/focus-ios/Blockzilla/si.lproj/Localizable.strings index 0df2c96b23699..1a457ed1be593 100644 --- a/focus-ios/Blockzilla/si.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/si.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "පෙරනිමි අතිරික්සුව කරන්න"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "ඔබගේ පිරික්සුම් ඉතිහාසය, මුරපද, දත්තකඩ මකන්න සහ තනි එබීමකින් අනවශ්‍ය දැන්වීම් ඔබව ලුහුබැඳීමෙන් වළක්වන්න!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "ඔබගේ ඉතිහාසය ඔබව හඹා නොයයි"; diff --git a/focus-ios/Blockzilla/sk.lproj/Localizable.strings b/focus-ios/Blockzilla/sk.lproj/Localizable.strings index a44c01ad8f85a..2eeaac0d6968a 100644 --- a/focus-ios/Blockzilla/sk.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/sk.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Nastaviť ako predvolený prehliadač"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Vymažte svoju históriu prehliadania, heslá, súbory cookie a zabráňte tomu, aby vás prenasledovali nechcené reklamy, a to jednoduchým kliknutím!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Vaša história vás nenasleduje"; diff --git a/focus-ios/Blockzilla/sl.lproj/Localizable.strings b/focus-ios/Blockzilla/sl.lproj/Localizable.strings index 6918647b5aef4..5d8242b199718 100644 --- a/focus-ios/Blockzilla/sl.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/sl.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Nastavi kot privzeti brskalnik"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Z enim samim klikom izbrišite zgodovino brskanja, gesla in piškotke ter preprečite, da bi vas spremljali neželeni oglasi."; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Vaša zgodovina vam ne sledi"; diff --git a/focus-ios/Blockzilla/sq.lproj/Localizable.strings b/focus-ios/Blockzilla/sq.lproj/Localizable.strings index 2ed9457d5eb20..32433772f58dc 100644 --- a/focus-ios/Blockzilla/sq.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/sq.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Caktojeni Shfletuesin Parazgjedhje"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Fshini historikun e shfletimeve tuaja, fjalëkalime, cookies dhe parandaloni ndjekjen tuaj nga reklama të padëshiruara, me një klikim të thjeshtë!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Historiku juaj s’ju ndjek nga pas"; diff --git a/focus-ios/Blockzilla/sr.lproj/Localizable.strings b/focus-ios/Blockzilla/sr.lproj/Localizable.strings index a21a2c90f9d7f..112bb53d83698 100644 --- a/focus-ios/Blockzilla/sr.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/sr.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Постави као подразумевани прегледач"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Обришите вашу историју прегледања, лозинке, колачиће и спречите нежељене огласе да вас прате једним једноставним кликом!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Ваша историја вас не прати"; diff --git a/focus-ios/Blockzilla/sv.lproj/Localizable.strings b/focus-ios/Blockzilla/sv.lproj/Localizable.strings index 7979a42310aaa..b5be8dfdf6038 100644 --- a/focus-ios/Blockzilla/sv.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/sv.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Ange som standardwebbläsare"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Radera din webbhistorik, lösenord, kakor och förhindra att oönskade annonser följer dig med ett enkelt klick!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Din historik förföljer dig inte"; diff --git a/focus-ios/Blockzilla/tg.lproj/Localizable.strings b/focus-ios/Blockzilla/tg.lproj/Localizable.strings index 07ec4aba8f76a..17952744d7c37 100644 --- a/focus-ios/Blockzilla/tg.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/tg.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Гузоштан ҳамчун браузери пешфарз"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Бо зер кардани танҳо як тугма таърихи тамошобинӣ, ниҳонвожаҳо ва кукиҳоро пок созед ва имкон надиҳед, ки рекламаи номутлуб шуморо пайгирӣ кунад!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Таърихи шумо шуморо пайгирӣ намекунад"; diff --git a/focus-ios/Blockzilla/th.lproj/Localizable.strings b/focus-ios/Blockzilla/th.lproj/Localizable.strings index b3724fe5ff2e2..c01187756702b 100644 --- a/focus-ios/Blockzilla/th.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/th.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "ตั้งเป็นเบราว์เซอร์เริ่มต้น"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "ลบประวัติการเรียกดู รหัสผ่าน คุกกี้ และป้องกันไม่ให้โฆษณาที่ไม่ต้องการติดตามคุณในคลิกเดียว!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "ประวัติของคุณไม่ได้ติดตามคุณ"; diff --git a/focus-ios/Blockzilla/tr.lproj/Localizable.strings b/focus-ios/Blockzilla/tr.lproj/Localizable.strings index 3d2c1c81fee39..6ab96a4f2cc92 100644 --- a/focus-ios/Blockzilla/tr.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/tr.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Saptanmış tarayıcı yap"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Gezinti geçmişinizi, parolalarınızı, çerezlerinizi silin ve tek bir dokunuşla istenmeyen reklamların sizi takip etmesini önleyin!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Geçmişiniz peşinizden gelmesin"; diff --git a/focus-ios/Blockzilla/tt.lproj/Localizable.strings b/focus-ios/Blockzilla/tt.lproj/Localizable.strings index 026361e58bd12..9606f3025ad25 100644 --- a/focus-ios/Blockzilla/tt.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/tt.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Төп браузер итеп билгеләү"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Гизү тарихыгызны, серсүзләрегезне, кукиларны бетерегез һәм бер басу белән кирәкмәгән рекламаларны күзәтчелек итүдән тыегыз!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Сезнең тарихыгыз Сезне эзәрлекләмәячәк"; diff --git a/focus-ios/Blockzilla/uk.lproj/Localizable.strings b/focus-ios/Blockzilla/uk.lproj/Localizable.strings index 0c950ce934584..e7b829c4ca48b 100644 --- a/focus-ios/Blockzilla/uk.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/uk.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Установити типовим браузером"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Зітріть історію перегляду, паролі, файли cookie, щоб запобігти стеженню за вами небажаною рекламою, одним дотиком!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Ваша історія не стежить за вами"; diff --git a/focus-ios/Blockzilla/vi.lproj/Localizable.strings b/focus-ios/Blockzilla/vi.lproj/Localizable.strings index d9d4bbb548f25..a21aecf0bf0d6 100644 --- a/focus-ios/Blockzilla/vi.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/vi.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "Đặt làm trình duyệt mặc định"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "Xóa lịch sử duyệt web, mật khẩu, cookie và ngăn các quảng cáo không mong muốn theo dõi bạn chỉ bằng một lần nhấn đơn giản!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "Lịch sử của bạn không theo dõi bạn"; diff --git a/focus-ios/Blockzilla/zh-CN.lproj/Localizable.strings b/focus-ios/Blockzilla/zh-CN.lproj/Localizable.strings index 6de79295a41ce..4357eb7dc911c 100644 --- a/focus-ios/Blockzilla/zh-CN.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/zh-CN.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "设为默认浏览器"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "一按即可清除您的浏览历史、密码、Cookie,并阻止被烦人的广告跟踪!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "历史记录消失术"; diff --git a/focus-ios/Blockzilla/zh-TW.lproj/Localizable.strings b/focus-ios/Blockzilla/zh-TW.lproj/Localizable.strings index aef48451d42ad..d3ca5bebc594e 100644 --- a/focus-ios/Blockzilla/zh-TW.lproj/Localizable.strings +++ b/focus-ios/Blockzilla/zh-TW.lproj/Localizable.strings @@ -211,9 +211,6 @@ /* Text for a label that indicates the title of the top button from the default browser onboarding screen version 2. */ "Onboarding.DefaultBrowser.TopButtonTitle.V2" = "設為預設瀏覽器"; -/* Text for a label that indicates the description of history section from onboarding screen. */ -"Onboarding.History.Description" = "只要輕鬆一點,就可以清除您的上網紀錄、網頁密碼、Cookie,並防止被不想要的廣告追蹤!"; - /* Text for a label that indicates the title of history section from onboarding screen. */ "Onboarding.History.Title" = "瀏覽紀錄,不用隨身帶著走";