diff --git a/BrowserKit/.swiftpm/xcode/xcshareddata/xcschemes/Shared.xcscheme b/BrowserKit/.swiftpm/xcode/xcshareddata/xcschemes/Shared.xcscheme
index f4b6500a9379d..c955bd601ea5c 100644
--- a/BrowserKit/.swiftpm/xcode/xcshareddata/xcschemes/Shared.xcscheme
+++ b/BrowserKit/.swiftpm/xcode/xcshareddata/xcschemes/Shared.xcscheme
@@ -28,29 +28,7 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
- codeCoverageEnabled = "YES"
- onlyGenerateCoverageForSpecifiedTargets = "YES">
-
-
-
-
-
-
-
-
-
-
+ shouldAutocreateTestPlan = "YES">
?#
+ var deepLinkString = "echodotapp://"
+ let pathComponent = url.path.trimmingCharacters(in: CharacterSet(charactersIn: "/"))
+ if !pathComponent.isEmpty {
+ deepLinkString += pathComponent
+ }
+ if let query = url.query, !query.isEmpty {
+ deepLinkString += "?" + query
+ }
+ if let fragment = url.fragment, !fragment.isEmpty {
+ deepLinkString += "#" + fragment
+ }
+
+ if let deepLinkURL = URL(string: deepLinkString, invalidCharacters: false) {
+ if UIApplication.shared.canOpenURL(deepLinkURL) {
+ UIApplication.shared.open(deepLinkURL, options: [:])
+ return false
+ } else {
+ let alert = RequestHandler.makeAlert(
+ title: String(format: UIConstants.strings.externalAppLinkWithAppName,
+ AppInfo.productName, "Echo"),
+ action: UIConstants.strings.open,
+ forURL: deepLinkURL)
+ alertCallback(alert)
+ return false
+ }
+ }
+ return true
+```
diff --git a/customization-assets/iPhone - Splash@2x.png b/customization-assets/iPhone - Splash@2x.png
new file mode 100644
index 0000000000000..7aed55917de6c
Binary files /dev/null and b/customization-assets/iPhone - Splash@2x.png differ
diff --git a/customization-assets/iPhone_Production_Mode_Portrait.png b/customization-assets/iPhone_Production_Mode_Portrait.png
new file mode 100644
index 0000000000000..1e033baab0ff4
Binary files /dev/null and b/customization-assets/iPhone_Production_Mode_Portrait.png differ
diff --git a/customization-assets/icon-dark.png b/customization-assets/icon-dark.png
new file mode 100644
index 0000000000000..b7d3f4d670469
Binary files /dev/null and b/customization-assets/icon-dark.png differ
diff --git a/customization-assets/icon-tinted.png b/customization-assets/icon-tinted.png
new file mode 100644
index 0000000000000..0350d499ae26c
Binary files /dev/null and b/customization-assets/icon-tinted.png differ
diff --git a/customization-assets/icon.png b/customization-assets/icon.png
new file mode 100644
index 0000000000000..0350d499ae26c
Binary files /dev/null and b/customization-assets/icon.png differ
diff --git a/firefox-ios/Client.xcodeproj/project.pbxproj b/firefox-ios/Client.xcodeproj/project.pbxproj
index a459d2d227d8a..f73d6878ee1f5 100644
--- a/firefox-ios/Client.xcodeproj/project.pbxproj
+++ b/firefox-ios/Client.xcodeproj/project.pbxproj
@@ -4017,6 +4017,15 @@
4319E79A29C87A43006C11A0 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/SnackBar.strings; sourceTree = ""; };
4319ECA52E4DFB1800E1F1EF /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Summarize.strings; sourceTree = ""; };
4319ECA62E4DFB1800E1F1EF /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/TermsOfUse.strings; sourceTree = ""; };
+ 4319F3962F90FE87008A6FE7 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/AddressToolbar.strings; sourceTree = ""; };
+ 4319F3972F90FE87008A6FE7 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/EditAddress.strings; sourceTree = ""; };
+ 4319F3982F90FE88008A6FE7 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/EnhancedTrackingProtection.strings; sourceTree = ""; };
+ 4319F3992F90FE88008A6FE7 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/LiveActivity.strings; sourceTree = ""; };
+ 4319F39A2F90FE88008A6FE7 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/MainMenu.strings; sourceTree = ""; };
+ 4319F39B2F90FE88008A6FE7 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/NativeErrorPage.strings; sourceTree = ""; };
+ 4319F39C2F90FE88008A6FE7 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/SocialShare.strings; sourceTree = ""; };
+ 4319F39D2F90FE88008A6FE7 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/Translations.strings; sourceTree = ""; };
+ 4319F39E2F90FE88008A6FE7 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/WebView.strings; sourceTree = ""; };
4319FF1E2A52E53900EE8C47 /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/CustomizeFirefoxHome.strings"; sourceTree = ""; };
4319FF1F2A52E53900EE8C47 /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/SelectCreditCard.strings"; sourceTree = ""; };
431A77A42CD8E2DD00CB7F5D /* bs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bs; path = bs.lproj/FxANotification.strings; sourceTree = ""; };
@@ -4214,6 +4223,12 @@
432325162C20515200EE1210 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/QRCode.strings; sourceTree = ""; };
432328062EC5F3E20044C72B /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/RelayMask.strings; sourceTree = ""; };
432331F02D75C5B6002248F7 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/AppIconSelection.strings; sourceTree = ""; };
+ 432336C92F90FF6900C77712 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/LiveActivity.strings"; sourceTree = ""; };
+ 432336CA2F90FF6900C77712 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/RelayMask.strings"; sourceTree = ""; };
+ 432336CB2F90FF6900C77712 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/SearchZero.strings"; sourceTree = ""; };
+ 432336CC2F90FF6900C77712 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/Summarize.strings"; sourceTree = ""; };
+ 432336CD2F90FF6900C77712 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/TermsOfUse.strings"; sourceTree = ""; };
+ 432336CE2F90FF6900C77712 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/Translations.strings"; sourceTree = ""; };
43233C9E29BF3BBD002E6B6D /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Onboarding.strings; sourceTree = ""; };
43233C9F29BF3BBD002E6B6D /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/ResearchSurface.strings; sourceTree = ""; };
43235F762E69AC4400F0C708 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Summarize.strings; sourceTree = ""; };
@@ -5571,6 +5586,94 @@
436CB2BF2A0BCBD20068E25D /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/Upgrade.strings"; sourceTree = ""; };
436CBD222A52E5EC0088B658 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/CustomizeFirefoxHome.strings; sourceTree = ""; };
436CBD232A52E5EC0088B658 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/SelectCreditCard.strings; sourceTree = ""; };
+ 436CED0B2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/InfoPlist.strings; sourceTree = ""; };
+ 436CED0D2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/3DTouchActions.strings; sourceTree = ""; };
+ 436CED0E2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/AuthenticationManager.strings; sourceTree = ""; };
+ 436CED0F2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ClearHistoryConfirm.strings; sourceTree = ""; };
+ 436CED102F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ClearPrivateData.strings; sourceTree = ""; };
+ 436CED112F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ClearPrivateDataConfirm.strings; sourceTree = ""; };
+ 436CED122F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = "sr.lproj/Default Browser.strings"; sourceTree = ""; };
+ 436CED132F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ErrorPages.strings; sourceTree = ""; };
+ 436CED142F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/FindInPage.strings; sourceTree = ""; };
+ 436CED152F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/HistoryPanel.strings; sourceTree = ""; };
+ 436CED162F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Intro.strings; sourceTree = ""; };
+ 436CED172F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Localizable.strings; sourceTree = ""; };
+ 436CED182F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/LoginManager.strings; sourceTree = ""; };
+ 436CED192F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Menu.strings; sourceTree = ""; };
+ 436CED1A2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/PrivateBrowsing.strings; sourceTree = ""; };
+ 436CED1B2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Search.strings; sourceTree = ""; };
+ 436CED1C2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Shared.strings; sourceTree = ""; };
+ 436CED1D2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Storage.strings; sourceTree = ""; };
+ 436CED1E2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Today.strings; sourceTree = ""; };
+ 436CED1F2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ActivityStream.strings; sourceTree = ""; };
+ 436CED202F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/AddressToolbar.strings; sourceTree = ""; };
+ 436CED212F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Alert.strings; sourceTree = ""; };
+ 436CED222F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Alerts.strings; sourceTree = ""; };
+ 436CED232F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/AppIconSelection.strings; sourceTree = ""; };
+ 436CED242F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/BiometricAuthentication.strings; sourceTree = ""; };
+ 436CED252F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/BookmarkPanel.strings; sourceTree = ""; };
+ 436CED262F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/BookmarkPanelDeleteConfirm.strings; sourceTree = ""; };
+ 436CED272F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Bookmarks.strings; sourceTree = ""; };
+ 436CED282F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/BottomSheet.strings; sourceTree = ""; };
+ 436CED292F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ContextualHints.strings; sourceTree = ""; };
+ 436CED2A2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/CredentialProvider.strings; sourceTree = ""; };
+ 436CED2B2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Credentials.strings; sourceTree = ""; };
+ 436CED2C2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/CustomizeFirefoxHome.strings; sourceTree = ""; };
+ 436CED2D2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/DisplayCard.strings; sourceTree = ""; };
+ 436CED2E2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = "sr.lproj/Edit Card.strings"; sourceTree = ""; };
+ 436CED2F2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/EditAddress.strings; sourceTree = ""; };
+ 436CED302F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/EditCard.strings; sourceTree = ""; };
+ 436CED312F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/EngagementNotification.strings; sourceTree = ""; };
+ 436CED322F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/EnhancedTrackingProtection.strings; sourceTree = ""; };
+ 436CED332F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ErrorState.strings; sourceTree = ""; };
+ 436CED342F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ExternalLink.strings; sourceTree = ""; };
+ 436CED352F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/FirefoxHomepage.strings; sourceTree = ""; };
+ 436CED362F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/FirefoxLogins.strings; sourceTree = ""; };
+ 436CED372F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/FirefoxSync.strings; sourceTree = ""; };
+ 436CED382F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Footer.strings; sourceTree = ""; };
+ 436CED392F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/FxANotification.strings; sourceTree = ""; };
+ 436CED3A2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/JumpBackIn.strings; sourceTree = ""; };
+ 436CED3B2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/KeyboardAccessory.strings; sourceTree = ""; };
+ 436CED3C2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/LibraryPanel.strings; sourceTree = ""; };
+ 436CED3D2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/LiveActivity.strings; sourceTree = ""; };
+ 436CED3E2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/LoginsHelper.strings; sourceTree = ""; };
+ 436CED3F2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/MainMenu.strings; sourceTree = ""; };
+ 436CED402F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Microsurvey.strings; sourceTree = ""; };
+ 436CED412F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/NativeErrorPage.strings; sourceTree = ""; };
+ 436CED422F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Notification.strings; sourceTree = ""; };
+ 436CED432F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Onboarding.strings; sourceTree = ""; };
+ 436CED442F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/PasswordAutofill.strings; sourceTree = ""; };
+ 436CED452F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/PasswordGenerator.strings; sourceTree = ""; };
+ 436CED462F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/QRCode.strings; sourceTree = ""; };
+ 436CED472F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/RelayMask.strings; sourceTree = ""; };
+ 436CED482F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/RememberCard.strings; sourceTree = ""; };
+ 436CED492F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ResearchSurface.strings; sourceTree = ""; };
+ 436CED4A2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ScanQRCode.strings; sourceTree = ""; };
+ 436CED4B2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/SearchEngineSelection.strings; sourceTree = ""; };
+ 436CED4C2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/SearchHeaderTitle.strings; sourceTree = ""; };
+ 436CED4D2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/SearchZero.strings; sourceTree = ""; };
+ 436CED4E2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/SelectCreditCard.strings; sourceTree = ""; };
+ 436CED4F2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Settings.strings; sourceTree = ""; };
+ 436CED502F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Share.strings; sourceTree = ""; };
+ 436CED512F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/SnackBar.strings; sourceTree = ""; };
+ 436CED522F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/SocialMediaApp.strings; sourceTree = ""; };
+ 436CED532F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/SocialShare.strings; sourceTree = ""; };
+ 436CED542F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/SuggestedSites.strings; sourceTree = ""; };
+ 436CED552F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Summarize.strings; sourceTree = ""; };
+ 436CED562F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Summarizer.strings; sourceTree = ""; };
+ 436CED572F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/TabLocation.strings; sourceTree = ""; };
+ 436CED582F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/TabsTray.strings; sourceTree = ""; };
+ 436CED592F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/TabToolbar.strings; sourceTree = ""; };
+ 436CED5A2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/TermsOfUse.strings; sourceTree = ""; };
+ 436CED5B2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Toolbar.strings; sourceTree = ""; };
+ 436CED5C2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ToolbarLocation.strings; sourceTree = ""; };
+ 436CED5D2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Translations.strings; sourceTree = ""; };
+ 436CED5E2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/UpdateCard.strings; sourceTree = ""; };
+ 436CED5F2F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Upgrade.strings; sourceTree = ""; };
+ 436CED602F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/WebView.strings; sourceTree = ""; };
+ 436CED612F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/ZoomPageBar.strings; sourceTree = ""; };
+ 436CED622F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/WidgetIntents.strings; sourceTree = ""; };
+ 436CED632F91017B005D6E65 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Localizable.strings; sourceTree = ""; };
436D230C2D6C8A7600AA96CD /* hsb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hsb; path = hsb.lproj/WebView.strings; sourceTree = ""; };
436D2B182CF496EA007A0302 /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/SocialMediaApp.strings; sourceTree = ""; };
436D62A029D1B32F00079AA8 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Alert.strings"; sourceTree = ""; };
@@ -5772,6 +5875,19 @@
4377C98C2AC1A1BB001826A6 /* en-US */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-US"; path = "en-US.lproj/Share.strings"; sourceTree = ""; };
4377C98D2AC1A1BB001826A6 /* en-US */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-US"; path = "en-US.lproj/TabLocation.strings"; sourceTree = ""; };
4377DA062E97CF780008538D /* en-CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-CA"; path = "en-CA.lproj/Summarize.strings"; sourceTree = ""; };
+ 43781D632F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/AppIconSelection.strings; sourceTree = ""; };
+ 43781D642F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/ExternalLink.strings; sourceTree = ""; };
+ 43781D652F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/LibraryPanel.strings; sourceTree = ""; };
+ 43781D662F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/LiveActivity.strings; sourceTree = ""; };
+ 43781D672F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/RelayMask.strings; sourceTree = ""; };
+ 43781D682F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/SearchZero.strings; sourceTree = ""; };
+ 43781D692F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/SocialMediaApp.strings; sourceTree = ""; };
+ 43781D6A2F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/SocialShare.strings; sourceTree = ""; };
+ 43781D6B2F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/Summarize.strings; sourceTree = ""; };
+ 43781D6C2F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/Summarizer.strings; sourceTree = ""; };
+ 43781D6D2F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/TermsOfUse.strings; sourceTree = ""; };
+ 43781D6E2F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/Translations.strings; sourceTree = ""; };
+ 43781D6F2F90FFAE001A7FE9 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/WebView.strings; sourceTree = ""; };
437831712B4C10D40083DD87 /* lo */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lo; path = lo.lproj/CredentialProvider.strings; sourceTree = ""; };
437831722B4C10D40083DD87 /* lo */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lo; path = lo.lproj/FirefoxLogins.strings; sourceTree = ""; };
437872032DC500AD00D0B2A1 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/AppIconSelection.strings; sourceTree = ""; };
@@ -17428,6 +17544,7 @@
"es-ES",
tzm,
ny,
+ sr,
);
mainGroup = F84B21B51A090F8100AAB793;
packageReferences = (
@@ -20348,6 +20465,7 @@
43E58E422D6C8B9200B07153 /* tg */,
435B20AE2D75C47A00D1CC3A /* es-ES */,
433D74F42D75C5FE003D5A32 /* tzm */,
+ 436CED192F91017B005D6E65 /* sr */,
);
name = Menu.strings;
sourceTree = "";
@@ -20453,6 +20571,7 @@
4385A41D2D1980C90003475A /* scn */,
43E58E452D6C8B9200B07153 /* tg */,
435B20B12D75C47A00D1CC3A /* es-ES */,
+ 436CED1C2F91017B005D6E65 /* sr */,
);
name = Shared.strings;
sourceTree = "";
@@ -20548,6 +20667,7 @@
43E58E472D6C8B9200B07153 /* tg */,
435B20B32D75C47A00D1CC3A /* es-ES */,
4308BBCB2F34B527000A13FD /* km */,
+ 436CED1E2F91017B005D6E65 /* sr */,
);
name = Today.strings;
sourceTree = "";
@@ -20655,6 +20775,7 @@
4385A40F2D1980C90003475A /* scn */,
43E58E372D6C8B9200B07153 /* tg */,
435B20A32D75C47A00D1CC3A /* es-ES */,
+ 436CED0E2F91017B005D6E65 /* sr */,
);
name = AuthenticationManager.strings;
sourceTree = "";
@@ -20722,6 +20843,8 @@
4343A5D62EE1A3E2002FE739 /* hr */,
4308BBE62F34B528000A13FD /* km */,
43439A3B2F47298600CA0ADC /* es-MX */,
+ 43781D6C2F90FFAE001A7FE9 /* gd */,
+ 436CED562F91017B005D6E65 /* sr */,
);
name = Summarizer.strings;
sourceTree = "";
@@ -20800,6 +20923,7 @@
434B156C2E4DFBED00CA0EC8 /* ro */,
4321E8DE2E8559960007800A /* bg */,
4308BBD12F34B527000A13FD /* km */,
+ 436CED272F91017B005D6E65 /* sr */,
);
name = Bookmarks.strings;
sourceTree = "";
@@ -20876,6 +21000,8 @@
435B20D22D75C47A00D1CC3A /* es-ES */,
434B15802E4DFBEE00CA0EC8 /* ro */,
4308BBE42F34B528000A13FD /* km */,
+ 4319F39A2F90FE88008A6FE7 /* be */,
+ 436CED3F2F91017B005D6E65 /* sr */,
);
name = MainMenu.strings;
sourceTree = "";
@@ -20954,6 +21080,7 @@
434B158B2E4DFBEE00CA0EC8 /* ro */,
4321E8FE2E8559960007800A /* bg */,
4332030E2F3DF0F500DCD714 /* km */,
+ 436CED4E2F91017B005D6E65 /* sr */,
);
name = SelectCreditCard.strings;
sourceTree = "";
@@ -21032,6 +21159,7 @@
43934B002DC5009B00309EA6 /* id */,
434B15942E4DFBEE00CA0EC8 /* ro */,
433203152F3DF0F500DCD714 /* km */,
+ 436CED572F91017B005D6E65 /* sr */,
);
name = TabLocation.strings;
sourceTree = "";
@@ -21104,6 +21232,8 @@
4321E8EA2E8559960007800A /* bg */,
43EF24402F0FC91700EA2023 /* sat-Olck */,
4308BBDC2F34B528000A13FD /* km */,
+ 43781D642F90FFAE001A7FE9 /* gd */,
+ 436CED342F91017B005D6E65 /* sr */,
);
name = ExternalLink.strings;
sourceTree = "";
@@ -21182,6 +21312,7 @@
434B157C2E4DFBED00CA0EC8 /* ro */,
4321E8F12E8559960007800A /* bg */,
433202FF2F3DF0F500DCD714 /* km */,
+ 436CED3B2F91017B005D6E65 /* sr */,
);
name = KeyboardAccessory.strings;
sourceTree = "";
@@ -21260,6 +21391,7 @@
434B156A2E4DFBED00CA0EC8 /* ro */,
4321E8DC2E8559960007800A /* bg */,
433202FA2F3DF0F500DCD714 /* km */,
+ 436CED242F91017B005D6E65 /* sr */,
);
name = BiometricAuthentication.strings;
sourceTree = "";
@@ -21339,6 +21471,7 @@
434B15772E4DFBED00CA0EC8 /* ro */,
4321E8E92E8559960007800A /* bg */,
4308BBDB2F34B528000A13FD /* km */,
+ 436CED332F91017B005D6E65 /* sr */,
);
name = ErrorState.strings;
sourceTree = "";
@@ -21415,6 +21548,7 @@
434B15912E4DFBEE00CA0EC8 /* ro */,
4321E9042E8559960007800A /* bg */,
433203132F3DF0F500DCD714 /* km */,
+ 436CED542F91017B005D6E65 /* sr */,
);
name = SuggestedSites.strings;
sourceTree = "";
@@ -21493,6 +21627,7 @@
434B157B2E4DFBED00CA0EC8 /* ro */,
4321E8F02E8559960007800A /* bg */,
433202FE2F3DF0F500DCD714 /* km */,
+ 436CED3A2F91017B005D6E65 /* sr */,
);
name = JumpBackIn.strings;
sourceTree = "";
@@ -21571,6 +21706,7 @@
434B15992E4DFBEE00CA0EC8 /* ro */,
4321E90B2E8559960007800A /* bg */,
433203192F3DF0F500DCD714 /* km */,
+ 436CED5C2F91017B005D6E65 /* sr */,
);
name = ToolbarLocation.strings;
sourceTree = "";
@@ -21645,6 +21781,8 @@
434B157D2E4DFBED00CA0EC8 /* ro */,
4321E8F22E8559960007800A /* bg */,
4308BBE12F34B528000A13FD /* km */,
+ 43781D652F90FFAE001A7FE9 /* gd */,
+ 436CED3C2F91017B005D6E65 /* sr */,
);
name = LibraryPanel.strings;
sourceTree = "";
@@ -21721,6 +21859,7 @@
435C27AF2E69AC62006B0D62 /* tt */,
4321E8EF2E8559960007800A /* bg */,
433202FD2F3DF0F500DCD714 /* km */,
+ 436CED392F91017B005D6E65 /* sr */,
);
name = FxANotification.strings;
sourceTree = "";
@@ -21797,6 +21936,7 @@
434B15892E4DFBEE00CA0EC8 /* ro */,
4321E8FC2E8559960007800A /* bg */,
4332030B2F3DF0F500DCD714 /* km */,
+ 436CED4B2F91017B005D6E65 /* sr */,
);
name = SearchEngineSelection.strings;
sourceTree = "";
@@ -21868,6 +22008,8 @@
4321E8DB2E8559960007800A /* bg */,
435DDBC32F068EE000A64C4B /* sat-Olck */,
4308BBD02F34B527000A13FD /* km */,
+ 43781D632F90FFAE001A7FE9 /* gd */,
+ 436CED232F91017B005D6E65 /* sr */,
);
name = AppIconSelection.strings;
sourceTree = "";
@@ -21938,6 +22080,10 @@
4321E8F32E8559960007800A /* bg */,
43EF24412F0FC91700EA2023 /* sat-Olck */,
4308BBE22F34B528000A13FD /* km */,
+ 4319F3992F90FE88008A6FE7 /* be */,
+ 432336C92F90FF6900C77712 /* es-MX */,
+ 43781D662F90FFAE001A7FE9 /* gd */,
+ 436CED3D2F91017B005D6E65 /* sr */,
);
name = LiveActivity.strings;
sourceTree = "";
@@ -22016,6 +22162,7 @@
435C27AE2E69AC62006B0D62 /* tt */,
4321E8EB2E8559960007800A /* bg */,
4308BBDD2F34B528000A13FD /* km */,
+ 436CED352F91017B005D6E65 /* sr */,
);
name = FirefoxHomepage.strings;
sourceTree = "";
@@ -22089,6 +22236,8 @@
434B158F2E4DFBEE00CA0EC8 /* ro */,
4321E9022E8559960007800A /* bg */,
433203112F3DF0F500DCD714 /* km */,
+ 43781D692F90FFAE001A7FE9 /* gd */,
+ 436CED522F91017B005D6E65 /* sr */,
);
name = SocialMediaApp.strings;
sourceTree = "";
@@ -22160,6 +22309,9 @@
434B15902E4DFBEE00CA0EC8 /* ro */,
4321E9032E8559960007800A /* bg */,
433203122F3DF0F500DCD714 /* km */,
+ 4319F39C2F90FE88008A6FE7 /* be */,
+ 43781D6A2F90FFAE001A7FE9 /* gd */,
+ 436CED532F91017B005D6E65 /* sr */,
);
name = SocialShare.strings;
sourceTree = "";
@@ -22239,6 +22391,7 @@
435B20BC2D75C47A00D1CC3A /* es-ES */,
434B156D2E4DFBED00CA0EC8 /* ro */,
4308BBD22F34B527000A13FD /* km */,
+ 436CED282F91017B005D6E65 /* sr */,
);
name = BottomSheet.strings;
sourceTree = "";
@@ -22299,6 +22452,9 @@
4343A5D42EE1A3E2002FE739 /* hr */,
435B73342EEADFB00045257B /* ml */,
4332030D2F3DF0F500DCD714 /* km */,
+ 432336CB2F90FF6900C77712 /* es-MX */,
+ 43781D682F90FFAE001A7FE9 /* gd */,
+ 436CED4D2F91017B005D6E65 /* sr */,
);
name = SearchZero.strings;
path = "Shared/Supporting Files";
@@ -22379,6 +22535,7 @@
434B15732E4DFBED00CA0EC8 /* ro */,
4321E8E42E8559960007800A /* bg */,
4308BBD62F34B528000A13FD /* km */,
+ 436CED2E2F91017B005D6E65 /* sr */,
);
name = "Edit Card.strings";
sourceTree = "";
@@ -22458,6 +22615,7 @@
434B15682E4DFBED00CA0EC8 /* ro */,
4321E8DA2E8559960007800A /* bg */,
4308BBCF2F34B527000A13FD /* km */,
+ 436CED222F91017B005D6E65 /* sr */,
);
name = Alerts.strings;
sourceTree = "";
@@ -22536,6 +22694,7 @@
434B15952E4DFBEE00CA0EC8 /* ro */,
4321E9072E8559960007800A /* bg */,
4308BBE72F34B528000A13FD /* km */,
+ 436CED582F91017B005D6E65 /* sr */,
);
name = TabsTray.strings;
sourceTree = "";
@@ -22612,6 +22771,8 @@
434B15822E4DFBEE00CA0EC8 /* ro */,
4321E8F52E8559960007800A /* bg */,
433203012F3DF0F500DCD714 /* km */,
+ 4319F39B2F90FE88008A6FE7 /* be */,
+ 436CED412F91017B005D6E65 /* sr */,
);
name = NativeErrorPage.strings;
sourceTree = "";
@@ -22690,6 +22851,7 @@
434B15652E4DFBED00CA0EC8 /* ro */,
4321E8D72E8559960007800A /* bg */,
4308BBCC2F34B527000A13FD /* km */,
+ 436CED1F2F91017B005D6E65 /* sr */,
);
name = ActivityStream.strings;
sourceTree = "";
@@ -22768,6 +22930,8 @@
434B15662E4DFBED00CA0EC8 /* ro */,
4321E8D82E8559960007800A /* bg */,
4308BBCD2F34B527000A13FD /* km */,
+ 4319F3962F90FE87008A6FE7 /* be */,
+ 436CED202F91017B005D6E65 /* sr */,
);
name = AddressToolbar.strings;
sourceTree = "";
@@ -22847,6 +23011,8 @@
434B15762E4DFBED00CA0EC8 /* ro */,
4321E8E82E8559960007800A /* bg */,
4308BBDA2F34B528000A13FD /* km */,
+ 4319F3982F90FE88008A6FE7 /* be */,
+ 436CED322F91017B005D6E65 /* sr */,
);
name = EnhancedTrackingProtection.strings;
sourceTree = "";
@@ -22924,6 +23090,7 @@
435B20D92D75C47A00D1CC3A /* es-ES */,
434B15862E4DFBEE00CA0EC8 /* ro */,
433203062F3DF0F500DCD714 /* km */,
+ 436CED462F91017B005D6E65 /* sr */,
);
name = QRCode.strings;
sourceTree = "";
@@ -23003,6 +23170,7 @@
434B15752E4DFBED00CA0EC8 /* ro */,
4321E8E72E8559960007800A /* bg */,
4308BBD92F34B528000A13FD /* km */,
+ 436CED312F91017B005D6E65 /* sr */,
);
name = EngagementNotification.strings;
sourceTree = "";
@@ -23083,6 +23251,7 @@
435B20D62D75C47A00D1CC3A /* es-ES */,
4327BCF42DC8D4470007344D /* fil */,
433203032F3DF0F500DCD714 /* km */,
+ 436CED432F91017B005D6E65 /* sr */,
);
name = Onboarding.strings;
sourceTree = "";
@@ -23161,6 +23330,7 @@
435B20DB2D75C47A00D1CC3A /* es-ES */,
4321E8FA2E8559960007800A /* bg */,
433203092F3DF0F500DCD714 /* km */,
+ 436CED492F91017B005D6E65 /* sr */,
);
name = ResearchSurface.strings;
sourceTree = "";
@@ -23239,6 +23409,7 @@
434B15832E4DFBEE00CA0EC8 /* ro */,
4321E8F62E8559960007800A /* bg */,
433203022F3DF0F500DCD714 /* km */,
+ 436CED422F91017B005D6E65 /* sr */,
);
name = Notification.strings;
sourceTree = "";
@@ -23317,6 +23488,7 @@
434B159D2E4DFBEE00CA0EC8 /* ro */,
4321E90F2E8559960007800A /* bg */,
4332031E2F3DF0F500DCD714 /* km */,
+ 436CED612F91017B005D6E65 /* sr */,
);
name = ZoomPageBar.strings;
sourceTree = "";
@@ -23396,6 +23568,7 @@
434B157A2E4DFBED00CA0EC8 /* ro */,
4321E8EE2E8559960007800A /* bg */,
4308BBE02F34B528000A13FD /* km */,
+ 436CED382F91017B005D6E65 /* sr */,
);
name = Footer.strings;
sourceTree = "";
@@ -23474,6 +23647,7 @@
434B15872E4DFBEE00CA0EC8 /* ro */,
4321E8F92E8559960007800A /* bg */,
433203082F3DF0F500DCD714 /* km */,
+ 436CED482F91017B005D6E65 /* sr */,
);
name = RememberCard.strings;
sourceTree = "";
@@ -23552,6 +23726,7 @@
434B159A2E4DFBEE00CA0EC8 /* ro */,
4321E90C2E8559960007800A /* bg */,
4332031B2F3DF0F500DCD714 /* km */,
+ 436CED5E2F91017B005D6E65 /* sr */,
);
name = UpdateCard.strings;
sourceTree = "";
@@ -23630,6 +23805,7 @@
434B15842E4DFBEE00CA0EC8 /* ro */,
4321E8F72E8559960007800A /* bg */,
433203042F3DF0F500DCD714 /* km */,
+ 436CED442F91017B005D6E65 /* sr */,
);
name = PasswordAutofill.strings;
sourceTree = "";
@@ -23708,6 +23884,7 @@
434B156E2E4DFBED00CA0EC8 /* ro */,
4321E8DF2E8559960007800A /* bg */,
433202FB2F3DF0F500DCD714 /* km */,
+ 436CED292F91017B005D6E65 /* sr */,
);
name = ContextualHints.strings;
sourceTree = "";
@@ -23786,6 +23963,7 @@
434B156F2E4DFBED00CA0EC8 /* ro */,
4321E8E02E8559960007800A /* bg */,
4308BBD32F34B527000A13FD /* km */,
+ 436CED2A2F91017B005D6E65 /* sr */,
);
name = CredentialProvider.strings;
sourceTree = "";
@@ -23862,6 +24040,7 @@
434B15702E4DFBED00CA0EC8 /* ro */,
4321E8E12E8559960007800A /* bg */,
433202FC2F3DF0F500DCD714 /* km */,
+ 436CED2B2F91017B005D6E65 /* sr */,
);
name = Credentials.strings;
sourceTree = "";
@@ -23940,6 +24119,7 @@
434B15792E4DFBED00CA0EC8 /* ro */,
4321E8EC2E8559960007800A /* bg */,
4308BBDE2F34B528000A13FD /* km */,
+ 436CED362F91017B005D6E65 /* sr */,
);
name = FirefoxLogins.strings;
sourceTree = "";
@@ -24018,6 +24198,7 @@
434B157F2E4DFBEE00CA0EC8 /* ro */,
4321E8F42E8559960007800A /* bg */,
4308BBE32F34B528000A13FD /* km */,
+ 436CED3E2F91017B005D6E65 /* sr */,
);
name = LoginsHelper.strings;
sourceTree = "";
@@ -24096,6 +24277,7 @@
434B15962E4DFBEE00CA0EC8 /* ro */,
4321E9082E8559960007800A /* bg */,
433203162F3DF0F500DCD714 /* km */,
+ 436CED592F91017B005D6E65 /* sr */,
);
name = TabToolbar.strings;
sourceTree = "";
@@ -24172,6 +24354,7 @@
434B15882E4DFBEE00CA0EC8 /* ro */,
4321E8FB2E8559960007800A /* bg */,
4332030A2F3DF0F500DCD714 /* km */,
+ 436CED4A2F91017B005D6E65 /* sr */,
);
name = ScanQRCode.strings;
sourceTree = "";
@@ -24243,6 +24426,9 @@
435C27B22E69AC62006B0D62 /* tt */,
4321E90E2E8559960007800A /* bg */,
4332031D2F3DF0F500DCD714 /* km */,
+ 4319F39E2F90FE88008A6FE7 /* be */,
+ 43781D6F2F90FFAE001A7FE9 /* gd */,
+ 436CED602F91017B005D6E65 /* sr */,
);
name = WebView.strings;
sourceTree = "";
@@ -24321,6 +24507,7 @@
435B20D32D75C47A00D1CC3A /* es-ES */,
434B15812E4DFBEE00CA0EC8 /* ro */,
433203002F3DF0F500DCD714 /* km */,
+ 436CED402F91017B005D6E65 /* sr */,
);
name = Microsurvey.strings;
sourceTree = "";
@@ -24400,6 +24587,7 @@
435B20CB2D75C47A00D1CC3A /* es-ES */,
4321E8ED2E8559960007800A /* bg */,
4308BBDF2F34B528000A13FD /* km */,
+ 436CED372F91017B005D6E65 /* sr */,
);
name = FirefoxSync.strings;
sourceTree = "";
@@ -24478,6 +24666,7 @@
434B159B2E4DFBEE00CA0EC8 /* ro */,
4321E90D2E8559960007800A /* bg */,
4332031C2F3DF0F500DCD714 /* km */,
+ 436CED5F2F91017B005D6E65 /* sr */,
);
name = Upgrade.strings;
sourceTree = "";
@@ -24537,6 +24726,9 @@
4312ED942EE1A59300B23388 /* sl */,
435B73332EEADFB00045257B /* ml */,
433203072F3DF0F500DCD714 /* km */,
+ 432336CA2F90FF6900C77712 /* es-MX */,
+ 43781D672F90FFAE001A7FE9 /* gd */,
+ 436CED472F91017B005D6E65 /* sr */,
);
name = RelayMask.strings;
path = "Shared/Supporting Files";
@@ -24616,6 +24808,8 @@
434B15742E4DFBED00CA0EC8 /* ro */,
4321E8E52E8559960007800A /* bg */,
4308BBD72F34B528000A13FD /* km */,
+ 4319F3972F90FE87008A6FE7 /* be */,
+ 436CED2F2F91017B005D6E65 /* sr */,
);
name = EditAddress.strings;
sourceTree = "";
@@ -24694,6 +24888,7 @@
434B158C2E4DFBEE00CA0EC8 /* ro */,
4321E9002E8559960007800A /* bg */,
4332030F2F3DF0F500DCD714 /* km */,
+ 436CED502F91017B005D6E65 /* sr */,
);
name = Share.strings;
sourceTree = "";
@@ -24773,6 +24968,7 @@
434B15722E4DFBED00CA0EC8 /* ro */,
4321E8E32E8559960007800A /* bg */,
4308BBD52F34B528000A13FD /* km */,
+ 436CED2D2F91017B005D6E65 /* sr */,
);
name = DisplayCard.strings;
sourceTree = "";
@@ -24851,6 +25047,7 @@
434B158A2E4DFBEE00CA0EC8 /* ro */,
4321E8FD2E8559960007800A /* bg */,
4332030C2F3DF0F500DCD714 /* km */,
+ 436CED4C2F91017B005D6E65 /* sr */,
);
name = SearchHeaderTitle.strings;
sourceTree = "";
@@ -24928,6 +25125,7 @@
434B15852E4DFBEE00CA0EC8 /* ro */,
4321E8F82E8559960007800A /* bg */,
433203052F3DF0F500DCD714 /* km */,
+ 436CED452F91017B005D6E65 /* sr */,
);
name = PasswordGenerator.strings;
sourceTree = "";
@@ -24989,6 +25187,9 @@
43B896492EB3818B00A77D8F /* sq */,
4343A5D52EE1A3E2002FE739 /* hr */,
433203142F3DF0F500DCD714 /* km */,
+ 432336CC2F90FF6900C77712 /* es-MX */,
+ 43781D6B2F90FFAE001A7FE9 /* gd */,
+ 436CED552F91017B005D6E65 /* sr */,
);
name = Summarize.strings;
sourceTree = "";
@@ -25053,6 +25254,9 @@
43E3BAB72EE1A31D00DBBCB9 /* en-CA */,
4343A5D72EE1A3E2002FE739 /* hr */,
433203172F3DF0F500DCD714 /* km */,
+ 432336CD2F90FF6900C77712 /* es-MX */,
+ 43781D6D2F90FFAE001A7FE9 /* gd */,
+ 436CED5A2F91017B005D6E65 /* sr */,
);
name = TermsOfUse.strings;
sourceTree = "";
@@ -25129,6 +25333,7 @@
434B15982E4DFBEE00CA0EC8 /* ro */,
4321E90A2E8559960007800A /* bg */,
433203182F3DF0F500DCD714 /* km */,
+ 436CED5B2F91017B005D6E65 /* sr */,
);
name = Toolbar.strings;
sourceTree = "";
@@ -25191,6 +25396,10 @@
43E3BAB82EE1A31D00DBBCB9 /* en-CA */,
4343A5D82EE1A3E2002FE739 /* hr */,
4332031A2F3DF0F500DCD714 /* km */,
+ 4319F39D2F90FE88008A6FE7 /* be */,
+ 432336CE2F90FF6900C77712 /* es-MX */,
+ 43781D6E2F90FFAE001A7FE9 /* gd */,
+ 436CED5D2F91017B005D6E65 /* sr */,
);
name = Translations.strings;
path = "Shared/Supporting Files";
@@ -25271,6 +25480,7 @@
434B15712E4DFBED00CA0EC8 /* ro */,
4321E8E22E8559960007800A /* bg */,
4308BBD42F34B527000A13FD /* km */,
+ 436CED2C2F91017B005D6E65 /* sr */,
);
name = CustomizeFirefoxHome.strings;
sourceTree = "";
@@ -25350,6 +25560,7 @@
434B15672E4DFBED00CA0EC8 /* ro */,
4321E8D92E8559960007800A /* bg */,
4308BBCE2F34B527000A13FD /* km */,
+ 436CED212F91017B005D6E65 /* sr */,
);
name = Alert.strings;
sourceTree = "";
@@ -25430,6 +25641,7 @@
43FA93782DC501CB00C93AE8 /* fil */,
4321E8E62E8559960007800A /* bg */,
4308BBD82F34B528000A13FD /* km */,
+ 436CED302F91017B005D6E65 /* sr */,
);
name = EditCard.strings;
sourceTree = "";
@@ -25510,6 +25722,7 @@
43FA937A2DC501CB00C93AE8 /* fil */,
4321E8FF2E8559960007800A /* bg */,
4308BBE52F34B528000A13FD /* km */,
+ 436CED4F2F91017B005D6E65 /* sr */,
);
name = Settings.strings;
sourceTree = "";
@@ -25588,6 +25801,7 @@
434B158E2E4DFBEE00CA0EC8 /* ro */,
4321E9012E8559960007800A /* bg */,
433203102F3DF0F500DCD714 /* km */,
+ 436CED512F91017B005D6E65 /* sr */,
);
name = SnackBar.strings;
sourceTree = "";
@@ -25770,6 +25984,7 @@
43E58E382D6C8B9200B07153 /* tg */,
435B20A42D75C47A00D1CC3A /* es-ES */,
433D74EC2D75C5FE003D5A32 /* tzm */,
+ 436CED0F2F91017B005D6E65 /* sr */,
);
name = ClearHistoryConfirm.strings;
sourceTree = "";
@@ -25878,6 +26093,7 @@
43E58E362D6C8B9200B07153 /* tg */,
435B20A22D75C47A00D1CC3A /* es-ES */,
433D74EB2D75C5FE003D5A32 /* tzm */,
+ 436CED0D2F91017B005D6E65 /* sr */,
);
name = 3DTouchActions.strings;
sourceTree = "";
@@ -25986,6 +26202,7 @@
43E58E392D6C8B9200B07153 /* tg */,
435B20A52D75C47A00D1CC3A /* es-ES */,
433D74ED2D75C5FE003D5A32 /* tzm */,
+ 436CED102F91017B005D6E65 /* sr */,
);
name = ClearPrivateData.strings;
sourceTree = "";
@@ -26095,6 +26312,7 @@
43E58E3E2D6C8B9200B07153 /* tg */,
435B20AA2D75C47A00D1CC3A /* es-ES */,
433D74F02D75C5FE003D5A32 /* tzm */,
+ 436CED152F91017B005D6E65 /* sr */,
);
name = HistoryPanel.strings;
sourceTree = "";
@@ -26204,6 +26422,7 @@
43E58E402D6C8B9200B07153 /* tg */,
435B20AC2D75C47A00D1CC3A /* es-ES */,
433D74F22D75C5FE003D5A32 /* tzm */,
+ 436CED172F91017B005D6E65 /* sr */,
);
name = Localizable.strings;
sourceTree = "";
@@ -26314,6 +26533,7 @@
435B20A12D75C47A00D1CC3A /* es-ES */,
433D74EA2D75C5FE003D5A32 /* tzm */,
439CCBA52DC5011A00478913 /* ny */,
+ 436CED0B2F91017B005D6E65 /* sr */,
);
name = InfoPlist.strings;
sourceTree = "";
@@ -26420,6 +26640,7 @@
4385A41B2D1980C90003475A /* scn */,
43E58E432D6C8B9200B07153 /* tg */,
435B20AF2D75C47A00D1CC3A /* es-ES */,
+ 436CED1A2F91017B005D6E65 /* sr */,
);
name = PrivateBrowsing.strings;
sourceTree = "";
@@ -26527,6 +26748,7 @@
4385A4142D1980C90003475A /* scn */,
43E58E3C2D6C8B9200B07153 /* tg */,
435B20A82D75C47A00D1CC3A /* es-ES */,
+ 436CED132F91017B005D6E65 /* sr */,
);
name = ErrorPages.strings;
sourceTree = "";
@@ -26633,6 +26855,7 @@
4385A41E2D1980C90003475A /* scn */,
43E58E462D6C8B9200B07153 /* tg */,
435B20B22D75C47A00D1CC3A /* es-ES */,
+ 436CED1D2F91017B005D6E65 /* sr */,
);
name = Storage.strings;
sourceTree = "";
@@ -26731,6 +26954,7 @@
4385A4132D1980C90003475A /* scn */,
43E58E3B2D6C8B9200B07153 /* tg */,
435B20A72D75C47A00D1CC3A /* es-ES */,
+ 436CED122F91017B005D6E65 /* sr */,
);
name = "Default Browser.strings";
sourceTree = "";
@@ -26838,6 +27062,7 @@
43E58E3F2D6C8B9200B07153 /* tg */,
435B20AB2D75C47A00D1CC3A /* es-ES */,
433D74F12D75C5FE003D5A32 /* tzm */,
+ 436CED162F91017B005D6E65 /* sr */,
);
name = Intro.strings;
sourceTree = "";
@@ -26947,6 +27172,7 @@
43E58E412D6C8B9200B07153 /* tg */,
435B20AD2D75C47A00D1CC3A /* es-ES */,
433D74F32D75C5FE003D5A32 /* tzm */,
+ 436CED182F91017B005D6E65 /* sr */,
);
name = LoginManager.strings;
sourceTree = "";
@@ -27053,6 +27279,7 @@
4385A41C2D1980C90003475A /* scn */,
43E58E442D6C8B9200B07153 /* tg */,
435B20B02D75C47A00D1CC3A /* es-ES */,
+ 436CED1B2F91017B005D6E65 /* sr */,
);
name = Search.strings;
sourceTree = "";
@@ -27161,6 +27388,7 @@
43E58E3D2D6C8B9200B07153 /* tg */,
435B20A92D75C47A00D1CC3A /* es-ES */,
433D74EF2D75C5FE003D5A32 /* tzm */,
+ 436CED142F91017B005D6E65 /* sr */,
);
name = FindInPage.strings;
sourceTree = "";
@@ -27269,6 +27497,7 @@
43E58E4D2D6C8B9200B07153 /* tg */,
435B20B92D75C47A00D1CC3A /* es-ES */,
433D74F52D75C5FE003D5A32 /* tzm */,
+ 436CED252F91017B005D6E65 /* sr */,
);
name = BookmarkPanel.strings;
sourceTree = "";
@@ -27356,6 +27585,7 @@
434B159E2E4DFBEE00CA0EC8 /* ro */,
4321E9102E8559960007800A /* bg */,
4332031F2F3DF0F500DCD714 /* km */,
+ 436CED632F91017B005D6E65 /* sr */,
);
name = Localizable.strings;
sourceTree = "";
@@ -27446,6 +27676,7 @@
433D74F62D75C5FE003D5A32 /* tzm */,
434B156B2E4DFBED00CA0EC8 /* ro */,
4321E8DD2E8559960007800A /* bg */,
+ 436CED262F91017B005D6E65 /* sr */,
);
name = BookmarkPanelDeleteConfirm.strings;
sourceTree = "";
@@ -27556,6 +27787,7 @@
435B20F02D75C47A00D1CC3A /* es-ES */,
433D74F72D75C5FE003D5A32 /* tzm */,
43B5E7C92DB65F11000C52AD /* ny */,
+ 436CED622F91017B005D6E65 /* sr */,
);
name = WidgetIntents.intentdefinition;
sourceTree = "";
@@ -27665,6 +27897,7 @@
43E58E3A2D6C8B9200B07153 /* tg */,
435B20A62D75C47A00D1CC3A /* es-ES */,
433D74EE2D75C5FE003D5A32 /* tzm */,
+ 436CED112F91017B005D6E65 /* sr */,
);
name = ClearPrivateDataConfirm.strings;
sourceTree = "";
diff --git a/firefox-ios/Client/co.lproj/InfoPlist.strings b/firefox-ios/Client/co.lproj/InfoPlist.strings
index 45050da915526..9248b4637447f 100644
--- a/firefox-ios/Client/co.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/co.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "Quessu vi permette d’arregistrà fotò.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox impiegheghja a ricunniscenza vucale per cunvertisce a vostra voce in testu à impiegà per e ricerche vucale.";
+
/* (No Comment) */
"Scan QR Code" = "Analizà un codice QR";
diff --git a/firefox-ios/Client/cs.lproj/InfoPlist.strings b/firefox-ios/Client/cs.lproj/InfoPlist.strings
index 1d3e315365143..426da8c51c0bc 100644
--- a/firefox-ios/Client/cs.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/cs.lproj/InfoPlist.strings
@@ -11,7 +11,7 @@
"NSFaceIDUsageDescription" = "Firefox vyžaduje Face ID pro přístup k uloženým heslům a platebním metodám.";
/* Privacy - Location When In Use Usage Description */
-"NSLocationWhenInUseUsageDescription" = "Servery, které navštěvujete, mohou chtít znát vaše umístění.";
+"NSLocationWhenInUseUsageDescription" = "Stránky, které navštěvujete, mohou chtít znát vaše umístění.";
/* Privacy - Microphone Usage Description */
"NSMicrophoneUsageDescription" = "Firefox používá váš mikrofon k zaznamenávání a odesílání zvuku.";
diff --git a/firefox-ios/Client/en-CA.lproj/InfoPlist.strings b/firefox-ios/Client/en-CA.lproj/InfoPlist.strings
index 4518590f4cac5..d36f70b5c6d0e 100644
--- a/firefox-ios/Client/en-CA.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/en-CA.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "This lets you save photos.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox uses speech recognition to convert your voice to text for voice search.";
+
/* (No Comment) */
"Scan QR Code" = "Scan QR Code";
diff --git a/firefox-ios/Client/eo.lproj/InfoPlist.strings b/firefox-ios/Client/eo.lproj/InfoPlist.strings
index 1633f424f5126..baa3b1c281c77 100644
--- a/firefox-ios/Client/eo.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/eo.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "Tio ĉi permesas al vi konservi fotojn.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Por serĉi per voĉo Firefox uzas parolrekonon, kiu konvertas vian voĉon en tekston.";
+
/* (No Comment) */
"Scan QR Code" = "Skani kodon QR";
diff --git a/firefox-ios/Client/es-AR.lproj/InfoPlist.strings b/firefox-ios/Client/es-AR.lproj/InfoPlist.strings
index c03837f6eabc4..f52db8b297cc1 100644
--- a/firefox-ios/Client/es-AR.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/es-AR.lproj/InfoPlist.strings
@@ -5,7 +5,7 @@
"New Tab" = "Nueva pestaña";
/* Privacy - Camera Usage Description */
-"NSCameraUsageDescription" = "Firefox usa la cámara para escanear los códigos QR, tomar fotos y grabar video.";
+"NSCameraUsageDescription" = "Firefox usa la cámara para escanear los códigos QR, sacar fotos y grabar video.";
/* Privacy - Face ID Usage Description */
"NSFaceIDUsageDescription" = "Firefox requiere Face ID para acceder a tus contraseñas guardadas y métodos de pago.";
diff --git a/firefox-ios/Client/es-MX.lproj/InfoPlist.strings b/firefox-ios/Client/es-MX.lproj/InfoPlist.strings
index 4a1e1f435ef6e..b11ac14e95f82 100644
--- a/firefox-ios/Client/es-MX.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/es-MX.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "Esto permite que guardes tus fotos.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox usa el reconocimiento de voz para convertir tus comandos en texto para la búsqueda por voz.";
+
/* (No Comment) */
"Scan QR Code" = "Escanear código QR";
diff --git a/firefox-ios/Client/fi.lproj/InfoPlist.strings b/firefox-ios/Client/fi.lproj/InfoPlist.strings
index 398492c22865f..18a0453486e0a 100644
--- a/firefox-ios/Client/fi.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/fi.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "Näin voit tallentaa kuvia.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox käyttää puheentunnistusta muuntaakseen äänesi tekstiksi äänihakua varten.";
+
/* (No Comment) */
"Scan QR Code" = "Skannaa QR-koodi";
diff --git a/firefox-ios/Client/gd.lproj/InfoPlist.strings b/firefox-ios/Client/gd.lproj/InfoPlist.strings
index 004902438f2a8..a076923c5c1ac 100644
--- a/firefox-ios/Client/gd.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/gd.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "Bheir seo comas dhut dealbhan a shàbhaladh.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Cleachdaidh Firefox gleus aithneachadh cainnte airson teacsa a dhèanamh dhen ghuth agad airson lorg gutha a dhèanamh.";
+
/* (No Comment) */
"Scan QR Code" = "Sganaich còd QR";
diff --git a/firefox-ios/Client/id.lproj/InfoPlist.strings b/firefox-ios/Client/id.lproj/InfoPlist.strings
index 082cb822d8812..df4e9992fafb8 100644
--- a/firefox-ios/Client/id.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/id.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "Ini memungkinkan Anda menyimpan foto.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox menggunakan pengenalan ucapan untuk mengubah suara Anda menjadi teks untuk pencarian suara.";
+
/* (No Comment) */
"Scan QR Code" = "Pindai Kode QR";
diff --git a/firefox-ios/Client/is.lproj/InfoPlist.strings b/firefox-ios/Client/is.lproj/InfoPlist.strings
index 6310437c657c4..0cd991f69d147 100644
--- a/firefox-ios/Client/is.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/is.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "Hér getur þú vistað myndir.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox notar talgreiningu til að breyta rödd þinni í texta fyrir raddleit.";
+
/* (No Comment) */
"Scan QR Code" = "Skanna QR-kóða";
diff --git a/firefox-ios/Client/ja.lproj/InfoPlist.strings b/firefox-ios/Client/ja.lproj/InfoPlist.strings
index 43bfd018dd88e..e97a2d189b1f8 100644
--- a/firefox-ios/Client/ja.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/ja.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "これにより写真を保存できます。";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox は音声認識を使用して音声をテキストに変換し、音声検索に使用します。";
+
/* (No Comment) */
"Scan QR Code" = "QR コードをスキャン";
diff --git a/firefox-ios/Client/pa-IN.lproj/InfoPlist.strings b/firefox-ios/Client/pa-IN.lproj/InfoPlist.strings
index f3e73cfbde10c..09543ec946d74 100644
--- a/firefox-ios/Client/pa-IN.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/pa-IN.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "ਇਹ ਤੁਹਾਨੂੰ ਫ਼ੋਟੋ ਸੰਭਾਲਣ ਦਿੰਦਾ ਹੈ।";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox ਆਵਾਜ਼ ਖੋਜ ਲਈ ਤੁਹਾਡੀ ਆਵਾਜ਼ ਨੂੰ ਲਿਖਤ ਵਿੱਚ ਬਦਲਣ ਲਈ ਬੋਲੀ ਪਛਾਣ ਨੂੰ ਵਰਤਦਾ ਹੈ।";
+
/* (No Comment) */
"Scan QR Code" = "QR ਕੋਡ ਸਕੈਨ ਕਰੋ";
diff --git a/firefox-ios/Client/rm.lproj/InfoPlist.strings b/firefox-ios/Client/rm.lproj/InfoPlist.strings
index bfddaf3870d7d..b640ea225940f 100644
--- a/firefox-ios/Client/rm.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/rm.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "Uschia pos ti memorisar fotografias.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox utilisescha la reconuschientscha vocala per convertir tia vusch en text en connex cun la tschertga vocala.";
+
/* (No Comment) */
"Scan QR Code" = "Scannar in code QR";
diff --git a/firefox-ios/Client/ro.lproj/InfoPlist.strings b/firefox-ios/Client/ro.lproj/InfoPlist.strings
index 2c8a251219f2c..95bcfaa367857 100644
--- a/firefox-ios/Client/ro.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/ro.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "Îți permite să salvezi fotografii.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox folosește recunoașterea vocală ca să convertească vocea în text pentru căutare vocală.";
+
/* (No Comment) */
"Scan QR Code" = "Scanează codul QR";
diff --git a/firefox-ios/Client/sl.lproj/InfoPlist.strings b/firefox-ios/Client/sl.lproj/InfoPlist.strings
index 93c0bfd61bb9f..527469ee4c272 100644
--- a/firefox-ios/Client/sl.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/sl.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "To vam omogoča shranjevati fotografije.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Pri glasovnem iskanju Firefox uporablja prepoznavo govora za pretvarjanje vašega glasu v besedilo.";
+
/* (No Comment) */
"Scan QR Code" = "Skeniraj QR-kodo";
diff --git a/firefox-ios/Client/sq.lproj/InfoPlist.strings b/firefox-ios/Client/sq.lproj/InfoPlist.strings
index 919699f7dad03..f6baa78e929fd 100644
--- a/firefox-ios/Client/sq.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/sq.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "Kjo ju lejon të ruani foto.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox-i përdor njohje të folure për të shndërruar zërin tuaj në tekst për kërkime me zë.";
+
/* (No Comment) */
"Scan QR Code" = "Skanonin Kodin QR";
diff --git a/firefox-ios/Client/sr.lproj/InfoPlist.strings b/firefox-ios/Client/sr.lproj/InfoPlist.strings
new file mode 100644
index 0000000000000..ee540b2546353
--- /dev/null
+++ b/firefox-ios/Client/sr.lproj/InfoPlist.strings
@@ -0,0 +1,27 @@
+/* (No Comment) */
+"New Private Tab" = "Нови приватни језичак";
+
+/* (No Comment) */
+"New Tab" = "Нови језичак";
+
+/* Privacy - Camera Usage Description */
+"NSCameraUsageDescription" = "Firefox користи вашу камеру за скенирање КР кодова и снимање фотографија и видео записа.";
+
+/* Privacy - Face ID Usage Description */
+"NSFaceIDUsageDescription" = "Firefox захтева Face ID за приступ вашим сачуваним лозинкама и начинима плаћања.";
+
+/* Privacy - Location When In Use Usage Description */
+"NSLocationWhenInUseUsageDescription" = "Веб сајтови које посећујете могу захтевати вашу локацију.";
+
+/* Privacy - Microphone Usage Description */
+"NSMicrophoneUsageDescription" = "Firefox користи ваш микрофон за снимање и отпремање звука.";
+
+/* Privacy - Photo Library Additions Usage Description */
+"NSPhotoLibraryAddUsageDescription" = "Ово вам омогућава да сачувате фотографије.";
+
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox користи препознавање говора за претварање вашег гласа у текст за гласовну претрагу.";
+
+/* (No Comment) */
+"Scan QR Code" = "Скенирај КР код";
+
diff --git a/firefox-ios/Client/ug.lproj/InfoPlist.strings b/firefox-ios/Client/ug.lproj/InfoPlist.strings
index db20abe6bb943..a8818c4611ff4 100644
--- a/firefox-ios/Client/ug.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/ug.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "بۇ ئارقىلىق سۈرەتلەرنى ساقلىغىلى بولىدۇ.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "ئاۋازلىق ئىزدەش ئۈچۈن Firefox ئاۋاز پەرقلەندۈرۈش ئىقتىدارىنى ئىشلىتىپ ئاۋازىڭىزنى تېكىستكە ئايلاندۇرىدۇ.";
+
/* (No Comment) */
"Scan QR Code" = "QR كودىنى تارا";
diff --git a/firefox-ios/Client/vi.lproj/InfoPlist.strings b/firefox-ios/Client/vi.lproj/InfoPlist.strings
index a0b3a31b644d5..aa99fc5f21cdd 100644
--- a/firefox-ios/Client/vi.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/vi.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "Điều này cho phép bạn lưu ảnh.";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox sử dụng công nghệ nhận dạng giọng nói để chuyển giọng nói của bạn thành văn bản phục vụ cho việc tìm kiếm bằng giọng nói.";
+
/* (No Comment) */
"Scan QR Code" = "Quét mã QR";
diff --git a/firefox-ios/Client/zh-CN.lproj/InfoPlist.strings b/firefox-ios/Client/zh-CN.lproj/InfoPlist.strings
index 403f2b3595c53..4dcbd40bbd10a 100644
--- a/firefox-ios/Client/zh-CN.lproj/InfoPlist.strings
+++ b/firefox-ios/Client/zh-CN.lproj/InfoPlist.strings
@@ -19,6 +19,9 @@
/* Privacy - Photo Library Additions Usage Description */
"NSPhotoLibraryAddUsageDescription" = "让您可以保存照片。";
+/* Privacy - Speech Recognition Usage Description */
+"NSSpeechRecognitionUsageDescription" = "Firefox 使用语音识别将声音转为文本,以便进行语音搜索。";
+
/* (No Comment) */
"Scan QR Code" = "扫描二维码";
diff --git a/firefox-ios/Extensions/ActionExtension/gd.lproj/InfoPlist.strings b/firefox-ios/Extensions/ActionExtension/gd.lproj/InfoPlist.strings
new file mode 100644
index 0000000000000..0bf3e95538eb3
--- /dev/null
+++ b/firefox-ios/Extensions/ActionExtension/gd.lproj/InfoPlist.strings
@@ -0,0 +1,3 @@
+/* Bundle display name */
+"CFBundleDisplayName" = "Fosgail ann am Firefox";
+
diff --git a/firefox-ios/Extensions/ActionExtension/sr.lproj/InfoPlist.strings b/firefox-ios/Extensions/ActionExtension/sr.lproj/InfoPlist.strings
new file mode 100644
index 0000000000000..a3d62053e2470
--- /dev/null
+++ b/firefox-ios/Extensions/ActionExtension/sr.lproj/InfoPlist.strings
@@ -0,0 +1,3 @@
+/* Bundle display name */
+"CFBundleDisplayName" = "Отвори у Firefox-у";
+
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/AddressToolbar.strings b/firefox-ios/Shared/Supporting Files/be.lproj/AddressToolbar.strings
new file mode 100644
index 0000000000000..6d8b8bc853504
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/AddressToolbar.strings
@@ -0,0 +1,3 @@
+/* Label for button in the address toolbar, that cancels editing the address field when tapped. */
+"AddressToolbar.CancelEdit.Label.v138" = "Скасаваць";
+
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/Alerts.strings b/firefox-ios/Shared/Supporting Files/be.lproj/Alerts.strings
index 571bfca9d380f..d9e0e9306713e 100644
--- a/firefox-ios/Shared/Supporting Files/be.lproj/Alerts.strings
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/Alerts.strings
@@ -1,9 +1,18 @@
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the body message for the alert. %@ is the name/domain of the website, for example 'google.com' */
+"Alerts.AddToCalendar.Body.v134" = "%@ запытвае сцягнуць файл і дадаць падзею ў ваш каляндар.";
+
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the body message for the alert in case the website doesn't have a base domain. */
+"Alerts.AddToCalendar.BodyDefault.v134" = "Гэты сайт запытвае сцягнуць файл і дадаць падзею ў ваш каляндар.";
+
/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the body text for the alert. */
"Alerts.FeltDeletion.Body.v122" = "Закрыць усе прыватныя карткі і выдаліць гісторыю, кукі і ўсе астатнія звесткі сайтаў.";
/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the cancel action for the alert, cancelling ending your session. */
"Alerts.FeltDeletion.Button.Cancel.v122" = "Скасаваць";
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the cancel action for the alert, cancelling the action to add the event to the calendar. */
+"Alerts.FeltDeletion.Button.Cancel.v134" = "Скасаваць";
+
/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the affirmative action for the alert, confirming that you do want to do that. */
"Alerts.FeltDeletion.Button.Confirm.v122" = "Выдаліць звесткі сеанса";
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/CredentialProvider.strings b/firefox-ios/Shared/Supporting Files/be.lproj/CredentialProvider.strings
index cfebbcc143ce2..a84652f7bcf33 100644
--- a/firefox-ios/Shared/Supporting Files/be.lproj/CredentialProvider.strings
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/CredentialProvider.strings
@@ -1,3 +1,6 @@
+/* Title label displayed for the cancel action in an alert when the password autofill fails and needs user interaction. */
+"CredentialProvider.RetryAllert.CancelAction.Title.v137" = "Скасаваць";
+
/* Label shown when there are no logins saved in the passwords list */
"LoginsList.NoLoginsFound.Title.v122" = "Паролі не захаваны";
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/EditAddress.strings b/firefox-ios/Shared/Supporting Files/be.lproj/EditAddress.strings
new file mode 100644
index 0000000000000..1001f2257915a
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/EditAddress.strings
@@ -0,0 +1,6 @@
+/* Title for the cancel button in the remove address alert. */
+"Addresses.EditAddress.Alert.CancelButton.v129" = "Скасаваць";
+
+/* Label for the button to cancel the current autofill operation or exit the form without saving changes. Provides users with an option to back out of a process without making any modifications. */
+"Addresses.EditAddress.AutofillCancelButton.v129" = "Скасаваць";
+
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/be.lproj/EnhancedTrackingProtection.strings
new file mode 100644
index 0000000000000..257c41b24b1b2
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/EnhancedTrackingProtection.strings
@@ -0,0 +1,3 @@
+/* The text for the clear cookies and site data alert button inside the enhanced tracking protection screen. */
+"Menu.EnhancedTrackingProtection.ClearData.AlertCancelButton.v128" = "Скасаваць";
+
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/be.lproj/FirefoxHomepage.strings
index cf8b39c4616c0..2177fe8f38ffd 100644
--- a/firefox-ios/Shared/Supporting Files/be.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/FirefoxHomepage.strings
@@ -10,3 +10,6 @@
/* The title for the card that educates users about how private mode works. The card shows up on the homepage when in the new privacy mode. */
"FirefoxHomepage.FeltPrivacyUI.Title.v122" = "Не пакідайце слядоў на гэтай прыладзе";
+/* Accessibility label for the page reload button in the navigation toolbar of the stories webview */
+"FirefoxHomepage.Pocket.StoriesWebview.ReloadPageAccessibilityLabel.v146" = "Перазагрузіць старонку";
+
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/LiveActivity.strings b/firefox-ios/Shared/Supporting Files/be.lproj/LiveActivity.strings
new file mode 100644
index 0000000000000..10ed64df74bec
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/LiveActivity.strings
@@ -0,0 +1,6 @@
+/* Displayed during a download in Live Activity or Dynamic Island. %@ is the number of files (e.g. Downloading Files: 2). */
+"LiveActivity.Downloads.FileCountText.v138" = "Сцягванне файлаў: %@";
+
+/* Displayed during a download in Live Activity or Dynamic Island. %@ is the name of the file being downloaded (e.g. Downloading “MyFile.pdf”). */
+"LiveActivity.Downloads.FileNameText.v138" = "Сцягванне “%@”";
+
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/be.lproj/MainMenu.strings
new file mode 100644
index 0000000000000..6e82a8fd2aed3
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/MainMenu.strings
@@ -0,0 +1,6 @@
+/* On the main menu, the accessibility label for the action that will take the user to the Downloads panel. */
+"MainMenu.PanelLinkSection.AccessibilityLabels.Downloads.v132" = "Сцягванні";
+
+/* On the main menu, the title for the action that will take the user to the Downloads panel. */
+"MainMenu.PanelLinkSection.Downloads.Title.v131" = "Сцягванні";
+
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/NativeErrorPage.strings b/firefox-ios/Shared/Supporting Files/be.lproj/NativeErrorPage.strings
new file mode 100644
index 0000000000000..351f353c92dfc
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/NativeErrorPage.strings
@@ -0,0 +1,3 @@
+/* On error page, this is the text on a button that will try to load the page again. */
+"NativeErrorPage.ButtonLabel.v131" = "Перазагрузіць";
+
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/SocialShare.strings b/firefox-ios/Shared/Supporting Files/be.lproj/SocialShare.strings
new file mode 100644
index 0000000000000..21ed299cc23e8
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/SocialShare.strings
@@ -0,0 +1,3 @@
+/* On the Settings screen, this is the title text for a toggle which controls adding additional text to links shared to social media apps. %1$@ is the app name (e.g. Firefox). %2$@ is the social media app name (e.g. WhatsApp). */
+"SentFromFirefox.SocialShare.SettingsToggle.Title.v134" = "Далучыць спасылку для сцягвання %1$@ у %2$@ абагульненае";
+
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/Translations.strings b/firefox-ios/Shared/Supporting Files/be.lproj/Translations.strings
new file mode 100644
index 0000000000000..7709c45980eff
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/Translations.strings
@@ -0,0 +1,3 @@
+/* On the translation feature bottom sheet, this is the text for the error message that appears when a user has no internet connection when trying to translate a page. */
+"Translations.Sheet.Error.TitleLabel.v145" = "Не ўдалося загрузіць мовы";
+
diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/WebView.strings b/firefox-ios/Shared/Supporting Files/be.lproj/WebView.strings
new file mode 100644
index 0000000000000..abe27c58fa0bc
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/be.lproj/WebView.strings
@@ -0,0 +1,6 @@
+/* The accessibility label read when loading a document in the web view's custom document loading UI. */
+"WebView.DocumentLoadingAccessibilityLabel.v137" = "Загрузка дакумента";
+
+/* The label shown while loading a document in the web view's custom document loading UI */
+"WebView.DocumentLoadingLabel.v137" = "Загрузка…";
+
diff --git a/firefox-ios/Shared/Supporting Files/bg.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/bg.lproj/AppIconSelection.strings
index 1b6798de5439f..1509ca94b4120 100644
--- a/firefox-ios/Shared/Supporting Files/bg.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/bg.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Син час";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Симпатична";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Циан";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Зелено";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Прегръдка";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Мързелив";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Светла";
diff --git a/firefox-ios/Shared/Supporting Files/bg.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/bg.lproj/EnhancedTrackingProtection.strings
index d951623d63940..b56467233114e 100644
--- a/firefox-ios/Shared/Supporting Files/bg.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/bg.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Спирани проследявания: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Стандартно блокира често използвани тракери, след като страницата започне да се зарежда, така че е възможно да забележите по-голям брой тракери. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Строгата версия блокира повече тракери, като ги спира преди зареждане на страница, така че може да видите по-нисък брой тракери. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Проверено от %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Преглед на сертификата";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Научете повече";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ не е дежурен. Препоръчваме да включите отново защитите.";
diff --git a/firefox-ios/Shared/Supporting Files/bg.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/bg.lproj/FirefoxHomepage.strings
index 9455ae4aa0a34..de8106e70dc43 100644
--- a/firefox-ios/Shared/Supporting Files/bg.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/bg.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Истории";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Актуализирахме нашия %1$@, за да отразим най-новите функции на %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/bg.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/bg.lproj/MainMenu.strings
index 425543def3142..f17a73b03a5af 100644
--- a/firefox-ios/Shared/Supporting Files/bg.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/bg.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Направете %@ по подразбиране";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Изключено";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Включено";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Отметки";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Нощен режим";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Мащабиране на страницата (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Мащабиране на страницата";
diff --git a/firefox-ios/Shared/Supporting Files/bg.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/bg.lproj/RelayMask.strings
index ca8e84b7e228f..a13d64e8002d9 100644
--- a/firefox-ios/Shared/Supporting Files/bg.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/bg.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Ново! %@ Relay имейл маски вече са налични за мобилни устройства.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Вашите 5 безплатни имейл маски се използват, затова избрахме една за вас.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Използвахте своите 5 безплатни имейл маски, затова избрахме една, за да я използвате повторно.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Имейл маска е вмъкната";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Скрийте истинския си имейл, за да защитите входящата си поща от спам. Някои сайтове не го поддържат.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Скрийте истинския си имейл, за да защитите входящата си поща от спам. Някои сайтове не поддържат имейл маски.";
diff --git a/firefox-ios/Shared/Supporting Files/bg.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/bg.lproj/Summarizer.strings
index fed34abf04b3c..47a8673b90777 100644
--- a/firefox-ios/Shared/Supporting Files/bg.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/bg.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Обобщението не е налично";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Разрешаване";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ използва Apple Intelligence за обобщение на страници.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Отказ";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Продължаване";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ използва базиран в облака AI за обобщение на страници и връща тези обобщения на устройството ви.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Научете повече";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Разрешаване на обобщения на страници?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Как работи";
diff --git a/firefox-ios/Shared/Supporting Files/br.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/br.lproj/AppIconSelection.strings
index ee93754dcae96..387a21b484ee0 100644
--- a/firefox-ios/Shared/Supporting Files/br.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/br.lproj/AppIconSelection.strings
@@ -28,12 +28,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Gwer";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Briatadenn";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lezirek";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Sklaer";
diff --git a/firefox-ios/Shared/Supporting Files/br.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/br.lproj/FirefoxHomepage.strings
index f550045197161..12cf20cb37572 100644
--- a/firefox-ios/Shared/Supporting Files/br.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/br.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Pennadoù";
-
/* This is the title of the Stories section on Firefox Homepage. */
"FirefoxHome.Stories.SectionTitle.v140" = "Pennadoù";
diff --git a/firefox-ios/Shared/Supporting Files/br.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/br.lproj/MainMenu.strings
index 533ee19bf15a7..db8d056a1c7e2 100644
--- a/firefox-ios/Shared/Supporting Files/br.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/br.lproj/MainMenu.strings
@@ -40,12 +40,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Lakaat %@ d’ho merdeer dre ziouer";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Diweredekaet";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Gweredekaet";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Sinedoù";
@@ -226,9 +220,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Mod noz";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoum ar bajenn (%@)";
-
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Report Print tool. */
"MainMenu.Submenus.Tools.Print.Subtitle.v131" = "Moullañ";
diff --git a/firefox-ios/Shared/Supporting Files/bs.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/bs.lproj/AppIconSelection.strings
index 304d727a8b72f..c033410f949a5 100644
--- a/firefox-ios/Shared/Supporting Files/bs.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/bs.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Plavi sat";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Slatko";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cijan";
@@ -34,12 +31,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Zelena";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Zagrljaj";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lijeno";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Svijetla";
diff --git a/firefox-ios/Shared/Supporting Files/bs.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/bs.lproj/FirefoxHomepage.strings
index 1742b28357358..86ed78e555a32 100644
--- a/firefox-ios/Shared/Supporting Files/bs.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/bs.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Priče";
-
/* The title for the Firefox homepage, only used to denote the name of the destination screen in the system back navigation button long-press menu */
"FirefoxHome.ScreenTitle.v144" = "Početna stranica";
diff --git a/firefox-ios/Shared/Supporting Files/bs.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/bs.lproj/MainMenu.strings
index 9033e41ccffbe..685812976523e 100644
--- a/firefox-ios/Shared/Supporting Files/bs.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/bs.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Postavi %@ kao zadano";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Isključeno";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Uključeno";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Oznake";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Noćni način rada";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Uvećanje stranice (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Uvećanje stranice";
diff --git a/firefox-ios/Shared/Supporting Files/bs.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/bs.lproj/Summarizer.strings
index 5b59641131029..88590eddf46a0 100644
--- a/firefox-ios/Shared/Supporting Files/bs.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/bs.lproj/Summarizer.strings
@@ -31,27 +31,6 @@
/* The label for the error button that allows the user to retry summarizing the page. */
"Summarizer.RetryButton.Label.v142" = "Pokušaj ponovo";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Dozvoli";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ koristi Apple Intelligence za sažimanje stranica.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Otkaži";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Nastavi";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ koristi vještačku inteligenciju zasnovanu na oblaku za sažimanje stranica i vraća te sažetke na vaš uređaj.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Saznajte više";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Dozvoliti sažetke stranica?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Kako to radi";
diff --git a/firefox-ios/Shared/Supporting Files/ca.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/ca.lproj/AppIconSelection.strings
index da6fbdf0cc075..f68f64358a4d1 100644
--- a/firefox-ios/Shared/Supporting Files/ca.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/ca.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Hora blava";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Adorable";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cian";
@@ -34,12 +31,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verd";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Abraçada";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Mandrós";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Clar";
diff --git a/firefox-ios/Shared/Supporting Files/ca.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/ca.lproj/FirefoxHomepage.strings
index 4e4407b79f6b9..c1b8385a818f4 100644
--- a/firefox-ios/Shared/Supporting Files/ca.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/ca.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Articles";
-
/* The title for the Firefox homepage, only used to denote the name of the destination screen in the system back navigation button long-press menu */
"FirefoxHome.ScreenTitle.v144" = "Pàgina d’inici";
diff --git a/firefox-ios/Shared/Supporting Files/ca.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/ca.lproj/MainMenu.strings
index c48e44b52dcff..95e6174a94809 100644
--- a/firefox-ios/Shared/Supporting Files/ca.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/ca.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Feu que el %@ sigui el navegador per defecte";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Desactivat";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Activat";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Adreces d'interès";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Mode nocturn";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom de la pàgina (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom de la pàgina";
diff --git a/firefox-ios/Shared/Supporting Files/ca.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/ca.lproj/Summarizer.strings
index ecacbe0622b12..c50a3348c5d48 100644
--- a/firefox-ios/Shared/Supporting Files/ca.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/ca.lproj/Summarizer.strings
@@ -43,27 +43,6 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Arrossegueu o toqueu la pàgina web per tancar el resum";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permet";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "El %@ utilitza Apple Intelligence per resumir pàgines.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Cancel·la";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continua";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "El %@ utilitza IA basada en el núvol per resumir pàgines i retorna els resums al vostre dispositiu.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Més informació";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Voleu permetre els resums de pàgines?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Com funciona";
diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/co.lproj/AppIconSelection.strings
index d09fc8840a210..5197ab9986f98 100644
--- a/firefox-ios/Shared/Supporting Files/co.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/co.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Ora turchina";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Bellucciu";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cianu";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Allusingarinu";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Fannullone";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Chjaru";
diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/co.lproj/EnhancedTrackingProtection.strings
index 2c038fda7d559..e7a8daec8a479 100644
--- a/firefox-ios/Shared/Supporting Files/co.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/co.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Perseguitatori bluccati : %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "A prutezzione classica blucca i perseguitatori cumuni dopu à u caricamentu di e pagine, dunque si pò vede un numeru superiore di perseguitatori. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "A prutezzione severa blucca più perseguitatori piantenduli prima u caricamentu di a pagina, dunque si pò vede un numeru inferiore di perseguitatori. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verificatu da %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Affissà u certificatu";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Sapene di più";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ ùn hè micca in serviziu. Vi ricumandemu d’attivà torna e prutezzioni.";
diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/co.lproj/FirefoxHomepage.strings
index 84e81627d6314..9e159fd070cc4 100644
--- a/firefox-ios/Shared/Supporting Files/co.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/co.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Articuli";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Avemu messu à livellu a nostra %1$@ per piglià in contu l’ultime funzioni di %2$@. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Tutti l’articuli";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Nutizie";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Nutizie";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Pupulari oghje";
diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/co.lproj/MainMenu.strings
index de784e29b9c20..85fab110b4072 100644
--- a/firefox-ios/Shared/Supporting Files/co.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/co.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Definisce %@ cum’è navigatore predefinitu";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Disattivatu";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Attivatu";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Indette";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modu nutturnu";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Ingrandamentu di a pagina (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Ingrandamentu di a pagina";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Più";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Modu di lettura";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Arregistrà";
diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/NativeErrorPage.strings b/firefox-ios/Shared/Supporting Files/co.lproj/NativeErrorPage.strings
index 224a57063bb5f..734958bd134b2 100644
--- a/firefox-ios/Shared/Supporting Files/co.lproj/NativeErrorPage.strings
+++ b/firefox-ios/Shared/Supporting Files/co.lproj/NativeErrorPage.strings
@@ -1,3 +1,39 @@
+/* On certificate error page, this is the text on a button that will show advanced information about the certificate error. */
+"NativeErrorPage.BadCertDomain.AdvancedButton.v149" = "Espertu";
+
+/* On certificate error page, this is the advanced information explaining why the certificate is invalid. %1$@ is the app name (e.g. Firefox). %2$@ is the site URL. */
+"NativeErrorPage.BadCertDomain.AdvancedInfo.v149" = "%1$@ ùn face micca cunfidenza à stu situ perchè u certificatu trovu ùn hè micca accettevule per %2$@.";
+
+/* On certificate error page, this is the security information shown in the advanced section. */
+"NativeErrorPage.BadCertDomain.AdvancedSecurityInfo.v149" = "Stu situ ùn permette micca e cunnessioni chì ùn sò micca sicurizate.";
+
+/* On certificate error page, this is the first warning message in the advanced section suggesting possible solutions. */
+"NativeErrorPage.BadCertDomain.AdvancedWarning1.v149" = "Forse duverete cunnettesi à a vostra reta Wi-Fi o verificà i vostri parametri VPN.";
+
+/* On certificate error page, this is the second warning message in the advanced section for users on corporate networks. */
+"NativeErrorPage.BadCertDomain.AdvancedWarning2.v149" = "S’è vo impiegate una reta d’impresa, a vostra squadra d’assistenza puderia avè d’altre infurmazioni.";
+
+/* On certificate error page, this is the description explaining the security risk. */
+"NativeErrorPage.BadCertDomain.Description.v149" = "Qualchissia pritendendu esse u situ puderia circà à arrubà e vostre infurmazioni persunale. Si puderia dinù chì i vostri parametri di cunnessione ùn sianu micca definiti bè.";
+
+/* On certificate error page, this is the label prefix for the error code. %@ is the error code (e.g. SSL_ERROR_BAD_CERT_DOMAIN). */
+"NativeErrorPage.BadCertDomain.ErrorCodeLabel.v149" = "Codice di sbagliu : %@";
+
+/* On certificate error page, this is the text on a button that will hide the advanced information section. */
+"NativeErrorPage.BadCertDomain.HideAdvancedButton.v149" = "Piattà";
+
+/* On certificate error page, this is a link to learn more about certificate errors. */
+"NativeErrorPage.BadCertDomain.LearnMoreLink.v149" = "Sapene di più";
+
+/* On certificate error page, this is the text on a button that will proceed to the site despite the certificate error. %@ is the site URL. This is a risky action. */
+"NativeErrorPage.BadCertDomain.ProceedButton.v149" = "Cuntinuà versu %@ (risicatu)";
+
+/* On certificate error page, this is the title warning the user about a potential security issue. */
+"NativeErrorPage.BadCertDomain.TitleLabel.v149" = "Fate casu. Pare ch’ella ci sia un prublema.";
+
+/* On certificate error page, this is a link that will show the site’s certificate details. */
+"NativeErrorPage.BadCertDomain.ViewCertificateLink.v149" = "Affissà u certificatu di u situ";
+
/* On error page, this is the text on a button that will try to load the page again. */
"NativeErrorPage.ButtonLabel.v131" = "Attualizà";
@@ -7,6 +43,9 @@
/* On error page, this is the title for generic error. */
"NativeErrorPage.GenericError.TitleLabel.v131" = "Fate casu. Pare ch’ella ci sia un prublema.";
+/* On error page, this is the text on a button that will go back to the previous page. Recommended action. */
+"NativeErrorPage.GoBackButton.v149" = "Ritornu (ricumandatu)";
+
/* On error page, this is the description for no internet connection. */
"NativeErrorPage.NoInternetConnection.Description.v131" = "Pruvate di cunnettevi nant’à un altru apparechju. Verificate u vostru modem o « router ». Discunnittitevi è ricunnittitevi à u Wi-Fi.";
diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/co.lproj/Onboarding.strings
index 20e59d213eac5..61324b53750a0 100644
--- a/firefox-ios/Shared/Supporting Files/co.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/co.lproj/Onboarding.strings
@@ -184,6 +184,12 @@
/* Title for the welcome card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Welcome.Title.v148" = "Dite addiu à i perseguitatori intrusivi";
+/* Title for the welcome card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.Title.v148.v2" = "Aprite i vostri liami prutigendu a vostra vita privata";
+
+/* Title for the welcome card in the v149 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.TitleV3.v149" = "Aprite tutti i vostri liami prutigendu a vostra vita privata";
+
/* Option for the automatic theme. */
"Onboarding.Modern.Customization.Theme.Automatic.v145" = "Autumaticu";
diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/co.lproj/RelayMask.strings
index 930d95d60c80d..b07425db7318a 100644
--- a/firefox-ios/Shared/Supporting Files/co.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/co.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Novu ! Ora, e maschere di messaghjeria %@ Relay sò dispunibule nant’à l’apparechji mobili.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "E vostre 5 maschere di messaghjeria di rigalu sò in corsu d’adopru, è n’avemu sceltu unu per voi.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Avete impiegatu e vostre 5 maschere di messaghjeria di rigalu, tandu n’avemu sceltu unu chì vo puderete rimpiegà.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Maschera di messaghjeria framessa";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Piattate u vostru veru indirizzu elettronicu per prutege a vostra scatula di ricezzione da u merzaghju. Certi siti ùn l’accettenu micca.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Piattate u vostru veru indirizzu elettronicu per prutege a vostra scatula di ricezzione da u merzaghju. Certi siti ùn accettenu micca e maschere di messaghjeria.";
diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/co.lproj/Settings.strings
index a4a5498b11489..08443b8dcd836 100644
--- a/firefox-ios/Shared/Supporting Files/co.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/co.lproj/Settings.strings
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "Mosse";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Sceglie una lingua";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Lingua preferita per l’appiecazione";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Lingua";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Lingua di u situ web";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "Riassume e pagine";
diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/co.lproj/Summarizer.strings
index b562e662e3025..7680168c950bf 100644
--- a/firefox-ios/Shared/Supporting Files/co.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/co.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Fate sguillà o picchichjate a pagina web per chjode u riassuntu";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permette";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ impiegheghja Apple Intelligence per riassume e pagine.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Abbandunà";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Cuntinuà";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ impiegheghja un’IA per riassume e pagine, è manda sti riassunti nant’à u vostru apparechju.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Sapene di più";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Permette i riassunti di pagina ?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "Riassuntu indispunibule";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Cumu què funziuneghja";
diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/co.lproj/TabsTray.strings
index cf865c0ba6b61..fa2f9356ef34d 100644
--- a/firefox-ios/Shared/Supporting Files/co.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/co.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Sincrunizà l’unghjette";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "Nova unghjetta";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "Unghjette";
diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/TermsOfUse.strings b/firefox-ios/Shared/Supporting Files/co.lproj/TermsOfUse.strings
index ac185bd4137ca..f260be5c02b83 100644
--- a/firefox-ios/Shared/Supporting Files/co.lproj/TermsOfUse.strings
+++ b/firefox-ios/Shared/Supporting Files/co.lproj/TermsOfUse.strings
@@ -7,6 +7,12 @@
/* Introductory message in the Terms of Use sheet that mentions updated Terms of Use and Privacy Notice. %@ will be replaced with the app name (e.g., Firefox). */
"TermsOfUse.Description.v142" = "Avemu messu in piazza e cundizioni d’utilizazione di %@ è mudificatu a nostra pulitica di cunfidenzialità.";
+/* Text shown in the Terms of Use bottom sheet for variants 1 and 2. %@ is replaced with the localized 'here' link text. */
+"TermsOfUse.LearnMoreHere.v147" = "Pudete sapene di più %@.";
+
+/* Link text for 'here' in the phrase 'You can learn more here.' shown in the Terms of Use sheet for variants 1 and 2. */
+"TermsOfUse.Link.HereText.v147" = "quì";
+
/* Link shown in the Terms of Use sheet to direct users to more details about the update. */
"TermsOfUse.Link.LearnMore.v142" = "Sapene di più";
@@ -28,3 +34,9 @@
/* Title shown at the top of the Terms of Use bottom sheet, indicating that there is an update to terms of use. */
"TermsOfUse.Title.v142" = "Ci hè una nutizia";
+/* Title shown at the top of the Terms of Use bottom sheet for variant 1. */
+"TermsOfUse.TitleValue1.v147" = "Cundizioni d’utilizazione";
+
+/* Title shown at the top of the Terms of Use bottom sheet for variant 2. %@ is replaced with the app name (e.g., Firefox). */
+"TermsOfUse.TitleValue2.v147" = "Un messaghju da %@";
+
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/Alerts.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/Alerts.strings
index b1ee4920dcdec..e9c5271befb1a 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/Alerts.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/Alerts.strings
@@ -11,7 +11,7 @@
"Alerts.AddToCalendar.Title.v134" = "Přidat do kalendáře?";
/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the body text for the alert. */
-"Alerts.FeltDeletion.Body.v122" = "Zavře všechny anonymní panely a vymažte historii, soubory cookie a všechna další data webu.";
+"Alerts.FeltDeletion.Body.v122" = "Zavře všechny anonymní panely a vymaže historii, soubory cookie a všechna další data webu.";
/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the cancel action for the alert, cancelling ending your session. */
"Alerts.FeltDeletion.Button.Cancel.v122" = "Zrušit";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/AppIconSelection.strings
index fbbdc7ff347c5..7d40b0c641026 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Modrá hodina";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Roztomilá";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Azurová";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Zelená";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Objetí";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Líná";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Světlá";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/EnhancedTrackingProtection.strings
index fb1a0f5aa59b3..b989fb2f3fad9 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/EnhancedTrackingProtection.strings
@@ -44,7 +44,7 @@
"Menu.EnhancedTrackingProtection.ClearData.AlertOkButton.v128" = "Vymazat";
/* The text for the clear cookies and site data alert inside the enhanced tracking protection screen. %@ is the currently visited website. */
-"Menu.EnhancedTrackingProtection.ClearData.AlertText.v128" = "Smazání cookies a dat stránek %@ může vést k odhlášení ze stránek a vymazání nákupního košíku.";
+"Menu.EnhancedTrackingProtection.ClearData.AlertText.v128" = "Smazání cookies a dat stránek pro %@ vás může odhlásit z webů a vyprázdnit vám nákupní košíky.";
/* The title for the clear cookies and site data alert inside the enhanced tracking protection screen. */
"Menu.EnhancedTrackingProtection.ClearData.AlertTitle.v128" = "Vymazat cookies a uložená data";
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Zablokované sledovací prvky: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standardní úroveň blokuje běžné sledovací prvky poté, co se stránka začne načítat. Může proto zaznamenat vyšší počet sledovacích prvků. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Přísná úroveň blokuje více sledovacích prvků před načtením stránky. Může tedy zaznamenat nižší počet sledovacích prvků. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Ověřil: %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Zobrazit certifikát";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Zjistit více";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ je mimo službu. Doporučujeme ochranu opět zapnout.";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/FirefoxHomepage.strings
index f8865b1c8b33b..808f644adda64 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/FirefoxHomepage.strings
@@ -1,8 +1,5 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Příběhy";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
-"FirefoxHome.PrivacyNotice.Body.v148" = "Aktualizovali jsme náš dokument %1$@ , aby reflektoval nejnovější funkce v aplikaci %2$@. %3$@";
+"FirefoxHome.PrivacyNotice.Body.v148" = "Aktualizovali jsme náš dokument %1$@, aby reflektoval nejnovější funkce v aplikaci %2$@. %3$@";
/* Label for the “Learn More” link inserted into the second placeholder of the Privacy Notice body label. This text will appear as a tappable link directing users to detailed information about what has changed in the updated Privacy Notice. */
"FirefoxHome.PrivacyNotice.LearnMoreLink.v148" = "Zjistit více";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/MainMenu.strings
index 72725fda44537..3256f8e2158e6 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Nastavit %@ jako výchozí";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Vypnuto";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Zapnuto";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Záložky";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Noční režim";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Velikost stránky (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Velikost stránky";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/NativeErrorPage.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/NativeErrorPage.strings
index 01e83e4977a47..cd9170c340664 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/NativeErrorPage.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/NativeErrorPage.strings
@@ -32,7 +32,7 @@
"NativeErrorPage.BadCertDomain.TitleLabel.v149" = "Buďte opatrní. Něco není v pořádku.";
/* On certificate error page, this is a link that will show the site’s certificate details. */
-"NativeErrorPage.BadCertDomain.ViewCertificateLink.v149" = "Zobrazit certifikát stránky";
+"NativeErrorPage.BadCertDomain.ViewCertificateLink.v149" = "Zobrazit certifikát serveru";
/* On error page, this is the text on a button that will try to load the page again. */
"NativeErrorPage.ButtonLabel.v131" = "Znovu načíst";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/Onboarding.strings
index 1ce9bfdfde0ed..b3d9f4f6686c7 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/Onboarding.strings
@@ -2,7 +2,7 @@
"DefaultBrowserPopup.ButtonTitle.v114" = "Přejít do nastavení";
/* The footer label on the Default Browser Popup, which is below all the instructions asking the users if their browser is the default browser. %@ is the app name (e.g. Firefox). If it is then close this message and tap skip. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */
-"DefaultBrowserPopup.DescriptionFooter.v124" = "*je už %@ vašim předvoleným prohlížečem?*Zavřete tuto zprávu a klepněte na Přeskočit.";
+"DefaultBrowserPopup.DescriptionFooter.v124" = "*Je už %@ vaším předvoleným prohlížečem?* Zavřete tuto zprávu a klepněte na Přeskočit.";
/* The first label on the Default Browser Popup, which is a card with instructions telling the user how to set Firefox as their default browser. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */
"DefaultBrowserPopup.FirstLabel.v114" = "1. Přejděte do *Nastavení*";
@@ -47,7 +47,7 @@
"Onboarding.Customization.Theme.System.Action.v123" = "Podle systému";
/* String used to describe the title of the theme customization onboarding page in our Onboarding screens. */
-"Onboarding.Customization.Theme.Title.v123" = "Vyberte si motiv";
+"Onboarding.Customization.Theme.Title.v123" = "Vyberte si motiv vzhledu";
/* String used to describe the title of the theme customization onboarding page in our Onboarding screens. */
"Onboarding.Customization.Theme.Title.v143" = "Vyberte si vzhled";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/PasswordGenerator.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/PasswordGenerator.strings
index dd122537b23ac..eb09d85f88c28 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/PasswordGenerator.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/PasswordGenerator.strings
@@ -11,7 +11,7 @@
"PasswordGenerator.Description.v132" = "Chraňte svůj účet pomocí silného, náhodně vygenerovaného hesla.";
/* When a user is in the process of creating an account, they have the option to generate a password. The popup displaying the generated password to the user is available by clicking a keyboard accessory button with this label. */
-"PasswordGenerator.KeyboardAccessoryButtonLabel.v132" = "Použijte silné heslo";
+"PasswordGenerator.KeyboardAccessoryButtonLabel.v132" = "Použít silné heslo";
/* Prefix to alert accessibility users that a generated password (represented by %@) will be read to them next. */
"PasswordGenerator.PasswordReadoutPrefaceA11y.v132" = "Vygenerované heslo: %@";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/QRCode.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/QRCode.strings
index bf26869d481dd..f70dac4c89ca8 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/QRCode.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/QRCode.strings
@@ -1,3 +1,3 @@
/* Accessibility label of the QR code button in the toolbar */
-"QRCode.Toolbar.Button.A11y.Title.v128" = "Naskenujte QR kód";
+"QRCode.Toolbar.Button.A11y.Title.v128" = "Naskenovat QR kód";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/RelayMask.strings
index 74db239c352e5..38ad8140158af 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Novinka! E-mailové masky služby %@ Relay jsou nyní dostupné pro mobily.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Vašich 5 bezplatných e-mailových masek se používá, proto jsme pro vás jednu vybrali.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Už jste použili svých 5 bezplatných e-mailových masek, proto jsme pro vás vybrali jednu k opětovnému použití.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "E-mailová maska vložena";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Skryjte svůj skutečný e-mail, abyste ochránili svou doručenou poštu před nevyžádanou poštou. Některé stránky tuto funkci nepodporují.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Skryjte svůj skutečný e-mail, abyste ochránili svou doručenou poštu před nevyžádanou poštou. Některé servery e-mailové masky nepodporují.";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/ResearchSurface.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/ResearchSurface.strings
index 037e4a2e46df4..0ff74e5ba815e 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/ResearchSurface.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/ResearchSurface.strings
@@ -1,5 +1,5 @@
/* On the Research Survey popup, the text that explains what the screen is about. %@ is the app name (e.g. Firefox). */
-"Body.Text.v112" = "Pomozte ním prosím zlepšit %@ vyplněním krátkého dotazníku.";
+"Body.Text.v112" = "Pomozte nám, prosím, zlepšit %@ vyplněním krátkého dotazníku.";
/* On the Research Survey popup, the text for the button that, when tapped, will dismiss the popup and take the user to a survey. */
"PrimaryButton.Label.v112" = "Vyplnit průzkum";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/Settings.strings
index 913885de0979e..ff656b481b809 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/Settings.strings
@@ -128,7 +128,7 @@
"Settings.CrashReports.Link.v136" = "Zjistit více";
/* On the Settings screen, this is the subtitle text for a toggle which controls automatically sending crash reports. */
-"Settings.CrashReports.Message.v136" = "Toto nám umožňují diagnostikovat a opravit problémy s prohlížečem.";
+"Settings.CrashReports.Message.v136" = "Toto nám umožňuje diagnostikovat a opravit problémy s prohlížečem.";
/* On the Settings screen, this is the title text for a toggle which controls automatically sending crash reports. */
"Settings.CrashReports.Title.v135" = "Automaticky odesílat hlášení o pádech";
@@ -140,7 +140,7 @@
"Settings.DailyUsagePing.Message.v135" = "To pomáhá společnosti %@ odhadnout počet aktivních uživatelů.";
/* On the Settings screen, this is the title text for a toggle which controls automatically sending daily usage ping. */
-"Settings.DailyUsagePing.Title.v135" = "Ping denního používání";
+"Settings.DailyUsagePing.Title.v135" = "Denní ping o používání";
/* Title displayed in header of the FxA settings panel. */
"Settings.FxA.Title.v119" = "Účet";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/SocialShare.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/SocialShare.strings
index 326c5ebc7ef75..f518203d36560 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/SocialShare.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/SocialShare.strings
@@ -1,5 +1,5 @@
/* On the Settings screen, this is the subtitle text for a toggle which controls adding additional text to links shared to social media apps. %1$@ is the app name (e.g. Firefox). %2$@ is the social media app name (e.g. WhatsApp). */
-"SentFromFirefox.SocialShare.SettingsToggle.Subtitle.v134" = "Šířit informace o aplikaci %1$@ pokaždé, když sdílíte odkaz na síti %2$@.";
+"SentFromFirefox.SocialShare.SettingsToggle.Subtitle.v134" = "Šiřte informace o aplikaci %1$@ pokaždé, když sdílíte odkaz na síti %2$@.";
/* On the Settings screen, this is the title text for a toggle which controls adding additional text to links shared to social media apps. %1$@ is the app name (e.g. Firefox). %2$@ is the social media app name (e.g. WhatsApp). */
"SentFromFirefox.SocialShare.SettingsToggle.Title.v134" = "Zahrnout odkaz na stažení aplikace %1$@ při sdílení na síti %2$@";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/Summarizer.strings
index 2f4dfe14dc4a4..379ae498e570f 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/Summarizer.strings
@@ -8,10 +8,10 @@
"Summarizer.CloseButton.Label.v142" = "Zavřít";
/* The error message displayed when the summarizer encounters missing page content while summarizing a page (e.g the page is still loading). */
-"Summarizer.Error.MissingPageContent.Message.v142" = "Stránka se stále načítá. Počkejte, až skončí, a poté klepněte na tlačítko Shrnout.";
+"Summarizer.Error.MissingPageContent.Message.v142" = "Stránka se stále načítá. Počkejte, až se načte, a poté klepněte na tlačítko Shrnout.";
/* The error message displayed when the summarizer encounters a rate limit while summarizing a page. */
-"Summarizer.Error.RateLimited.Message.v142" = "Tento momentálně nelze zpracovat. Zkuste to znovu později!";
+"Summarizer.Error.RateLimited.Message.v142" = "Toto momentálně nelze zpracovat. Zkuste to znovu později!";
/* The error message displayed when the summarizer encounters an unknown error while summarizing a page. */
"Summarizer.Error.Unknown.Message.v142" = "Chyba při vytváření souhrnu stránky. Zkuste to znovu později.";
@@ -41,37 +41,16 @@
"Summarizer.RetryButton.Label.v142" = "Opakovat";
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
-"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Přetažením nebo klepnutím webové stránky zavřete souhrn";
+"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Přetažením nebo klepnutím na webovou stránku zavřete souhrn";
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Souhrn není k dispozici";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Povolit";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ používá na shrnutí obsahu stránek službu Apple Intelligence.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Zrušit";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Pokračovat";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ využívá k sumarizaci stránek umělou inteligenci založenou na cloudu a vrací tyto souhrny do vašeho zařízení.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Zjistit více";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Povolit souhrny stránek?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Jak to funguje";
/* The a11y label for the allow button on the info panel when the user has not yet accepted the ToS. */
-"Summarizer.ToS.InfoPanel.AllowButton.Accessibility.Label.v145" = "Přijetí souhlasu";
+"Summarizer.ToS.InfoPanel.AllowButton.Accessibility.Label.v145" = "Přijmout souhlas";
/* The label for the accept button in the info panel in the summarizer when the user has not yet accepted the ToS. */
"Summarizer.ToS.InfoPanel.ContinueButton.Label.v143" = "Pokračovat";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/TabLocation.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/TabLocation.strings
index b0d94a85aee3b..522f754cec5e1 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/TabLocation.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/TabLocation.strings
@@ -20,7 +20,7 @@
"TabLocation.LockButton.LargeContentTitle.v122" = "Ochrana proti sledování";
/* Accessibility label for the share button in url bar */
-"TabLocation.Share.A11y.Label.v119" = "Sdílí tuto stránku";
+"TabLocation.Share.A11y.Label.v119" = "Sdílet tuto stránku";
/* Large content title for the share button. This title is displayed when using accessible font sizes is enabled */
"TabLocation.ShareButton.AccessibilityLabel.v122" = "Sdílet";
diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/TermsOfUse.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/TermsOfUse.strings
index f3b95300778cf..52a36c7fbb943 100644
--- a/firefox-ios/Shared/Supporting Files/cs.lproj/TermsOfUse.strings
+++ b/firefox-ios/Shared/Supporting Files/cs.lproj/TermsOfUse.strings
@@ -5,7 +5,7 @@
"TermsOfUse.BackButton.v142" = "Zpět";
/* Introductory message in the Terms of Use sheet that mentions updated Terms of Use and Privacy Notice. %@ will be replaced with the app name (e.g., Firefox). */
-"TermsOfUse.Description.v142" = "Zavedli jsme Podmínky používání aplikace %@ a aktualizovali Oznámení o ochraně osobních údajů.";
+"TermsOfUse.Description.v142" = "Zavedli jsme Podmínky použití aplikace %@ a aktualizovali jsme Oznámení o ochraně osobních údajů.";
/* Text shown in the Terms of Use bottom sheet for variants 1 and 2. %@ is replaced with the localized 'here' link text. */
"TermsOfUse.LearnMoreHere.v147" = "Můžete se dozvědět více %@.";
@@ -20,7 +20,7 @@
"TermsOfUse.Link.PrivacyNotice.v142" = "Zásady ochrany osobních údajů";
/* Hyperlink label for the Terms of Use document. %@ is replaced with the app name (e.g., Firefox). */
-"TermsOfUse.Link.TermsOfUse.v142" = "Podmínky používání aplikace %@";
+"TermsOfUse.Link.TermsOfUse.v142" = "Podmínky použití aplikace %@";
/* Label for the button that allows the user to postpone accepting the Terms of Use. */
"TermsOfUse.RemindMeLaterButton.v142" = "Upozornit mě později";
diff --git a/firefox-ios/Shared/Supporting Files/cy.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/cy.lproj/AppIconSelection.strings
index bbd0561af8b50..6e1163762e677 100644
--- a/firefox-ios/Shared/Supporting Files/cy.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/cy.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Awr Las";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Ciwt";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Gwyrddlas";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Gwyrdd";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Cwtsh";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Diog";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Golau";
diff --git a/firefox-ios/Shared/Supporting Files/cy.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/cy.lproj/EnhancedTrackingProtection.strings
index 2f66134d40c1c..5779e26bf1f2c 100644
--- a/firefox-ios/Shared/Supporting Files/cy.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/cy.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Tracwyr wedi'u rhwystro: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Mae Safonol yn rhwystro tracwyr cyffredin ar ôl i dudalen ddechrau llwytho, felly efallai y byddwch chi'n gweld cyfrif traciwr uwch. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Mae Llym yn rhwystro mwy o dracwyr trwy eu hatal cyn i dudalen lwytho, felly efallai y byddwch chi'n gweld cyfrif traciwr is. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Gwiriwyd gan %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Darllen tystysgrif";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Dysgu rhagor";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "Nid yw %@ ar ddyletswydd. Rydym yn awgrymu troi'r diogelwch nôl ymlaen.";
diff --git a/firefox-ios/Shared/Supporting Files/cy.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/cy.lproj/FirefoxHomepage.strings
index 151dc971bc850..ee23a97757b16 100644
--- a/firefox-ios/Shared/Supporting Files/cy.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/cy.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Straeon";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Rydym wedi diweddaru ein %1$@ i adlewyrchu'r nodweddion diweddaraf yn %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/cy.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/cy.lproj/MainMenu.strings
index 02790fd2b238c..cdada8053cc51 100644
--- a/firefox-ios/Shared/Supporting Files/cy.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/cy.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Gwnewch %@ eich porwr arferol";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Diffodd";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Ymlaen";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Nodau Tudalen";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modd Nos";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Chwyddo Tudalen (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Chwyddo Tudalen";
diff --git a/firefox-ios/Shared/Supporting Files/cy.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/cy.lproj/RelayMask.strings
index b745f02193fe3..bab332455eb8e 100644
--- a/firefox-ios/Shared/Supporting Files/cy.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/cy.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Newydd! Mae arallenw e-bost Relay %@ nawr ar gael ar ffônau symudol.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Mae eich 5 arallenw e-bost rhad ac am ddim yn cael eu defnyddio ar hyn o bryd, felly rydym wedi dewis un i chi.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Rydych chi wedi defnyddio'ch 5 arallenw e-bost am ddim, felly rydym wedi dewis un i chi ei ailddefnyddio.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Arallenw e-bost wedi'i fewnosod";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Cuddiwch eich e-bost go iawn i ddiogelu eich blwch derbyn rhag sbam. Dyw rhai gwefannau ddim yn ei gefnogi.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Cuddiwch eich e-bost go iawn i ddiogelu eich blwch derbyn rhag sbam. Dyw rhai gwefannau ddim yn cefnog arallenwau.";
diff --git a/firefox-ios/Shared/Supporting Files/cy.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/cy.lproj/Summarizer.strings
index e4c52bfb58590..d2d7e4ba2f8ff 100644
--- a/firefox-ios/Shared/Supporting Files/cy.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/cy.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Crynodeb ddim ar gael";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Caniatáu";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "Mae %@ yn defnyddio Apple Intelligence i grynhoi tudalennau.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Na";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Parhau";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "Mae %@ yn defnyddio AI cwmwl i grynhoi tudalennau, ac yna'n dychwelyd y crynodebau hynny i'ch dyfais.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Dysgu rhagor";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Caniatáu Crynhoi Tudalennau?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Sut mae'n gweithio";
diff --git a/firefox-ios/Shared/Supporting Files/da.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/da.lproj/AppIconSelection.strings
index c1c868c297f44..acd7d575ea948 100644
--- a/firefox-ios/Shared/Supporting Files/da.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/da.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Blå time";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Nuttet";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Grøn";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Kram";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Doven";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Lyst";
diff --git a/firefox-ios/Shared/Supporting Files/da.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/da.lproj/FirefoxHomepage.strings
index 212609be570a9..a075cf53b99e2 100644
--- a/firefox-ios/Shared/Supporting Files/da.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/da.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Historier";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Vi har opdateret vores %1$@ for at afspejle de nyeste funktioner i %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/da.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/da.lproj/MainMenu.strings
index bd3e4cd67dfcf..4ab2116143702 100644
--- a/firefox-ios/Shared/Supporting Files/da.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/da.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Gør %@ til din standard-browser";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Fra";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Til";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Bogmærker";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Nat-tilstand";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Side-zoom (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Side-zoom";
diff --git a/firefox-ios/Shared/Supporting Files/da.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/da.lproj/RelayMask.strings
index c0079133a6f1e..a476dee3e1381 100644
--- a/firefox-ios/Shared/Supporting Files/da.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/da.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Nyhed! Du kan nu bruge Relay-mail-masker i %@ på din mobil.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Dine fem gratis mail-masker er allerede i brug, så vi har valgt én for dig.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Du har brugt dine fem gratis mail-masker, så vi har valgt én for dig, som du kan genbruge.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Mail-maske indsat";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Skjul din rigtige mailadresse for at beskytte din indbakke mod spam. Nogle websteder understøtter ikke dette.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Skjul din rigtige mailadresse for at beskytte din indbakke mod spam. Nogle websteder understøtter mail-masker.";
diff --git a/firefox-ios/Shared/Supporting Files/da.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/da.lproj/Summarizer.strings
index 5a31c52d0f025..1c96f4009b698 100644
--- a/firefox-ios/Shared/Supporting Files/da.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/da.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Sammenfatning ikke tilgængelig";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Tillad";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ bruger Apple Intelligence til at sammenfatte sider.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Annuller";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Fortsæt";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ bruger cloud-baseret AI til at sammenfatte sider og sender sammenfatningerne til din enhed.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Lær mere";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Tillad sammenfatning af sider?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Sådan virker det";
diff --git a/firefox-ios/Shared/Supporting Files/de.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/de.lproj/AppIconSelection.strings
index 792e10d198ac0..8b5f7175d1e21 100644
--- a/firefox-ios/Shared/Supporting Files/de.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/de.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Blaue Stunde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Niedlich";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Grün";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Umarmung";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Faul";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Hell";
diff --git a/firefox-ios/Shared/Supporting Files/de.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/de.lproj/EnhancedTrackingProtection.strings
index 3b30fceafc265..7553e3fadfd56 100644
--- a/firefox-ios/Shared/Supporting Files/de.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/de.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Blockierte Tracker: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standard blockiert gängige Skripte zur Aktivitätenverfolgung, nachdem eine Seite geladen wurde, sodass die Anzahl der Tracker möglicherweise höher ist. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Streng blockiert weitere Elemente zur Aktivitätenverfolgung, indem diese vor dem Laden einer Seite gestoppt werden, sodass es möglicherweise weniger Tracker gibt. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verifiziert von %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Zertifikat ansehen";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Weitere Informationen";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ ist deaktiviert. Wir empfehlen Ihnen, den Schutz wieder zu aktivieren.";
diff --git a/firefox-ios/Shared/Supporting Files/de.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/de.lproj/FirefoxHomepage.strings
index eaa5d3913362b..c5badf1723ec7 100644
--- a/firefox-ios/Shared/Supporting Files/de.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/de.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Geschichten";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Wir haben unseren %1$@ aktualisiert, um die neuesten Funktionen in %2$@ widerzuspiegeln. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/de.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/de.lproj/MainMenu.strings
index 99b40b8d0ed38..c8fd44ae919f0 100644
--- a/firefox-ios/Shared/Supporting Files/de.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/de.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "%@ als Standard festlegen";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Aus";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Ein";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Lesezeichen";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Nachtmodus";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Seiten-Zoom (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Seiten-Zoom";
diff --git a/firefox-ios/Shared/Supporting Files/de.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/de.lproj/RelayMask.strings
index f71a40dcefe10..356f87d2a23c7 100644
--- a/firefox-ios/Shared/Supporting Files/de.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/de.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Neu! %@-Relay-E-Mail-Masken sind jetzt für Mobilgeräte verfügbar.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Ihre fünf kostenlosen E-Mail-Masken werden bereits verwendet, daher haben wir eine für Sie ausgewählt.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Sie haben Ihre 5 kostenlosen E-Mail-Masken aufgebraucht, daher haben wir eine zur Wiederverwendung ausgewählt.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "E-Mail-Maske eingefügt";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Verbergen Sie Ihre echte E-Mail-Adresse, um Ihren Posteingang vor Spam zu schützen. Einige Websites unterstützen dies nicht.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Verbergen Sie Ihre echte E-Mail-Adresse, um Ihren Posteingang vor Spam zu schützen. Einige Websites unterstützen keine E-Mail-Masken.";
diff --git a/firefox-ios/Shared/Supporting Files/de.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/de.lproj/Summarizer.strings
index 68ceb8c07ba4f..3b311cfe099b9 100644
--- a/firefox-ios/Shared/Supporting Files/de.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/de.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Zusammenfassung nicht verfügbar";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Erlauben";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ verwendet Apple Intelligence, um Seiten zusammenzufassen.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Abbrechen";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Weiter";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ verwendet cloud-basierte KI, um Seiten zusammenzufassen und gibt diese Zusammenfassungen an Ihr Gerät zurück.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Weitere Informationen";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Seitenzusammenfassungen erlauben?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Wie es funktioniert";
diff --git a/firefox-ios/Shared/Supporting Files/dsb.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/dsb.lproj/AppIconSelection.strings
index 9334f7b469e79..bc2f48405ac62 100644
--- a/firefox-ios/Shared/Supporting Files/dsb.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/dsb.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Módra góźina";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Něžny";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Zeleny";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Wobejmjeśe";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Gniły";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Swětły";
diff --git a/firefox-ios/Shared/Supporting Files/dsb.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/dsb.lproj/EnhancedTrackingProtection.strings
index cbb397644188f..6b92bd7aafecc 100644
--- a/firefox-ios/Shared/Supporting Files/dsb.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/dsb.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Pśeslědowaki blokěrowane: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standard zwucone pśeslědowaki blokěrujo, za tym až bok chapja se zacytowaś, togodla móžośo wušu licbu pśeslědowakow wiźeś. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Striktny pśeslědowaki zastajijo, nježli až se bok zacytajo, aby wěcej pśeslědowakow blokěrował, togodla móžośo nišu licbu pśeslědowakow wiźeś. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Wót %@ pśeglědany";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Certifikat pokazaś";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Dalšne informacije";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ njeźěła. Naraźujomy šćity zasej zmóžniś.";
diff --git a/firefox-ios/Shared/Supporting Files/dsb.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/dsb.lproj/FirefoxHomepage.strings
index 3fb16bd3531fe..e880871c32aa1 100644
--- a/firefox-ios/Shared/Supporting Files/dsb.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/dsb.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Tšojenja";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Smy zaktualizěrowali našu %1$@, aby my nejnowše funkcije w %2$@ wótbłyšćowali. %%3$@$s";
diff --git a/firefox-ios/Shared/Supporting Files/dsb.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/dsb.lproj/MainMenu.strings
index f2f20aecfe40a..3fd7f9e8a4322 100644
--- a/firefox-ios/Shared/Supporting Files/dsb.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/dsb.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Cyńśo %@ k swójomu standardoju";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Wušaltowany";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Zašaltowany";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Cytańske znamjenja";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Nocny modus";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Měritko boka (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Měritko boka";
diff --git a/firefox-ios/Shared/Supporting Files/dsb.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/dsb.lproj/RelayMask.strings
index 6ce5271d39a28..9202fa6b37d8d 100644
--- a/firefox-ios/Shared/Supporting Files/dsb.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/dsb.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Nowy! E-mailowe maski %@ Relay su něnto za mobilne rědy k dispoziciji.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Waše 5 dermotnych e-mailowych maskow se wužywaju, togodla smy wubrali jadnu za was.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Sćo wužył swóje 5 dermotnych e-mailowych maskow, togodla smy wubrali jadnu z nich za zasejwužywanje.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "E-mailowa maska jo se zasajźiła";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Schowajśo swóju napšawdnu e-mailowu adresu, aby swój postowy dochad pśed spamom šćitał. Někotare sedła to njepódpěraju.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Schowajśo swóju napšawdnu e-mailowu adresu, aby swój postowy dochad pśed spamom šćitał. Někotare sedła e-mailowe maski njepódpěraju.";
diff --git a/firefox-ios/Shared/Supporting Files/dsb.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/dsb.lproj/Summarizer.strings
index cb3f8cbf0f018..b7369f46612d4 100644
--- a/firefox-ios/Shared/Supporting Files/dsb.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/dsb.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Zespominanje njejo k dispoziciji";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Dowóliś";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ Apple Intelligence wužywa, aby boki zespominował.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Pśetergnuś";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Dalej";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ KI wužywa, kótaraž na mrokawje bazěrujo, aby boki zespominał a wrośa wašomu rědoju te zespominanja.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Dalšne informacije";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Zespominanja bokow dowóliś?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Kak funkcioněrujo";
diff --git a/firefox-ios/Shared/Supporting Files/el.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/el.lproj/AppIconSelection.strings
index b372b48188a97..36d84363c4bf5 100644
--- a/firefox-ios/Shared/Supporting Files/el.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/el.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Μπλε ώρα";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Χαριτωμένο";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Κυανό";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Πράσινο";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Αγκαλιά";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Τεμπελιά";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Ανοιχτόχρωμο";
diff --git a/firefox-ios/Shared/Supporting Files/el.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/el.lproj/EnhancedTrackingProtection.strings
index c4b60b4fc5bf7..849b6d7395be9 100644
--- a/firefox-ios/Shared/Supporting Files/el.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/el.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Αποκλεισμένοι ιχνηλάτες: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Η τυπική λειτουργία αποκλείει τους συνήθεις ιχνηλάτες αφού ξεκινήσει η φόρτωση μιας σελίδας, επομένως ενδέχεται να δείτε μεγαλύτερο πλήθος ιχνηλατών. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Η αυστηρή λειτουργία αποκλείει περισσότερους ιχνηλάτες σταματώντας τους πριν από τη φόρτωση μιας σελίδας, επομένως ενδέχεται να δείτε μικρότερο πλήθος ιχνηλατών. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Επαλήθευση από %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Προβολή πιστοποιητικού";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Μάθετε περισσότερα";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "Το %@ είναι εκτός υπηρεσίας. Προτείνουμε να ενεργοποιήσετε ξανά την προστασία.";
diff --git a/firefox-ios/Shared/Supporting Files/el.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/el.lproj/FirefoxHomepage.strings
index f8be91d0761c1..961493efaccd3 100644
--- a/firefox-ios/Shared/Supporting Files/el.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/el.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Άρθρα";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Ενημερώσαμε τη %1$@ μας ώστε να περιέχει τις πιο πρόσφατες λειτουργίες του %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/el.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/el.lproj/MainMenu.strings
index 86bfa816c3940..1462f3bf35ded 100644
--- a/firefox-ios/Shared/Supporting Files/el.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/el.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Ορισμός του %@ ως προεπιλογής";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Ανενεργό";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Ενεργό";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Σελιδοδείκτες";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Νυχτερινή λειτουργία";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Ζουμ σελίδας (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Ζουμ σελίδας";
diff --git a/firefox-ios/Shared/Supporting Files/el.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/el.lproj/RelayMask.strings
index 6058538565b4e..52020e70df415 100644
--- a/firefox-ios/Shared/Supporting Files/el.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/el.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Νέο! Οι μάσκες email του %@ Relay είναι πλέον διαθέσιμες και σε κινητές συσκευές.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Οι 5 δωρεάν μάσκες email σας χρησιμοποιούνται, γι' αυτό επιλέξαμε μία για εσάς.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Έχετε χρησιμοποιήσει τις 5 δωρεάν μάσκες email σας, επομένως επιλέξαμε μία για επαναχρησιμοποίηση.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Έγινε εισαγωγή μάσκας email";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Αποκρύψτε το πραγματικό σας email για να προστατέψετε τα εισερχόμενά σας από ανεπιθύμητα μηνύματα. Ορισμένοι ιστότοποι δεν το υποστηρίζουν.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Αποκρύψτε το πραγματικό σας email για να προστατέψετε τα εισερχόμενά σας από ανεπιθύμητα μηνύματα. Ορισμένοι ιστότοποι δεν υποστηρίζουν μάσκες email.";
diff --git a/firefox-ios/Shared/Supporting Files/el.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/el.lproj/Summarizer.strings
index b49eccde3f7ca..51866824ae67f 100644
--- a/firefox-ios/Shared/Supporting Files/el.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/el.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Μη διαθέσιμη περίληψη";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Αποδοχή";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "Το %@ χρησιμοποιεί το Apple Intelligence για τη σύνοψη των σελίδων.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Ακύρωση";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Συνέχεια";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "Το %@ χρησιμοποιεί τεχνητή νοημοσύνη βασισμένη στο cloud για τη σύνοψη των σελίδων και επιστρέφει αυτές τις περιλήψεις στη συσκευή σας.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Μάθετε περισσότερα";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Να επιτρέπεται η σύνοψη σελίδων;";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Πώς λειτουργεί";
diff --git a/firefox-ios/Shared/Supporting Files/el.lproj/Translations.strings b/firefox-ios/Shared/Supporting Files/el.lproj/Translations.strings
index 27aadb27d239c..a19d415555e73 100644
--- a/firefox-ios/Shared/Supporting Files/el.lproj/Translations.strings
+++ b/firefox-ios/Shared/Supporting Files/el.lproj/Translations.strings
@@ -50,7 +50,7 @@
"Translations.Sheet.LoadingButton.v145" = "Μετάφραση σελίδας";
/* This is the accessibility label to announce that the page is translated and loading is completed. From a user perspective, they will see the translation icon go from loading state to active state, which means we received the a valid translation response from translating the page. */
-"Translations.Sheet.LoadingCompleted.AccessibilityLabel.v147" = "Μεταφρασμένη σελίδα";
+"Translations.Sheet.LoadingCompleted.AccessibilityLabel.v147" = "Η σελίδα μεταφράστηκε";
/* This is the text on the secondary button used to restore the translated page to its original language and the button is shown on the translation feature bottom sheet view. */
"Translations.Sheet.ShowOriginalButton.v145" = "Εμφάνιση πρωτοτύπου";
diff --git a/firefox-ios/Shared/Supporting Files/en-CA.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/en-CA.lproj/AppIconSelection.strings
index 306759b41efa1..3207570e87c66 100644
--- a/firefox-ios/Shared/Supporting Files/en-CA.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/en-CA.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Blue Hour";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Cute";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Green";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Hug";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lazy";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Light";
diff --git a/firefox-ios/Shared/Supporting Files/en-CA.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/en-CA.lproj/EnhancedTrackingProtection.strings
index df3ee9a7b1790..f05e2a9eabaf4 100644
--- a/firefox-ios/Shared/Supporting Files/en-CA.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/en-CA.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Trackers blocked: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standard blocks common trackers after a page starts loading, so you may see a higher tracker count. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Strict blocks more trackers by stopping them before a page loads, so you may see a lower tracker count. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verified by %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "View certificate";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Learn more";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ is off-duty. We suggest turning protections back on.";
diff --git a/firefox-ios/Shared/Supporting Files/en-CA.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/en-CA.lproj/FirefoxHomepage.strings
index b9757f2cb5856..0d6bac2b5c1cd 100644
--- a/firefox-ios/Shared/Supporting Files/en-CA.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/en-CA.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Stories";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "We’ve updated our %1$@ to reflect the latest features in %2$@. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "All Stories";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "News";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "News";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Popular Today";
diff --git a/firefox-ios/Shared/Supporting Files/en-CA.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/en-CA.lproj/MainMenu.strings
index b43bcce1608bb..524cddc5d6601 100644
--- a/firefox-ios/Shared/Supporting Files/en-CA.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/en-CA.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Make %@ your default";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Off";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "On";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Bookmarks";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Night Mode";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Page Zoom (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Page Zoom";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "More";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Reader View";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Save";
diff --git a/firefox-ios/Shared/Supporting Files/en-CA.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/en-CA.lproj/RelayMask.strings
index 50da0f6fbb23d..f439a76b81c85 100644
--- a/firefox-ios/Shared/Supporting Files/en-CA.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/en-CA.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "New! %@ Relay email masks are now available on mobile.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Your 5 free email masks are in use, so we picked one for you.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "You’ve used your 5 free email masks, so we picked one for you to reuse.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Email mask inserted";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Hide your real email to protect your inbox from spam. Some sites don’t support it.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Hide your real email to protect your inbox from spam. Some sites don’t support email masks.";
diff --git a/firefox-ios/Shared/Supporting Files/en-CA.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/en-CA.lproj/Settings.strings
index 5173e5159c341..d184d393f5025 100644
--- a/firefox-ios/Shared/Supporting Files/en-CA.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/en-CA.lproj/Settings.strings
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "Gestures";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Pick a language";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Preferred App Language";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Language";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Website Language";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "Summarize Pages";
diff --git a/firefox-ios/Shared/Supporting Files/en-CA.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/en-CA.lproj/Summarizer.strings
index 15d5f817b352c..d720b178dde26 100644
--- a/firefox-ios/Shared/Supporting Files/en-CA.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/en-CA.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Drag or tap the web page to close the summary";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Allow";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ uses Apple Intelligence to summarize pages.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Cancel";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continue";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ uses cloud-based AI to summarize pages, and returns those summaries to your device.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Learn more";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Allow Page Summaries?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "Summary not available";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "How it works";
diff --git a/firefox-ios/Shared/Supporting Files/en-CA.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/en-CA.lproj/TabsTray.strings
index ef8b2233479cc..e8b326f0d5e30 100644
--- a/firefox-ios/Shared/Supporting Files/en-CA.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/en-CA.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Sync Tabs";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "New Tab";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "Tabs";
diff --git a/firefox-ios/Shared/Supporting Files/en-GB.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/en-GB.lproj/AppIconSelection.strings
index 306759b41efa1..3207570e87c66 100644
--- a/firefox-ios/Shared/Supporting Files/en-GB.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/en-GB.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Blue Hour";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Cute";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Green";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Hug";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lazy";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Light";
diff --git a/firefox-ios/Shared/Supporting Files/en-GB.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/en-GB.lproj/EnhancedTrackingProtection.strings
index 2e91007c75689..0221bff6a4997 100644
--- a/firefox-ios/Shared/Supporting Files/en-GB.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/en-GB.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Trackers blocked: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standard blocks common trackers after a page starts loading, so you may see a higher tracker count. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Strict blocks more trackers by stopping them before a page loads, so you may see a lower tracker count. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verified by %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "View certificate";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Learn more";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ is off-duty. We suggest turning protections back on.";
diff --git a/firefox-ios/Shared/Supporting Files/en-GB.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/en-GB.lproj/FirefoxHomepage.strings
index 5b2f4e4d9d4fc..0d6bac2b5c1cd 100644
--- a/firefox-ios/Shared/Supporting Files/en-GB.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/en-GB.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Stories";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "We’ve updated our %1$@ to reflect the latest features in %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/en-GB.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/en-GB.lproj/MainMenu.strings
index 085925ea133c6..e67b44338b15e 100644
--- a/firefox-ios/Shared/Supporting Files/en-GB.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/en-GB.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Make %@ your default";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Off";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "On";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Bookmarks";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Night Mode";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Page Zoom (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Page Zoom";
diff --git a/firefox-ios/Shared/Supporting Files/en-GB.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/en-GB.lproj/RelayMask.strings
index 50da0f6fbb23d..f439a76b81c85 100644
--- a/firefox-ios/Shared/Supporting Files/en-GB.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/en-GB.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "New! %@ Relay email masks are now available on mobile.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Your 5 free email masks are in use, so we picked one for you.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "You’ve used your 5 free email masks, so we picked one for you to reuse.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Email mask inserted";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Hide your real email to protect your inbox from spam. Some sites don’t support it.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Hide your real email to protect your inbox from spam. Some sites don’t support email masks.";
diff --git a/firefox-ios/Shared/Supporting Files/en-GB.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/en-GB.lproj/Summarizer.strings
index 6527229c607ed..b710cfb641463 100644
--- a/firefox-ios/Shared/Supporting Files/en-GB.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/en-GB.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Summary not available";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Allow";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ uses Apple Intelligence to summarise pages.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Cancel";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continue";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ uses cloud-based AI to summarise pages, and returns those summaries to your device.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Learn more";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Allow Page Summaries?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "How it works";
diff --git a/firefox-ios/Shared/Supporting Files/eo.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/eo.lproj/AppIconSelection.strings
index 68c0ce7301377..51fc0ea89e928 100644
--- a/firefox-ios/Shared/Supporting Files/eo.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/eo.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Blua horo";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Aminda";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cejana";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verda";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Brakumo";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Senokupa";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Hela";
diff --git a/firefox-ios/Shared/Supporting Files/eo.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/eo.lproj/EnhancedTrackingProtection.strings
index f4400348c05fa..38bceb45a4b0c 100644
--- a/firefox-ios/Shared/Supporting Files/eo.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/eo.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Blokitaj spuriloj: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "La norma protekto blokas oftajn spurilojn post la komenco de ŝargado de paĝo, do vi povus konstati pli grandan nombron de spuriloj. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "La rigora protekto blokas pli da spuriloj ĉar ĝi haltigas ilin antaŭ la paĝo komencas ŝargiĝi, do vi povus konstati pli etan nombron de spuriloj. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Kontrolita de %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Vidi atestilon";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Pli da informo";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ ne funkcias. Ni sugestas reaktivigi protektojn.";
diff --git a/firefox-ios/Shared/Supporting Files/eo.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/eo.lproj/FirefoxHomepage.strings
index a82563db453ab..c05f9f74d18c4 100644
--- a/firefox-ios/Shared/Supporting Files/eo.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/eo.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Artikoloj";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Ni ĝisdatigis nian %1$@ por akompani la lastajn trajtojn en %2$@. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Ĉiuj artikoloj";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Novaĵoj";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Novaĵoj";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Popularaj hodiaŭ";
diff --git a/firefox-ios/Shared/Supporting Files/eo.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/eo.lproj/MainMenu.strings
index a8bcac73f7a7d..e745672acf8ee 100644
--- a/firefox-ios/Shared/Supporting Files/eo.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/eo.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Igi %@ norma";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Malŝaltita";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Ŝaltita";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Legosignoj";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Nokta reĝimo";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Skalo de paĝo (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Skalo de paĝo";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Pli";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Legila vido";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Konservi";
diff --git a/firefox-ios/Shared/Supporting Files/eo.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/eo.lproj/RelayMask.strings
index cb4bb9fcbd974..836c73da9ec53 100644
--- a/firefox-ios/Shared/Supporting Files/eo.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/eo.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Novaĵo! La retpoŝtaj maskoj de %@ Relay haveblas nun en poŝaparatoj.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Viaj 5 senpagaj retpoŝtaj maskoj estas uzataj, do ni elektis unu por vi.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Vi jam uzis viajn 5 senpagajn retpoŝtajn maskojn, do ni elektis unu por ke vi reuzu ĝin.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Retpoŝta masko enmetita";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Kaŝu vian realan retpoŝtan adreson por protekti vian enirkeston kontraŭ trudmesaĝoj. Kelkaj retejoj ne subtenas tion.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Kaŝu vian realan retpoŝtan adreson por protekti vian enirkeston kontraŭ trudmesaĝoj. Kelkaj retejoj ne subtenas retpoŝtajn maskojn.";
diff --git a/firefox-ios/Shared/Supporting Files/eo.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/eo.lproj/Settings.strings
index 116aa8c481709..1eab7dba80ccf 100644
--- a/firefox-ios/Shared/Supporting Files/eo.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/eo.lproj/Settings.strings
@@ -263,7 +263,7 @@
"Settings.Summarize.FooterTitle.v142" = "Tio provizas aliron al resumoj de paĝoj.";
/* This is the footer text for the gestures features under the Summarize settings section. */
-"Settings.Summarize.GesturesSection.FooterTitle.v142" = "Skuu vian aparanto ambaŭflanken por resumi paĝon.";
+"Settings.Summarize.GesturesSection.FooterTitle.v142" = "Skuu vian aparaton ambaŭflanken por resumi paĝon.";
/* This is the title for the setting that toggles the Shake Gesture feature under the Summarize settings section. */
"Settings.Summarize.GesturesSection.ShakeGestureTitle.v142" = "Skui por resumi";
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "Gestoj";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Elektu lingvon";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Preferata lingvo de la apo";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Lingvo";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Lingvo de retejoj";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "Resumi paĝojn";
diff --git a/firefox-ios/Shared/Supporting Files/eo.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/eo.lproj/Summarizer.strings
index cc7fe9b8468ca..bb83736b76240 100644
--- a/firefox-ios/Shared/Supporting Files/eo.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/eo.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Trenu aŭ tuŝetu la retpaĝon por fermi la resumon";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permesi";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ uzas Apple Intelligence por resumi paĝojn.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Nuligi";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Daŭrigi";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ uzas nuban AI por resumi paĝojn, kaj resendas la rezultojn al via aparato.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Pli da informo";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Ĉu permesi resumojn de paĝoj?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "Ne haveblas resumo";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Kiel funkcias tio";
diff --git a/firefox-ios/Shared/Supporting Files/eo.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/eo.lproj/TabsTray.strings
index acb00c886c2dd..719f50c61b3ec 100644
--- a/firefox-ios/Shared/Supporting Files/eo.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/eo.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Speguli langetojn";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "Nova langeto";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "Langetoj";
diff --git a/firefox-ios/Shared/Supporting Files/es-AR.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/es-AR.lproj/AppIconSelection.strings
index 9e908ad5cd5ba..22cabe5f7eb43 100644
--- a/firefox-ios/Shared/Supporting Files/es-AR.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/es-AR.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Hora azul";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Lindo";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cian";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Abrazo";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Perezoso";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Claro";
diff --git a/firefox-ios/Shared/Supporting Files/es-AR.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/es-AR.lproj/EnhancedTrackingProtection.strings
index 5fb998e8e039c..b22dae585d966 100644
--- a/firefox-ios/Shared/Supporting Files/es-AR.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/es-AR.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Rastreadores bloqueados: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Estándar bloquea los rastreadores comunes después de que una página comienza a cargarse, por lo que podés ver un mayor número de rastreadores. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Estricto bloquea más rastreadores deteniéndolos antes de que se cargue una página, por lo que podés ver una cantidad menor de rastreadores. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verificado por %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Ver certificado";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Conocer más";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ está fuera de servicio. Te sugerimos que volvás a activar las protecciones.";
diff --git a/firefox-ios/Shared/Supporting Files/es-AR.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/es-AR.lproj/FirefoxHomepage.strings
index c35cb95585cc5..83077d68097ca 100644
--- a/firefox-ios/Shared/Supporting Files/es-AR.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/es-AR.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Historias";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Actualizamos nuestra %1$@ para reflejar las últimas funciones de %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/es-AR.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/es-AR.lproj/MainMenu.strings
index 53392d63eb83c..5ab3fa4553a6d 100644
--- a/firefox-ios/Shared/Supporting Files/es-AR.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/es-AR.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Hacé que %@ sea tu predeterminado";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Desactivado";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Activado";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Marcadores";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modo nocturno";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom de página (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom de página";
diff --git a/firefox-ios/Shared/Supporting Files/es-AR.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/es-AR.lproj/RelayMask.strings
index eb05784dd2f34..41e07156ed2be 100644
--- a/firefox-ios/Shared/Supporting Files/es-AR.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/es-AR.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "¡Nuevo! Las máscaras de correo electrónico de %@ Relay ahora están disponibles en dispositivos móviles.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Tus 5 máscaras de correo electrónico gratuitas están en uso, así que elegimos una para vos.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Usaste tus 5 máscaras de correo electrónico gratuitas, así que elegimos una para que la reutilicés.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Máscara de correo electrónico insertada";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Ocultá tu correo electrónico real para proteger tu bandeja de entrada del spam. Algunos sitios no lo soportan.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Ocultá tu correo electrónico real para proteger tu bandeja de entrada del spam. Algunos sitios no soportan máscaras de correo electrónico.";
diff --git a/firefox-ios/Shared/Supporting Files/es-AR.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/es-AR.lproj/Summarizer.strings
index e59757afcccee..b5483d4a0d01e 100644
--- a/firefox-ios/Shared/Supporting Files/es-AR.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/es-AR.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Resumen no disponible";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permitir";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ usa Apple Intelligence para resumir páginas.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Cancelar";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continuar";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ usa IA basada en la nube para resumir páginas y devuelve esos resúmenes al dispositivo.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Conocer más";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "¿Permitir resúmenes de página?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Cómo funciona";
diff --git a/firefox-ios/Shared/Supporting Files/es-CL.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/es-CL.lproj/AppIconSelection.strings
index 6b0e129ef6d83..eba355e236a1b 100644
--- a/firefox-ios/Shared/Supporting Files/es-CL.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/es-CL.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Hora azul";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Lindo";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Celeste";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Abrazo";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Perezoso";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Claro";
diff --git a/firefox-ios/Shared/Supporting Files/es-CL.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/es-CL.lproj/EnhancedTrackingProtection.strings
index 21325cc35ac3a..12672cd0a6be8 100644
--- a/firefox-ios/Shared/Supporting Files/es-CL.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/es-CL.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Rastreadores bloqueados: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "El nivel estándar bloquea los rastreadores comunes después de que una página comienza a cargarse, por lo que es posible que veas un recuento de rastreadores más alto. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "El nivel estricto bloquea más rastreadores al detenerlos antes de que se cargue una página, por lo que es posible que veas un recuento de rastreadores menor. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verificado por %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Ver certificado";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Aprender más";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ está fuera de servicio. Sugerimos volver a activar las protecciones.";
diff --git a/firefox-ios/Shared/Supporting Files/es-CL.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/es-CL.lproj/FirefoxHomepage.strings
index 7097f126f8c7a..f9d892b93b7dc 100644
--- a/firefox-ios/Shared/Supporting Files/es-CL.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/es-CL.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Historias";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Hemos actualizado nuestro %1$@ para reflejar las últimas funciones de %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/es-CL.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/es-CL.lproj/MainMenu.strings
index 9bbf1683469d0..13125dc3acfea 100644
--- a/firefox-ios/Shared/Supporting Files/es-CL.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/es-CL.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Establece %@ como predeterminado";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "No";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Sí";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Marcadores";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modo nocturno";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Aumento de la página (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Aumento de la página";
diff --git a/firefox-ios/Shared/Supporting Files/es-CL.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/es-CL.lproj/RelayMask.strings
index cf24c07cc6f16..a716aec0656bc 100644
--- a/firefox-ios/Shared/Supporting Files/es-CL.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/es-CL.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "¡Nuevo! Las máscaras de correo electrónico de %@ Relay ya están disponibles en dispositivos móviles.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Tus 5 máscaras de correo electrónico gratuitas están en uso, así que hemos elegido una para ti.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Has utilizado tus 5 máscaras de correo electrónico gratuitas, por eso elegimos una para que puedas reutilizarla.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Máscara de correo electrónico insertada";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Oculta tu correo electrónico real para proteger tu bandeja de entrada del spam. Algunos sitios no lo admiten.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Oculta tu correo electrónico real para proteger tu bandeja de entrada del spam. Algunos sitios no admiten máscaras de correo electrónico.";
diff --git a/firefox-ios/Shared/Supporting Files/es-CL.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/es-CL.lproj/Summarizer.strings
index 1394728edc3d7..f5ea9608130fa 100644
--- a/firefox-ios/Shared/Supporting Files/es-CL.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/es-CL.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Resumen no disponible";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permitir";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ usa Apple Intelligence para resumir páginas.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Cancelar";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continuar";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ utiliza inteligencia artificial basada en la nube para resumir páginas y devuelve esos resúmenes a tu dispositivo.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Aprender más";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "¿Permitir resúmenes de páginas?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Cómo funciona";
diff --git a/firefox-ios/Shared/Supporting Files/es-ES.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/es-ES.lproj/AppIconSelection.strings
index 10da413eb7de2..ab5a76337e79a 100644
--- a/firefox-ios/Shared/Supporting Files/es-ES.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/es-ES.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Hora azul";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Bonito";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cian";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Abrazo";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Perezoso";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Claro";
diff --git a/firefox-ios/Shared/Supporting Files/es-ES.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/es-ES.lproj/EnhancedTrackingProtection.strings
index 7e0f62816eda7..0d745bb0ba29d 100644
--- a/firefox-ios/Shared/Supporting Files/es-ES.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/es-ES.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Rastreadores bloqueados: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "La protección estándar bloquea los rastreadores comunes después de que una página comienza a cargarse, por lo que es posible que veas un recuento de rastreadores más alto. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "La protección estricta bloquea más rastreadores al detenerlos antes de que se cargue una página, por lo que es posible que veas un recuento de rastreadores menor. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verificado por %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Ver certificado";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Saber más";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ está fuera de servicio. Te sugerimos volver a activar las protecciones.";
diff --git a/firefox-ios/Shared/Supporting Files/es-ES.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/es-ES.lproj/FirefoxHomepage.strings
index 5b61660e9a5d3..bc1ce78d41d01 100644
--- a/firefox-ios/Shared/Supporting Files/es-ES.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/es-ES.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Historias";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Hemos actualizado nuestro %1$@ para reflejar las últimas funciones en %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/es-ES.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/es-ES.lproj/MainMenu.strings
index 226ac57afd5f6..be1f3f6704cd0 100644
--- a/firefox-ios/Shared/Supporting Files/es-ES.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/es-ES.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Establece %@ como predeterminado";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Desactivado";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Activado";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Marcadores";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modo nocturno";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom de página (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Ampliación de la página";
diff --git a/firefox-ios/Shared/Supporting Files/es-ES.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/es-ES.lproj/RelayMask.strings
index 466478be1551d..c2533391b2d3d 100644
--- a/firefox-ios/Shared/Supporting Files/es-ES.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/es-ES.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "¡Nuevo! Las máscaras de correo electrónico de %@ Relay ahora están disponibles en dispositivos móviles.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Tus 5 máscaras de correo electrónico gratuitas están en uso, así que hemos elegido una para ti.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Has utilizado tus 5 máscaras de correo electrónico gratuitas, por eso elegimos una para que puedas reutilizarla.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Máscara de correo electrónico insertada";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Oculte su dirección de correo electrónico real para proteger su bandeja de entrada del correo no deseado. Algunos sitios no lo admiten.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Oculta tu dirección de correo electrónico real para proteger tu bandeja de entrada del correo no deseado. Algunos sitios no admiten máscaras de correo.";
diff --git a/firefox-ios/Shared/Supporting Files/es-ES.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/es-ES.lproj/Summarizer.strings
index 142425d638806..ac11312664563 100644
--- a/firefox-ios/Shared/Supporting Files/es-ES.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/es-ES.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Resumen no disponible";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permitir";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ usa Apple Intelligence para resumir páginas.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Cancelar";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continuar";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ utiliza inteligencia artificial basada en la nube para resumir páginas y devuelve esos resúmenes a tu dispositivo.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Saber más";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "¿Permitir resúmenes de páginas?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Cómo funciona";
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/AppIconSelection.strings
index 5f6bfbb573bc0..bbc624e71c950 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Hora azul";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Lindo";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cian";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Abrazo";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Perezoso";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Claro";
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/EnhancedTrackingProtection.strings
index 3bce79c2d06bb..04e838c73859a 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Rastreadores bloqueados: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "El estándar bloquea los rastreadores comunes después de que una página comienza a cargarse, por lo que es posible que veas un recuento de rastreadores más alto. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Los bloques estrictos bloquean más rastreadores al detenerlos antes de que se cargue una página, por lo que es posible que veas un recuento de rastreadores menor. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verificado por %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Ver certificado";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Saber más";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ está fuera de servicio. Sugerimos volver a activar las protecciones.";
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/FirefoxHomepage.strings
index ed582c1e3c268..e1865845ebf79 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Historias";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Hemos actualizado nuestro %1$@ para reflejar las últimas características en %2$@. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Todas las historias";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Noticias";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Noticias";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Popular hoy";
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/LiveActivity.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/LiveActivity.strings
new file mode 100644
index 0000000000000..bd2b775750349
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/LiveActivity.strings
@@ -0,0 +1,9 @@
+/* Displayed during a download in Live Activity or Dynamic Island. %@ is the number of files (e.g. Downloading Files: 2). */
+"LiveActivity.Downloads.FileCountText.v138" = "Descargando archivos: %@";
+
+/* Displayed during a download in Live Activity or Dynamic Island. %@ is the name of the file being downloaded (e.g. Downloading “MyFile.pdf”). */
+"LiveActivity.Downloads.FileNameText.v138" = "Descargando “%@”";
+
+/* Displayed during a download in Live Activity or Dynamic Island to show the current progress of the file(s) download. %1$@ is the downloaded size, %2$@ is the total size of the file(s) (e.g. 10 MB of 200 MB). */
+"LiveActivity.Downloads.FileProgressText.v138" = "%1$@ de %2$@";
+
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/MainMenu.strings
index 82be58fc1a7bd..fdfb6ec02a471 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Establece %@ como predeterminado";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Desactivar";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Activar";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Marcadores";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modo nocturno";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom de la página (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom de la página";
@@ -295,6 +286,9 @@
/* On the main menu, the title for the action that will take the user to the Share module in the application. */
"MainMenu.Submenus.Tools.Share.Title.v131" = "Compartir";
+/* On the main menu, the title for the action that will take the user to the Share module in the application. */
+"MainMenu.Submenus.Tools.Share.Title.v144" = "Compartir";
+
/* On the main menu, the title for the action that will turn Website's Dark Mode off in the application. */
"MainMenu.Submenus.Tools.WebsiteDarkMode.Off.Title.v137" = "Desactivar el modo oscuro del sitio web";
@@ -331,21 +325,39 @@
/* On the main menu, the title for the action that will create a new, non-private, tab. */
"MainMenu.TabsSection.NewTab.Title.v131" = "Nueva pestaña";
+/* On the main menu, the accessibility label hint for the action that will show more menu options in the current section of the menu. */
+"MainMenu.ToolsSection.AccessibilityLabels.CollapsedHint.v142" = "Colapsado";
+
+/* On the main menu, the accessibility label for the action that will switch a site user agent value, if available. */
+"MainMenu.ToolsSection.AccessibilityLabels.DesktopSite.Title.v141" = "Sitio de escritorio";
+
+/* On the main menu, the accessibility label hint for the action that will show more menu options in the current section of the menu. Hint will be called when menu is expanded. */
+"MainMenu.ToolsSection.AccessibilityLabels.ExpandedHint.v142" = "Expandido";
+
/* On the main menu, the accessibility label for the action that will bring up the Search menu, so the user can search for a word or a pharse on the current page. */
"MainMenu.ToolsSection.AccessibilityLabels.FindInPage.v132" = "Buscar en la página";
/* On the main menu, the accessibility label for the action that will hide some menu options in the current section of the menu. */
"MainMenu.ToolsSection.AccessibilityLabels.LessOptions.v141" = "Menos";
+/* On the main menu, the accessibility label for a group of items in menu. (items like Downloads, History, Passwords...) */
+"MainMenu.ToolsSection.AccessibilityLabels.LibraryOptions.v142" = "Biblioteca";
+
/* On the main menu, the accessibility label for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.AccessibilityLabels.MoreOptions.v141" = "Más";
+/* On the main menu, the accessibility label for the action that will open the page zoom tool. */
+"MainMenu.ToolsSection.AccessibilityLabels.PageZoom.Title.v142" = "Zoom de la página";
+
/* On the main menu, the accessibility label for the action that will take the user to the Save submenu in the menu. In the main menu, there is an option called Save that is taking the user to the Save submenu where user can share, bookmark the page and so on. */
"MainMenu.ToolsSection.AccessibilityLabels.Save.v132" = "Guardar";
/* On the main menu, the accessibility label for the action that will take the user to the Save submenu in the menu. In the main menu, there is an option called Save that is taking the user to the Save submenu where user can share, bookmark the page and so on. */
"MainMenu.ToolsSection.AccessibilityLabels.Save.v133" = "Guardar submenú";
+/* On the main menu, the accessibility label for the action that will summarize the content of the webpage. */
+"MainMenu.ToolsSection.AccessibilityLabels.SummarizePage.v142" = "Resumir página";
+
/* On the main menu, the accessibility label for the action that will switch a site from mobile version to the desktop version, if available. */
"MainMenu.ToolsSection.AccessibilityLabels.SwitchToDesktopSite.v132" = "Cambiar al sitio de escritorio";
@@ -358,15 +370,33 @@
/* On the main menu, the accessibility label for the action that will take the user to the Tools submenu in the menu. */
"MainMenu.ToolsSection.AccessibilityLabels.Tools.v133" = "Herramientas del submenú";
+/* On the main menu, the accessibility label for the action that will switch dark mode to on or off. */
+"MainMenu.ToolsSection.AccessibilityLabels.WebsiteDarkMode.Title.v142" = "Modo oscuro del sitio web";
+
+/* On the main menu, the title for the action that will switch a site from the desktop version to the mobile version. */
+"MainMenu.ToolsSection.DesktopSite.Title.v141" = "Sitio de escritorio";
+
/* On the main menu, the title for the action that will bring up the Search menu, so the user can search for a word or a pharse on the current page. */
"MainMenu.ToolsSection.FindInPage.Title.v131" = "Buscar en la página…";
+/* On the main menu, the title for the action that will bring up the Search menu, so the user can search for a word or a pharse on the current page. */
+"MainMenu.ToolsSection.FindInPageV2.Title.v141" = "Buscar en la página";
+
/* On the main menu, the title for the action that will hide some menu options in the current section of the menu. */
"MainMenu.ToolsSection.LessOptions.Title.v141" = "Menos";
+/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
+"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Más";
+
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Vista de lectura";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Guardar";
+/* On the main menu, the title for the action that will summarize the content of the webpage. */
+"MainMenu.ToolsSection.SummarizePage.Title.v142" = "Resumir página";
+
/* On the main menu, the title for the action that will switch a site from mobile version to the desktop version, if available. */
"MainMenu.ToolsSection.SwitchToDesktopSite.Title.v131" = "Cambiar al sitio de escritorio";
@@ -376,3 +406,21 @@
/* On the main menu, the title for the action that will take the user to the Tools submenu in the menu. */
"MainMenu.ToolsSection.ToolsSubmenu.Title.v131" = "Herramientas";
+/* On the main menu, the accessibility label for the action that shows that the content of the webpage is already translated. */
+"MainMenu.ToolsSection.Translation.AccessibilityLabels.TranslatedPage.v145" = "Página traducida";
+
+/* On the main menu, the accessibility label describing the language that the webpage was translated to. %@ is the language selected (e.g. English). */
+"MainMenu.ToolsSection.Translation.AccessibilityLabels.TranslatedPageLanguage.v145" = "Traducido a %@";
+
+/* On the main menu, the title for the action that will translate the content of the webpage. */
+"MainMenu.ToolsSection.Translation.Title.v145" = "Traducir página";
+
+/* On the main menu, the title for the action that shows that the content of the webpage is already translated. */
+"MainMenu.ToolsSection.Translation.Translated.Title.v145" = "Traducido";
+
+/* On the main menu, a title for a label that indicate the Website Dark Mode option from menu, is OFF. */
+"MainMenu.WebsiteDarkModeOffV2.Title.v142" = "Desactivar";
+
+/* On the main menu, a title for a label that indicate the Website Dark Mode option from menu, is ON. */
+"MainMenu.WebsiteDarkModeOnV2.Title.v142" = "Activar";
+
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/NativeErrorPage.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/NativeErrorPage.strings
index 70911e71e1373..458e8f9b224f3 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/NativeErrorPage.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/NativeErrorPage.strings
@@ -1,6 +1,39 @@
/* On certificate error page, this is the text on a button that will show advanced information about the certificate error. */
"NativeErrorPage.BadCertDomain.AdvancedButton.v149" = "Avanzado";
+/* On certificate error page, this is the advanced information explaining why the certificate is invalid. %1$@ is the app name (e.g. Firefox). %2$@ is the site URL. */
+"NativeErrorPage.BadCertDomain.AdvancedInfo.v149" = "%1$@ no confía en este sitio porque el certificado encontrado no es válido para %2$@.";
+
+/* On certificate error page, this is the security information shown in the advanced section. */
+"NativeErrorPage.BadCertDomain.AdvancedSecurityInfo.v149" = "Este sitio no permite conexiones que no sean seguras.";
+
+/* On certificate error page, this is the first warning message in the advanced section suggesting possible solutions. */
+"NativeErrorPage.BadCertDomain.AdvancedWarning1.v149" = "Es posible que tengas que iniciar sesión en tu red Wi-Fi o revisar la configuración de tu VPN.";
+
+/* On certificate error page, this is the second warning message in the advanced section for users on corporate networks. */
+"NativeErrorPage.BadCertDomain.AdvancedWarning2.v149" = "Si estás en una red corporativa, tu equipo de soporte podría tener más información.";
+
+/* On certificate error page, this is the description explaining the security risk. */
+"NativeErrorPage.BadCertDomain.Description.v149" = "Alguien haciéndose pasar por el sitio web podría intentar robar tu información personal. Además, la configuración de tu conexión podría ser incorrecta.";
+
+/* On certificate error page, this is the label prefix for the error code. %@ is the error code (e.g. SSL_ERROR_BAD_CERT_DOMAIN). */
+"NativeErrorPage.BadCertDomain.ErrorCodeLabel.v149" = "Código de error: %@";
+
+/* On certificate error page, this is the text on a button that will hide the advanced information section. */
+"NativeErrorPage.BadCertDomain.HideAdvancedButton.v149" = "Ocultar opciones avanzadas";
+
+/* On certificate error page, this is a link to learn more about certificate errors. */
+"NativeErrorPage.BadCertDomain.LearnMoreLink.v149" = "Saber más";
+
+/* On certificate error page, this is the text on a button that will proceed to the site despite the certificate error. %@ is the site URL. This is a risky action. */
+"NativeErrorPage.BadCertDomain.ProceedButton.v149" = "Ir a %@ (Acción riesgosa)";
+
+/* On certificate error page, this is the title warning the user about a potential security issue. */
+"NativeErrorPage.BadCertDomain.TitleLabel.v149" = "Ten cuidado. Algo no parece estar bien.";
+
+/* On certificate error page, this is a link that will show the site’s certificate details. */
+"NativeErrorPage.BadCertDomain.ViewCertificateLink.v149" = "Ver el certificado del sitio";
+
/* On error page, this is the text on a button that will try to load the page again. */
"NativeErrorPage.ButtonLabel.v131" = "Recargar";
@@ -10,6 +43,9 @@
/* On error page, this is the title for generic error. */
"NativeErrorPage.GenericError.TitleLabel.v131" = "Ten cuidado. Algo no parece estar bien.";
+/* On error page, this is the text on a button that will go back to the previous page. Recommended action. */
+"NativeErrorPage.GoBackButton.v149" = "Volver (recomendado)";
+
/* On error page, this is the description for no internet connection. */
"NativeErrorPage.NoInternetConnection.Description.v131" = "Intenta conectarte en un dispositivo diferente. Verifica tu módem o router. Desconéctate y vuelve a conectarte al Wi-Fi.";
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Onboarding.strings
index dc7c2fe0c0afa..0f78690a8b905 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Onboarding.strings
@@ -49,6 +49,9 @@
/* String used to describe the title of the theme customization onboarding page in our Onboarding screens. */
"Onboarding.Customization.Theme.Title.v123" = "Elige un tema";
+/* String used to describe the title of the theme customization onboarding page in our Onboarding screens. */
+"Onboarding.Customization.Theme.Title.v143" = "Elige tu tema";
+
/* On the toolbar customization onboarding card, the string used to describe the option to set the toolbar at the bottom of the screen. */
"Onboarding.Customization.Toolbar.Bottom.Action.v123" = "Abajo";
@@ -76,6 +79,24 @@
/* Describes an action on some of the Onboarding screen, including the wallpaper onboarding screen. This string will be on a button so user can skip that onboarding page. */
"Onboarding.LaterAction.v115" = "Saltar";
+/* Option for the automatic theme in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Automatic.v148" = "Automático";
+
+/* Continue button on the theme selection card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Continue.Action.v148" = "Continuar";
+
+/* Option for the dark theme in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Dark.v148" = "Oscuro";
+
+/* Description for the theme selection card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Description.v148" = "Elige tu tema favorito o haz que %@ coincida con tu dispositivo, lo que te permitirá tener el control.";
+
+/* Option for the light theme in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Light.v148" = "Claro";
+
+/* Title for the theme selection card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Title.v148" = "Elige tu tema";
+
/* Continue button on the toolbar customization card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Customization.Toolbar.Continue.Action.v148" = "Continuar";
@@ -94,6 +115,45 @@
/* Button to skip the marketing data sharing card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Marketing.Skip.Action.v148" = "Ahora no";
+/* Title for the marketing data sharing card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Marketing.Title.v148" = "Ayúdanos a construir una mejor Internet";
+
+/* Description for the notification card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Notification.Description.v148" = "Descubre las funciones de privacidad en %@ y envía pestañas de forma segura entre tus dispositivos.";
+
+/* Button to skip the notification card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Notification.Skip.Action.v148" = "Ahora no";
+
+/* Title for the notification card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Notification.Title.v148" = "Las notificaciones te ayudan a mantenerte más seguro con %@";
+
+/* Button to turn on notifications in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Notification.TurnOn.Action.v148" = "Activar notificaciones";
+
+/* Description for the sync card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.Description.v148" = "Accede a marcadores, contraseñas y más en cualquier dispositivo al instante. Tus datos personales se mantienen seguros gracias al cifrado.";
+
+/* Button to start the sync setup process in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.SignIn.Action.v148" = "Empezar a sincronizar";
+
+/* Button to skip the sync setup during onboarding in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.Skip.Action.v148" = "Ahora no";
+
+/* Title for the sync card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.Title.v148" = "Continúa al instante donde lo dejaste";
+
+/* Button title for agreeing to Terms of Use in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148" = "Aceptar y continuar";
+
+/* Button title for agreeing to Terms of Use in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148.v2" = "Continuar";
+
+/* Description for the Terms of Use card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.Description.v148" = "Rápido, seguro y sin agobios. Navegar ahora es mucho mejor.";
+
+/* The text for the manage settings link button in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.ManageLink.v148" = "Administrar ajustes";
+
/* Agreement text for sending diagnostic and interaction data in the v148 brand refresh onboarding flow. %1$@ is the app name (e.g. Firefox), %2$@ is the company name (e.g. Mozilla), %3$@ is the manage settings link button that redirects the user to manage data collection preferences. */
"Onboarding.Modern.BrandRefresh.TermsOfUse.ManagePreferenceAgreement.v148" = "Para ayudar a mejorar el navegador, %1$@ envía datos de diagnóstico e interacción a %2$@. %3$@";
@@ -124,18 +184,132 @@
/* Title for the welcome card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Welcome.Title.v148" = "Dile adiós a los rastreadores espeluznantes";
+/* Title for the welcome card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.Title.v148.v2" = "Abre enlaces con privacidad integrada";
+
/* Title for the welcome card in the v149 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Welcome.TitleV3.v149" = "Abre todos tus enlaces con privacidad incorporada";
+/* Option for the automatic theme. */
+"Onboarding.Modern.Customization.Theme.Automatic.v145" = "Automático";
+
/* String used to describe the option to save the user setting and continue to the next onboarding in Firefox Onboarding screens. */
"Onboarding.Modern.Customization.Theme.Continue.Action.v140" = "Continuar";
+/* Option for the dark theme. */
+"Onboarding.Modern.Customization.Theme.Dark.v145" = "Oscuro";
+
+/* Description for the theme selection card. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.Customization.Theme.Description.v145" = "Elige tu tema favorito o haz que %@ coincida con tu dispositivo, lo que te permitirá tener el control.";
+
+/* Option for the light theme. */
+"Onboarding.Modern.Customization.Theme.Light.v145" = "Claro";
+
+/* Title for the theme selection card. */
+"Onboarding.Modern.Customization.Theme.Title.v145" = "Elige tu tema";
+
+/* On the toolbar customization onboarding card, the string used to describe the option to set the toolbar at the bottom of the screen. */
+"Onboarding.Modern.Customization.Toolbar.Bottom.Action.v140" = "Inferior";
+
+/* Action to set the toolbar to the bottom. */
+"Onboarding.Modern.Customization.Toolbar.Bottom.Action.v145" = "Inferior";
+
+/* Continue button on the toolbar customization card. */
+"Onboarding.Modern.Customization.Toolbar.Continue.Action.v145" = "Continuar";
+
+/* Description for the toolbar customization card. */
+"Onboarding.Modern.Customization.Toolbar.Description.v145" = "Comienza a escribir para obtener sugerencias de búsqueda, tus sitios principales, marcadores, historial y motores de búsqueda, todo en un solo lugar.";
+
+/* String used to describe the title of the toolbar customization onboarding page in our Onboarding screens. */
+"Onboarding.Modern.Customization.Toolbar.Title.v140" = "Elige dónde colocar tu barra de direcciones";
+
+/* Title for the toolbar customization card. */
+"Onboarding.Modern.Customization.Toolbar.Title.v145" = "Elige tu barra de direcciones";
+
+/* On the toolbar customization onboarding card, the string used to describe the option to set the toolbar at the top of the screen. */
+"Onboarding.Modern.Customization.Toolbar.Top.Action.v140" = "Superior";
+
+/* Action to set the toolbar to the top. */
+"Onboarding.Modern.Customization.Toolbar.Top.Action.v145" = "Arriba";
+
+/* Button to skip the entire onboarding flow. */
+"Onboarding.Modern.General.Skip.v145" = "Saltar";
+
+/* String used to describe Firefox on the Sync onboarding page for the current version of our onboarding screens. */
+"Onboarding.Modern.Sync.Description.v140" = "Obtén tus marcadores, historial y contraseñas en cualquier dispositivo.";
+
+/* Description for the Sync card in the v2 onboarding flow. */
+"Onboarding.Modern.Sync.Description.v145" = "Tus marcadores, contraseñas y más se sincronizan en cualquier dispositivo. Todo está protegido con cifrado, así que solo tú puedes acceder.";
+
+/* String used to describes the option to skip the Sync sign in during onboarding for the current version in Firefox Onboarding screens. */
+"Onboarding.Modern.Sync.SignIn.Action.v140" = "Empezar a sincronizar";
+
/* Button to start the Sync setup process. */
"Onboarding.Modern.Sync.SignIn.Action.v145" = "Empezar a sincronizar";
+/* String used to describes the option to skip the Sync sign in during onboarding for the current version in Firefox Onboarding screens. */
+"Onboarding.Modern.Sync.Skip.Action.v140" = "Ahora no";
+
/* Button to skip the Sync setup during onboarding. */
"Onboarding.Modern.Sync.Skip.Action.v145" = "Ahora no";
+/* String used to describes the title of what Firefox is on the Sync onboarding page for current version in our Onboarding screens. */
+"Onboarding.Modern.Sync.Title.v140" = "Continúa al instante donde lo dejaste";
+
+/* Title for the Sync card in the v2 onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.Sync.Title.v145" = "Lleva %@ contigo en todas tus aventuras de navegación";
+
+/* Title for the confirmation button for Terms of Service agreement, in the Terms of Service screen. */
+"Onboarding.Modern.TermsOfService.AgreementButtonTitle.v140" = "Continuar";
+
+/* Title for the confirmation button on the Terms of Service screen. */
+"Onboarding.Modern.TermsOfService.AgreementButtonTitle.v145" = "Continuar";
+
+/* Description for the Terms of Service screen in the v2 onboarding flow. The '\n' symbols denote line breaks. %@ is the company name (e.g. Mozilla) */
+"Onboarding.Modern.TermsOfService.Description.v145" = "Protección automática de la información personal\nCarga sitios con rapidez y busca de forma inteligente\nCon el respaldo de %@, organización sin fines de lucro con más de 20 años de confianza";
+
+/* Title for the Manage button link, in the Terms of Service screen for redirecting the user to the Manage data collection preferences screen. */
+"Onboarding.Modern.TermsOfService.ManageLink.v140" = "Administrar";
+
+/* The text for the Manage settings link button. */
+"Onboarding.Modern.TermsOfService.ManageLink.v145" = "Administrar ajustes";
+
+/* Agreement text for sending diagnostic and interaction data to Mozilla in the Terms of Service screen. %1$@ is the app name (e.g. Firefox), %2$@ is company name (e.g. Mozilla), %3$@ is a Manage link button which redirect the user to another screen in order to manage the data collection preferences. */
+"Onboarding.Modern.TermsOfService.ManagePreferenceAgreement.v140" = "Para ayudar a mejorar el navegador, %1$@ envía datos de diagnóstico e interacción a %2$@. %3$@";
+
+/* Agreement text for sending data. %1$@ is the app name, %2$@ is the company name, %3$@ is the placeholder for the Manage settings link. */
+"Onboarding.Modern.TermsOfService.ManagePreferenceAgreement.v145" = "Para ayudar a mejorar el navegador, %1$@ envía datos de diagnóstico e interacción a %2$@. %3$@";
+
+/* Agreement text for Privacy Notice in the Terms of Service screen. %1$@ is the app name (e.g. Firefox), %2$@ is for the Privacy Notice link button that redirect the user to the Privacy Notice page. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeAgreement.v140" = "%1$@ se preocupa por tu privacidad. Lee más en nuestro %2$@";
+
+/* Agreement text for Privacy Notice. %1$@ is the app name (e.g. Firefox), %2$@ is the placeholder for the Privacy Notice link. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeAgreement.v145" = "%1$@ se preocupa por tu privacidad. Lee más en nuestro %2$@";
+
+/* Title for the Privacy Notice button link, in the Terms of Service screen for redirecting the user to the Privacy Notice page. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeLink.v140" = "Aviso de privacidad.";
+
+/* The text for the Privacy Notice link button. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeLink.v145" = "Aviso de privacidad.";
+
+/* A text that indicate to the user, a link button is available to be clicked for reading more information about the option that is going to choose in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.LearnMore.v140" = "Saber más";
+
+/* Description for the send crash reports switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %@ is for the Learn more button link, to open a link where user can find more information about this send crash reports option. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendCrashReportsDescription.v140" = "Los informes de fallos nos permiten diagnosticar y solucionar problemas con el navegador. %@";
+
+/* Title for the send crash reports switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendCrashReportsTitle.v140" = "Enviar automáticamente informes de fallos";
+
+/* Description for the technical and interaction data switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %1$@ is the app name (e.g. Firefox), %2$@ is for the Learn more button link, to open a link where user can find more information about this send technical and interaction data option. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendTechnicalDataDescription.v140" = "Los datos acerca de tu dispositivo, la configuración del hardware y cómo utilizas %1$@ ayudan a mejorar las funcionalidades, el rendimiento y la estabilidad para los usuarios en todo el mundo. %2$@";
+
+/* Title for the send technical and interaction data switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %@ is the company name (e.g. Mozilla). */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendTechnicalDataTitle.v140" = "Enviar datos técnicos y de interacción a %@";
+
+/* Title for the Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. Data like crash reports or technical and interaction data. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.Title.v140" = "Ayúdanos a mejorar %@";
+
/* Subtitle for the Terms of Service screen in the onboarding process. The '\n' symbols denote empty lines separating the first link parameter from the rest of the text. */
"Onboarding.Modern.TermsOfService.Subtitle.v140" = "Carga sitios web ultra rápido\nProtección automática contra rastreo\nSincronización en todos tus dispositivos";
@@ -151,15 +325,24 @@
/* Title for the Terms of Service screen in the onboarding process. */
"Onboarding.Modern.TermsOfService.Title.v140" = "Mejora tu navegación";
+/* Title for the Terms of Service screen in the v2 onboarding flow. */
+"Onboarding.Modern.TermsOfService.Title.v145" = "Toma el control de internet";
+
/* Title for the Terms of Use button link, in the Terms of Use screen for redirecting the user to the Terms of Use page. %@ is the app name (e.g. Firefox). */
"Onboarding.Modern.TermsOfUse.TermsOfUseLink.v140" = "%@ Términos de uso.";
/* Describes the action on the first onboarding page in our Onboarding screen. This indicates that the user will set their default browser to Firefox. */
"Onboarding.Modern.Welcome.ActionTreatementA.v140" = "Establecer como navegador predeterminado";
+/* Action button to set the app as the default browser. */
+"Onboarding.Modern.Welcome.ActionTreatmentA.v145" = "Establecer como navegador predeterminado";
+
/* String used to describe Firefox on the welcome onboarding page for the current version of our onboarding screens. */
"Onboarding.Modern.Welcome.Description.v140" = "Una sola opción te protege donde sea que navegues en la web. Siempre puedes cambiarla más tarde.";
+/* Description for the welcome card in the v2 onboarding flow. */
+"Onboarding.Modern.Welcome.Description.v145" = "Una sola elección brinda protección en toda la web. Es posible cambiarla en cualquier momento.";
+
/* Describes the action on the first onboarding page in our Onboarding screen. This string will be on a button so user can skip this onboarding card. */
"Onboarding.Modern.Welcome.Skip.v140" = "Ahora no";
@@ -199,6 +382,9 @@
/* String used to describes the title of what Firefox is on the Sync onboarding page for current version in our Onboarding screens. */
"Onboarding.Sync.Title.v120" = "Permanece cifrado cuando cambias entre dispositivos";
+/* Title for the confirmation button for Terms of Service agreement, in the Terms of Service screen. */
+"Onboarding.TermsOfService.AgreementButtonTitle.v140" = "Continuar";
+
/* Title for the Manage button link, in the Terms of Service screen for redirecting the user to the Manage data collection preferences screen. */
"Onboarding.TermsOfService.ManageLink.v135" = "Administrar";
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/RelayMask.strings
new file mode 100644
index 0000000000000..99e9ae5b933e4
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/RelayMask.strings
@@ -0,0 +1,30 @@
+/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
+"RelayMask.RelayEmailMaskAvailableCFR.v146" = "¡Novedad! Las máscaras de correo de %@ Relay ya están disponibles para dispositivos móviles.";
+
+/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
+"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Ya has usado tus 5 plantillas gratuitas para correos electrónicos, así que hemos seleccionado una para que la reutilices.";
+
+/* Generic error message displayed to users when an unexpected error occurs while attempting to generate a Relay email mask. */
+"RelayMask.RelayEmailMaskGenericErrorMessage.v146" = "Las máscaras de correo no están disponibles en este momento. Reinténtalo en unos minutos.";
+
+/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
+"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Máscara de correo electrónico insertada";
+
+/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
+"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Oculta tu correo electrónico real para proteger tu bandeja de entrada del spam. Algunos sitios no admiten máscaras de correo electrónico.";
+
+/* Website link title that takes users to a website to learn additional information about the Relay email mask feature. */
+"RelayMask.RelayEmailMaskSettingsLearnMore.v146" = "Más información";
+
+/* Button title which takes users to a webpage to manage their Relay email masks and related settings. */
+"RelayMask.RelayEmailMaskSettingsManageEmailMasks.v146" = "Administrar máscaras de correo electrónico";
+
+/* Title for settings related to Relay email masking, which provides options for enabling or disabling the suggestion of anonymous email masks services via Relay. */
+"RelayMask.RelayEmailMaskSettingsTitle.v146" = "Máscaras de correo electrónico";
+
+/* Label for settings toggle which allows users to enable or disable the suggestion of Relay email masks on registration forms, to provide anonymous email masking. */
+"RelayMask.RelayEmailMaskSuggestMasksToggle.v146" = "Sugerir máscaras de correo electrónico";
+
+/* Displayed inside the keyboard hint when a user is entering an email in a web form. Indicates that the user has the option to use an anonymous Relay email mask instead of their personal email. Tapping on this option will populate the field with a Relay mask automatically. */
+"RelayMask.UseRelayEmailMaskFromKeyboard.v146" = "Usar la máscara de correo electrónico";
+
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/SearchZero.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/SearchZero.strings
new file mode 100644
index 0000000000000..174f0128ba71c
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/SearchZero.strings
@@ -0,0 +1,15 @@
+/* When a user taps on the address bar, they can see their recent searches. This is the title of the button that the user can tap on to clear the list of their recent searches. */
+"SearchZero.Clear.ButtonTitle.v146" = "Limpiar";
+
+/* When a user taps on the address bar, they can see their recent searches. This is the title of the section that shows the list of their recent searches. */
+"SearchZero.RecentSearches.SectionTitle.v146" = "Búsquedas recientes";
+
+/* When a user taps on the address bar, they can see their trending searches. This is the title of the section that shows the list of their trending searches. %@ is the search engine name. */
+"SearchZero.TrendingSearches.SectionTitle.v146" = "Tendencias en %@";
+
+/* In the Search page of the Settings menu, this is the title for the toggle that shows or hides the recent searches when a user views the search zero state. The search zero state is when the user taps on the address bar and has yet to type a search term. */
+"Settings.SearchZero.RecentSearches.Toggle.v146" = "Mostrar búsquedas recientes";
+
+/* In the Search page of the Settings menu, this is the title for the toggle that shows or hides the trending searches when a user views the search zero state. The search zero state is when the user taps on the address bar and has yet to type a search term. */
+"Settings.SearchZero.TrendingSearches.Toggle.v146" = "Mostrar tendencias de búsquedas";
+
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Settings.strings
index a31d7d71b4763..03150adfc4fab 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Settings.strings
@@ -64,6 +64,12 @@
/* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */
"Settings.AddressAutofill.Title.v126" = "Direcciones";
+/* Section description in Appearance settings for middle button configuration of the bottom toolbar. */
+"Settings.Appearance.NavigationToolbar.Description.v145" = "Cambia el botón que se encuentra en el centro de la barra de herramientas.";
+
+/* Section header title in Appearance settings that configures the middle button of the bottom toolbar. */
+"Settings.Appearance.NavigationToolbar.SectionHeader.v145" = "Botón de la barra de herramientas";
+
/* Default section header title under page zoom settings. Indicates the default value for all websites */
"Settings.Appearance.Zoom.Default.Title.v140" = "Predeterminado";
@@ -73,6 +79,21 @@
/* Page zoom section header title in Appearance settings */
"Settings.Appearance.Zoom.SectionHeader.v140" = "Ajustes de zoom";
+/* Specific site settings section footer title under page zoom settings. Explain how to add elements to the list */
+"Settings.Appearance.Zoom.SpecificSiteZoom.Footer.v140" = "Para agregar elementos a esta lista, visita un sitio web y ajusta el zoom de la página desde el menú";
+
+/* Specific site settings section header title under page zoom settings. List all websites with custom zoom level */
+"Settings.Appearance.Zoom.SpecificSiteZoom.Title.v140" = "Ajustes de sitios específicos";
+
+/* Page zoom settings title in Appearance settings */
+"Settings.Appearance.Zoom.Title.v140" = "Zoom de página";
+
+/* Zoom level title under page zoom settings to select the default zoom level for all websites */
+"Settings.Appearance.Zoom.ZoomLevelTitle.v140" = "Nivel de zoom";
+
+/* In the settings menu, in the General section, this is the title for Autofills & Passwords customization section. */
+"Settings.AutofillAndPassword.Title.v137" = "Autocompletado y contraseñas";
+
/* Label used as an item in Settings screen. When touched, it will take user to credit card settings page to that will allows to add or modify saved credit cards to allow for autofill in a webpage. */
"Settings.AutofillCreditCard.Title.v122" = "Métodos de pago";
@@ -151,6 +172,15 @@
/* Show Firefox Browser Privacy Notice page from the Privacy section in the settings. See https://www.mozilla.org/privacy/firefox/ */
"Settings.PrivacyNotice.Title.v137" = "Aviso de privacidad";
+/* Title for a link that explains what Mozilla means by Rollouts */
+"Settings.Rollouts.Link.v148" = "Saber más";
+
+/* A short description that explains that Mozilla may change features remotely. %@ is the app name (e.g. Firefox). */
+"Settings.Rollouts.Message.v148" = "%@ mejorará las funciones, el rendimiento y la estabilidad entre actualizaciones. Los cambios se aplican de forma remota.";
+
+/* Label used as a toggle item in Settings. When this is off, the user is opting out of all rollouts. */
+"Settings.Rollouts.Title.v148" = "Permitir mejoras remotas";
+
/* In the settings menu, in the General section, this is the title for the option that allows user to disable the autohide feature of the tab and address bar. */
"Settings.ScrollToHideTabAndAddressBar.Title.v138" = "Desplazar para ocultar la barra de pestañas y de direcciones";
@@ -214,12 +244,51 @@
/* Title for a link that explains what Mozilla means by Studies */
"Settings.Studies.Link.v136" = "Saber más";
+/* Title for a link that explains what Mozilla means by Studies */
+"Settings.Studies.Link.v148" = "Saber más";
+
/* A short description that explains that Mozilla is running studies */
"Settings.Studies.Message.v136" = "Prueba funcionalidades e ideas antes de que estén disponibles para todos.";
+/* A short description that explains that Mozilla is running studies. %@ is the app name (e.g. Firefox). */
+"Settings.Studies.Message.v148" = "%@ realiza selecciones aleatorias para probar funciones, lo que mejora la calidad para todas las personas.";
+
/* Label used as a toggle item in Settings. When this is off, the user is opting out of all studies. */
"Settings.Studies.Title.v136" = "Instalar y ejecutar estudios";
+/* Label used as a toggle item in Settings. When this is off, the user is opting out of all studies. */
+"Settings.Studies.Title.v148" = "Permitir estudios de funciones";
+
+/* This is the footer text for the setting that toggles the Summarize feature under the Summarize settings section. */
+"Settings.Summarize.FooterTitle.v142" = "Proporciona acceso para resumir páginas.";
+
+/* This is the footer text for the gestures features under the Summarize settings section. */
+"Settings.Summarize.GesturesSection.FooterTitle.v142" = "Agita tu dispositivo de lado a lado para resumir una página.";
+
+/* This is the title for the setting that toggles the Shake Gesture feature under the Summarize settings section. */
+"Settings.Summarize.GesturesSection.ShakeGestureTitle.v142" = "Agitar para resumir";
+
+/* This is the section title for the gestures features under the Summarize settings section. */
+"Settings.Summarize.GesturesSection.Title.v142" = "Gestos";
+
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Selecciona un idioma";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Idioma preferido de la aplicación";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Idioma";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Idioma del sitio web";
+
+/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
+"Settings.Summarize.SummarizePagesTitle.v142" = "Resumir páginas";
+
+/* In the settings menu, in the General section, this is the title for the Summarize settings section. */
+"Settings.Summarize.Title.v142" = "Resúmenes de páginas";
+
/* Title for a link that explains how Mozilla send technical and interaction data. */
"Settings.TechnicalData.Link.v136" = "Saber más";
@@ -232,6 +301,12 @@
/* Terms of Use settings section title */
"Settings.TermsOfUse.Title.v137" = "Términos de uso";
+/* In the Appearance settings menu, in the Toolbar Button section, this label indicates that selecting this will make the home button appear in the middle of the navigation toolbar. */
+"Settings.Toolbar.Navigation.MiddleButton.Home.v145" = "Inicio";
+
+/* In the Appearance settings menu, in the Toolbar Button section, this label indicates that selecting this will make the New Tab button appear in the middle of the navigation toolbar. */
+"Settings.Toolbar.Navigation.MiddleButton.NewTab.v145" = "Nueva pestaña";
+
/* This is the section title text for the the Translation feature under the Translation settings section. */
"Settings.Translation.SectionTitle.v145" = "Preferencias de traducción";
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Share.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Share.strings
index d1e69210941f0..1ac9fd69bf497 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Share.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Share.strings
@@ -4,3 +4,6 @@
/* This message appears when a user tries to use 'Send Link to Device' action while not logged in */
"SendTo.NotSignedIn.Title.v119" = "No has iniciado sesión en tu cuenta.";
+/* The Toast message that appears when the user press copy on the share sheet with a file like a pdf */
+"ShareExtension.FileCopiedToClipboard.Title.v139" = "Archivo copiado al portapapeles";
+
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Summarize.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Summarize.strings
new file mode 100644
index 0000000000000..d8f13d4dc2fd6
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Summarize.strings
@@ -0,0 +1,3 @@
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the description of one that points the user to the summarize button on the new toolbar layout. */
+"ContextualHints.Summarize.Description.v142" = "Toca para resumir esta página. Mantén presionado para ver la vista del lector.";
+
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Summarizer.strings
index b95e5333a5555..fd72d440cf8ba 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Summarizer.strings
@@ -1,18 +1,63 @@
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permitir";
+/* The label displayed in the summary report when the summary was generated using Apple Intelligence. */
+"Summarizer.AppleBrand.Label.v142" = "Resumido por Apple Intelligence";
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Cancelar";
+/* The a11y label for the close button in the summary view. */
+"Summarizer.CloseButton.Accessibility.Label.v145" = "Cerrar resumen";
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continuar";
+/* The label for the error button that allows the user to close the summary view because there is an error summarizing the page and the summary cannot be retried. */
+"Summarizer.CloseButton.Label.v142" = "Cerrar";
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Más información";
+/* The error message displayed when the summarizer encounters missing page content while summarizing a page (e.g the page is still loading). */
+"Summarizer.Error.MissingPageContent.Message.v142" = "La página aún se está cargando. Espera a que termine y luego pulsa resumir.";
+
+/* The error message displayed when the summarizer encounters a rate limit while summarizing a page. */
+"Summarizer.Error.RateLimited.Message.v142" = "No puedo con esto ahora mismo. ¡Inténtalo de nuevo más tarde!";
+
+/* The error message displayed when the summarizer encounters an unknown error while summarizing a page. */
+"Summarizer.Error.Unknown.Message.v142" = "Error al resumir la página. Inténtalo de nuevo más tarde.";
+
+/* The error message displayed when the summarizer encounters unsafe content while summarizing a page. */
+"Summarizer.Error.UnsafeWebsite.Message.v142" = "Se ha detectado contenido limitado. Esta página puede estar restringida o ser principalmente visual.";
+
+/* The error message displayed when the summarizer encounters unsupported content while summarizing a page (e.g unsupported language, content too long). */
+"Summarizer.Error.UnsupportedContent.Message.v142" = "Este sitio web no permite la creación de resúmenes de contenido. Prueba con otra página.";
+
+/* The description is displayed at the end of the summary report as a footnote to the users in that the report can contain errors. */
+"Summarizer.Footnote.Label.v144" = "Nota: El resumen puede contener errores.";
+
+/* The label displayed in the summary report when the summary was generated using by a third-party service. %@ refers to the name of the service/app (e.g Firefox). */
+"Summarizer.HostedBrand.Label.v142" = "Resumido por %@";
+
+/* The a11y label for the loading label on the summarize loading screen. */
+"Summarizer.Loading.Accessibility.Label.v145" = "Cargando resumen";
+
+/* When the user uses the summarizing feature, this is the loading label that is shown while the summarization is being performed. */
+"Summarizer.Loading.Label.v142" = "Resumiendo…";
+
+/* The a11y label for the retry button in the summary view when the summarizer fails with an error that allows retrying to summarize the page. */
+"Summarizer.RetryButton.Accessibility.Label.v145" = "Reintentar resumen de la página web";
+
+/* The label for the error button that allows the user to retry summarizing the page. */
+"Summarizer.RetryButton.Label.v142" = "Reintentar";
+
+/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
+"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Arrastra o pulsa la página web para cerrar el resumen";
+
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "Resumen no disponible";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Cómo funciona";
+/* The a11y label for the allow button on the info panel when the user has not yet accepted the ToS. */
+"Summarizer.ToS.InfoPanel.AllowButton.Accessibility.Label.v145" = "Aceptar consentimiento";
+
/* The label for the accept button in the info panel in the summarizer when the user has not yet accepted the ToS. */
"Summarizer.ToS.InfoPanel.ContinueButton.Label.v143" = "Continuar";
+/* The message for the Terms of Service alert that asks the user if they want to continue to summarize the page. %@ is the app name (e.g Firefox). */
+"Summarizer.ToS.InfoPanel.Label.v143" = "Consulta los puntos clave en segundos con %@.";
+
+/* The title for the Terms of Service information panel that asks the user if they want to summarize this page. */
+"Summarizer.ToS.InfoPanel.Title.Label.v143" = "¿Resumir esta página?";
+
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/TabsTray.strings
index 3a88857195872..ea8d6318d3614 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/TabsTray.strings
@@ -16,6 +16,33 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Sincronizar pestañas";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "Nueva pestaña";
+
+/* The title on the button to look at regular tabs. */
+"TabTray.TabsSelectorNormalTabsTitle.v140" = "Pestañas";
+
+/* The title on the button to look at synced tabs. */
+"TabTray.TabsSelectorSyncedTabsTitle.v140" = "Sincronizar";
+
+/* Text for a button in the tabs tray used to open another menu to close older tabs. */
+"TabTrayCloseOldTabsTitle.v140" = "Cerrar pestañas antiguas…";
+
+/* Text for a button in the tabs tray used delete current active tabs. %@ is for the number of tabs that will be going to be closed. */
+"TabTrayCloseOneTabTitle.v145" = "Cerrar pestañas (%@)";
+
+/* Text for the menu title under the tabs tray in which users can close tabs older than a certain period of time. */
+"TabTrayCloseTabsOlderThanTitle.v140" = "Cerrar las pestañas con una antigüedad superior a…";
+
+/* The label for a button that closes tabs older than 1 day ago. Shown in a menu under the tabs tray. */
+"TabTrayOneDayAgoTitle.v140" = "Hace 1 día";
+
+/* The label for a button that closes tabs older than 1 month ago. Shown in a menu under the tabs tray. */
+"TabTrayOneMonthAgoTitle.v140" = "Hace 1 mes";
+
/* The label for a button that closes tabs older than 1 week ago. Shown in a menu under the tabs tray. */
"TabTrayOneWeekAgoTitle.v140" = "Hace 1 semana";
+/* Message spoken by VoiceOver saying the position of the currently selected page in the tab tray selector (%1$@), along with the total number of selector (%2$@). E.g. “1 of 3” says that page 1 is visible, out of 3 pages total. */
+"TabTraySelectorAccessibilityHint.v139" = "%1$@ de %2$@";
+
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/TermsOfUse.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/TermsOfUse.strings
new file mode 100644
index 0000000000000..8051e3e127543
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/TermsOfUse.strings
@@ -0,0 +1,42 @@
+/* Label for the button that confirms user acceptance of the Terms of Use. */
+"TermsOfUse.AcceptButton.v142" = "Aceptar";
+
+/* Label for the back button shown in the Terms of Use web view. */
+"TermsOfUse.BackButton.v142" = "Atrás";
+
+/* Introductory message in the Terms of Use sheet that mentions updated Terms of Use and Privacy Notice. %@ will be replaced with the app name (e.g., Firefox). */
+"TermsOfUse.Description.v142" = "Hemos introducido unas nuevas Condiciones de uso de %@ y actualizado nuestro Aviso de privacidad.";
+
+/* Text shown in the Terms of Use bottom sheet for variants 1 and 2. %@ is replaced with the localized 'here' link text. */
+"TermsOfUse.LearnMoreHere.v147" = "Puedes obtener más información %@.";
+
+/* Link text for 'here' in the phrase 'You can learn more here.' shown in the Terms of Use sheet for variants 1 and 2. */
+"TermsOfUse.Link.HereText.v147" = "aquí";
+
+/* Link shown in the Terms of Use sheet to direct users to more details about the update. */
+"TermsOfUse.Link.LearnMore.v142" = "Saber más";
+
+/* Hyperlink label pointing to the Privacy Notice document from the Terms of Use sheet. */
+"TermsOfUse.Link.PrivacyNotice.v142" = "Aviso de privacidad";
+
+/* Hyperlink label for the Terms of Use document. %@ is replaced with the app name (e.g., Firefox). */
+"TermsOfUse.Link.TermsOfUse.v142" = "Condiciones de uso de %@";
+
+/* Label for the button that allows the user to postpone accepting the Terms of Use. */
+"TermsOfUse.RemindMeLaterButton.v142" = "Recordarme después";
+
+/* Descriptive text shown before user accepts the Terms of Use. Includes link text for 'Learn more'. */
+"TermsOfUse.ReviewAndAcceptText.v142" = "Dedica un momento a revisar y aceptar. Más información";
+
+/* Accessibility notification that is triggered when the Terms of Use sheet is presented. */
+"TermsOfUse.TermsOfUseHasOpened.v142" = "Se han abierto las Condiciones de uso";
+
+/* Title shown at the top of the Terms of Use bottom sheet, indicating that there is an update to terms of use. */
+"TermsOfUse.Title.v142" = "Hay una actualización disponible";
+
+/* Title shown at the top of the Terms of Use bottom sheet for variant 1. */
+"TermsOfUse.TitleValue1.v147" = "Términos de uso";
+
+/* Title shown at the top of the Terms of Use bottom sheet for variant 2. %@ is replaced with the app name (e.g., Firefox). */
+"TermsOfUse.TitleValue2.v147" = "Una nota de %@";
+
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Toolbar.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Toolbar.strings
index 4ee581ac338a6..7d9d35242bf21 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Toolbar.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Toolbar.strings
@@ -4,6 +4,9 @@
/* Accessibility label for the new tab button that can be displayed in the navigation or address toolbar. */
"Toolbar.NewTab.Button.v130" = "Nueva pestaña";
+/* Accessibility label for the summarize button that can be displayed in the address toolbar. */
+"Toolbar.NewTab.Button.v142" = "Resumir página";
+
/* Label for button on action sheet, accessed via long pressing tab toolbar button, that closes the current tab when pressed */
"Toolbar.Tab.CloseThisTab.Button.v130" = "Cerrar esta pestaña";
@@ -16,3 +19,12 @@
/* Large content title for the tabs button in the toolbar, specifying that more than 99 tabs are open. */
"Toolbar.Tabs.Button.A11y.OverflowLargeContentTitle.v137" = "Pestañas abiertas: 99+";
+/* Accessibility label for the translation button that can be displayed in the address toolbar and is shown to indicate the page is already translated. */
+"Toolbar.Translation.ButtonActive.AccessibilityLabel.v145" = "Mostrar la página en el idioma original";
+
+/* Accessibility label for the translation button that can be displayed in the address toolbar and used to translate a webpage. */
+"Toolbar.Translation.ButtonInactive.AccessibilityLabel.v145" = "Traducir página";
+
+/* Accessibility label for a loading button that can be displayed in the address toolbar to indicate that the page is in the process of being translated. */
+"Toolbar.Translation.LoadingButton.AccessibilityLabel.v145" = "Traduciendo página";
+
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/ToolbarLocation.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/ToolbarLocation.strings
index 4cff7455ce1e3..e3e47f1065508 100644
--- a/firefox-ios/Shared/Supporting Files/es-MX.lproj/ToolbarLocation.strings
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/ToolbarLocation.strings
@@ -7,3 +7,9 @@
/* Contextual hints are little popups that appear for the users informing them of new features. This one indicates a user can navigate to the Settings page to move the search bar to the bottom. */
"ContextualHints.Toolbar.Top.Description.v107" = "Mueve la barra de herramientas hacia abajo si se ajusta más a tu estilo.";
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the description of one that points the user to the new toolbar layout. */
+"ContextualHints.Toolbar.Update.Description.v139" = "Las pestañas y el menú han cambiado de lugar para facilitar el acceso mientras navegas.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the title of one that points the user to the new toolbar layout. */
+"ContextualHints.Toolbar.Update.Title.v139" = "Hemos movido algunas cosas";
+
diff --git a/firefox-ios/Shared/Supporting Files/es-MX.lproj/Translations.strings b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Translations.strings
new file mode 100644
index 0000000000000..54e098583c417
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/es-MX.lproj/Translations.strings
@@ -0,0 +1,75 @@
+/* On top of the bottom toolbar, there can be a translations banner, this is the accessibility label for the close button that appears on the banner that allows the user to dismiss the translations banner. */
+"Translations.Banner.Close.Button.AccessibilityLabel.v145" = "Cerrar panel de traducción";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the text that appears on the banner to inform the user that the page has been translated to another language. %1$@ is the original language and %2$@ is the language that the page was translated to. */
+"Translations.Banner.ConfirmationTitleLabel.v145" = "Traducido del %1$@ al %2$@";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the text that appears on the banner to inform the user that they hit an error or issue when trying to translate the page. */
+"Translations.Banner.ErrorMessage.TitleLabel.v145" = "No se pudo traducir la página";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the accessibility label for the loading button that appears when the page is being translated. */
+"Translations.Banner.Loading.Button.AccessibilityLabel.v145" = "Traduciendo página";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the accessibility label for the chevron button that navigates the user to the translation settings page. */
+"Translations.Banner.OpenSettings.Button.AccessibilityLabel.v145" = "Abrir preferencias de idioma";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the button that appears on the banner that allows the user to try to translate a page again after facing an error. */
+"Translations.Banner.RetryButton.v145" = "Reintentar";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the text that appears on the banner to inform the user that they can translate the page to another language. %@ is the other language (e.g. English). */
+"Translations.Banner.TitleLabel.v145" = "¿Traducir página al %@?";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the button that appears on the banner that allows the user to tap on and translate the webpage. */
+"Translations.Banner.TranslateButton.v145" = "Traducir";
+
+/* This is the text on the button used to translate a page from one language to another and the button is shown on the translation feature bottom sheet view. */
+"Translations.Sheet.Button.v145" = "Traducir";
+
+/* This is the text for the cell that indicates that a user can choose a language to translate from, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.ChooseLanguage.v145" = "Seleccionar idioma";
+
+/* On the translation feature bottom sheet, this is the text that describes that an error has occurred. */
+"Translations.Sheet.Error.GeneralSubtitle.v145" = "Por favor, intenta de nuevo.";
+
+/* On the translation feature bottom sheet, this is the text that describes that an error has occurred. */
+"Translations.Sheet.Error.GeneralTitle.v145" = "No se pudo traducir la página";
+
+/* On the translation feature bottom sheet, this is the title for the button that allows the user to try to translate a page again after facing an error. */
+"Translations.Sheet.Error.RetryButton.v145" = "Reintentar";
+
+/* On the translation feature bottom sheet, this is the subtitle for the error message that appears when a user has no internet connection when trying to translate a page. */
+"Translations.Sheet.Error.SubtitleLabel.v145" = "Revisa tu conexión a internet e inténtalo de nuevo.";
+
+/* On the translation feature bottom sheet, this is the text for the error message that appears when a user has no internet connection when trying to translate a page. */
+"Translations.Sheet.Error.TitleLabel.v145" = "No se pudieron cargar los idiomas";
+
+/* This is a less descriptive text for the cell that allows users to select what language they want to translate the page from, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.FromLabel.v145" = "De";
+
+/* This is the text on the secondary button used to indicate that page is being translated and the button is shown on the translation feature bottom sheet view. */
+"Translations.Sheet.LoadingButton.v145" = "Traduciendo página";
+
+/* This is the accessibility label to announce that the page is translated and loading is completed. From a user perspective, they will see the translation icon go from loading state to active state, which means we received the a valid translation response from translating the page. */
+"Translations.Sheet.LoadingCompleted.AccessibilityLabel.v147" = "Página traducida";
+
+/* This is the text on the secondary button used to restore the translated page to its original language and the button is shown on the translation feature bottom sheet view. */
+"Translations.Sheet.ShowOriginalButton.v145" = "Mostrar original";
+
+/* This is the title for the bottom sheet view that allows users to configure their language preferences for the translations feature. */
+"Translations.Sheet.TitleLabel.v145" = "Traducir página";
+
+/* This is the less descriptive text for the cell that allows users to select what language they want to translate the page to, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.ToLabel.v145" = "Para";
+
+/* This is the accessibility label for the cell that allows users to select what language they want to translate the page from, as part of the bottom sheet view for the translations feature. %@ is the language selected (e.g. English). */
+"Translations.Sheet.TranslateFrom.AccessibilityLabel.v145" = "Traducir desde %@";
+
+/* This is the text for the cell that allows users to select what language they want to translate the page from, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.TranslateFromLabel.v145" = "Traducir desde";
+
+/* This is the accessibility label for the cell that allows users to select what language they want to translate the page to, as part of the bottom sheet view for the translations feature. %@ is the language selected (e.g. English). */
+"Translations.Sheet.TranslateTo.AccessibilityLabel.v145" = "Traducir a %@";
+
+/* This is the text for the cell that allows users to select what language they want to translate the page to, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.TranslateToLabel.v145" = "Traducir a";
+
diff --git a/firefox-ios/Shared/Supporting Files/eu.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/eu.lproj/AppIconSelection.strings
index fd13c3525d8a3..18c71bf5a0a9d 100644
--- a/firefox-ios/Shared/Supporting Files/eu.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/eu.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Ordu urdina";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Polita";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Ziana";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Berdea";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Hug";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Nagia";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Argia";
diff --git a/firefox-ios/Shared/Supporting Files/eu.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/eu.lproj/EnhancedTrackingProtection.strings
index a1fff5c85311b..786d6dde07d01 100644
--- a/firefox-ios/Shared/Supporting Files/eu.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/eu.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Blokeatutako jarraipen-elementuak: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Oinarrizkoak ohiko jarraipen-elementuak blokeatzen ditu orria kargatzen hasten den unetik aurrera, beraz jarraipen-elementuen kopuru handiagoa ikus zenezake. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Zorrotzak jarraipen-elementu gehiago blokeatzen ditu orria kargatzen hasi aurretik, beraz jarraipen-elementuen kopuru txikiagoa ikus zenezake. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Egiaztatzailea: %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Ikusi ziurtagiria";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Argibide gehiago";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ ez dago guardian. Babesak berriro ere aktibatzea gomendatzen dugu.";
diff --git a/firefox-ios/Shared/Supporting Files/eu.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/eu.lproj/FirefoxHomepage.strings
index 98dcb55262868..648d0580528b3 100644
--- a/firefox-ios/Shared/Supporting Files/eu.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/eu.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Istorioak";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Gure %1$@ eguneratu dugu %2$@(r)en azken eginbideak islatzeko. %3$@";
@@ -59,5 +56,5 @@
"FirefoxHomepage.Shortcuts.SectionTitle.v142" = "Lasterbideak";
/* On the homepage, in the Stories section, this is the accessibility hint for the position of the current story in the stories stack. The first placeholder, %1$@, is the current position; the second placeholder, %2$@, is the total story count. Example: '1 of 5' */
-"FirefoxHomepage.Stories.PositionAccessibilityHint.v143" = "%2$@/%1$@";
+"FirefoxHomepage.Stories.PositionAccessibilityHint.v143" = "%1$@/%2$@";
diff --git a/firefox-ios/Shared/Supporting Files/eu.lproj/LiveActivity.strings b/firefox-ios/Shared/Supporting Files/eu.lproj/LiveActivity.strings
index 13f8ec6117526..f3a404013373f 100644
--- a/firefox-ios/Shared/Supporting Files/eu.lproj/LiveActivity.strings
+++ b/firefox-ios/Shared/Supporting Files/eu.lproj/LiveActivity.strings
@@ -5,5 +5,5 @@
"LiveActivity.Downloads.FileNameText.v138" = "\"%@\" deskargatzen";
/* Displayed during a download in Live Activity or Dynamic Island to show the current progress of the file(s) download. %1$@ is the downloaded size, %2$@ is the total size of the file(s) (e.g. 10 MB of 200 MB). */
-"LiveActivity.Downloads.FileProgressText.v138" = "%2$@/%1$@";
+"LiveActivity.Downloads.FileProgressText.v138" = "%1$@/%2$@";
diff --git a/firefox-ios/Shared/Supporting Files/eu.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/eu.lproj/MainMenu.strings
index 5df3d5ed12cb1..aaf3c6279af8e 100644
--- a/firefox-ios/Shared/Supporting Files/eu.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/eu.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Egizu %@ zure nabigatzaile lehenetsia";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Desaktibatuta";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Aktibatuta";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Laster-markak";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Gaueko modua";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Orriaren zooma (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Orriaren zooma";
diff --git a/firefox-ios/Shared/Supporting Files/eu.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/eu.lproj/Microsurvey.strings
index 8e45d8fcd8554..2a3f784293526 100644
--- a/firefox-ios/Shared/Supporting Files/eu.lproj/Microsurvey.strings
+++ b/firefox-ios/Shared/Supporting Files/eu.lproj/Microsurvey.strings
@@ -47,7 +47,7 @@
"Microsurvey.Survey.Options.VerySatisfied.v132" = "Oso kontent";
/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label that states the order of the current option in the list of options. %1$@ is the number the option is in the list, %2$@ is the total number of options. An example of output is “1 out of 6”. */
-"Microsurvey.Survey.OptionsOrder.AccessibilityLabel.v129" = "%2$@ / %1$@";
+"Microsurvey.Survey.OptionsOrder.AccessibilityLabel.v129" = "%1$@/%2$@";
/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */
"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Pribatutasun-oharra";
diff --git a/firefox-ios/Shared/Supporting Files/eu.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/eu.lproj/RelayMask.strings
index 3f3e6838174b8..0fa451bf4d655 100644
--- a/firefox-ios/Shared/Supporting Files/eu.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/eu.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Berria! %@ Relay helbide elektroniko maskarak mugikorrean ere erabilgarri daude orain.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Zure doako 5 helbide elektroniko maskarak erabili dituzu jada, beraz ausaz aukeratu dugu bat zuretzat.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Zure doako 5 posta-maskarak erabili dituzu, beraz berrerabiltzeko bat aukeratu dugu zuretzat.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Posta-maskara txertatuta";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Ezkutatu zure benetako helbide elektronikoa sarrera-ontzia spametik babesteko. Zenbait gunek ez dute onartzen.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Ezkutatu zure benetako helbide elektronikoa sarrera-ontzia spametik babesteko. Zenbait gunek ez dituzte posta-maskarak onartzen.";
diff --git a/firefox-ios/Shared/Supporting Files/eu.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/eu.lproj/Summarizer.strings
index fc3d534207e35..a7c7208147e1e 100644
--- a/firefox-ios/Shared/Supporting Files/eu.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/eu.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Laburpena ez dago erabilgarri";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Baimendu";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@(e)k Apple Intelligence darabil orriak laburbiltzeko.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Utzi";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Jarraitu";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@(e)k hodeian oinarritutako AAa darabil orriak laburbiltzeko eta laburpenak zure gailura bidaltzen ditu.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Argibide gehiago";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Baimendu orriak laburbiltzea?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Nola dabilen";
diff --git a/firefox-ios/Shared/Supporting Files/eu.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/eu.lproj/TabsTray.strings
index 1febad6363ac5..8b1026dc073ff 100644
--- a/firefox-ios/Shared/Supporting Files/eu.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/eu.lproj/TabsTray.strings
@@ -44,5 +44,5 @@
"TabTrayOneWeekAgoTitle.v140" = "Duela astebete";
/* Message spoken by VoiceOver saying the position of the currently selected page in the tab tray selector (%1$@), along with the total number of selector (%2$@). E.g. “1 of 3” says that page 1 is visible, out of 3 pages total. */
-"TabTraySelectorAccessibilityHint.v139" = "%2$@/%1$@";
+"TabTraySelectorAccessibilityHint.v139" = "%1$@/%2$@";
diff --git a/firefox-ios/Shared/Supporting Files/fi.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/fi.lproj/AppIconSelection.strings
index 8dcf4e913f0a3..72b5373ae55ce 100644
--- a/firefox-ios/Shared/Supporting Files/fi.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/fi.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Sininen tunti";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Söpö";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Syaani";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Vihreä";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Hali";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Laiska";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Vaalea";
diff --git a/firefox-ios/Shared/Supporting Files/fi.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/fi.lproj/EnhancedTrackingProtection.strings
index 51923ddfa0645..247254a96f28c 100644
--- a/firefox-ios/Shared/Supporting Files/fi.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/fi.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Seuraimia estetty: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Tavallinen estää yleiset seuraimet, kun sivu alkaa latautua, joten saatat nähdä suuremman seurainten määrän. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Tiukka estää enemmän seuraimia pysäyttämällä ne ennen sivun latautumista, joten seurainten määrä voi olla pienempi. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Varmistanut: %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Näytä varmenne";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Lue lisää";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ on vapaalla. Suosittelemme kytkemään suojaukset takaisin päälle.";
diff --git a/firefox-ios/Shared/Supporting Files/fi.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/fi.lproj/FirefoxHomepage.strings
index e08f64a7f1484..540497d594c54 100644
--- a/firefox-ios/Shared/Supporting Files/fi.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/fi.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Tarinat";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Olemme päivittäneet %1$@ vastaamaan %2$@in uusimpia ominaisuuksia. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Kaikki tarinat";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Uutiset";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Uutiset";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Suosittu tänään";
diff --git a/firefox-ios/Shared/Supporting Files/fi.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/fi.lproj/MainMenu.strings
index e6ab70b031da6..184c6c0247a7c 100644
--- a/firefox-ios/Shared/Supporting Files/fi.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/fi.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Aseta %@ oletukseksi";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Pois";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Päällä";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Kirjanmerkit";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Yötila";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Sivun zoomaus (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Sivun zoomaus";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Lisää";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Lukunäkymä";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Tallenna";
diff --git a/firefox-ios/Shared/Supporting Files/fi.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/fi.lproj/RelayMask.strings
index 2945d6dde1b44..5752e8b56dc9e 100644
--- a/firefox-ios/Shared/Supporting Files/fi.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/fi.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Uutta! %@ Relay -sähköpostimaskit ovat nyt saatavilla mobiililaitteilla.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Viisi ilmaista sähköpostimaskia on jo käytössä, joten valitsimme sinulle yhden.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Olet käyttänyt viisi ilmaista sähköpostimaskiasi, joten valitsimme sinulle yhden uudelleenkäytettäväksi.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Sähköpostimaski lisätty";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Piilota oikea sähköpostiosoitteesi suojataksesi postilaatikkoasi roskapostilta. Jotkin sivustot eivät tue tätä.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Piilota oikea sähköpostiosoitteesi suojataksesi postilaatikkoasi roskapostilta. Jotkin sivustot eivät tue sähköpostimaskeja.";
diff --git a/firefox-ios/Shared/Supporting Files/fi.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/fi.lproj/Settings.strings
index 2138bdbb0f9b7..71817e3128e9e 100644
--- a/firefox-ios/Shared/Supporting Files/fi.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/fi.lproj/Settings.strings
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "Eleet";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Valitse kieli";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Ensisijainen sovelluksen kieli";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Kieli";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Verkkosivuston kieli";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "Yhteenveto sivuista";
diff --git a/firefox-ios/Shared/Supporting Files/fi.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/fi.lproj/Summarizer.strings
index 9034fe244e9cb..636c94ed096a4 100644
--- a/firefox-ios/Shared/Supporting Files/fi.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/fi.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Sulje yhteenveto vetämällä tai napauttamalla verkkosivua";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Salli";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ käyttää Apple Intelligencea sivujen yhteenvetoon.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Kumoa";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Jatka";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ käyttää pilvipohjaista tekoälyä sivujen yhteenvetojen tekemiseen ja palauttaa yhteenvedot laitteellesi.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Lue lisää";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Sallitaanko sivujen yhteenvetojen tekeminen?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "Yhteenveto ei ole saatavilla";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Kuinka se toimii";
diff --git a/firefox-ios/Shared/Supporting Files/fi.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/fi.lproj/TabsTray.strings
index 787f5ebdb9773..6455e888c7925 100644
--- a/firefox-ios/Shared/Supporting Files/fi.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/fi.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Synkronoi välilehdet";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "Uusi välilehti";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "Välilehdet";
diff --git a/firefox-ios/Shared/Supporting Files/fr.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/fr.lproj/AppIconSelection.strings
index 7abfbc120113a..62c007a44eb7d 100644
--- a/firefox-ios/Shared/Supporting Files/fr.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/fr.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Heure bleue";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Adorable";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Vert";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Câlin";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Paresseux";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Claire";
diff --git a/firefox-ios/Shared/Supporting Files/fr.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/fr.lproj/EnhancedTrackingProtection.strings
index 508ccc2929af1..a91ae1d788902 100644
--- a/firefox-ios/Shared/Supporting Files/fr.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/fr.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Traqueurs bloqués : %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "La protection standard bloque les traqueurs courants au chargement des pages, vous pouvez donc constater un nombre élevé de traqueurs. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "La protection stricte bloque davantage de traqueurs en les arrêtant avant le chargement des pages. Vous constaterez peut-être un nombre moins élevé de traqueurs. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Vérifié par %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Afficher le certificat";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "En savoir plus";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ n’est pas en service. Nous vous suggérons de réactiver les protections.";
diff --git a/firefox-ios/Shared/Supporting Files/fr.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/fr.lproj/FirefoxHomepage.strings
index 527d9fcbf5e55..cf655b2883c77 100644
--- a/firefox-ios/Shared/Supporting Files/fr.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/fr.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Articles";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Nous avons mis à jour notre %1$@ pour prendre en compte les dernières fonctionnalités de %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/fr.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/fr.lproj/MainMenu.strings
index 43a7aace7e174..2a6e42c7ccf53 100644
--- a/firefox-ios/Shared/Supporting Files/fr.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/fr.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Définir %@ comme navigateur par défaut";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Désactivé";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Activé";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Marque-pages";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Mode nocturne";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom de la page (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom sur la page";
diff --git a/firefox-ios/Shared/Supporting Files/fr.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/fr.lproj/RelayMask.strings
index 1f6acb513b2e7..0b1fa358455ab 100644
--- a/firefox-ios/Shared/Supporting Files/fr.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/fr.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Nouveau ! Les alias de messagerie %@ Relay sont désormais disponibles sur les appareils mobiles.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Vos 5 alias de messagerie gratuits sont en cours d’utilisation, nous en avons donc choisi un pour vous.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Vous avez utilisé vos 5 alias de messagerie gratuits, nous en avons choisi un que vous pourrez réutiliser.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Alias de messagerie inséré";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Masquez votre véritable adresse e-mail pour protéger votre boîte de réception du spam. Certains sites ne le prennent pas en charge.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Masquez votre véritable adresse e-mail pour protéger votre boîte de réception du spam. Certains sites ne prennent pas en charge les alias de messagerie.";
diff --git a/firefox-ios/Shared/Supporting Files/fr.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/fr.lproj/Summarizer.strings
index bebf3b47c9e07..708b84d9c4862 100644
--- a/firefox-ios/Shared/Supporting Files/fr.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/fr.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Résumé non disponible";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Autoriser";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ utilise Apple Intelligence pour résumer les pages.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Annuler";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continuer";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ utilise une IA dans le cloud pour résumer les pages et renvoie ces résumés sur votre appareil.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "En savoir plus";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Autoriser les résumés de page ?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Principes de fonctionnement";
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/AddressToolbar.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/AddressToolbar.strings
index 67a6d77fdbc4d..ce44e55929432 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/AddressToolbar.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/AddressToolbar.strings
@@ -1,3 +1,6 @@
+/* Label for button in the address toolbar, that cancels editing the address field when tapped. */
+"AddressToolbar.CancelEdit.Label.v138" = "Sguir dheth";
+
/* Accessibility label for the address field in the address toolbar. */
"AddressToolbar.Location.A11y.Label.v128" = "Dèan lorg no cuir ann seòladh";
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/Alerts.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/Alerts.strings
index fa9f09aba0cb7..46f192cca6030 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/Alerts.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/Alerts.strings
@@ -1,9 +1,24 @@
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the body message for the alert. %@ is the name/domain of the website, for example 'google.com' */
+"Alerts.AddToCalendar.Body.v134" = "Tha %@ ag iarraidh cead faidhle a luchdadh a-nuas agus tachartas a chur ris a’ mhìosachan agad.";
+
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the body message for the alert in case the website doesn't have a base domain. */
+"Alerts.AddToCalendar.BodyDefault.v134" = "Tha an làrach ag iarraidh cead faidhle a luchdadh a-nuas agus tachartas a chur ris a’ mhìosachan agad.";
+
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the affirmative action for the alert, confirming that you do want to add the event to the calendar. */
+"Alerts.AddToCalendar.Button.Add.v134" = "Cuir ris";
+
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the title for the alert. */
+"Alerts.AddToCalendar.Title.v134" = "A bheil thu airson a chur ris a’ mhìosachan?";
+
/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the body text for the alert. */
"Alerts.FeltDeletion.Body.v122" = "Dùin gach taba prìobhaideach is sguab às an eachdraidh, na briosgaidean is dàta nan làraichean air fad.";
/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the cancel action for the alert, cancelling ending your session. */
"Alerts.FeltDeletion.Button.Cancel.v122" = "Sguir dheth";
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the cancel action for the alert, cancelling the action to add the event to the calendar. */
+"Alerts.FeltDeletion.Button.Cancel.v134" = "Sguir dheth";
+
/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the affirmative action for the alert, confirming that you do want to do that. */
"Alerts.FeltDeletion.Button.Confirm.v122" = "Sguab dàta an t-seisein às";
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/AppIconSelection.strings
new file mode 100644
index 0000000000000..989833a4ff055
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/AppIconSelection.strings
@@ -0,0 +1,126 @@
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the accessibility label describing the filled checkbox on the currently selected app icon option. */
+"Settings.AppIconSelection.Accessibility.AppIconSelectedLabel.v136" = "Air a thaghadh";
+
+/* On the app icon customization screen, where you can select an alternate icon for the app, this is the accessibility hint describing what happens when you select an app icon row. %@ is the app name. */
+"Settings.AppIconSelection.Accessibility.AppIconSelectionHint.v136" = "Tagh an ìomhaigheag %@";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the accessibility label describing an unfilled checkbox for an unselected app icon option. */
+"Settings.AppIconSelection.Accessibility.AppIconUnselectedLabel.v136" = "Air a dhì-thaghadh";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a blue background. */
+"Settings.AppIconSelection.AppIconNames.Blue.Title.v136" = "Gorm";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
+"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "An uair ghorm";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
+"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Saidhean";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a black background. */
+"Settings.AppIconSelection.AppIconNames.Dark.Title.v139" = "Dorcha";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a dark purple background. */
+"Settings.AppIconSelection.AppIconNames.DarkPurple.Title.v136" = "Dorch-phurpaidh";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a hand-drawn version of the Firefox for iOS app icon of a cartoony fox resting on a globe. */
+"Settings.AppIconSelection.AppIconNames.FromContributors.Momo.Title.v139" = "Momo";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon of a fox outline with sunglasses. */
+"Settings.AppIconSelection.AppIconNames.Fun.Cool.Title.146" = "Sgoinneil";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a hand-drawn version of the Firefox for iOS app icon of a fox cuddling a globe. */
+"Settings.AppIconSelection.AppIconNames.Fun.Cuddling.Title.146" = "Tutag";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon of a fox outline with flames. */
+"Settings.AppIconSelection.AppIconNames.Fun.Flaming.Title.146" = "Teinnteach";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of yellow fading to orange. */
+"Settings.AppIconSelection.AppIconNames.GoldenHour.Title.v137" = "Uair an òir";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
+"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Uaine";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
+"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Soilleir";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of light blue fading to light purple. */
+"Settings.AppIconSelection.AppIconNames.Midday.Title.v137" = "Meadhan-latha";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of black fading to dark purple. */
+"Settings.AppIconSelection.AppIconNames.Midnight.Title.v137" = "Meadhan-oidhche";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a minimal version of the Firefox for iOS app icon which flattens and simplifies the default icon. */
+"Settings.AppIconSelection.AppIconNames.Minimal.Title.v139" = "Minimeileach";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of black fading to blue fading to green. */
+"Settings.AppIconSelection.AppIconNames.NorthernLights.Title.v137" = "Na Fir Chlis";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a orange background. */
+"Settings.AppIconSelection.AppIconNames.Orange.Title.v137" = "Orains";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a pink background. */
+"Settings.AppIconSelection.AppIconNames.Pink.Title.v136" = "Pinc";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a pixelated version of the regular Firefox for iOS app icon. */
+"Settings.AppIconSelection.AppIconNames.Pixelated.Title.v136" = "Piogsailichte";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a LGBT+ pride fox logo. */
+"Settings.AppIconSelection.AppIconNames.Pride.Title.v136" = "Pròis";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a purple background. */
+"Settings.AppIconSelection.AppIconNames.Purple.Title.v137" = "Purpaidh";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a red background. */
+"Settings.AppIconSelection.AppIconNames.Red.Title.v137" = "Dearg";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the default Firefox for iOS icon. */
+"Settings.AppIconSelection.AppIconNames.Regular.Title.v136" = "Bun-roghainn";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a retro version of the regular Firefox for iOS app icon which was default in the year 2004. */
+"Settings.AppIconSelection.AppIconNames.Retro2004.Title.v139" = "Retro 2004";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a retro version of the regular Firefox for iOS app icon which was default in the year 2017. */
+"Settings.AppIconSelection.AppIconNames.Retro2017.Title.v139" = "Retro 2017";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of light blue fading to yellow. */
+"Settings.AppIconSelection.AppIconNames.Sunrise.Title.v137" = "Èirigh na grèine";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of purple fading to pink. */
+"Settings.AppIconSelection.AppIconNames.Sunset.Title.v137" = "Laighe na grèine";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon which automatically adjusts the white/black background according to the iOS 18+ system light/dark/tinted home screen themes. */
+"Settings.AppIconSelection.AppIconNames.SystemAuto.Title.v139" = "Ùrlar an t-siostaim";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of dark blue fading to light blue. */
+"Settings.AppIconSelection.AppIconNames.Twilight.Title.v137" = "Camhanaich";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a yellow background. */
+"Settings.AppIconSelection.AppIconNames.Yellow.Title.v137" = "Buidhe";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the subtitle shown on alternative app icons added by contributors which credit them for their design work. The parameter %@ specifies the creator's name, @ handle, or other personal identifier. */
+"Settings.AppIconSelection.ContributorCredit.Subtitle.v139" = "Air a chruthachadh le %@";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the label for the button to acknowledge that an error setting the app icon has occurred. */
+"Settings.AppIconSelection.Errors.SelectErrorConfirmation.v136" = "Ceart ma-thà";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the message displayed when the app fails to set the user's selected app icon. */
+"Settings.AppIconSelection.Errors.SelectErrorMessage.v136" = "Tha sinn duilich ach dh’èirich mearachd nuair a bha sinn a’ suidheachadh ìomhaigheag na h-aplacaid agad.";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the title displayed at the top of the screen. */
+"Settings.AppIconSelection.ScreenTitle.v136" = "Ìomhaigheag na h-aplacaid";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the section heading shown for the basic variants of the app icon like the default, white, black, and legacy options. */
+"Settings.AppIconSelection.SectionNames.Basics.Title.v139" = "Rudan bunasach";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the section heading shown for the solid color background variants of the app icon, all of which apply different colored backgrounds (like blue, pink, or orange) to the regular app icon. */
+"Settings.AppIconSelection.SectionNames.Colors.Title.v139" = "Dathan";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the section heading shown for the gradient color background variants of the app icon, all of which apply different gradient color backgrounds (like blue fading to yellow or black fading to purple) to the regular app icon. */
+"Settings.AppIconSelection.SectionNames.Gradients.Title.v139" = "Caiseadan";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the section heading shown for all other miscellaneous variants of the app icon (like hand drawn or retro versions). */
+"Settings.AppIconSelection.SectionNames.More.Title.v139" = "Barrachd";
+
+/* On the Settings screen, the name of the row that opens app icon selection options. */
+"Settings.AppIconSelection.SettingsOptionName.v136" = "Ìomhaigheag na h-aplacaid";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/Bookmarks.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/Bookmarks.strings
index 5b65f466a6d1a..72bab83224015 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/Bookmarks.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/Bookmarks.strings
@@ -1,6 +1,27 @@
+/* The body text for the placeholder screen shown when there are no saved bookmarks, located within a nested subfolder of the bookmarks panel within the library modal. */
+"Bookmarks.EmptyState.Nested.Body.v135" = "Cuir comharran-lìn ris fhad ’s a nì thu brabhsadh is faigh cothrom orra a-rithist gun duilgheadas.";
+
+/* The title for the placeholder screen shown when there are no saved bookmarks, located within a nested subfolder of the bookmarks panel within the library modal. */
+"Bookmarks.EmptyState.Nested.Title.v135" = "Tha am pasgan seo falamh";
+
+/* The body text for the placeholder screen shown when there are no saved bookmarks, located at the root level of the bookmarks panel within the library modal. */
+"Bookmarks.EmptyState.Root.Body.v135" = "Sàbhail làraichean is tu ri brabhsadh. Gheibh sinn greim cuideachd air na comharran-lìn a th’ agad air uidheaman sioncronaichte eile.";
+
+/* The body text for the placeholder screen shown when the user is signed out and there are no saved bookmarks, located at the root level of the bookmarks panel within the library modal. */
+"Bookmarks.EmptyState.Root.BodySignedOut.v135" = "Sàbhail làraichean is tu ri brabhsadh. Clàraich a-steach is faigh greim air comharran-lìn a th’ agad air uidheaman sioncronaichte eile.";
+
+/* The button title for the sign in button on the placeholder screen shown when there are no saved bookmarks, located at the root level of the bookmarks panel within the library modal. This button triggers the sign in flow, allowing users to sign in to their Mozilla Account to sync data. In this string, "Sync" is used as a verb, and is capitalized as per convention to title case text for buttons in iOS */
+"Bookmarks.EmptyState.Root.ButtonTitle.v136" = "Clàraich a-steach a shioncronachadh";
+
+/* The title for the placeholder screen shown when there are no saved bookmarks, located at the root level of the bookmarks panel within the library modal. */
+"Bookmarks.EmptyState.Root.Title.v135" = "Chan eil comharra-lìn sam bith agad fhathast";
+
/* When navigating through the bookmarks menu and bookmark folders, a back button with an `All` (bookmarks) label is present to take the user to the top level bookmarks menu. */
"Bookmarks.Menu.AllBookmarks.v131" = "A h-uile";
+/* Accessibility label for the clear button located within every bookmark cell text field in the bookmarks panel. Pressing this button will clear the text field's text */
+"Bookmarks.Menu.ClearTextFieldButtonA11yLabel.v139" = "Falamhaich";
+
/* The title for the Delete Bookmark button, in the Edit Bookmark popup screen which is summoned from the main menu's Save submenu, which will delete the currently bookmarked site from the user's bookmarks. */
"Bookmarks.Menu.DeleteBookmark.v132" = "Sguab an comharra-lìn às";
@@ -13,6 +34,12 @@
/* When a bookmark is longpressed in the bookmarks menu, an `Edit Bookmark` button is present. */
"Bookmarks.Menu.EditBookmark.v131" = "Deasaich an comharra-lìn";
+/* Header denoting that the proceeding folders in the parent folder selector table of the Edit Bookmarks Screen are folders shared with desktop. */
+"Bookmarks.Menu.EditBookmarkDesktopBookmarksLabel.v136" = "Comharran-lìn an desktop";
+
+/* When editing a bookmark, the right button in the navigation bar indicating that the edited bookmark will be saved. */
+"Bookmarks.Menu.EditBookmarkSave.v135" = "Sàbhail";
+
/* When editing a bookmark, you can select the folder that the bookmark will be saved in. The label for this section of the view is `Save in`. */
"Bookmarks.Menu.EditBookmarkSaveIn.v131" = "Sàbhail an-seo:";
@@ -22,6 +49,18 @@
/* When a folder is longpressed in the bookmarks menu, an `Edit Folder` button is present. */
"Bookmarks.Menu.EditFolder.v131" = "Deasaich am pasgan";
+/* Accessibility label for the "..." disclosure button located within every bookmark site cell in the bookmarks panel. Pressing this button opens a modal with more actions. */
+"Bookmarks.Menu.MoreOptionsA11yLabel.v136" = "Barrachd roghainnean";
+
+/* The title for the unpinning shortcut action in the context menu when tapping on the bookmark's item menu button */
+"Bookmarks.Menu.RemoveFromShortcutsTitle.v139" = "Thoir air falbh on na h-ath-ghoiridean";
+
+/* The label displayed in the toast notification when saving a bookmark via the menu to the default folder. "Bookmarks" is the name of the default folder where the bookmark will be saved to. */
+"Bookmarks.Menu.SavedBookmarkToastDefaultFolderLabel.v136" = "Air a shàbhaladh sna “Comharran-lìn”";
+
+/* The label displayed in the toast notification when saving a bookmark via the menu to a custom folder. %@ represents the custom name of the folder, created by the user, where the bookmark will be saved to. */
+"Bookmarks.Menu.SavedBookmarkToastLabel.v136" = "Air a shàbhaladh an-seo: “%@”";
+
/* The title for the Edit context menu action for sites in Home Panels */
"HomePanel.ContextMenu.Edit.v131" = "Deasaich";
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/ContextualHints.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/ContextualHints.strings
index 051528feb395b..cc1d71f516efc 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/ContextualHints.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/ContextualHints.strings
@@ -1,3 +1,9 @@
/* Contextual hints are little popups that appear for the users informing them of new features. This is a call to action for the popup that appears to educate users about what the fire button in the toolbar does, when in private mode. */
"ContextualHints.FeltDeletion.Body.v122" = "Thoir gnogag an-seo a thòiseachadh air seisean prìobhaideach ùr. Sguab às an eachdraidh agad, na briosgaidean – a h-uile rud.";
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the body description of one that points the user to the new translation icon on the toolbar. */
+"ContextualHints.Translations.Body.v145" = "Eadar-theangachadh luath ’s prìobhaideach deas ri do làimh nuair a bhios feum agad orra.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the title of one that points the user to the new translation icon on the toolbar. %@ is the app name (e.g. Firefox). */
+"ContextualHints.Translations.Title.v145" = "Tha do chànan aig %@";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/CredentialProvider.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/CredentialProvider.strings
index 431eebc3ae811..56500cde4f91d 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/CredentialProvider.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/CredentialProvider.strings
@@ -1,3 +1,15 @@
+/* Title label displayed for the cancel action in an alert when the password autofill fails and needs user interaction. */
+"CredentialProvider.RetryAllert.CancelAction.Title.v137" = "Sguir dheth";
+
+/* Message label displayed for an alert when the password autofill fails and needs user interaction. */
+"CredentialProvider.RetryAllert.Message.v137" = "Dh’èirich duilgheadas leis an fhèin-lìonadh. Feuch ris a-rithist.";
+
+/* Title label displayed for the retry action in an alert when the password autofill fails and needs user interaction. */
+"CredentialProvider.RetryAllert.RetryAction.Title.v137" = "Feuch ris a-rithist";
+
+/* Title label displayed for an alert when the password autofill fails and needs user interaction. */
+"CredentialProvider.RetryAllert.Title.v137" = "Mearachd leis an fhèin-lìonadh";
+
/* Label shown when there are no logins to list. %@ is the app name (e.g. Firefox). */
"LoginsList.NoLoginsFound.Description.v122" = "Nochdaidh na faclan-faire a shàbhaileas tu no a shioncronaicheas tu ri %@ an-seo. Crioptaichidh sinn gach facal-faire a shàbhaileas tu.";
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/CustomizeFirefoxHome.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/CustomizeFirefoxHome.strings
index cf8bb495a61fa..b149f44831fd2 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/CustomizeFirefoxHome.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/CustomizeFirefoxHome.strings
@@ -1,9 +1,15 @@
/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to toggle Bookmarks section on the Firefox homepage on or off */
"Settings.Home.Option.Bookmarks.v128" = "Comharran-lìn";
+/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to turn the Stories recommendations section on the Firefox homepage on or off */
+"Settings.Home.Option.Stories.v140" = "Sgeulachdan";
+
/* In the settings menu, in the Firefox homepage customization section, this is the subtitle for the option that allows users to turn the Pocket Recommendations section on the Firefox homepage on or off. %@ is Pocket. */
"Settings.Home.Option.ThoughtProvokingStories.subtitle.v116" = "Artaigealan le cumhachd %@";
/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to turn the Pocket Recommendations section on the Firefox homepage on or off */
"Settings.Home.Option.ThoughtProvokingStories.v116" = "Sgeulachdan smuainteachail";
+/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to turn the Top Stories recommendations section on the Firefox homepage on or off */
+"Settings.Home.Option.TopStories.v143" = "Brod nan sgeul";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/EnhancedTrackingProtection.strings
index 4b6c76dd4dd7c..40733a4f43928 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/EnhancedTrackingProtection.strings
@@ -1,3 +1,9 @@
+/* The accessibility label for the back button in the EnhancedTrackingProtection screen header navigation view. */
+"MainMenu.Account.AccessibilityLabels.BackButton.v137" = "Air ais";
+
+/* The accessibility label for the close button in the EnhancedTrackingProtection screen header navigation view. */
+"MainMenu.Account.AccessibilityLabels.CloseButton.v137" = "Dùin";
+
/* The title for the certificate common name inside the certificate screen. */
"Menu.EnhancedTrackingProtection.Certificates.CommonName.v131" = "Ainm coitcheann";
@@ -76,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Tracaichean air am bacadh: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Bacaidh an roghainn bhunaiteach tracaichean an dèidh toiseach luchdadh duilleige agus ri linn sin, dh’fhaodte gum faic thu àireamh nas motha de thracaichean. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Bacaidh an roghainn theann barrachd thracaichean le bhith a’ cur stad orra mus tèid duilleag a luchdadh agus ri linn sin agus dh’fhaodte gum faic thu àireamh nas lugha de thracaichean. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Air a dhearbhadh le %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Seall an teisteanas";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Barrachd fiosrachaidh";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "Chan eil %@ ri caithris. Mholamaid dhut an dìon a chur air a-rithist.";
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/ExternalLink.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/ExternalLink.strings
new file mode 100644
index 0000000000000..2f1f003300f54
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/ExternalLink.strings
@@ -0,0 +1,12 @@
+/* A statement shown to user when tapping an external link and the link doesn't work. */
+"ExternalLink.ExternalInvalidLinkMessage.v136" = "Cha d’fhuair sinn lorg air an aplacaid a dh’fhosgladh an ceangal ud.";
+
+/* Question shown to user when tapping a mail link that opens the external app for those. */
+"ExternalLink.ExternalMailLinkConfirmation.v136" = "A bheil thu airson am post-d fhosgladh san aplacaid phuist bhunaiteach?";
+
+/* The call to action button for a user to open an external link. */
+"ExternalLink.ExternalOpenMessage.v136" = "Fosgail";
+
+/* Question shown to user when tapping an SMS link that opens the external app for those. */
+"ExternalLink.ExternalSmsLinkConfirmation.v136" = "A bheil thu airson an SMS fhosgladh ann an aplacaid air an taobh a-muigh?";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/FirefoxHomepage.strings
index a519dc0726573..d39dd82217589 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/FirefoxHomepage.strings
@@ -1,3 +1,33 @@
+/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
+"FirefoxHome.PrivacyNotice.Body.v148" = "Dh’ùraich sinn na %1$@ againn mar thoradh air na gleusan as ùire ann am %2$@. %3$@";
+
+/* Label for the “Learn More” link inserted into the second placeholder of the Privacy Notice body label. This text will appear as a tappable link directing users to detailed information about what has changed in the updated Privacy Notice. */
+"FirefoxHome.PrivacyNotice.LearnMoreLink.v148" = "Barrachd fiosrachaidh";
+
+/* Label for the “Privacy Notice” link inserted into the first placeholder of the Privacy Notice body label. This text will appear as a tappable link that opens the updated Firefox Privacy Notice. */
+"FirefoxHome.PrivacyNotice.PrivacyNoticeLink.v148" = "Sanas prìobhaideachd";
+
+/* The title for the Firefox homepage, only used to denote the name of the destination screen in the system back navigation button long-press menu */
+"FirefoxHome.ScreenTitle.v144" = "Duilleag-dhachaigh";
+
+/* This is the title for the button next to the stories section title on Firefox Homepage that, when tapped, transitions you to the Top Stories view which displays a collection of trending news articles. */
+"FirefoxHome.Stories.AllStoriesButtonTitle.v145" = "A h-uile sgeulachd";
+
+/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
+"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "A h-uile sgeulachd";
+
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Naidheachdan";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Naidheachdan";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Fèillmhor an-diugh";
+
+/* This is the title of the Stories section on Firefox Homepage. */
+"FirefoxHome.Stories.SectionTitle.v140" = "Sgeulachdan";
+
/* When the user ends their private session, they are returned to the private mode homepage, and a toastbar popups confirming that their data has been erased. This is the label for that toast. */
"FirefoxHomepage.FeltDeletion.Link.v122" = "Chaidh dàta a’ bhrabhsaidh phrìobhaidich a shuathadh bàn";
@@ -10,3 +40,21 @@
/* The title for the card that educates users about how private mode works. The card shows up on the homepage when in the new privacy mode. */
"FirefoxHomepage.FeltPrivacyUI.Title.v122" = "Na fàg lorg sam bith air an uidheam seo";
+/* Accessibility label for the page reload button in the navigation toolbar of the stories webview */
+"FirefoxHomepage.Pocket.StoriesWebview.ReloadPageAccessibilityLabel.v146" = "Ath-luchdaich an duilleag";
+
+/* This is the placeholder text that is at the center of the search bar on the Firefox Homepage. */
+"FirefoxHomepage.SearchBar.PlaceholderTitle.v142" = "Cuir ann lorg no seòladh";
+
+/* This is the navigation title for the Shortcuts Library view */
+"FirefoxHomepage.Shortcuts.Library.Title.v143" = "Ath-ghoiridean";
+
+/* Accessibility label for shortcuts tile on the Firefox home page, indicating that the tile is a pinned tile. %@ is the title of the website. */
+"FirefoxHomepage.Shortcuts.Pinned.AccessibilityLabel.v139" = "Air a phrìneachadh: %@";
+
+/* This is the section title for the Shortcuts section on Firefox Homepage. */
+"FirefoxHomepage.Shortcuts.SectionTitle.v142" = "Ath-ghoiridean";
+
+/* On the homepage, in the Stories section, this is the accessibility hint for the position of the current story in the stories stack. The first placeholder, %1$@, is the current position; the second placeholder, %2$@, is the total story count. Example: '1 of 5' */
+"FirefoxHomepage.Stories.PositionAccessibilityHint.v143" = "%1$@ à %2$@";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/LibraryPanel.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/LibraryPanel.strings
new file mode 100644
index 0000000000000..f5495267e48b6
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/LibraryPanel.strings
@@ -0,0 +1,15 @@
+/* This label is meant to signify the section containing a group of items that are older than thirty days. */
+"LibraryPanel.Section.Older" = "Nas sine";
+
+/* Section title that, when expanded, shows all web browsing history entries for the last 4 weeks beneath it (not including entries from the less inclusive sections) */
+"LibraryPanel.Sections.LastFourWeeks.v138" = "Na 4 seachdainean seo chaidh";
+
+/* This label is meant to signify the section containing a group of items from the past hour. This is primarily used in the history library panel when grouping sites that have been visited in the last hour. */
+"LibraryPanel.Sections.LastHour.v134" = "An uair a thìde seo chaidh";
+
+/* Section title that, when expanded, shows all web browsing history entries for the last 7 days beneath it (not including entries from the less inclusve sections) */
+"LibraryPanel.Sections.LastSevenDays.v138" = "Na 7 làithean seo chaidh";
+
+/* Section title that, when expanded, shows all web browsing history entries for the last 24 hours beneath it (not including entries from the less inclusive sections) */
+"LibraryPanel.Sections.LastTwentyFourHours.v138" = "Sna 24 uair a thìde seo chaidh";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/LiveActivity.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/LiveActivity.strings
new file mode 100644
index 0000000000000..41904f2296fac
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/LiveActivity.strings
@@ -0,0 +1,9 @@
+/* Displayed during a download in Live Activity or Dynamic Island. %@ is the number of files (e.g. Downloading Files: 2). */
+"LiveActivity.Downloads.FileCountText.v138" = "A’ luchdadh a-nuas nam faidhlichean: %@";
+
+/* Displayed during a download in Live Activity or Dynamic Island. %@ is the name of the file being downloaded (e.g. Downloading “MyFile.pdf”). */
+"LiveActivity.Downloads.FileNameText.v138" = "A’ luchdadh a-nuas “%@”";
+
+/* Displayed during a download in Live Activity or Dynamic Island to show the current progress of the file(s) download. %1$@ is the downloaded size, %2$@ is the total size of the file(s) (e.g. 10 MB of 200 MB). */
+"LiveActivity.Downloads.FileProgressText.v138" = "%1$@ à %2$@";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/MainMenu.strings
index 93c0cd3a7c9e4..98004273b1449 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/MainMenu.strings
@@ -1,21 +1,48 @@
+/* Contextual hints are little popups that appear for the users informing them of new features. When a user opens the new menu design for the first time, this contextual hint appears. This is the body text for the hint. */
+"ContextualHints.MainMenu.MenuRedesign.Body.v142" = "Comharran-lìn, eachdraidh is roghainnean – gach rud deas ri do làimh.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. When a user opens the new menu design for the first time, this contextual hint appears. This is the title for the hint. */
+"ContextualHints.MainMenu.MenuRedesign.Title.v142" = "Clàr-taice ùr, gun gutramaid";
+
/* Contextual hints are little popups that appear for the users informing them of new features. When a user opens the new menu design for the first time, this contextual hint appears. This is the body text for the hint. */
"ContextualHints.MainMenu.NewMenu.Body.v132" = "Faigh lorg air na tha a dhìth ort nas luaithe, eadar brabhsadh prìobhaideach is gnìomhan sàbhalaidh.";
/* Contextual hints are little popups that appear for the users informing them of new features. When a user opens the new menu design for the first time, this contextual hint appears. This is the title for the hint. */
"ContextualHints.MainMenu.NewMenu.Title.v132" = "Ùr: clàr-taice nas taine";
+/* On the main menu, the accessibility label for the menu component that allows a user to save a bookmark for this particular page.. */
+"MainMenu.AccessibilityLabels.BookmarkPage.Title.v41" = "Dèan comharra-lìn dhen duilleag";
+
+/* The accessibility label for the close button in the Main menu. */
+"MainMenu.AccessibilityLabels.CloseButton.142" = "Dùin an clàr-taice";
+
+/* The accessibility label for the dismiss button, for header banner, on top of the menu. */
+"MainMenu.AccessibilityLabels.DismissBanner.142" = "Leig seachad a’ bhratach";
+
+/* On the main menu, the accessibility label hint for any action/option inside the menu, that is disabled. For example: 'Save to Reading List' option, from Menu, in some cases is disabled and the voice over should indicate that. 'Save To Reading List dimmed' */
+"MainMenu.AccessibilityLabels.OptionDisabled.Hint.v133" = "Air a dhoilleireachadh";
+
/* The accessibility label for the back button in the Main menu header navigation view. */
"MainMenu.Account.AccessibilityLabels.BackButton.v132" = "Air ais";
/* The accessibility label for the close button in the Main menu. */
"MainMenu.Account.AccessibilityLabels.CloseButton.v132" = "Dùin";
+/* The accessibility label for the close button of the header menu banner. */
+"MainMenu.Account.AccessibilityLabels.CloseButton.v142" = "Dùin";
+
/* The accessibility label for the sign in button in the Main menu header view. */
"MainMenu.Account.AccessibilityLabels.MainButton.v132" = "Clàraich a-steach a shioncronachadh fhaclan-faire, thabaichean is mòran a bharrachd";
+/* On the main menu, when the user is signed in. */
+"MainMenu.Account.SignedIn.Description.v141" = "Stiùirich na thèid lethbhreacan-glèidhidh a dhèanamh dheth ’s na thèid a shioncronachadh";
+
/* On the main menu, at the top, when the user is signed out. The description for the sign in action */
"MainMenu.Account.SignedOut.Description.v131" = "Sioncronaich faclan-faire, tabaichean is mòran a bharrachd";
+/* On the main menu, when the user is signed out. The description for the sign in action */
+"MainMenu.Account.SignedOut.Description.v141" = "Sioncronaich comharran-lìn, faclan-faire, tabaichean is mòran a bharrachd";
+
/* On the main menu, at the top, when the user is signed out. The title for the sign in action */
"MainMenu.Account.SignedOut.Title.v131" = "Clàraich a-steach";
@@ -25,6 +52,21 @@
/* On the main menu, at the top, when the user is signed in but there was an error syncing. The title for this state. */
"MainMenu.Account.SyncError.Title.v131" = "Clàraich a-steach a-rithist a dhèanamh sioncronachadh";
+/* On the main menu,the title for the menu component that allows a user to save a bookmark for this particular page.. */
+"MainMenu.BookmarkPage.Title.v141" = "Dèan comharra-lìn dhen duilleag";
+
+/* On the main menu, a title for a label that indicate the Desktop Site option from menu, is OFF. */
+"MainMenu.DesktopSiteOff.Title.v142" = "Dheth";
+
+/* On the main menu, a title for a label that indicate the Desktop Site option from menu, is ON. */
+"MainMenu.DesktopSiteOn.Title.v142" = "Air";
+
+/* On the main menu, at the top, subtitle for the banner which suggest user can set Firefox as default browser. */
+"MainMenu.HeaderBanner.Subtitle.v142" = "Cha toir e ach diog. Atharraich e uair sam bith.";
+
+/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
+"MainMenu.HeaderBanner.Title.v142" = "Cleachd %@ mar am brabhsair bunaiteach agad";
+
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Comharran-lìn";
@@ -73,6 +115,15 @@
/* On the main menu, the title for the action that will take the user to a What's New in Firefox popup. %@ is the app name (e.g. Firefox). */
"MainMenu.SettingsSection.WhatsNew.Title.v131" = "Ùr ann an %@";
+/* On the main menu, at the top, title for a button that open site protection settings. State of the button indicate that the connection is not secure. */
+"MainMenu.SiteProtection.ConnectionNotSecure.Title.v141" = "Chan eil an ceangal tèarainte";
+
+/* On the main menu, at the top, title for a button that open site protection settings. State of the button indicate that the protections are OFF. */
+"MainMenu.SiteProtection.ProtectionsOff.Title.v141" = "Tha an dìon dheth";
+
+/* On the main menu, at the top, title for a button that open site protection settings. State of the button indicate that the protections are ON. */
+"MainMenu.SiteProtection.ProtectionsOn.Title.v141" = "Tha an dìon air";
+
/* On the main menu, a string below the Save submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Add to Home screen tool for iOS Home screen. */
"MainMenu.Submenus.Save.AccessibilityLabels.AddToHomeScreen.Subtitle.v132" = "Dhachaigh";
@@ -187,6 +238,9 @@
/* On the main menu, the accessibility label for the action (Share with others) that will take the user/open (to) the Share submenu. */
"MainMenu.Submenus.Tools.AccessibilityLabels.Share.Title.v132" = "Co-roinn";
+/* On the main menu, the accessibility label for the action (Share with others) that will take the user/open (to) the Share submenu. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.Share.Title.v144" = "Co-roinn";
+
/* On the main menu, a string below the Tool submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Zoom tool and is indicating that under the Tools submenu, a Zoom (apply zoom on a page) action is available. */
"MainMenu.Submenus.Tools.AccessibilityLabels.Zoom.Subtitle.v132" = "Sùm";
@@ -202,6 +256,9 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Am modh oidhche";
+/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
+"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Sùm na duilleige";
+
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Report Print tool. */
"MainMenu.Submenus.Tools.Print.Subtitle.v131" = "Clò-bhuail";
@@ -220,12 +277,33 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Report Broken Site tool. */
"MainMenu.Submenus.Tools.ReportBrokenSite.Subtitle.v131" = "Dèan aithris";
+/* On the main menu, the title for the action that will take the user to the site where they can report a broken website to our web compatibility team. */
+"MainMenu.Submenus.Tools.ReportBrokenSite.Title.v133" = "Dèan aithris air làrach bhriste…";
+
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Report Share tool. */
"MainMenu.Submenus.Tools.Share.Subtitle.v131" = "Co-roinn";
/* On the main menu, the title for the action that will take the user to the Share module in the application. */
"MainMenu.Submenus.Tools.Share.Title.v131" = "Co-roinn";
+/* On the main menu, the title for the action that will take the user to the Share module in the application. */
+"MainMenu.Submenus.Tools.Share.Title.v144" = "Co-roinn";
+
+/* On the main menu, the title for the action that will turn Website's Dark Mode off in the application. */
+"MainMenu.Submenus.Tools.WebsiteDarkMode.Off.Title.v137" = "Cuir dheth modh dorcha nan làraichean-lìn";
+
+/* On the main menu, the title for the action that will turn Website's Dark Mode on in the application. */
+"MainMenu.Submenus.Tools.WebsiteDarkMode.On.Title.v137" = "Cuir air modh dorcha nan làraichean-lìn";
+
+/* On the main menu, the title for the action that indicate, website dark mode can be turned on or off. */
+"MainMenu.Submenus.Tools.WebsiteDarkMode.Title.v141" = "Modh dorcha nan làraichean-lìn";
+
+/* This string is for the Zoom tool, when Zoom value is negative. (-50%) */
+"MainMenu.Submenus.Tools.Zoom.NegativeSymbol.v137" = "-";
+
+/* This string is for the Zoom tool, when Zoom value is positive. (+125%) */
+"MainMenu.Submenus.Tools.Zoom.PositiveSymbol.v137" = "+";
+
/* On the main menu, a string below the Tool submenu title, indicating what kind of tools are available in that menu. This string is for the Zoom tool. */
"MainMenu.Submenus.Tools.Zoom.Subtitle.v131" = "Sùm";
@@ -247,12 +325,39 @@
/* On the main menu, the title for the action that will create a new, non-private, tab. */
"MainMenu.TabsSection.NewTab.Title.v131" = "Taba ùr";
+/* On the main menu, the accessibility label hint for the action that will show more menu options in the current section of the menu. */
+"MainMenu.ToolsSection.AccessibilityLabels.CollapsedHint.v142" = "Air a cho-theannachadh";
+
+/* On the main menu, the accessibility label for the action that will switch a site user agent value, if available. */
+"MainMenu.ToolsSection.AccessibilityLabels.DesktopSite.Title.v141" = "An tionndadh desktop";
+
+/* On the main menu, the accessibility label hint for the action that will show more menu options in the current section of the menu. Hint will be called when menu is expanded. */
+"MainMenu.ToolsSection.AccessibilityLabels.ExpandedHint.v142" = "Air a leudachadh";
+
/* On the main menu, the accessibility label for the action that will bring up the Search menu, so the user can search for a word or a pharse on the current page. */
"MainMenu.ToolsSection.AccessibilityLabels.FindInPage.v132" = "Lorg air an duilleag";
+/* On the main menu, the accessibility label for the action that will hide some menu options in the current section of the menu. */
+"MainMenu.ToolsSection.AccessibilityLabels.LessOptions.v141" = "Nas lugha";
+
+/* On the main menu, the accessibility label for a group of items in menu. (items like Downloads, History, Passwords...) */
+"MainMenu.ToolsSection.AccessibilityLabels.LibraryOptions.v142" = "Leabhar-lann";
+
+/* On the main menu, the accessibility label for the action that will show more menu options in the current section of the menu. */
+"MainMenu.ToolsSection.AccessibilityLabels.MoreOptions.v141" = "Barrachd";
+
+/* On the main menu, the accessibility label for the action that will open the page zoom tool. */
+"MainMenu.ToolsSection.AccessibilityLabels.PageZoom.Title.v142" = "Sùm na duilleige";
+
/* On the main menu, the accessibility label for the action that will take the user to the Save submenu in the menu. In the main menu, there is an option called Save that is taking the user to the Save submenu where user can share, bookmark the page and so on. */
"MainMenu.ToolsSection.AccessibilityLabels.Save.v132" = "Sàbhail";
+/* On the main menu, the accessibility label for the action that will take the user to the Save submenu in the menu. In the main menu, there is an option called Save that is taking the user to the Save submenu where user can share, bookmark the page and so on. */
+"MainMenu.ToolsSection.AccessibilityLabels.Save.v133" = "Sàbhail am fo-chlàr-taice";
+
+/* On the main menu, the accessibility label for the action that will summarize the content of the webpage. */
+"MainMenu.ToolsSection.AccessibilityLabels.SummarizePage.v142" = "Dèan geàrr-chunntas air an duilleag";
+
/* On the main menu, the accessibility label for the action that will switch a site from mobile version to the desktop version, if available. */
"MainMenu.ToolsSection.AccessibilityLabels.SwitchToDesktopSite.v132" = "Seall an làrach desktop";
@@ -262,12 +367,36 @@
/* On the main menu, the accessibility label for the action that will take the user to the Tools submenu in the menu. */
"MainMenu.ToolsSection.AccessibilityLabels.Tools.v132" = "Innealan";
+/* On the main menu, the accessibility label for the action that will take the user to the Tools submenu in the menu. */
+"MainMenu.ToolsSection.AccessibilityLabels.Tools.v133" = "Fo-chlàr-taice nan innealan";
+
+/* On the main menu, the accessibility label for the action that will switch dark mode to on or off. */
+"MainMenu.ToolsSection.AccessibilityLabels.WebsiteDarkMode.Title.v142" = "Modh dorcha nan làraichean-lìn";
+
+/* On the main menu, the title for the action that will switch a site from the desktop version to the mobile version. */
+"MainMenu.ToolsSection.DesktopSite.Title.v141" = "An tionndadh desktop";
+
/* On the main menu, the title for the action that will bring up the Search menu, so the user can search for a word or a pharse on the current page. */
"MainMenu.ToolsSection.FindInPage.Title.v131" = "Lorg air an duilleag…";
+/* On the main menu, the title for the action that will bring up the Search menu, so the user can search for a word or a pharse on the current page. */
+"MainMenu.ToolsSection.FindInPageV2.Title.v141" = "Lorg air an duilleag";
+
+/* On the main menu, the title for the action that will hide some menu options in the current section of the menu. */
+"MainMenu.ToolsSection.LessOptions.Title.v141" = "Nas lugha";
+
+/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
+"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Barrachd";
+
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "An sealladh leughaidh";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Sàbhail";
+/* On the main menu, the title for the action that will summarize the content of the webpage. */
+"MainMenu.ToolsSection.SummarizePage.Title.v142" = "Dèan geàrr-chunntas air an duilleag";
+
/* On the main menu, the title for the action that will switch a site from mobile version to the desktop version, if available. */
"MainMenu.ToolsSection.SwitchToDesktopSite.Title.v131" = "Seall an làrach desktop";
@@ -277,3 +406,21 @@
/* On the main menu, the title for the action that will take the user to the Tools submenu in the menu. */
"MainMenu.ToolsSection.ToolsSubmenu.Title.v131" = "Innealan";
+/* On the main menu, the accessibility label for the action that shows that the content of the webpage is already translated. */
+"MainMenu.ToolsSection.Translation.AccessibilityLabels.TranslatedPage.v145" = "Chaidh an duilleag eadar-theangachadh mar-thà";
+
+/* On the main menu, the accessibility label describing the language that the webpage was translated to. %@ is the language selected (e.g. English). */
+"MainMenu.ToolsSection.Translation.AccessibilityLabels.TranslatedPageLanguage.v145" = "Chaidh %@ a chur air";
+
+/* On the main menu, the title for the action that will translate the content of the webpage. */
+"MainMenu.ToolsSection.Translation.Title.v145" = "Eadar-theangaich an duilleag";
+
+/* On the main menu, the title for the action that shows that the content of the webpage is already translated. */
+"MainMenu.ToolsSection.Translation.Translated.Title.v145" = "Air eadar-theangachadh";
+
+/* On the main menu, a title for a label that indicate the Website Dark Mode option from menu, is OFF. */
+"MainMenu.WebsiteDarkModeOffV2.Title.v142" = "Dheth";
+
+/* On the main menu, a title for a label that indicate the Website Dark Mode option from menu, is ON. */
+"MainMenu.WebsiteDarkModeOnV2.Title.v142" = "Air";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/NativeErrorPage.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/NativeErrorPage.strings
index 62cd6b83d6882..8bb738cd27884 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/NativeErrorPage.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/NativeErrorPage.strings
@@ -1,9 +1,51 @@
+/* On certificate error page, this is the text on a button that will show advanced information about the certificate error. */
+"NativeErrorPage.BadCertDomain.AdvancedButton.v149" = "Adhartach";
+
+/* On certificate error page, this is the advanced information explaining why the certificate is invalid. %1$@ is the app name (e.g. Firefox). %2$@ is the site URL. */
+"NativeErrorPage.BadCertDomain.AdvancedInfo.v149" = "Chan eil earbsa aig %1$@ san làrach seo a chionn ’s nach eil an teisteanas a lorg sinn dligheach airson %2$@.";
+
+/* On certificate error page, this is the security information shown in the advanced section. */
+"NativeErrorPage.BadCertDomain.AdvancedSecurityInfo.v149" = "Cha cheadaich an làrach seo ceanglaichean nach eil tèarainte.";
+
+/* On certificate error page, this is the first warning message in the advanced section suggesting possible solutions. */
+"NativeErrorPage.BadCertDomain.AdvancedWarning1.v149" = "Dh’fhaodte gum bi agad ri clàradh a-steach dhan lìonra WiFi agad as ùr no sùil a thoirt air na roghainnean VPN agad.";
+
+/* On certificate error page, this is the second warning message in the advanced section for users on corporate networks. */
+"NativeErrorPage.BadCertDomain.AdvancedWarning2.v149" = "Mas ann air lìonra corporra a tha thu, dh’fhaodte gum bi barrachd fiosrachaidh aig an sgioba taice agad.";
+
+/* On certificate error page, this is the description explaining the security risk. */
+"NativeErrorPage.BadCertDomain.Description.v149" = "Ma tha cuideigin a’ leigeil orra gur iadsan an làrach, dh’fhaodte gu bheil iad airson am fiosrachadh pearsanta agad a ghoid. Air neo dh’fhaodte gu bheil mearachd ann an roghainnean a’ cheangail agad.";
+
+/* On certificate error page, this is the label prefix for the error code. %@ is the error code (e.g. SSL_ERROR_BAD_CERT_DOMAIN). */
+"NativeErrorPage.BadCertDomain.ErrorCodeLabel.v149" = "Còd na mearachd: %@";
+
+/* On certificate error page, this is the text on a button that will hide the advanced information section. */
+"NativeErrorPage.BadCertDomain.HideAdvancedButton.v149" = "Falaich am fiosrachadh adhartach";
+
+/* On certificate error page, this is a link to learn more about certificate errors. */
+"NativeErrorPage.BadCertDomain.LearnMoreLink.v149" = "Barrachd fiosrachaidh";
+
+/* On certificate error page, this is the text on a button that will proceed to the site despite the certificate error. %@ is the site URL. This is a risky action. */
+"NativeErrorPage.BadCertDomain.ProceedButton.v149" = "Air adhart gu %@ (cunnartach)";
+
+/* On certificate error page, this is the title warning the user about a potential security issue. */
+"NativeErrorPage.BadCertDomain.TitleLabel.v149" = "Bidh faiceallach. Tha rud-eigin an-seo nach eil ceart.";
+
+/* On certificate error page, this is a link that will show the site’s certificate details. */
+"NativeErrorPage.BadCertDomain.ViewCertificateLink.v149" = "Seall teisteanas na làraich";
+
/* On error page, this is the text on a button that will try to load the page again. */
"NativeErrorPage.ButtonLabel.v131" = "Ath-luchdaich";
+/* On error page, this is the description for a generic error. %@ is the site url. */
+"NativeErrorPage.GenericError.Description.v134" = "Cha do shuidhich sealbhadair %@ e mar bu chòir agus chan urrainn dhuinn ceangal tèarainte a chruthachadh.";
+
/* On error page, this is the title for generic error. */
"NativeErrorPage.GenericError.TitleLabel.v131" = "Bidh faiceallach. Tha rud-eigin an-seo nach eil ceart.";
+/* On error page, this is the text on a button that will go back to the previous page. Recommended action. */
+"NativeErrorPage.GoBackButton.v149" = "Air ais (mholamaid seo)";
+
/* On error page, this is the description for no internet connection. */
"NativeErrorPage.NoInternetConnection.Description.v131" = "Feuch is dèan ceangal air uidheam eile. Thoir sùil air a’ mhòdam no rùtar agad. Dì-cheangail on WiFi is ceangail ris as ùr.";
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/Onboarding.strings
index 3145da17714a3..0525ba0378600 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/Onboarding.strings
@@ -49,6 +49,9 @@
/* String used to describe the title of the theme customization onboarding page in our Onboarding screens. */
"Onboarding.Customization.Theme.Title.v123" = "Tagh ùrlar";
+/* String used to describe the title of the theme customization onboarding page in our Onboarding screens. */
+"Onboarding.Customization.Theme.Title.v143" = "Tagh ùrlar dhut";
+
/* On the toolbar customization onboarding card, the string used to describe the option to set the toolbar at the bottom of the screen. */
"Onboarding.Customization.Toolbar.Bottom.Action.v123" = "Bonn";
@@ -76,6 +79,282 @@
/* Describes an action on some of the Onboarding screen, including the wallpaper onboarding screen. This string will be on a button so user can skip that onboarding page. */
"Onboarding.LaterAction.v115" = "Leum seachad";
+/* Option for the automatic theme in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Automatic.v148" = "Fèin-obrachail";
+
+/* Continue button on the theme selection card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Continue.Action.v148" = "Lean air adhart";
+
+/* Option for the dark theme in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Dark.v148" = "Dorcha";
+
+/* Description for the theme selection card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Description.v148" = "Tagh an t-ùrlar as fheàrr leat no cuir %@ a rèir an uidheim agad, a’ toirt smachd dhutsa.";
+
+/* Option for the light theme in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Light.v148" = "Soilleir";
+
+/* Title for the theme selection card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Title.v148" = "Tagh ùrlar dhut";
+
+/* Continue button on the toolbar customization card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Toolbar.Continue.Action.v148" = "Lean air adhart";
+
+/* Description for the toolbar customization card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Toolbar.Description.v148" = "Sgrìobh rud is faigh molaidhean luirg – brod nan làraichean agad, comharran-lìn, an eachdraidh is einnseanan-luirg, gach rud san aon àite.";
+
+/* Title for the toolbar customization card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Toolbar.Title.v148" = "Tagh bàr an t-seòlaidh dhut";
+
+/* Description for the marketing data sharing card in the v148 brand refresh onboarding flow. %1$@ is the app name (e.g. Firefox), %2$@ is the company name (e.g. Mozilla). */
+"Onboarding.Modern.BrandRefresh.Marketing.Description.v148" = "Innis do chom-pàirtichean margaideachd aig %2$@ mar a fhuair thusa lorg air %1$@ is gu bheil thu ga chleachdadh. Cha tèid an dàta seo a reic idir.";
+
+/* Link text for learning more about how marketing data is used in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Marketing.LearnMoreLink.v148" = "Mar a chleachdas sinn an dàta seo";
+
+/* Button to skip the marketing data sharing card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Marketing.Skip.Action.v148" = "Chan ann an-dràsta";
+
+/* Title for the marketing data sharing card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Marketing.Title.v148" = "Cuidich leinn is sinne a’ togail eadar-lìon nas fheàrr";
+
+/* Description for the notification card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Notification.Description.v148" = "Feuch na gleusan prìobhaideachd ann am %@ is cuir tabaichean eadar uidheaman air dòigh thèarainte.";
+
+/* Button to skip the notification card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Notification.Skip.Action.v148" = "Chan ann an-dràsta";
+
+/* Title for the notification card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Notification.Title.v148" = "Cumaidh brathan %@ rudan nas sàbhailte dhut";
+
+/* Button to turn on notifications in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Notification.TurnOn.Action.v148" = "Cuir na brathan air";
+
+/* Description for the sync card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.Description.v148" = "Faigh greim air ceanglaichean-lìn, faclan-faire ’s mòran eile air uidheam sam bith sa bhad. Bidh an dàta pearsanta agad sàbhailte agus tèarainte an-còmhnaidh ’s e air a chrioptachadh.";
+
+/* Button to start the sync setup process in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.SignIn.Action.v148" = "Tòisich air sioncronachadh";
+
+/* Button to skip the sync setup during onboarding in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.Skip.Action.v148" = "Chan ann an-dràsta";
+
+/* Title for the sync card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.Title.v148" = "Lean ort far an do stad thu roimhe sa bhad";
+
+/* Button title for agreeing to Terms of Use in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148" = "Thoir aonta is lean air adhart";
+
+/* Button title for agreeing to Terms of Use in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148.v2" = "Lean air adhart";
+
+/* Description for the Terms of Use card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.Description.v148" = "Luath, sàbhailte agus cha reic e d’ anam. Brabhsadh nas fheàrr.";
+
+/* The text for the manage settings link button in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.ManageLink.v148" = "Stiùirich na roghainnean";
+
+/* Agreement text for sending diagnostic and interaction data in the v148 brand refresh onboarding flow. %1$@ is the app name (e.g. Firefox), %2$@ is the company name (e.g. Mozilla), %3$@ is the manage settings link button that redirects the user to manage data collection preferences. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.ManagePreferenceAgreement.v148" = "Airson piseach a thoirt air a’ bhrabhsair, cuiridh %1$@ dàta diagnosachd is dàta eadar-ghabhalach gu %2$@. %3$@";
+
+/* Agreement text for Privacy Notice in the v148 brand refresh onboarding flow. %1$@ is the app name (e.g. Firefox), %2$@ is the Privacy Notice link button that redirects the user to the Privacy Notice page. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.PrivacyNoticeAgreement.v148" = "Tha suim aig %1$@ dhan phrìobhaideachd agad. Leugh barrachd ann an %2$@ againn";
+
+/* The text for the Privacy Notice link button in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.PrivacyNoticeLink.v148" = "Sanas prìobhaideachd";
+
+/* Agreement text for Terms of Use in the v148 brand refresh onboarding flow. %@ is the Terms of Use link button that redirects the user to the Terms of Use page. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.TermsOfUseAgreement.v148" = "Ma leanas tu air adhart, bidh tu ag aontachadh ri %@";
+
+/* The text for the Terms of Use link button in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.TermsOfUseLink.v148" = "Teirmichean a’ chleachdaidh aig %@";
+
+/* Title for the Terms of Use card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.Title.v148" = "Falbh air lìon le làn-saorsa";
+
+/* Action button to set the app as the default browser in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.ActionTreatmentA.v148" = "Suidhich mar am brabhsair bunaiteach";
+
+/* Description for the welcome card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.Description.v148" = "Dìonaidh sinn an dàta agad is sinne a’ bacadh companaidhean o bhith a’ cumail sùil air a’ bhriogadh a nì thu o thùs.";
+
+/* Button to skip the welcome card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.Skip.v148" = "Chan ann an-dràsta";
+
+/* Title for the welcome card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.Title.v148" = "Fàg soraidh slàn aig na tracaichean iargalta";
+
+/* Title for the welcome card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.Title.v148.v2" = "Fogail na ceanglaichean agad ann an àrainneachd phrìobhaideach";
+
+/* Title for the welcome card in the v149 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.TitleV3.v149" = "Fogail ceangal sam bith ann an àrainneachd phrìobhaideach";
+
+/* Option for the automatic theme. */
+"Onboarding.Modern.Customization.Theme.Automatic.v145" = "Fèin-obrachail";
+
+/* String used to describe the option to save the user setting and continue to the next onboarding in Firefox Onboarding screens. */
+"Onboarding.Modern.Customization.Theme.Continue.Action.v140" = "Lean air adhart";
+
+/* Option for the dark theme. */
+"Onboarding.Modern.Customization.Theme.Dark.v145" = "Dorcha";
+
+/* Description for the theme selection card. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.Customization.Theme.Description.v145" = "Tagh an t-ùrlar as fheàrr leat no cuir %@ a rèir an uidheim agad, a’ toirt smachd dhutsa.";
+
+/* Option for the light theme. */
+"Onboarding.Modern.Customization.Theme.Light.v145" = "Soilleir";
+
+/* Title for the theme selection card. */
+"Onboarding.Modern.Customization.Theme.Title.v145" = "Tagh ùrlar dhut";
+
+/* On the toolbar customization onboarding card, the string used to describe the option to set the toolbar at the bottom of the screen. */
+"Onboarding.Modern.Customization.Toolbar.Bottom.Action.v140" = "Bonn";
+
+/* Action to set the toolbar to the bottom. */
+"Onboarding.Modern.Customization.Toolbar.Bottom.Action.v145" = "Bonn";
+
+/* Continue button on the toolbar customization card. */
+"Onboarding.Modern.Customization.Toolbar.Continue.Action.v145" = "Lean air adhart";
+
+/* Description for the toolbar customization card. */
+"Onboarding.Modern.Customization.Toolbar.Description.v145" = "Sgrìobh rud is faigh molaidhean luirg – brod nan làraichean agad, comharran-lìn, an eachdraidh is einnseanan-luirg, gach rud san aon àite.";
+
+/* String used to describe the title of the toolbar customization onboarding page in our Onboarding screens. */
+"Onboarding.Modern.Customization.Toolbar.Title.v140" = "Co-dhùin càit am bi bàr an t-seòlaidh agad";
+
+/* Title for the toolbar customization card. */
+"Onboarding.Modern.Customization.Toolbar.Title.v145" = "Tagh bàr an t-seòlaidh dhut";
+
+/* On the toolbar customization onboarding card, the string used to describe the option to set the toolbar at the top of the screen. */
+"Onboarding.Modern.Customization.Toolbar.Top.Action.v140" = "Bàrr";
+
+/* Action to set the toolbar to the top. */
+"Onboarding.Modern.Customization.Toolbar.Top.Action.v145" = "Bàrr";
+
+/* Button to skip the entire onboarding flow. */
+"Onboarding.Modern.General.Skip.v145" = "Leum seachad";
+
+/* String used to describe Firefox on the Sync onboarding page for the current version of our onboarding screens. */
+"Onboarding.Modern.Sync.Description.v140" = "Faigh na comharran-lìn, an eachdraidh is na faclan-faire agad air uidheam sam bith.";
+
+/* Description for the Sync card in the v2 onboarding flow. */
+"Onboarding.Modern.Sync.Description.v145" = "Na comharran-lìn, faclan-faire is sioncronachadh eile air uidheam sam bith. Tha gach rud air a chrioptachadh airson a chumail fo dhìon is dìreach ri do làmhan-sa.";
+
+/* String used to describes the option to skip the Sync sign in during onboarding for the current version in Firefox Onboarding screens. */
+"Onboarding.Modern.Sync.SignIn.Action.v140" = "Tòisich air sioncronachadh";
+
+/* Button to start the Sync setup process. */
+"Onboarding.Modern.Sync.SignIn.Action.v145" = "Tòisich air sioncronachadh";
+
+/* String used to describes the option to skip the Sync sign in during onboarding for the current version in Firefox Onboarding screens. */
+"Onboarding.Modern.Sync.Skip.Action.v140" = "Chan ann an-dràsta";
+
+/* Button to skip the Sync setup during onboarding. */
+"Onboarding.Modern.Sync.Skip.Action.v145" = "Chan ann an-dràsta";
+
+/* String used to describes the title of what Firefox is on the Sync onboarding page for current version in our Onboarding screens. */
+"Onboarding.Modern.Sync.Title.v140" = "Lean ort far an do stad thu roimhe sa bhad";
+
+/* Title for the Sync card in the v2 onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.Sync.Title.v145" = "Thoir leat %@ ge be càit an dèan thu brabhsadh";
+
+/* Title for the confirmation button for Terms of Service agreement, in the Terms of Service screen. */
+"Onboarding.Modern.TermsOfService.AgreementButtonTitle.v140" = "Lean air adhart";
+
+/* Title for the confirmation button on the Terms of Service screen. */
+"Onboarding.Modern.TermsOfService.AgreementButtonTitle.v145" = "Lean air adhart";
+
+/* Description for the Terms of Service screen in the v2 onboarding flow. The '\n' symbols denote line breaks. %@ is the company name (e.g. Mozilla) */
+"Onboarding.Modern.TermsOfService.Description.v145" = "Dìon fèin-obrachail dhan fhiosrachadh phearsanta agad\nLuchdaich làraichean gu luath ’s dèan lorg air dòigh thapaidh\nAir a dhealbhadh dhut le %@, buidheann neo-phrothaideach ’s earbsach";
+
+/* Title for the Manage button link, in the Terms of Service screen for redirecting the user to the Manage data collection preferences screen. */
+"Onboarding.Modern.TermsOfService.ManageLink.v140" = "Stiùirich";
+
+/* The text for the Manage settings link button. */
+"Onboarding.Modern.TermsOfService.ManageLink.v145" = "Stiùirich na roghainnean";
+
+/* Agreement text for sending diagnostic and interaction data to Mozilla in the Terms of Service screen. %1$@ is the app name (e.g. Firefox), %2$@ is company name (e.g. Mozilla), %3$@ is a Manage link button which redirect the user to another screen in order to manage the data collection preferences. */
+"Onboarding.Modern.TermsOfService.ManagePreferenceAgreement.v140" = "Airson piseach a thoirt air a’ bhrabhsair, cuiridh %1$@ dàta diagnosachd is dàta eadar-ghabhalach gu %2$@. %3$@";
+
+/* Agreement text for sending data. %1$@ is the app name, %2$@ is the company name, %3$@ is the placeholder for the Manage settings link. */
+"Onboarding.Modern.TermsOfService.ManagePreferenceAgreement.v145" = "Airson piseach a thoirt air a’ bhrabhsair, cuiridh %1$@ dàta diagnosachd is dàta eadar-ghabhalach gu %2$@. %3$@";
+
+/* Agreement text for Privacy Notice in the Terms of Service screen. %1$@ is the app name (e.g. Firefox), %2$@ is for the Privacy Notice link button that redirect the user to the Privacy Notice page. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeAgreement.v140" = "Tha suim aig %1$@ dhan phrìobhaideachd agad. Leugh barrachd ann an %2$@ againn";
+
+/* Agreement text for Privacy Notice. %1$@ is the app name (e.g. Firefox), %2$@ is the placeholder for the Privacy Notice link. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeAgreement.v145" = "Tha suim aig %1$@ dhan phrìobhaideachd agad. Leugh barrachd ann an %2$@ againn";
+
+/* Title for the Privacy Notice button link, in the Terms of Service screen for redirecting the user to the Privacy Notice page. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeLink.v140" = "Aithris na prìobhaideachd.";
+
+/* The text for the Privacy Notice link button. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeLink.v145" = "Aithris na prìobhaideachd.";
+
+/* A text that indicate to the user, a link button is available to be clicked for reading more information about the option that is going to choose in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.LearnMore.v140" = "Barrachd fiosrachaidh";
+
+/* Description for the send crash reports switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %@ is for the Learn more button link, to open a link where user can find more information about this send crash reports option. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendCrashReportsDescription.v140" = "Ma bhios na h-aithisgean tuislidh againn, ’s urrainn dhuinn diagnosachd a dhèanamh air duilgheadasan leis a’ bhrabhsair seo agus an cur ceart. %@";
+
+/* Title for the send crash reports switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendCrashReportsTitle.v140" = "Cuir aithisgean tuislidh gu fèin-obrachail";
+
+/* Description for the technical and interaction data switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %1$@ is the app name (e.g. Firefox), %2$@ is for the Learn more button link, to open a link where user can find more information about this send technical and interaction data option. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendTechnicalDataDescription.v140" = "Ma bheir thu dhuin dàta mun uidheam agad, mun bhathar-chruaidh is mar a chleachdas tu %1$@, bheir sin comas dhuinn piseach a thoirt air gleusan, dèanadas is seasmhachd dhan a h-uile duine. %2$@";
+
+/* Title for the send technical and interaction data switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %@ is the company name (e.g. Mozilla). */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendTechnicalDataTitle.v140" = "Cuir dàta teicnigeach is dàta mun eadar-ghabhail gu %@";
+
+/* Title for the Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. Data like crash reports or technical and interaction data. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.Title.v140" = "Cuidich leinn a’ dèanamh %@ nas fheàrr";
+
+/* Subtitle for the Terms of Service screen in the onboarding process. The '\n' symbols denote empty lines separating the first link parameter from the rest of the text. */
+"Onboarding.Modern.TermsOfService.Subtitle.v140" = "Luchdaichidh e làraichean cho luath ri seabhaig\nDìon fèin-obrachail ro thracadh\nSioncronachadh air gach uidheam agad";
+
+/* Agreement text for Terms of Service in the Terms of Service screen. %@ is the Terms of Service link button that redirect the user to the Terms of Service page. */
+"Onboarding.Modern.TermsOfService.TermsOfServiceAgreement.v140" = "Ma leanas tu air adhart, bidh tu ag aontachadh ri %@";
+
+/* Agreement text for Terms of Service. %@ is the placeholder for the Terms of Use link. */
+"Onboarding.Modern.TermsOfService.TermsOfServiceAgreement.v145" = "Ma leanas tu air adhart, bidh tu ag aontachadh ri %@";
+
+/* The text for the Terms of Use link button. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.TermsOfService.TermsOfUseLink.v145" = "Teirmichean a’ chleachdaidh aig %@.";
+
+/* Title for the Terms of Service screen in the onboarding process. */
+"Onboarding.Modern.TermsOfService.Title.v140" = "Dèan brabhsadh nas fheàrr";
+
+/* Title for the Terms of Service screen in the v2 onboarding flow. */
+"Onboarding.Modern.TermsOfService.Title.v145" = "Thoir smachd air an eadar-lìon";
+
+/* Title for the Terms of Use button link, in the Terms of Use screen for redirecting the user to the Terms of Use page. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.TermsOfUse.TermsOfUseLink.v140" = "Teirmichean a’ chleachdaidh aig %@.";
+
+/* Describes the action on the first onboarding page in our Onboarding screen. This indicates that the user will set their default browser to Firefox. */
+"Onboarding.Modern.Welcome.ActionTreatementA.v140" = "Suidhich mar am brabhsair bunaiteach";
+
+/* Action button to set the app as the default browser. */
+"Onboarding.Modern.Welcome.ActionTreatmentA.v145" = "Suidhich mar am brabhsair bunaiteach";
+
+/* String used to describe Firefox on the welcome onboarding page for the current version of our onboarding screens. */
+"Onboarding.Modern.Welcome.Description.v140" = "Aon cho-dhùnadh a dhìonas tu àite sam bith air an lìon. ’S urrainn dhut atharrachadh a-rithist uair sam bith.";
+
+/* Description for the welcome card in the v2 onboarding flow. */
+"Onboarding.Modern.Welcome.Description.v145" = "Aon cho-dhùnadh a dhìonas tu àite sam bith air an lìon. ’S urrainn dhut atharrachadh a-rithist uair sam bith.";
+
+/* Describes the action on the first onboarding page in our Onboarding screen. This string will be on a button so user can skip this onboarding card. */
+"Onboarding.Modern.Welcome.Skip.v140" = "Chan ann an-dràsta";
+
+/* Button to skip the welcome card. */
+"Onboarding.Modern.Welcome.Skip.v145" = "Chan ann an-dràsta";
+
+/* String used to describes the title of what Firefox is on the welcome onboarding page for current version in our Onboarding screens. */
+"Onboarding.Modern.Welcome.Title.v140" = "Fàg soraidh slàn aig sanasachd iargalta";
+
+/* Title for the welcome card in the v2 onboarding flow. */
+"Onboarding.Modern.Welcome.Title.v145" = "Fàg soraidh slàn aig na tracaichean iargalta";
+
/* String used to describe the option to continue to ask for the notification permission in Firefox Onboarding screens. */
"Onboarding.Notification.Continue.Action.v114" = "Lean air adhart";
@@ -103,6 +382,51 @@
/* String used to describes the title of what Firefox is on the Sync onboarding page for current version in our Onboarding screens. */
"Onboarding.Sync.Title.v120" = "Cùm rudan crioptaichte is tu a’ gluasad o uidheam gu uidheam";
+/* Title for the confirmation button for Terms of Service agreement, in the Terms of Service screen. */
+"Onboarding.TermsOfService.AgreementButtonTitle.v140" = "Lean air adhart";
+
+/* Title for the Manage button link, in the Terms of Service screen for redirecting the user to the Manage data collection preferences screen. */
+"Onboarding.TermsOfService.ManageLink.v135" = "Stiùirich";
+
+/* Agreement text for sending diagnostic and interaction data to Mozilla in the Terms of Service screen. %1$@ is the app name (e.g. Firefox), %2$@ is company name (e.g. Mozilla), %3$@ is a Manage link button which redirect the user to another screen in order to manage the data collection preferences. */
+"Onboarding.TermsOfService.ManagePreferenceAgreement.v135" = "Airson piseach a thoirt air a’ bhrabhsair, cuiridh %1$@ dàta diagnosachd is dàta eadar-ghabhalach gu %2$@. %3$@";
+
+/* Agreement text for Privacy Notice in the Terms of Service screen. %1$@ is the app name (e.g. Firefox), %2$@ is for the Privacy Notice link button that redirect the user to the Privacy Notice page. */
+"Onboarding.TermsOfService.PrivacyNoticeAgreement.v135" = "Tha suim aig %1$@ dhan phrìobhaideachd agad. Leugh barrachd ann an %2$@ againn";
+
+/* Title for the Privacy Notice button link, in the Terms of Service screen for redirecting the user to the Privacy Notice page. */
+"Onboarding.TermsOfService.PrivacyNoticeLink.v135" = "Aithris na prìobhaideachd.";
+
+/* A text that indicate to the user, a link button is available to be clicked for reading more information about the option that is going to choose in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. */
+"Onboarding.TermsOfService.PrivacyPreferences.LearnMore.v136" = "Barrachd fiosrachaidh";
+
+/* Description for the send crash reports switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %@ is for the Learn more button link, to open a link where user can find more information about this send crash reports option. */
+"Onboarding.TermsOfService.PrivacyPreferences.SendCrashReportsDescription.v135" = "Ma bhios na h-aithisgean tuislidh againn, ’s urrainn dhuinn diagnosachd a dhèanamh air duilgheadasan leis a’ bhrabhsair seo agus an cur ceart. %@";
+
+/* Title for the send crash reports switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. */
+"Onboarding.TermsOfService.PrivacyPreferences.SendCrashReportsTitle.v135" = "Cuir aithisgean tuislidh gu fèin-obrachail";
+
+/* Description for the technical and interaction data switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %1$@ is the app name (e.g. Firefox), %2$@ is for the Learn more button link, to open a link where user can find more information about this send technical and interaction data option. */
+"Onboarding.TermsOfService.PrivacyPreferences.SendTechnicalDataDescription.v135" = "Ma bheir thu dhuin dàta mun uidheam agad, mun bhathar-chruaidh is mar a chleachdas tu %1$@, bheir sin comas dhuinn piseach a thoirt air gleusan, dèanadas is seasmhachd dhan a h-uile duine. %2$@";
+
+/* Title for the send technical and interaction data switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %@ is the company name (e.g. Mozilla). */
+"Onboarding.TermsOfService.PrivacyPreferences.SendTechnicalDataTitle.v135" = "Cuir dàta teicnigeach is dàta mun eadar-ghabhail gu %@";
+
+/* Title for the Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. Data like crash reports or technical and interaction data. %@ is the app name (e.g. Firefox). */
+"Onboarding.TermsOfService.PrivacyPreferences.Title.v135" = "Cuidich leinn a’ dèanamh %@ nas fheàrr";
+
+/* Subtitle for the Terms of Service screen in the onboarding process. */
+"Onboarding.TermsOfService.Subtitle.v136" = "Brabhsadh-lìn luath ’s tèarainte";
+
+/* Agreement text for Terms of Service in the Terms of Service screen. %@ is the Terms of Service link button that redirect the user to the Terms of Service page. */
+"Onboarding.TermsOfService.TermsOfServiceAgreement.v135" = "Ma leanas tu air adhart, bidh tu ag aontachadh ri %@";
+
+/* Title for the Terms of Service screen in the onboarding process. %@ is the app name (e.g. Firefox). */
+"Onboarding.TermsOfService.Title.v135" = "Fàilte gu %@";
+
+/* Title for the Terms of Use button link, in the Terms of Use screen for redirecting the user to the Terms of Use page. %@ is the app name (e.g. Firefox). */
+"Onboarding.TermsOfUse.TermsOfUseLink.v136" = "Teirmichean a’ chleachdaidh aig %@.";
+
/* Accessibility label for the wallpaper onboarding modal displayed on top of the homepage. This describes to the user that which type of wallpaper they are seeing. */
"Onboarding.Wallpaper.Accessibility.Classic.v114" = "Am pàipear-balla clasaigeach";
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/RelayMask.strings
new file mode 100644
index 0000000000000..909aaaaa12191
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/RelayMask.strings
@@ -0,0 +1,30 @@
+/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
+"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Ùr! Tha masgan post-d %@ ri làimh san aplacaid mhobile a-nis.";
+
+/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
+"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Chuir thu gu feum na 5 masgan puist-d an-asgaidh agad agus thagh sinn fear dhut airson ath-chleachdadh.";
+
+/* Generic error message displayed to users when an unexpected error occurs while attempting to generate a Relay email mask. */
+"RelayMask.RelayEmailMaskGenericErrorMessage.v146" = "Chan eil na masgan puist-d ri làimh an-dràsta fhèin. Feuch ris a-rithist an ceann beagan mhionaidean.";
+
+/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
+"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Chaidh masg puist-d a chur a-steach";
+
+/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
+"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Falaich am fìor-phost-d agad is dìon am bogsa a-steach agad o spama. Cha dèan cuid a làraichean a’ chùis air masgan puist-d.";
+
+/* Website link title that takes users to a website to learn additional information about the Relay email mask feature. */
+"RelayMask.RelayEmailMaskSettingsLearnMore.v146" = "Barrachd fiosrachaidh";
+
+/* Button title which takes users to a webpage to manage their Relay email masks and related settings. */
+"RelayMask.RelayEmailMaskSettingsManageEmailMasks.v146" = "Stiùirich masgan puist-d";
+
+/* Title for settings related to Relay email masking, which provides options for enabling or disabling the suggestion of anonymous email masks services via Relay. */
+"RelayMask.RelayEmailMaskSettingsTitle.v146" = "Masgan puist-d";
+
+/* Label for settings toggle which allows users to enable or disable the suggestion of Relay email masks on registration forms, to provide anonymous email masking. */
+"RelayMask.RelayEmailMaskSuggestMasksToggle.v146" = "Mol masgan puist-d";
+
+/* Displayed inside the keyboard hint when a user is entering an email in a web form. Indicates that the user has the option to use an anonymous Relay email mask instead of their personal email. Tapping on this option will populate the field with a Relay mask automatically. */
+"RelayMask.UseRelayEmailMaskFromKeyboard.v146" = "Cleachd masg puist-d";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/SearchZero.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/SearchZero.strings
new file mode 100644
index 0000000000000..49270b5c5a104
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/SearchZero.strings
@@ -0,0 +1,15 @@
+/* When a user taps on the address bar, they can see their recent searches. This is the title of the button that the user can tap on to clear the list of their recent searches. */
+"SearchZero.Clear.ButtonTitle.v146" = "Falamhaich";
+
+/* When a user taps on the address bar, they can see their recent searches. This is the title of the section that shows the list of their recent searches. */
+"SearchZero.RecentSearches.SectionTitle.v146" = "Luirg o chionn goirid";
+
+/* When a user taps on the address bar, they can see their trending searches. This is the title of the section that shows the list of their trending searches. %@ is the search engine name. */
+"SearchZero.TrendingSearches.SectionTitle.v146" = "A’ treandadh air %@";
+
+/* In the Search page of the Settings menu, this is the title for the toggle that shows or hides the recent searches when a user views the search zero state. The search zero state is when the user taps on the address bar and has yet to type a search term. */
+"Settings.SearchZero.RecentSearches.Toggle.v146" = "Seall na lorg thu o chionn goirid";
+
+/* In the Search page of the Settings menu, this is the title for the toggle that shows or hides the trending searches when a user views the search zero state. The search zero state is when the user taps on the address bar and has yet to type a search term. */
+"Settings.SearchZero.TrendingSearches.Toggle.v146" = "Seall luirg a tha a’ treandadh";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/Settings.strings
index c24c356a6d7d4..449a403ec55c7 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/Settings.strings
@@ -64,9 +64,84 @@
/* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */
"Settings.AddressAutofill.Title.v126" = "Seòlaidhean";
+/* Section description in Appearance settings for middle button configuration of the bottom toolbar. */
+"Settings.Appearance.NavigationToolbar.Description.v145" = "Atharraichidh seo am putan am meadhan a’ bhàr-inneal.";
+
+/* Section header title in Appearance settings that configures the middle button of the bottom toolbar. */
+"Settings.Appearance.NavigationToolbar.SectionHeader.v145" = "Putan a’ bhàr-inneal";
+
+/* Default section header title under page zoom settings. Indicates the default value for all websites */
+"Settings.Appearance.Zoom.Default.Title.v140" = "Bun-roghainn";
+
+/* Button to reset specific zoom site levels back to default */
+"Settings.Appearance.Zoom.Reset.Button.v140" = "Ath-shuidhich roghainnean na làraich";
+
+/* Page zoom section header title in Appearance settings */
+"Settings.Appearance.Zoom.SectionHeader.v140" = "Roghainnean an t-sùm";
+
+/* Specific site settings section footer title under page zoom settings. Explain how to add elements to the list */
+"Settings.Appearance.Zoom.SpecificSiteZoom.Footer.v140" = "Airson rud a chur ris an liosta seo, tadhail air làrach is cuir sùm na duilleige air gleus on chlàr-taice";
+
+/* Specific site settings section header title under page zoom settings. List all websites with custom zoom level */
+"Settings.Appearance.Zoom.SpecificSiteZoom.Title.v140" = "Roghainnean sònraichte na làraich";
+
+/* Page zoom settings title in Appearance settings */
+"Settings.Appearance.Zoom.Title.v140" = "Sùm na duilleige";
+
+/* Zoom level title under page zoom settings to select the default zoom level for all websites */
+"Settings.Appearance.Zoom.ZoomLevelTitle.v140" = "Ìre an t-sùm";
+
+/* In the settings menu, in the General section, this is the title for Autofills & Passwords customization section. */
+"Settings.AutofillAndPassword.Title.v137" = "Fèin-lìonadh ⁊ faclan-faire";
+
/* Label used as an item in Settings screen. When touched, it will take user to credit card settings page to that will allows to add or modify saved credit cards to allow for autofill in a webpage. */
"Settings.AutofillCreditCard.Title.v122" = "Dòighean pàighidh";
+/* In the settings menu, in the Autoplay customization section, this label indicates that selecting this will allow audio and video content to autoplay. */
+"Settings.Autoplay.AllowAudioAndVideo.v137" = "Ceadaich fuaim is video";
+
+/* In the settings menu, in the Autoplay customization section, this label indicates that selecting this will block audio from autoplaying. */
+"Settings.Autoplay.BlockAudio.v137" = "Bac fuaim";
+
+/* In the settings menu, in the Autoplay customization section, this label indicates that selecting this will block audio and video content from autoplaying. */
+"Settings.Autoplay.BlockAudioAndVideo.v137" = "Bac fuaimean is videothan";
+
+/* In the settings menu, in the Autoplay customization section, this label indicates that selecting this will block audio and video content from autoplaying. */
+"Settings.Autoplay.Footer.v137" = "Cha bhi buaidh aig roghainnean na fèin-chluich ach air tabaichean air ùr-fhosgladh. Chan urrainn dhut an cur an sàs ann an tabaichean làithreach gun a bhith ag ath-thòiseachadh na h-aplacaid.";
+
+/* In the settings menu, this label indicates that there is an option of customizing the Autoplay behaviour. */
+"Settings.Autoplay.SettingsTitle.v137" = "Fèin-chluich";
+
+/* This is the title for Links customization under the Browsing settings section. */
+"Settings.Browsing.Links.v137" = "Ceanglaichean";
+
+/* This is the title for Media customization under the Browsing settings section. */
+"Settings.Browsing.Media.v137" = "Meadhanan";
+
+/* This is the title for Tabs customization under the Browsing settings section. */
+"Settings.Browsing.Tabs.v137" = "Tabaichean";
+
+/* In the settings menu, in the General section, this is the title for Browsing customization section. */
+"Settings.Browsing.Title.v137" = "Brabhsadh";
+
+/* Title for a link that explains how Mozilla send crash reports. */
+"Settings.CrashReports.Link.v136" = "Barrachd fiosrachaidh";
+
+/* On the Settings screen, this is the subtitle text for a toggle which controls automatically sending crash reports. */
+"Settings.CrashReports.Message.v136" = "’S urrainn dhuinn diagnosachd a dhèanamh air a’ bhrabhsair seo mar seo ’s duilgheadasan a chur ceart.";
+
+/* On the Settings screen, this is the title text for a toggle which controls automatically sending crash reports. */
+"Settings.CrashReports.Title.v135" = "Cuir aithisgean tuislidh gu fèin-obrachail";
+
+/* Title for a link that explains how Mozilla send daily usage ping. */
+"Settings.DailyUsagePing.Link.v136" = "Barrachd fiosrachaidh";
+
+/* On the Settings screen, this is the subtitle text for a toggle which controls sending daily usage ping. %@ is the company name (e.g. Mozilla). */
+"Settings.DailyUsagePing.Message.v135" = "Air an dòigh seo, is urrainn dha %@ tuairmse a dhèanamh air co mheud neach-cleachdaidh gnìomhach a th’ ann.";
+
+/* On the Settings screen, this is the title text for a toggle which controls automatically sending daily usage ping. */
+"Settings.DailyUsagePing.Title.v135" = "Ping a’ chleachdaidh làitheil";
+
/* Title displayed in header of the FxA settings panel. */
"Settings.FxA.Title.v119" = "Cunntas";
@@ -94,6 +169,21 @@
/* This is the title informing the user that they need to turn on notifications in iOS Settings. */
"Settings.Notifications.TurnOnNotificationsTitle.v112" = "Cuir na brathan air";
+/* Show Firefox Browser Privacy Notice page from the Privacy section in the settings. See https://www.mozilla.org/privacy/firefox/ */
+"Settings.PrivacyNotice.Title.v137" = "Sanas prìobhaideachd";
+
+/* Title for a link that explains what Mozilla means by Rollouts */
+"Settings.Rollouts.Link.v148" = "Barrachd fiosrachaidh";
+
+/* A short description that explains that Mozilla may change features remotely. %@ is the app name (e.g. Firefox). */
+"Settings.Rollouts.Message.v148" = "Bheir %@ piseach air gleusan, dèanadas is seasmhachd fiù eadar tionndaidhean ùra. Thèid na h-atharraichean seo a chur an sàs o chèin.";
+
+/* Label used as a toggle item in Settings. When this is off, the user is opting out of all rollouts. */
+"Settings.Rollouts.Title.v148" = "Ceadaich leasachadh cèin";
+
+/* In the settings menu, in the General section, this is the title for the option that allows user to disable the autohide feature of the tab and address bar. */
+"Settings.ScrollToHideTabAndAddressBar.Title.v138" = "Dèan sgroladh airson bàr nan tabaichean is an t-seòlaidh a chur am falach";
+
/* Accessibility label for default search engine setting. */
"Settings.Search.Accessibility.DefaultSearchEngine.v121" = "An t-einnsean-luirg bunaiteach";
@@ -151,3 +241,84 @@
/* In the Search page of the Settings menu, the title for the setting to enable Suggestions from sponsors. */
"Settings.Search.Suggest.ShowSponsoredSuggestions.Title.v124" = "Molaidhean o na sponsairean";
+/* Title for a link that explains what Mozilla means by Studies */
+"Settings.Studies.Link.v136" = "Barrachd fiosrachaidh";
+
+/* Title for a link that explains what Mozilla means by Studies */
+"Settings.Studies.Link.v148" = "Barrachd fiosrachaidh";
+
+/* A short description that explains that Mozilla is running studies */
+"Settings.Studies.Message.v136" = "Feuch gleusan ùra mus fhaigh càch cothrom orra.";
+
+/* A short description that explains that Mozilla is running studies. %@ is the app name (e.g. Firefox). */
+"Settings.Studies.Message.v148" = "Taghaidh %@ cleachdaichean air thuaiream is bheir e dhaibh cothrom gleusan a chur fo dheuchainn, rud a nì e nas fheàrr dhan a h-uile duine.";
+
+/* Label used as a toggle item in Settings. When this is off, the user is opting out of all studies. */
+"Settings.Studies.Title.v136" = "Stàlaich is ruith obair-rannsachaidh";
+
+/* Label used as a toggle item in Settings. When this is off, the user is opting out of all studies. */
+"Settings.Studies.Title.v148" = "Ceadaich obair-rannsachaidh air gleusan";
+
+/* This is the footer text for the setting that toggles the Summarize feature under the Summarize settings section. */
+"Settings.Summarize.FooterTitle.v142" = "Cuiridh seo an gleus a nì geàrr-chunntas air duilleagan an comas.";
+
+/* This is the footer text for the gestures features under the Summarize settings section. */
+"Settings.Summarize.GesturesSection.FooterTitle.v142" = "Crath an t-uidheam o thaobh gu taobh airson geàrr-chunntas fhaighinn air duilleag.";
+
+/* This is the title for the setting that toggles the Shake Gesture feature under the Summarize settings section. */
+"Settings.Summarize.GesturesSection.ShakeGestureTitle.v142" = "Crath airson geàrr-chunntas";
+
+/* This is the section title for the gestures features under the Summarize settings section. */
+"Settings.Summarize.GesturesSection.Title.v142" = "Gluasadan";
+
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Tagh cànan";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "An cànan a b’ fheàrr leat san aplacaid";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Cànan";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Cànan na làraich-lìn";
+
+/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
+"Settings.Summarize.SummarizePagesTitle.v142" = "Dèan geàrr-chunntas air duilleagan";
+
+/* In the settings menu, in the General section, this is the title for the Summarize settings section. */
+"Settings.Summarize.Title.v142" = "Geàrr-chunntasan dhuilleagan";
+
+/* Title for a link that explains how Mozilla send technical and interaction data. */
+"Settings.TechnicalData.Link.v136" = "Barrachd fiosrachaidh";
+
+/* On the Settings screen, this is the subtitle text for a toggle which controls sending technical and interaction data. %@ is the app name (e.g. Firefox). */
+"Settings.TechnicalData.Message.v136" = "Ma bheir thu dhuin dàta mun uidheam agad, mun bhathar-chruaidh is mar a chleachdas tu e, bheir sin comas dhuinn piseach a thoirt air gleusan, dèanadas is seasmhachd ann am %@.";
+
+/* On the Settings screen, this is the title text for a toggle which controls sending technical and interaction data. */
+"Settings.TechnicalData.Title.v136" = "Cuir dàta teicnigeach is dàta mun eadar-ghabhail";
+
+/* Terms of Use settings section title */
+"Settings.TermsOfUse.Title.v137" = "Teirmichean a’ chleachdaidh";
+
+/* In the Appearance settings menu, in the Toolbar Button section, this label indicates that selecting this will make the home button appear in the middle of the navigation toolbar. */
+"Settings.Toolbar.Navigation.MiddleButton.Home.v145" = "Dhachaigh";
+
+/* In the Appearance settings menu, in the Toolbar Button section, this label indicates that selecting this will make the New Tab button appear in the middle of the navigation toolbar. */
+"Settings.Toolbar.Navigation.MiddleButton.NewTab.v145" = "Taba ùr";
+
+/* This is the section title text for the the Translation feature under the Translation settings section. */
+"Settings.Translation.SectionTitle.v145" = "Roghainnean eadar-theangachaidh";
+
+/* In the settings menu, in the General section, this is the text to show next to the Translation setting title and indicates if the translation feature has been disabled. */
+"Settings.Translation.SettingOff.v145" = "Dheth";
+
+/* In the settings menu, in the General section, this is the text to show next to the Translation setting title and indicates if the translation feature has been enabled. */
+"Settings.Translation.SettingOn.v145" = "Air";
+
+/* In the settings menu, in the General section, this is the title for the Translation settings section. */
+"Settings.Translation.Title.v145" = "Eadar-theangachadh";
+
+/* This is the title for the setting that toggles the Translation feature that allows users to translate web pages under the Translation settings section. */
+"Settings.Translation.ToggleTitle.v145" = "Cuir an t-eadar-theangachadh an comas";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/Share.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/Share.strings
index 6c314d284df16..778c8e3df808e 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/Share.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/Share.strings
@@ -4,3 +4,6 @@
/* This message appears when a user tries to use 'Send Link to Device' action while not logged in */
"SendTo.NotSignedIn.Title.v119" = "Cha do rinn thu clàradh a-steach dhan chunntas agad.";
+/* The Toast message that appears when the user press copy on the share sheet with a file like a pdf */
+"ShareExtension.FileCopiedToClipboard.Title.v139" = "Chaidh lethbhreac dhen fhaidhle a chur air an stòr-bhòrd";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/SocialMediaApp.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/SocialMediaApp.strings
new file mode 100644
index 0000000000000..073d1f358fceb
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/SocialMediaApp.strings
@@ -0,0 +1,3 @@
+/* The name of WhatsApp, a popular instant messaging and video calling app. */
+"SentFromFirefox.SocialMediaApp.WhatsApp.Title.v134" = "WhatsApp";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/SocialShare.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/SocialShare.strings
new file mode 100644
index 0000000000000..189528e3233be
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/SocialShare.strings
@@ -0,0 +1,20 @@
+/* On the Settings screen, this is the subtitle text for a toggle which controls adding additional text to links shared to social media apps. %1$@ is the app name (e.g. Firefox). %2$@ is the social media app name (e.g. WhatsApp). */
+"SentFromFirefox.SocialShare.SettingsToggle.Subtitle.v134" = "Sgaoil am facal mu dhèidhinn %1$@ gach turas a cho-roinneas tu ceangal air %2$@.";
+
+/* On the Settings screen, this is the title text for a toggle which controls adding additional text to links shared to social media apps. %1$@ is the app name (e.g. Firefox). %2$@ is the social media app name (e.g. WhatsApp). */
+"SentFromFirefox.SocialShare.SettingsToggle.Title.v134" = "Gabh a-staigh ceangal %1$@ airson a luchdadh a-nuas is tu ga cho-roinneadh air %2$@";
+
+/* When a user shares a link to social media, this is the shared text they'll see in the social media app. %1$@ is the shared website's URL. %2$@ is the app name (e.g. Firefox). %3$@ is the link to download the app. */
+"SentFromFirefox.SocialShare.ShareMessageA.Title.v134" = "%1$@ Air a chur o %2$@ 🦊 Feuch am brabhsair mobile: %3$@";
+
+/* When a user shares a link to social media, this is the shared text they'll see in the social media app. %1$@ is the shared website's URL. %2$@ is the app name (e.g. Firefox). %3$@ is the link to download the app. The '
+' symbols denote empty lines separating the first link parameter from the rest of the text. */
+"SentFromFirefox.SocialShare.ShareMessageA.Title.v137" = "%1$@\n\nAir a chur o %2$@ 🦊 Feuch am brabhsair mobile: %3$@";
+
+/* When a user shares a link to social media, this is the shared text they'll see in the social media app. %1$@ is the shared website's URL. %2$@ is the app name (e.g. Firefox). %3$@ is the link to download the app. */
+"SentFromFirefox.SocialShare.ShareMessageB.Title.v134" = "%1$@ Air a chur o %2$@ 🦊 %3$@";
+
+/* When a user shares a link to social media, this is the shared text they'll see in the social media app. %1$@ is the shared website's URL. %2$@ is the app name (e.g. Firefox). %3$@ is the link to download the app. The '
+' symbols denote empty lines separating the first link parameter from the rest of the text. */
+"SentFromFirefox.SocialShare.ShareMessageB.Title.v137" = "%1$@\n\nAir a chur o %2$@ 🦊 %3$@";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/Summarize.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/Summarize.strings
new file mode 100644
index 0000000000000..66890fa1bd183
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/Summarize.strings
@@ -0,0 +1,3 @@
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the description of one that points the user to the summarize button on the new toolbar layout. */
+"ContextualHints.Summarize.Description.v142" = "Thoir gnogag airson geàrr-chunntas a dhèanamh air an duilleag seo. Bean ris is cùm airson an sealladh leughaidh.";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/Summarizer.strings
new file mode 100644
index 0000000000000..91b52ddf4cd2b
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/Summarizer.strings
@@ -0,0 +1,63 @@
+/* The label displayed in the summary report when the summary was generated using Apple Intelligence. */
+"Summarizer.AppleBrand.Label.v142" = "An gèarr-chunntas le Apple Intelligence";
+
+/* The a11y label for the close button in the summary view. */
+"Summarizer.CloseButton.Accessibility.Label.v145" = "Dùin an geàrr-chunntas";
+
+/* The label for the error button that allows the user to close the summary view because there is an error summarizing the page and the summary cannot be retried. */
+"Summarizer.CloseButton.Label.v142" = "Dùin";
+
+/* The error message displayed when the summarizer encounters missing page content while summarizing a page (e.g the page is still loading). */
+"Summarizer.Error.MissingPageContent.Message.v142" = "Tha an duilleag ga luchdadh fhathast. Fuirich gus am bi e air a luchdadh is buail “Dèan geàrr-chunntas” an uair sin.";
+
+/* The error message displayed when the summarizer encounters a rate limit while summarizing a page. */
+"Summarizer.Error.RateLimited.Message.v142" = "Chan urrainn dhuinn seo a dhèanamh dhut an-dràsta fhèin. Feuch ris a-rithist an ceann greis!";
+
+/* The error message displayed when the summarizer encounters an unknown error while summarizing a page. */
+"Summarizer.Error.Unknown.Message.v142" = "Dh’èirich mearachd nuair a bha sinn airson geàrr-chunntas a dhèanamh. Feuch ris a-rithist.";
+
+/* The error message displayed when the summarizer encounters unsafe content while summarizing a page. */
+"Summarizer.Error.UnsafeWebsite.Message.v142" = "Mhothaich sinn nach eil cus susbaint ann. Dh’fhaodte gu bheil an duilleag seo air a chuingeachadh no nach eil cus ann ach dealbhan.";
+
+/* The error message displayed when the summarizer encounters unsupported content while summarizing a page (e.g unsupported language, content too long). */
+"Summarizer.Error.UnsupportedContent.Message.v142" = "Cha leig an làrach-lìn seo le daoine geàrr-chunntasan a dhèanamh air. Feuch duilleag eile.";
+
+/* The description is displayed at the end of the summary report as a footnote to the users in that the report can contain errors. */
+"Summarizer.Footnote.Label.v144" = "An aire: nì gleus nan geàrr-chunntasan mearachdan.";
+
+/* The label displayed in the summary report when the summary was generated using by a third-party service. %@ refers to the name of the service/app (e.g Firefox). */
+"Summarizer.HostedBrand.Label.v142" = "An geàrr-chunntas le %@";
+
+/* The a11y label for the loading label on the summarize loading screen. */
+"Summarizer.Loading.Accessibility.Label.v145" = "A’ luchdadh a’ gheàrr-chunntais";
+
+/* When the user uses the summarizing feature, this is the loading label that is shown while the summarization is being performed. */
+"Summarizer.Loading.Label.v142" = "A’ dèanamh geàrr-chunntas…";
+
+/* The a11y label for the retry button in the summary view when the summarizer fails with an error that allows retrying to summarize the page. */
+"Summarizer.RetryButton.Accessibility.Label.v145" = "Feuch ri geàrr-chunntas fhaighinn air an duilleag-lìn a-rithist";
+
+/* The label for the error button that allows the user to retry summarizing the page. */
+"Summarizer.RetryButton.Label.v142" = "Feuch ris a-rithist";
+
+/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
+"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Slaod an duilleag-lìn no thoirt gnogag air airson an geàrr-chunntas a dhùnadh";
+
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "Chan eil geàrr-chunntas ri fhaighinn";
+
+/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
+"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Mar a dh’obraicheas e";
+
+/* The a11y label for the allow button on the info panel when the user has not yet accepted the ToS. */
+"Summarizer.ToS.InfoPanel.AllowButton.Accessibility.Label.v145" = "Gabh ris na teirmichean";
+
+/* The label for the accept button in the info panel in the summarizer when the user has not yet accepted the ToS. */
+"Summarizer.ToS.InfoPanel.ContinueButton.Label.v143" = "Lean air adhart";
+
+/* The message for the Terms of Service alert that asks the user if they want to continue to summarize the page. %@ is the app name (e.g Firefox). */
+"Summarizer.ToS.InfoPanel.Label.v143" = "Faic dè a’ bhrìgh a th’ ann am priobadh na sùla le %@.";
+
+/* The title for the Terms of Service information panel that asks the user if they want to summarize this page. */
+"Summarizer.ToS.InfoPanel.Title.Label.v143" = "Ag iarraidh geàrr-chunntas air an duilleag seo?";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/TabsTray.strings
index 8e126f6d96ba3..5379b1be59bcf 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/TabsTray.strings
@@ -16,3 +16,33 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Sioncronaich na tabaichean";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "Taba ùr";
+
+/* The title on the button to look at regular tabs. */
+"TabTray.TabsSelectorNormalTabsTitle.v140" = "Tabaichean";
+
+/* The title on the button to look at synced tabs. */
+"TabTray.TabsSelectorSyncedTabsTitle.v140" = "Sioncronachadh";
+
+/* Text for a button in the tabs tray used to open another menu to close older tabs. */
+"TabTrayCloseOldTabsTitle.v140" = "Dùin na seann-tabaichean…";
+
+/* Text for a button in the tabs tray used delete current active tabs. %@ is for the number of tabs that will be going to be closed. */
+"TabTrayCloseOneTabTitle.v145" = "Dùin na tabaichean (%@)";
+
+/* Text for the menu title under the tabs tray in which users can close tabs older than a certain period of time. */
+"TabTrayCloseTabsOlderThanTitle.v140" = "Dùin tabaichean a tha nas sine na…";
+
+/* The label for a button that closes tabs older than 1 day ago. Shown in a menu under the tabs tray. */
+"TabTrayOneDayAgoTitle.v140" = "Latha air ais";
+
+/* The label for a button that closes tabs older than 1 month ago. Shown in a menu under the tabs tray. */
+"TabTrayOneMonthAgoTitle.v140" = "Mìos air ais";
+
+/* The label for a button that closes tabs older than 1 week ago. Shown in a menu under the tabs tray. */
+"TabTrayOneWeekAgoTitle.v140" = "Seachdain air ais";
+
+/* Message spoken by VoiceOver saying the position of the currently selected page in the tab tray selector (%1$@), along with the total number of selector (%2$@). E.g. “1 of 3” says that page 1 is visible, out of 3 pages total. */
+"TabTraySelectorAccessibilityHint.v139" = "%1$@ à %2$@";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/TermsOfUse.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/TermsOfUse.strings
new file mode 100644
index 0000000000000..4708f7ccbd6db
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/TermsOfUse.strings
@@ -0,0 +1,42 @@
+/* Label for the button that confirms user acceptance of the Terms of Use. */
+"TermsOfUse.AcceptButton.v142" = "Gabh ris";
+
+/* Label for the back button shown in the Terms of Use web view. */
+"TermsOfUse.BackButton.v142" = "Air ais";
+
+/* Introductory message in the Terms of Use sheet that mentions updated Terms of Use and Privacy Notice. %@ will be replaced with the app name (e.g., Firefox). */
+"TermsOfUse.Description.v142" = "Thug sinn a-steach teirmichean cleachdaidh airson %@ agus dh’ùraich sinn aithris na prìobhaideachd againn.";
+
+/* Text shown in the Terms of Use bottom sheet for variants 1 and 2. %@ is replaced with the localized 'here' link text. */
+"TermsOfUse.LearnMoreHere.v147" = "Gheibh thu barrachd fiosrachaidh %@.";
+
+/* Link text for 'here' in the phrase 'You can learn more here.' shown in the Terms of Use sheet for variants 1 and 2. */
+"TermsOfUse.Link.HereText.v147" = "an-seo";
+
+/* Link shown in the Terms of Use sheet to direct users to more details about the update. */
+"TermsOfUse.Link.LearnMore.v142" = "Barrachd fiosrachaidh";
+
+/* Hyperlink label pointing to the Privacy Notice document from the Terms of Use sheet. */
+"TermsOfUse.Link.PrivacyNotice.v142" = "Aithris na prìobhaideachd";
+
+/* Hyperlink label for the Terms of Use document. %@ is replaced with the app name (e.g., Firefox). */
+"TermsOfUse.Link.TermsOfUse.v142" = "Teirmichean a’ chleachdaidh aig %@";
+
+/* Label for the button that allows the user to postpone accepting the Terms of Use. */
+"TermsOfUse.RemindMeLaterButton.v142" = "Cuir nam chuimhne uaireigin eile";
+
+/* Descriptive text shown before user accepts the Terms of Use. Includes link text for 'Learn more'. */
+"TermsOfUse.ReviewAndAcceptText.v142" = "Gabh mionaid, thoir sùil orra ’s gabh riutha. Barrachd fiosrachaidh";
+
+/* Accessibility notification that is triggered when the Terms of Use sheet is presented. */
+"TermsOfUse.TermsOfUseHasOpened.v142" = "Chaidh siota teirmichean a’ chleachdaidh fhosgladh";
+
+/* Title shown at the top of the Terms of Use bottom sheet, indicating that there is an update to terms of use. */
+"TermsOfUse.Title.v142" = "Fhuair sinn ùrachadh";
+
+/* Title shown at the top of the Terms of Use bottom sheet for variant 1. */
+"TermsOfUse.TitleValue1.v147" = "Teirmichean a’ chleachdaidh";
+
+/* Title shown at the top of the Terms of Use bottom sheet for variant 2. %@ is replaced with the app name (e.g., Firefox). */
+"TermsOfUse.TitleValue2.v147" = "Brath o %@";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/Toolbar.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/Toolbar.strings
index 34d2b4e9a4098..f89658bdc17df 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/Toolbar.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/Toolbar.strings
@@ -1,6 +1,30 @@
+/* Accessibility label for the Main Menu button in the toolbar, specifing that the button will open Main Menu */
+"Toolbar.Menu.Button.A11y.Label.v135" = "Am prìomh-chlàr-taice";
+
/* Accessibility label for the new tab button that can be displayed in the navigation or address toolbar. */
"Toolbar.NewTab.Button.v130" = "Taba ùr";
+/* Accessibility label for the summarize button that can be displayed in the address toolbar. */
+"Toolbar.NewTab.Button.v142" = "Dèan geàrr-chunntas air an duilleag";
+
/* Label for button on action sheet, accessed via long pressing tab toolbar button, that closes the current tab when pressed */
"Toolbar.Tab.CloseThisTab.Button.v130" = "Dùin an taba seo";
+/* Accessibility label for the tabs button in the toolbar, specifing the number of tabs open. */
+"Toolbar.Tabs.Button.A11y.Label.v135" = "Tabaichean a tha fosgailte";
+
+/* Large content title for the tabs button in the toolbar, specifying the number of tabs open. %@ is the number of open tabs. */
+"Toolbar.Tabs.Button.A11y.LargeContentTitle.v137" = "Tabaichean fosgailte: %@";
+
+/* Large content title for the tabs button in the toolbar, specifying that more than 99 tabs are open. */
+"Toolbar.Tabs.Button.A11y.OverflowLargeContentTitle.v137" = "Tha còrr is 99 taba fosgailte";
+
+/* Accessibility label for the translation button that can be displayed in the address toolbar and is shown to indicate the page is already translated. */
+"Toolbar.Translation.ButtonActive.AccessibilityLabel.v145" = "Seall an duilleag sa chànan tùsail";
+
+/* Accessibility label for the translation button that can be displayed in the address toolbar and used to translate a webpage. */
+"Toolbar.Translation.ButtonInactive.AccessibilityLabel.v145" = "Eadar-theangaich an duilleag";
+
+/* Accessibility label for a loading button that can be displayed in the address toolbar to indicate that the page is in the process of being translated. */
+"Toolbar.Translation.LoadingButton.AccessibilityLabel.v145" = "Ag eadar-theangachadh na duilleige";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/ToolbarLocation.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/ToolbarLocation.strings
index a2c78f8637a39..16db890ebb9d0 100644
--- a/firefox-ios/Shared/Supporting Files/gd.lproj/ToolbarLocation.strings
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/ToolbarLocation.strings
@@ -7,3 +7,9 @@
/* Contextual hints are little popups that appear for the users informing them of new features. This one indicates a user can navigate to the Settings page to move the search bar to the bottom. */
"ContextualHints.Toolbar.Top.Description.v107" = "Gluais am bàr-inneal gun bhonn mas fheàrr leat an-sin e.";
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the description of one that points the user to the new toolbar layout. */
+"ContextualHints.Toolbar.Update.Description.v139" = "Chaidh na tabaichean is an clàr-taice a chur an àite a chèile airson ’s gum bi am brabhsadh nas fheàrr.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the title of one that points the user to the new toolbar layout. */
+"ContextualHints.Toolbar.Update.Title.v139" = "Ghluais sinn rud no dhà mun cuairt";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/Translations.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/Translations.strings
new file mode 100644
index 0000000000000..27f6fed876da8
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/Translations.strings
@@ -0,0 +1,75 @@
+/* On top of the bottom toolbar, there can be a translations banner, this is the accessibility label for the close button that appears on the banner that allows the user to dismiss the translations banner. */
+"Translations.Banner.Close.Button.AccessibilityLabel.v145" = "Dùin panail an eadar-theangachaidh";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the text that appears on the banner to inform the user that the page has been translated to another language. %1$@ is the original language and %2$@ is the language that the page was translated to. */
+"Translations.Banner.ConfirmationTitleLabel.v145" = "Chaidh %2$@ a chur air %1$@";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the text that appears on the banner to inform the user that they hit an error or issue when trying to translate the page. */
+"Translations.Banner.ErrorMessage.TitleLabel.v145" = "Cha b’ urrainn dhuinn an duilleag eadar-theangachadh";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the accessibility label for the loading button that appears when the page is being translated. */
+"Translations.Banner.Loading.Button.AccessibilityLabel.v145" = "Ag eadar-theangachadh na duilleige";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the accessibility label for the chevron button that navigates the user to the translation settings page. */
+"Translations.Banner.OpenSettings.Button.AccessibilityLabel.v145" = "Fosgail na roghainnean cànain";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the button that appears on the banner that allows the user to try to translate a page again after facing an error. */
+"Translations.Banner.RetryButton.v145" = "Feuch ris a-rithist";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the text that appears on the banner to inform the user that they can translate the page to another language. %@ is the other language (e.g. English). */
+"Translations.Banner.TitleLabel.v145" = "A bheil thu airson %@ a chur air an duilleag?";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the button that appears on the banner that allows the user to tap on and translate the webpage. */
+"Translations.Banner.TranslateButton.v145" = "Eadar-theangaich";
+
+/* This is the text on the button used to translate a page from one language to another and the button is shown on the translation feature bottom sheet view. */
+"Translations.Sheet.Button.v145" = "Eadar-theangaich";
+
+/* This is the text for the cell that indicates that a user can choose a language to translate from, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.ChooseLanguage.v145" = "Tagh cànan";
+
+/* On the translation feature bottom sheet, this is the text that describes that an error has occurred. */
+"Translations.Sheet.Error.GeneralSubtitle.v145" = "Feuch ris a-rithist.";
+
+/* On the translation feature bottom sheet, this is the text that describes that an error has occurred. */
+"Translations.Sheet.Error.GeneralTitle.v145" = "Cha b’ urrainn dhuinn an duilleag eadar-theangachadh";
+
+/* On the translation feature bottom sheet, this is the title for the button that allows the user to try to translate a page again after facing an error. */
+"Translations.Sheet.Error.RetryButton.v145" = "Feuch ris a-rithist";
+
+/* On the translation feature bottom sheet, this is the subtitle for the error message that appears when a user has no internet connection when trying to translate a page. */
+"Translations.Sheet.Error.SubtitleLabel.v145" = "Thoir sùil air a’ cheangal agad ris an eadar-lìon is feuch ris a-rithist.";
+
+/* On the translation feature bottom sheet, this is the text for the error message that appears when a user has no internet connection when trying to translate a page. */
+"Translations.Sheet.Error.TitleLabel.v145" = "Cha b’ urrainn dhuinn na cànain a luchdadh";
+
+/* This is a less descriptive text for the cell that allows users to select what language they want to translate the page from, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.FromLabel.v145" = "O";
+
+/* This is the text on the secondary button used to indicate that page is being translated and the button is shown on the translation feature bottom sheet view. */
+"Translations.Sheet.LoadingButton.v145" = "Ag eadar-theangachadh na duilleige";
+
+/* This is the accessibility label to announce that the page is translated and loading is completed. From a user perspective, they will see the translation icon go from loading state to active state, which means we received the a valid translation response from translating the page. */
+"Translations.Sheet.LoadingCompleted.AccessibilityLabel.v147" = "Chaidh an duilleag eadar-theangachadh";
+
+/* This is the text on the secondary button used to restore the translated page to its original language and the button is shown on the translation feature bottom sheet view. */
+"Translations.Sheet.ShowOriginalButton.v145" = "Seall an tionndadh tùsail";
+
+/* This is the title for the bottom sheet view that allows users to configure their language preferences for the translations feature. */
+"Translations.Sheet.TitleLabel.v145" = "Eadar-theangaich an duilleag";
+
+/* This is the less descriptive text for the cell that allows users to select what language they want to translate the page to, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.ToLabel.v145" = "Gu";
+
+/* This is the accessibility label for the cell that allows users to select what language they want to translate the page from, as part of the bottom sheet view for the translations feature. %@ is the language selected (e.g. English). */
+"Translations.Sheet.TranslateFrom.AccessibilityLabel.v145" = "Eadar-theangaich on chànan seo: %@";
+
+/* This is the text for the cell that allows users to select what language they want to translate the page from, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.TranslateFromLabel.v145" = "Eadar-theangaich on chànan seo:";
+
+/* This is the accessibility label for the cell that allows users to select what language they want to translate the page to, as part of the bottom sheet view for the translations feature. %@ is the language selected (e.g. English). */
+"Translations.Sheet.TranslateTo.AccessibilityLabel.v145" = "Cuir %@ air";
+
+/* This is the text for the cell that allows users to select what language they want to translate the page to, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.TranslateToLabel.v145" = "Cuir an cànan a leanas air:";
+
diff --git a/firefox-ios/Shared/Supporting Files/gd.lproj/WebView.strings b/firefox-ios/Shared/Supporting Files/gd.lproj/WebView.strings
new file mode 100644
index 0000000000000..1d14ab64983c6
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/gd.lproj/WebView.strings
@@ -0,0 +1,6 @@
+/* The accessibility label read when loading a document in the web view's custom document loading UI. */
+"WebView.DocumentLoadingAccessibilityLabel.v137" = "A’ luchdadh na sgrìobhainne";
+
+/* The label shown while loading a document in the web view's custom document loading UI */
+"WebView.DocumentLoadingLabel.v137" = "Ga luchdadh…";
+
diff --git a/firefox-ios/Shared/Supporting Files/gl.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/gl.lproj/AppIconSelection.strings
index 30ac40effa7c8..5985355b74e9b 100644
--- a/firefox-ios/Shared/Supporting Files/gl.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/gl.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Hora azul";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Bonito";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cian";
@@ -34,12 +31,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Abrazo";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Preguiceiro";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Claro";
diff --git a/firefox-ios/Shared/Supporting Files/gl.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/gl.lproj/FirefoxHomepage.strings
index 57334c20d36ed..9ad0a0a7456e7 100644
--- a/firefox-ios/Shared/Supporting Files/gl.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/gl.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Historias";
-
/* This is the title of the Stories section on Firefox Homepage. */
"FirefoxHome.Stories.SectionTitle.v140" = "Historias";
diff --git a/firefox-ios/Shared/Supporting Files/gl.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/gl.lproj/MainMenu.strings
index 67337e5f4f6e2..cdd91615d4f2c 100644
--- a/firefox-ios/Shared/Supporting Files/gl.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/gl.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Establecer %@ como predeterminado";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Desactivado";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Activado";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Marcadores";
@@ -259,9 +253,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modo nocturno";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Aumento da páxina (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Aumento da páxina";
diff --git a/firefox-ios/Shared/Supporting Files/he.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/he.lproj/AppIconSelection.strings
index c6629615ad029..606484490b817 100644
--- a/firefox-ios/Shared/Supporting Files/he.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/he.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "שעה כחולה";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "חמוד";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "ציאן";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "ירוק";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "חיבוק";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "עצלן";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "בהיר";
diff --git a/firefox-ios/Shared/Supporting Files/he.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/he.lproj/EnhancedTrackingProtection.strings
index 04fd0c0e3e361..9f2948a8f3760 100644
--- a/firefox-ios/Shared/Supporting Files/he.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/he.lproj/EnhancedTrackingProtection.strings
@@ -76,12 +76,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "רכיבי מעקב שנחסמו: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "מצב רגיל חוסם רכיבי מעקב נפוצים לאחר שדף מתחיל להיטען, כך שייתכן שתוצג ספירה גבוהה יותר של רכיבי מעקב. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "מצב מחמיר חוסם יותר רכיבי מעקב בכך שהוא עוצר אותם לפני שהדף נטען, כך שייתכן שתוצג ספירה נמוכה יותר של רכיבי מעקב. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "אומת על־ידי %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "הצגת אישור";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "מידע נוסף";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "ההגנות של %@ מושבתות כרגע. אנו מציעים להפעיל מחדש את ההגנות.";
diff --git a/firefox-ios/Shared/Supporting Files/he.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/he.lproj/FirefoxHomepage.strings
index a12755e43f64c..034c6bf7d0ae3 100644
--- a/firefox-ios/Shared/Supporting Files/he.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/he.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "סיפורים";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "עדכנו את %1$@ שלנו כדי לשקף את התכונות העדכניות ביותר ב־%2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/he.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/he.lproj/MainMenu.strings
index 50d438f03fa7d..930fe78edc081 100644
--- a/firefox-ios/Shared/Supporting Files/he.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/he.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "הגדרת %@ כברירת המחדל";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "כבוי";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "פעיל";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "סימניות";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "מצב לילה";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "מרחק מתצוגה של הדף (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "מרחק מתצוגה של הדף";
diff --git a/firefox-ios/Shared/Supporting Files/he.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/he.lproj/RelayMask.strings
index 94344dc90afe3..b5bdb837f6333 100644
--- a/firefox-ios/Shared/Supporting Files/he.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/he.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "חדש! מסכות דוא״ל Relay של %@ זמינות כעת בנייד.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "5 מסכות הדוא״ל החינמיות שלך נמצאות בשימוש, אז בחרנו אחת בשבילך.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "השתמשת ב־5 מסכות הדוא״ל החינמיות שלך, אז בחרנו אחת בשבילך לשימוש חוזר.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "מסכת דוא״ל הוכנסה";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "הסתרת כתובת הדוא״ל האמיתית שלך כדי להגן על תיבת הדואר הנכנס שלך מפני דואר זבל. חלק מהאתרים אינם תומכים בכך.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "הסתרת כתובת הדוא״ל האמיתית שלך כדי להגן על תיבת הדואר הנכנס שלך מפני דואר זבל. חלק מהאתרים אינם תומכים במסכות דוא״ל.";
diff --git a/firefox-ios/Shared/Supporting Files/he.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/he.lproj/Summarizer.strings
index bc7cca693a6e3..c1b369df519eb 100644
--- a/firefox-ios/Shared/Supporting Files/he.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/he.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "הסיכום לא זמין";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "לאפשר";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ משתמש ב־Apple Intelligence כדי לסכם עמודים.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "ביטול";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "המשך";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ משתמש בבינה מלאכותית מבוססת ענן כדי לסכם עמודים, ומחזיר את הסיכומים האלו למכשיר שלך.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "מידע נוסף";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "לאפשר סיכומי עמודים?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "איך זה עובד";
diff --git a/firefox-ios/Shared/Supporting Files/hr.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/hr.lproj/AppIconSelection.strings
index ac3178a4cf664..91db58b9cfe8e 100644
--- a/firefox-ios/Shared/Supporting Files/hr.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/hr.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Plavi sat";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Ljupka";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cijan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Zelena";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Zagrljaj";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lijena";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Svijetla";
diff --git a/firefox-ios/Shared/Supporting Files/hr.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/hr.lproj/EnhancedTrackingProtection.strings
index 2ffc88e85c303..01ccced92a152 100644
--- a/firefox-ios/Shared/Supporting Files/hr.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/hr.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Blokirani programi za praćenje: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "„Standardno” blokira uobičajene alate za praćenje nakon što se stranica počne učitavati, stoga možeš vidjeti veći broj programa za praćenje. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "„Strogo” blokira više programa za praćenje zaustavljajući ih prije učitavanja stranice, stoga možeš vidjeti manji broj programa za praćenje. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Ovjereno od %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Pogledaj certifikat";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Saznaj više";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ je deaktiviran. Predlažemo ponovno uključivanje zaštite.";
diff --git a/firefox-ios/Shared/Supporting Files/hr.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/hr.lproj/FirefoxHomepage.strings
index 35088045a0c86..59b44dcfe5e8c 100644
--- a/firefox-ios/Shared/Supporting Files/hr.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/hr.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Priče";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Aktualizirali smo naš dokument %1$@ kako bi odražavao najnovije %2$@ funkcije. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/hr.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/hr.lproj/MainMenu.strings
index c7117119657c7..61fd3cb97beb7 100644
--- a/firefox-ios/Shared/Supporting Files/hr.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/hr.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Postavi %@ kao standardni preglednik";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Isključeno";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Uključeno";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Zabilješke";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Noćni modus";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zumiranje stranice (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zumiranje stranice";
@@ -365,7 +356,7 @@
"MainMenu.ToolsSection.AccessibilityLabels.Save.v133" = "Podizbornik „Spremi”";
/* On the main menu, the accessibility label for the action that will summarize the content of the webpage. */
-"MainMenu.ToolsSection.AccessibilityLabels.SummarizePage.v142" = "Sažmi stranicu";
+"MainMenu.ToolsSection.AccessibilityLabels.SummarizePage.v142" = "Izradi sažetak stranice";
/* On the main menu, the accessibility label for the action that will switch a site from mobile version to the desktop version, if available. */
"MainMenu.ToolsSection.AccessibilityLabels.SwitchToDesktopSite.v132" = "Prebaci na desktop prikaz web-stranice";
@@ -404,7 +395,7 @@
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Spremi";
/* On the main menu, the title for the action that will summarize the content of the webpage. */
-"MainMenu.ToolsSection.SummarizePage.Title.v142" = "Sažmi stranicu";
+"MainMenu.ToolsSection.SummarizePage.Title.v142" = "Izradi sažetak stranice";
/* On the main menu, the title for the action that will switch a site from mobile version to the desktop version, if available. */
"MainMenu.ToolsSection.SwitchToDesktopSite.Title.v131" = "Prebaci na desktop prikaz web-stranice";
diff --git a/firefox-ios/Shared/Supporting Files/hr.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/hr.lproj/RelayMask.strings
index a15886f0cb9ce..9af79aa5a5f35 100644
--- a/firefox-ios/Shared/Supporting Files/hr.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/hr.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Novo! %@ Relay maske e-mail adresa su sada dostupne na mobilnim uređajima.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Tvoje 5 besplatne maske e-mail adresa se koriste, stoga smo odabrali jednu za tebe.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Iskoristio/la si tvoje 5 besplatne maske e-mail adrese, stoga smo odabrali jednu koju možeš ponovo koristiti.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Umetnuta je maska e-mail adrese";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Sakrij svoju pravu e-mail adresu kako bi zaštitio/la pristiglu poštu od neželjene pošte. Neke web-stranice to ne podržavaju.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Sakrij svoju pravu e-mail adresu kako bi zaštitio/la pristiglu poštu od neželjene pošte. Neke web-stranice to ne podržavaju maskiranje e-mail adresa.";
diff --git a/firefox-ios/Shared/Supporting Files/hr.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/hr.lproj/Settings.strings
index 9d44ca26cbcf4..565ef5b23c91c 100644
--- a/firefox-ios/Shared/Supporting Files/hr.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/hr.lproj/Settings.strings
@@ -263,10 +263,10 @@
"Settings.Summarize.FooterTitle.v142" = "Omogućuje pristup sažecima stranica.";
/* This is the footer text for the gestures features under the Summarize settings section. */
-"Settings.Summarize.GesturesSection.FooterTitle.v142" = "Protresi svoj uređaj za sažimanje stranice.";
+"Settings.Summarize.GesturesSection.FooterTitle.v142" = "Protresi svoj uređaj za dobivanje sažetka stranice.";
/* This is the title for the setting that toggles the Shake Gesture feature under the Summarize settings section. */
-"Settings.Summarize.GesturesSection.ShakeGestureTitle.v142" = "Protresi za sažimanje";
+"Settings.Summarize.GesturesSection.ShakeGestureTitle.v142" = "Protresi za dobivanje sažetka";
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "Geste";
@@ -284,7 +284,7 @@
"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Jezik web-stranice";
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
-"Settings.Summarize.SummarizePagesTitle.v142" = "Sažmi stranice";
+"Settings.Summarize.SummarizePagesTitle.v142" = "Izradi sažetak stranica";
/* In the settings menu, in the General section, this is the title for the Summarize settings section. */
"Settings.Summarize.Title.v142" = "Sažeci stranica";
diff --git a/firefox-ios/Shared/Supporting Files/hr.lproj/Summarize.strings b/firefox-ios/Shared/Supporting Files/hr.lproj/Summarize.strings
index 1da656ce0fb5a..5ab2e9520259a 100644
--- a/firefox-ios/Shared/Supporting Files/hr.lproj/Summarize.strings
+++ b/firefox-ios/Shared/Supporting Files/hr.lproj/Summarize.strings
@@ -1,3 +1,3 @@
/* Contextual hints are little popups that appear for the users informing them of new features. This is the description of one that points the user to the summarize button on the new toolbar layout. */
-"ContextualHints.Summarize.Description.v142" = "Dodirni za sažimanje ove stranice. Dodirni i drži za prikaz čitača.";
+"ContextualHints.Summarize.Description.v142" = "Dodirni za dobivanje sažetka ove stranice. Dodirni i drži za prikaz čitača.";
diff --git a/firefox-ios/Shared/Supporting Files/hr.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/hr.lproj/Summarizer.strings
index 7b2b89c8ec72c..c6834ce7059d5 100644
--- a/firefox-ios/Shared/Supporting Files/hr.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/hr.lproj/Summarizer.strings
@@ -8,7 +8,7 @@
"Summarizer.CloseButton.Label.v142" = "Zatvori";
/* The error message displayed when the summarizer encounters missing page content while summarizing a page (e.g the page is still loading). */
-"Summarizer.Error.MissingPageContent.Message.v142" = "Stranica se još učitava. Pričekaj da završi, a zatim klikni na „Sažmi”.";
+"Summarizer.Error.MissingPageContent.Message.v142" = "Stranica se još učitava. Pričekaj da završi, a zatim klikni na „Izradi sažetak”.";
/* The error message displayed when the summarizer encounters a rate limit while summarizing a page. */
"Summarizer.Error.RateLimited.Message.v142" = "Ovo se trenutačno ne može obraditi. Pokušaj ponovo kasnije!";
@@ -35,7 +35,7 @@
"Summarizer.Loading.Label.v142" = "Sažimanje …";
/* The a11y label for the retry button in the summary view when the summarizer fails with an error that allows retrying to summarize the page. */
-"Summarizer.RetryButton.Accessibility.Label.v145" = "Ponovo pokušaj sažeti web stranicu";
+"Summarizer.RetryButton.Accessibility.Label.v145" = "Ponovo pokušaj izraditi sažetak za web-stranicu";
/* The label for the error button that allows the user to retry summarizing the page. */
"Summarizer.RetryButton.Label.v142" = "Pokušaj ponovo";
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Sažetak nije dostupan";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Dopusti";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ koristi Apple Intelligence za sažimanje stranica.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Odustani";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Nastavi";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ koristi umjetnu inteligenciju u oblaku za sažimanje stranica i vraća te sažetke na tvoj uređaj.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Saznaj više";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Dopustiti sažimanje stranica?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Kako funkcionira";
@@ -80,5 +59,5 @@
"Summarizer.ToS.InfoPanel.Label.v143" = "Pogledaj glavne točke u sekundama pomoću aplikacije %@.";
/* The title for the Terms of Service information panel that asks the user if they want to summarize this page. */
-"Summarizer.ToS.InfoPanel.Title.Label.v143" = "Sažeti ovu stranicu?";
+"Summarizer.ToS.InfoPanel.Title.Label.v143" = "Izraditi sažetak za ovu stranicu?";
diff --git a/firefox-ios/Shared/Supporting Files/hr.lproj/Toolbar.strings b/firefox-ios/Shared/Supporting Files/hr.lproj/Toolbar.strings
index 7cd1b81a51fad..fba0746a4b414 100644
--- a/firefox-ios/Shared/Supporting Files/hr.lproj/Toolbar.strings
+++ b/firefox-ios/Shared/Supporting Files/hr.lproj/Toolbar.strings
@@ -5,7 +5,7 @@
"Toolbar.NewTab.Button.v130" = "Nova kartica";
/* Accessibility label for the summarize button that can be displayed in the address toolbar. */
-"Toolbar.NewTab.Button.v142" = "Sažmi stranicu";
+"Toolbar.NewTab.Button.v142" = "Izradi sažetak stranice";
/* Label for button on action sheet, accessed via long pressing tab toolbar button, that closes the current tab when pressed */
"Toolbar.Tab.CloseThisTab.Button.v130" = "Zatvori ovu karticu";
diff --git a/firefox-ios/Shared/Supporting Files/hsb.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/hsb.lproj/AppIconSelection.strings
index a6b8cf8adefaa..9d2d173745d4e 100644
--- a/firefox-ios/Shared/Supporting Files/hsb.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/hsb.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Módra hodźina";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Něžny";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Zeleny";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Wobjeće";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lěni";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Swětły";
diff --git a/firefox-ios/Shared/Supporting Files/hsb.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/hsb.lproj/EnhancedTrackingProtection.strings
index 038bc75100cfd..95a3a29eb47fc 100644
--- a/firefox-ios/Shared/Supporting Files/hsb.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/hsb.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Přesćěhowaki zablokowane: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standard zwučene přesćěhowaki blokuje, po tym zo strona poča so začitować, tohodla móžeće wyšu ličbu přesćěhowakow widźeć. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Striktny přesćěhowaki zastaji, prjedy hač so strona začita, zo by wjace přesćěhowakow blokěrował, tohodla móžeće nišu ličbu přesćěhowakow widźeć. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Wot %@ přepruwowany";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Certifikat pokazać";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Dalše informacije";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ njedźěła. Namjetujemy škity zaso zmóžnić.";
diff --git a/firefox-ios/Shared/Supporting Files/hsb.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/hsb.lproj/FirefoxHomepage.strings
index 2d8dfc652deaa..0833e308a2c3f 100644
--- a/firefox-ios/Shared/Supporting Files/hsb.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/hsb.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Stawiznički";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Smy swoju %1$@ zaktualizowali, zo bychmy najnowše funkcije w %2$@ wotbłyšćowali. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/hsb.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/hsb.lproj/MainMenu.strings
index 56f46c2f46fa6..a82d012fb7d92 100644
--- a/firefox-ios/Shared/Supporting Files/hsb.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/hsb.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Čińće %@ k swojemu standardej";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Wupinjeny";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Zapinjeny";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Zapołožki";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Nócny modus";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Měritko strony (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Měritko strony";
diff --git a/firefox-ios/Shared/Supporting Files/hsb.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/hsb.lproj/RelayMask.strings
index 375f35e6909f9..39ac164fe8ff5 100644
--- a/firefox-ios/Shared/Supporting Files/hsb.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/hsb.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Nowy! E-mejlowe maski %@ Relay su nětko za mobilne graty k dispoziciji.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Waše 5 darmotnych e-mejlowych maskow so wužiwaja, tohodla smy jednu za was wubrali.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Sće swoje 5 darmotnych e-mejlowych maskow wužił, tohodla smy jednu z nich za znowawužiwanje wubrali.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "E-mejlowa maska je so zasadźiła";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Schowajće swoju woprawdźitu e-mejlowu adresu, zo byšće swój póstowy dochad před spamom škitał. Někotre sydła to njepodpěruja.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Schowajće swoju woprawdźitu e-mejlowu adresu, zo byšće swój póstowy dochad před spamom škitał. Někotre sydła e-mejlowe maski njepodpěruja.";
diff --git a/firefox-ios/Shared/Supporting Files/hsb.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/hsb.lproj/Summarizer.strings
index 5a5205154a2bc..6697c37a543b9 100644
--- a/firefox-ios/Shared/Supporting Files/hsb.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/hsb.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Zjeće k dispoziciji njeje";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Dowolić";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ Apple Intelligence wužiwa, zo by strony zjimał.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Přetorhnyć";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Dale";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ KI wužiwa, kotraž na mróčeli bazuje, zo by strony zjimał a wróća wašemu gratej te zjeća.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Dalše informacije";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Zjeća stronow dowolić?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Kak funguje";
diff --git a/firefox-ios/Shared/Supporting Files/hu.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/hu.lproj/AppIconSelection.strings
index bf335be7a5c03..647074076f560 100644
--- a/firefox-ios/Shared/Supporting Files/hu.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/hu.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Kék óra";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Aranyos";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cián";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Zöld";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Ölelés";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lusta";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Világos";
diff --git a/firefox-ios/Shared/Supporting Files/hu.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/hu.lproj/EnhancedTrackingProtection.strings
index 0d5ca253d5db6..d9d4a95d6b43c 100644
--- a/firefox-ios/Shared/Supporting Files/hu.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/hu.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Blokkolt követők: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "A Szokásos blokkolja a gyakori követőket az oldal betöltésének megkezdése után, így magasabb követőszámot láthat. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "A Szigorú több nyomkövetőt blokkol még az oldal betöltése előtt, így lehet, hogy kevesebb követőt fog látni. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Ellenőrizte: %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Tanúsítvány megtekintése";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "További tudnivalók";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "A %@ szolgálaton kívül van. Javasoljuk a védelmek ismételt bekapcsolását.";
diff --git a/firefox-ios/Shared/Supporting Files/hu.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/hu.lproj/FirefoxHomepage.strings
index 99d9f4563dd81..c56345f71a864 100644
--- a/firefox-ios/Shared/Supporting Files/hu.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/hu.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Történetek";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Frissítettük az %1$@unkat, hogy tükrözze a %2$@ legújabb funkcióit. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Összes történet";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Hírek";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Hírek";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Ma népszerű";
diff --git a/firefox-ios/Shared/Supporting Files/hu.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/hu.lproj/MainMenu.strings
index 1c73e47587c40..afccb61a66264 100644
--- a/firefox-ios/Shared/Supporting Files/hu.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/hu.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "A %@ alapértelmezetté tétele";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Ki";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Be";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Könyvjelzők";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Éjszakai mód";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Oldalnagyítás (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Oldal nagyítása";
diff --git a/firefox-ios/Shared/Supporting Files/hu.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/hu.lproj/RelayMask.strings
index 92bdf62853114..d456325d31f38 100644
--- a/firefox-ios/Shared/Supporting Files/hu.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/hu.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Új! A %@ Relay e-mail-maszkok már mobilon is elérhetőek.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Az 5 ingyenes e-mail-maszkja használatban van, így választottunk egyet Önnek.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Felhasználta az 5 ingyenes e-mail-maszkját, ezért kiválasztottunk egyet, amelyet újra felhasználhat.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "E-mail-maszk beszúrva";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Rejtse el a valódi e-mail-címét, hogy megvédje a postafiókját a levélszeméttől. Néhány webhely nem támogatja.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Rejtse el a valódi e-mail-címét, hogy megvédje a postafiókját a levélszeméttől. Néhány webhely nem támogatja az e-mail-maszkokat.";
diff --git a/firefox-ios/Shared/Supporting Files/hu.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/hu.lproj/Summarizer.strings
index 09b6f7f177d59..699edbf839253 100644
--- a/firefox-ios/Shared/Supporting Files/hu.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/hu.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Nem érhető el összegzés";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Engedélyezés";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "A %@ az Apple Intelligence rendszert használja az összegző oldalakhoz.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Mégse";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Folytatás";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "A %@ felhő-alapú MI segítségével összegzi az oldalakat, és visszaküldi ezeket az összefoglalókat az eszközére.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "További tudnivalók";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Engedélyezi az oldalösszegzést?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Hogyan működik";
diff --git a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/AppIconSelection.strings
index 6f9d78a1af3c2..4dc774b63cb04 100644
--- a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Կապույտ ժամ";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Սիրունիկ";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Փիրուզագույն";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Կանաչ";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Գրկախառնություն ";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Ծույլ";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Լուսավոր";
diff --git a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/EnhancedTrackingProtection.strings
index 8a52d0ea2cf3b..6a3b9f5988189 100644
--- a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Հետագծողներն արգելափակված են՝ %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Ստանդարտն արգելափակում է տարածված հետագծողներին էջը բեռնելուց հետո, ուստի կարող եք տեսնել հետագծողների ավելի բարձր քանակ։ %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Խիստն արգելափակում է ավելի շատ հետագծողներ՝ կանգնեցնելով դրանք մինչև էջի բեռնումը, ուստի դուք կարող եք տեսնել հետագծողների ավելի ցածր քանակ։ %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Հաստատել է %@-ի կողմից";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Դիտել վկայագիրը";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Իմանալ ավելին";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@-ը ծառայությունից դուրս է: Առաջարկում ենք նորից միացնել պաշտպանությունը:";
diff --git a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/FirefoxHomepage.strings
index fd8f4ef6d357a..3690594fe2fb7 100644
--- a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Պատմություններ";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Մենք թարմացրել ենք մեր %1$@-ը՝ %2$@-ի վերջին հնարավորությունները ներառելու համար։ %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/MainMenu.strings
index 6ad7e479853f5..7ec724a9264bf 100644
--- a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Դարձրեք Ձեր սկզբնադիրը %@";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Անջ.";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Միաց.";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Էջանիշեր";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Գիշերային կերպ";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Էջի մեծացում (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Էջի մեծացում";
diff --git a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/RelayMask.strings
index 00f2bb7a2f989..54c6c2185ffe4 100644
--- a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Նորույթ! %@ Relay էլ.փոստի դիմակները այժմ հասանելի են բջջային հեռախոսներում։";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Ձեր 5 անվճար էլփոստի դիմակներն օգտագործվում են, ուստի մենք ձեզ համար մեկը ընտրեցինք։";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Դուք օգտագործել եք ձեր 5 անվճար էլփոստի դիմակները, ուստի մենք ընտրեցինք մեկը, որպեսզի կարողանաք վերօգտագործել։";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Էլ․ փոստի դիմակը տեղադրված է";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Թաքցրեք ձեր իրական էլ. փոստը՝ ձեր էլ. փոստարկղը սպամից պաշտպանելու համար: Որոշ կայքեր դա չեն աջակցում:";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Թաքցրեք ձեր իրական էլ. փոստը՝ ձեր էլ. փոստի արկղը սպամից պաշտպանելու համար: Որոշ կայքեր չեն աջակցում էլ. փոստի դիմակներ:";
diff --git a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/Summarizer.strings
index 1510a2e4f81c7..825c83b4619ac 100644
--- a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Ամփոփագիրը հասանելի չէ";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Թույլատրել";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@-ն օգտագործում է Apple Intelligence-ը՝ էջերը ամփոփելու համար։";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Չեղարկել";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Շարունակել";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@-ը օգտագործում է ամպային արհեստական բանականություն՝ էջերը ամփոփելու համար և այդ ամփոփումները վերադարձնում է ձեր սարքին։";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Իմանալ ավելին";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Թույլատրե՞լ էջերի ամփոփումները։";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Ինչպես է դա աշխատում";
diff --git a/firefox-ios/Shared/Supporting Files/ia.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/ia.lproj/AppIconSelection.strings
index 7bc3c6eda12c3..b809d74109061 100644
--- a/firefox-ios/Shared/Supporting Files/ia.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/ia.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Hora blau";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Agradabile";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyano";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Imbracio";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Pigre";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Clar";
diff --git a/firefox-ios/Shared/Supporting Files/ia.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/ia.lproj/EnhancedTrackingProtection.strings
index c45719a8a6544..dca79cd88ded5 100644
--- a/firefox-ios/Shared/Supporting Files/ia.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/ia.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Traciatores blocate: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "La protection standard bloca le traciatores currente post que un pagina initia cargar, tu pote pois constatar un numero elevate de traciatores. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "La protection stricte bloca plus de traciatores stoppante los ante cargar paginas, assi tu potera vider un numero inferior de traciatores. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verificate per %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Vider le certificato";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Pro saper plus";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ es foras de servicio. Nos consilia reactivar le protectiones.";
diff --git a/firefox-ios/Shared/Supporting Files/ia.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/ia.lproj/FirefoxHomepage.strings
index d1a43a8983cf8..bfe9bcfb4bfb6 100644
--- a/firefox-ios/Shared/Supporting Files/ia.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/ia.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Historias";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Nos ha actualisate nostre %1$@ pro reflecter le ultime functiones in %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/ia.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/ia.lproj/MainMenu.strings
index 01fdfd8234dde..a9f2f3c1ae5d5 100644
--- a/firefox-ios/Shared/Supporting Files/ia.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/ia.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Rende %@ tu predefinite";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Inactive";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Active";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Marcapaginas";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modo nocturne";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom de pagina (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom del pagina";
diff --git a/firefox-ios/Shared/Supporting Files/ia.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/ia.lproj/RelayMask.strings
index 7f448f46f275b..47753fa825746 100644
--- a/firefox-ios/Shared/Supporting Files/ia.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/ia.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Nova! Le mascas de e-mail %@ Relay es ora disponibile sur apparatos mobile.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Tu 5 mascas de e-mail gratuite es jam in uso, assi nos ha eligite un pro te.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Tu ha usate tu 5 mascas de e-mail gratuite, assi nos eligeva un pro te a reusar.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Masca email inserite";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Masca tu real e-mail pro proteger tu cassa de entrata contra le spam. Alcun sitos non lo supporta.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Cela tu real adresse e-mail pro proteger tu cassa de entrata contra le spam. Alcun sitos non supporta le mascas de e-mail.";
diff --git a/firefox-ios/Shared/Supporting Files/ia.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/ia.lproj/Summarizer.strings
index 404f0b3eb13c7..4114872d18496 100644
--- a/firefox-ios/Shared/Supporting Files/ia.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/ia.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Summario non disponibile";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permitter";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ usa le intelligentia de Apple pro resumer paginas.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Cancellar";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continuar";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ usa IA basate sur nube pro resumer paginas, e retorna ille summarios a tu apparato.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Pro saper plus";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Permitter summarios de pagina?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Como functiona illo";
diff --git a/firefox-ios/Shared/Supporting Files/id.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/id.lproj/AppIconSelection.strings
index 426b578e471b9..7d382921f5c1c 100644
--- a/firefox-ios/Shared/Supporting Files/id.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/id.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Waktu Biru";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Lucu";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Sian";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Hijau";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Hug";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Malas";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Terang";
diff --git a/firefox-ios/Shared/Supporting Files/id.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/id.lproj/EnhancedTrackingProtection.strings
index 310e5fb106384..fc005b77cbf0b 100644
--- a/firefox-ios/Shared/Supporting Files/id.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/id.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Pelacak diblokir: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standar memblokir pelacak umum setelah laman mulai dimuat, sehingga Anda mungkin melihat cacah pelacak yang lebih tinggi. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Ketat memblokir lebih banyak pelacak dengan menghentikannya sebelum laman dimuat, sehingga Anda mungkin melihat cacah pelacak yang lebih rendah. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Diverifikasi oleh %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Tampilkan sertifikat";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Pelajari lebih lanjut";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ sedang tidak bertugas. Kami menyarankan untuk mengaktifkan kembali perlindungan.";
diff --git a/firefox-ios/Shared/Supporting Files/id.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/id.lproj/FirefoxHomepage.strings
index b0813678d4168..4fed53cf634a1 100644
--- a/firefox-ios/Shared/Supporting Files/id.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/id.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Cerita";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Kami telah memperbarui %1$@ kami untuk mencerminkan fitur terbaru di %2$@. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Semua Cerita";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Berita";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Berita";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Populer Hari Ini";
diff --git a/firefox-ios/Shared/Supporting Files/id.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/id.lproj/MainMenu.strings
index 18272bc14e5d4..cc1a9cebfa577 100644
--- a/firefox-ios/Shared/Supporting Files/id.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/id.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Jadikan %@ baku Anda";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Mati";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Nyala";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Markah";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Mode Malam";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zum Laman (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zum Laman";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Lebih banyak";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Tampilan Pembaca";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Simpan";
diff --git a/firefox-ios/Shared/Supporting Files/id.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/id.lproj/Onboarding.strings
index d54f6316c5279..d3fd6b4af0457 100644
--- a/firefox-ios/Shared/Supporting Files/id.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/id.lproj/Onboarding.strings
@@ -187,6 +187,9 @@
/* Title for the welcome card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Welcome.Title.v148.v2" = "Buka tautan Anda dengan privasi bawaan";
+/* Title for the welcome card in the v149 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.TitleV3.v149" = "Buka semua tautan Anda dengan privasi bawaan";
+
/* Option for the automatic theme. */
"Onboarding.Modern.Customization.Theme.Automatic.v145" = "Otomatis";
diff --git a/firefox-ios/Shared/Supporting Files/id.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/id.lproj/RelayMask.strings
index 70df4bfbfc101..14770680e8c94 100644
--- a/firefox-ios/Shared/Supporting Files/id.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/id.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Baru! Masker surel %@ Relay sekarang tersedia di ponsel.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "5 masker surel gratis Anda sedang digunakan, jadi kami memilih satu untuk Anda.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Anda telah menggunakan 5 topeng surel gratis, jadi kami memilih satu untuk Anda gunakan kembali.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Topeng surel dimasukkan";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Sembunyikan surel asli Anda untuk melindungi kotak masuk Anda dari spam. Beberapa situs tidak mendukungnya.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Sembunyikan surel asli Anda untuk melindungi kotak masuk Anda dari spam. Beberapa situs tidak mendukung topeng surel.";
diff --git a/firefox-ios/Shared/Supporting Files/id.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/id.lproj/Settings.strings
index 0d9c3e03cfbce..14194fbcdd44a 100644
--- a/firefox-ios/Shared/Supporting Files/id.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/id.lproj/Settings.strings
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "Gestur";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Pilih bahasa";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Bahasa Aplikasi Pilihan";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Bahasa";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Bahasa Situs Web";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "Ringkaskan Laman";
diff --git a/firefox-ios/Shared/Supporting Files/id.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/id.lproj/Summarizer.strings
index a95cb063514f1..4353db7743d52 100644
--- a/firefox-ios/Shared/Supporting Files/id.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/id.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Seret atau ketuk laman web untuk menutup ringkasan";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Izinkan";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ menggunakan Apple Intelligence untuk meringkas laman.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Batal";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Lanjutkan";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ menggunakan AI berbasis cloud untuk meringkas laman, dan mengembalikan ringkasan tersebut ke perangkat Anda.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Pelajari lebih lanjut";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Izinkan Ringkasan Laman?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "Ringkasan tidak tersedia";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Cara kerjanya";
diff --git a/firefox-ios/Shared/Supporting Files/id.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/id.lproj/TabsTray.strings
index 561990e7e95ed..459ec64f17eb5 100644
--- a/firefox-ios/Shared/Supporting Files/id.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/id.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Sinkronkan Tab";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "Tab Baru";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "Tab";
diff --git a/firefox-ios/Shared/Supporting Files/is.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/is.lproj/AppIconSelection.strings
index f5b4388fa06d2..79efbecddc9e4 100644
--- a/firefox-ios/Shared/Supporting Files/is.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/is.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Rökkurstund";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Sætt";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Blágrænt";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Grænt";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Knús";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Leti";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Ljóst";
diff --git a/firefox-ios/Shared/Supporting Files/is.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/is.lproj/EnhancedTrackingProtection.strings
index 5d3f86a38707b..8811cb51d29a7 100644
--- a/firefox-ios/Shared/Supporting Files/is.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/is.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Lokað á rekjara: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Staðlað lokar fyrir algenga rekjara eftir að síða byrjar að hlaðast, þannig að þú gætir séð meiri fjölda rekjara. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Strangt lokar á fleiri rekjara með því að stöðva þá áður en síða hleðst inn, þannig að þú gætir séð minni fjölda rekjara. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Sannvottað af: %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Skoða skilríki";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Frekari upplýsingar";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ er ekki á vakt. Við mælum með að kveikja aftur á vörnum.";
diff --git a/firefox-ios/Shared/Supporting Files/is.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/is.lproj/FirefoxHomepage.strings
index 629ba05bde815..e8e04c094d46e 100644
--- a/firefox-ios/Shared/Supporting Files/is.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/is.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Sögur";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Við höfum uppfært %1$@ til að endurspegla nýjustu eiginleikana í %2$@. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Allar sögur";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Fréttir";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Fréttir";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Vinsælt í dag";
diff --git a/firefox-ios/Shared/Supporting Files/is.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/is.lproj/MainMenu.strings
index 8df830a38b7e8..392458413b842 100644
--- a/firefox-ios/Shared/Supporting Files/is.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/is.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Gerðu %@ sjálfgefið";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Óvirkt";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Virkt";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Bókamerki";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Næturhamur";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Aðdráttur síðu (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Aðdráttur síðu";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Meira";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Leshamur";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Vista";
diff --git a/firefox-ios/Shared/Supporting Files/is.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/is.lproj/RelayMask.strings
index 65e5a9abdfff3..272af9d72c672 100644
--- a/firefox-ios/Shared/Supporting Files/is.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/is.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Nýtt! %@ Relay tölvupóstshulur eru nú í boði á farsímum.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Fimm ókeypis tölvupósthulur þínar eru í notkun, svo við völdum eina fyrir þig.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Þú hefur notað 5 ókeypis tölvupósthulur, svo við völdum eina fyrir þig til að endurnýta.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Tölvupósthula sett inn";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Feldu raunverulegt póstfang þitt til að vernda pósthólfið þitt fyrir ruslpósti. Sum vefsvæði styðja þetta ekki.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Feldu raunverulegt póstfang þitt til að vernda pósthólfið þitt fyrir ruslpósti. Sum vefsvæði styðja ekki tölvupósthulur.";
diff --git a/firefox-ios/Shared/Supporting Files/is.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/is.lproj/Settings.strings
index 43c9af8814a17..9917079f0ef1c 100644
--- a/firefox-ios/Shared/Supporting Files/is.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/is.lproj/Settings.strings
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "Bendingar";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Veldu tungumál";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Æskilegt tungumál forrits";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Tungumál";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Tungumál vefsvæðis";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "Gera samantekt efnis á síðum";
diff --git a/firefox-ios/Shared/Supporting Files/is.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/is.lproj/Summarizer.strings
index 7922cf473a6e8..42c8d5fe8f119 100644
--- a/firefox-ios/Shared/Supporting Files/is.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/is.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Dragðu eða ýttu á vefsíðuna til að loka samantektinni";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Leyfa";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ notar Apple Intelligence til að gera úrdrátt úr efni á síðum.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Hætta við";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Halda áfram";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ notar gervigreind á skýjaneti til samantektar á efni síðna og skilar þeim samantektum síðan í tækið þitt.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Kanna nánar";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Leyfa samantektir efnis á síðum?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "Samantekt ekki tiltæk";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Hvernig það virkar";
diff --git a/firefox-ios/Shared/Supporting Files/is.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/is.lproj/TabsTray.strings
index 49521b2e8a23c..b5f86a8b14968 100644
--- a/firefox-ios/Shared/Supporting Files/is.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/is.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Samstilla flipa";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "Nýr flipi";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "Flipar";
diff --git a/firefox-ios/Shared/Supporting Files/it.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/it.lproj/AppIconSelection.strings
index db80af4c4a84b..87b398e2ed7df 100644
--- a/firefox-ios/Shared/Supporting Files/it.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/it.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Ora blu";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Carina";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Ciano";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Abbraccio";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Pigra";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Chiaro";
diff --git a/firefox-ios/Shared/Supporting Files/it.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/it.lproj/EnhancedTrackingProtection.strings
index 203e8892abb60..ddf2c6238d775 100644
--- a/firefox-ios/Shared/Supporting Files/it.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/it.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Elementi traccianti bloccati: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "La modalità normale blocca gli elementi traccianti più comuni dopo l’inizio del caricamento della pagina, quindi potresti visualizzare un numero maggiore di elementi traccianti. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "La modalità restrittiva blocca più elementi traccianti bloccandoli prima del caricamento della pagina, quindi potresti vedere un numero di elementi traccianti inferiore. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verificato da %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Visualizza certificato";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Ulteriori informazioni";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ è fuori servizio. Ti consigliamo di riattivare le protezioni.";
diff --git a/firefox-ios/Shared/Supporting Files/it.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/it.lproj/FirefoxHomepage.strings
index d7f46e2e05d77..a74b207e6633d 100644
--- a/firefox-ios/Shared/Supporting Files/it.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/it.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Storie";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Abbiamo aggiornato la nostra %1$@ per adeguarla alle funzionalità più recenti di %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/it.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/it.lproj/MainMenu.strings
index e637f167f4388..59e9dd0de414d 100644
--- a/firefox-ios/Shared/Supporting Files/it.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/it.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Imposta %@ come predefinito";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Disattivato";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Attivo";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Segnalibri";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modalità notte";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom pagina (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom pagina";
diff --git a/firefox-ios/Shared/Supporting Files/it.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/it.lproj/RelayMask.strings
index 1515f67431986..e11e46e3691a1 100644
--- a/firefox-ios/Shared/Supporting Files/it.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/it.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Novità! Gli alias email di %@ Relay sono ora disponibili sui dispositivi mobili.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Hai già creato tutti i tuoi 5 alias di posta elettronica gratuiti, quindi ne abbiamo scelto uno per te.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Hai già utilizzato i tuoi 5 alias di posta elettronica gratuiti, quindi ne abbiamo scelto uno da riutilizzare.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Alias email inserito";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Nascondi in tuo indirizzo email reale per proteggere la tua casella di posta dallo spam. Alcuni siti non supportano gli alias.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Nascondi in tuo indirizzo email reale per proteggere la tua casella di posta dallo spam. Alcuni siti non supportano gli alias.";
diff --git a/firefox-ios/Shared/Supporting Files/it.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/it.lproj/Summarizer.strings
index 52bc72093cc16..4d734c61ff95e 100644
--- a/firefox-ios/Shared/Supporting Files/it.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/it.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Riassunto non disponibile";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Consenti";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ utilizza Apple Intelligence per riassumere le pagine.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Annulla";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continua";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ si serve dell’intelligenza artificiale nel cloud per riassumere le pagine e ricevere questi riassunti sul tuo dispositivo";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Ulteriori informazioni";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Consentire il riassunto delle pagine?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Come funziona";
diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/AppIconSelection.strings
index a1e68533d109a..0876b9ca00916 100644
--- a/firefox-ios/Shared/Supporting Files/ja.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/ja.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "ブルーアワー";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "キュート";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "シアン";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "緑";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "ハグ";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "たれフォックス";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "ライト";
diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/EnhancedTrackingProtection.strings
index df303d02aaf1b..5c1e81e4e06cf 100644
--- a/firefox-ios/Shared/Supporting Files/ja.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/ja.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "ブロックされた追跡: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "標準では、ページの読み込みが開始された後に一般的なトラッカーがブロックされるため、トラッカー数が多く表示される可能性があります。%@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "厳格では、ページが読み込まれる前にトラッカーを停止することでより多くのトラッカーをブロックするため、トラッカー数が少なく表示される可能性があります。%@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "認証局: %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "証明書を表示";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "詳細情報";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ の保護機能がオフです。保護を再度オンにすることをおすすめします。";
diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/FirefoxHomepage.strings
index 838f9c3b40897..409ae4ddf6302 100644
--- a/firefox-ios/Shared/Supporting Files/ja.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/ja.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "ストーリー";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "%2$@ の最新機能を反映するために %1$@ を更新しました。%3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "すべてのストーリー";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "ニュース";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "ニュース";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "本日の人気ストーリー";
diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/MainMenu.strings
index d99117c53b64c..bc31d94f00f93 100644
--- a/firefox-ios/Shared/Supporting Files/ja.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/ja.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "%@ をデフォルトウェブブラウザーにしましょう";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "オフ";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "オン";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "ブックマーク";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "夜間モード";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "ページズーム (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "ページズーム";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "その他";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "リーダービュー";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "保存";
diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/RelayMask.strings
index 9af6d5fb201a1..02d6a75c9bfb8 100644
--- a/firefox-ios/Shared/Supporting Files/ja.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/ja.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "新機能! %@ Relay のメールマスクがモバイルでも利用できるようになりました。";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "5 つの無料メールマスクが使用中なので、1 つを選択しました。";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "無料のメールマスク 5 個を使い切ったので、再利用する 1 個を選びました。";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "メールマスクが挿入されました";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "受信トレイをスパムから守るため、実際のメールアドレスを隠します。この機能は一部のサイトでサポートされていません。";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "受信トレイをスパムから守るため、実際のメールアドレスを隠します。一部のサイトではメールマスクがサポートされていません。";
diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/Settings.strings
index b326a7ed31800..b124bd3a5b39e 100644
--- a/firefox-ios/Shared/Supporting Files/ja.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/ja.lproj/Settings.strings
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "ジェスチャー";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "言語を選択";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "アプリの優先言語";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "言語";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "ウェブサイトの言語";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "ページを要約";
diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/Summarizer.strings
index 47c1945447e42..29b284b6db726 100644
--- a/firefox-ios/Shared/Supporting Files/ja.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/ja.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "ウェブページをドラッグまたはタップして要約を閉じます";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "許可";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ は Apple Intelligence を利用してページを要約します。";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "キャンセル";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "続ける";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ はクラウドベースの AI を利用してページを要約し、その結果を端末に返します。";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "詳細情報";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "ページの要約を許可しますか?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "要約は利用できません";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "仕組みについて";
diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/TabsTray.strings
index b2d3f3509e3e5..ae53e291bd7ed 100644
--- a/firefox-ios/Shared/Supporting Files/ja.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/ja.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "タブを同期";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "新規タブ";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "タブ";
diff --git a/firefox-ios/Shared/Supporting Files/ka.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/ka.lproj/AppIconSelection.strings
index 3d10a09e7e115..fcb169efa08b5 100644
--- a/firefox-ios/Shared/Supporting Files/ka.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/ka.lproj/AppIconSelection.strings
@@ -11,10 +11,7 @@
"Settings.AppIconSelection.AppIconNames.Blue.Title.v136" = "ლურჯი";
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
-"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "დღის ლურჯი საათი";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "საყვარელი";
+"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "დღის ლურჯი დრო";
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "მოცისფრო";
@@ -32,23 +29,17 @@
"Settings.AppIconSelection.AppIconNames.Fun.Cool.Title.146" = "კმაყოფილება";
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a hand-drawn version of the Firefox for iOS app icon of a fox cuddling a globe. */
-"Settings.AppIconSelection.AppIconNames.Fun.Cuddling.Title.146" = "მიხუტება";
+"Settings.AppIconSelection.AppIconNames.Fun.Cuddling.Title.146" = "მიხუტებული";
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon of a fox outline with flames. */
"Settings.AppIconSelection.AppIconNames.Fun.Flaming.Title.146" = "ცეცხლოვანი";
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of yellow fading to orange. */
-"Settings.AppIconSelection.AppIconNames.GoldenHour.Title.v137" = "დღის ოქროს საათი";
+"Settings.AppIconSelection.AppIconNames.GoldenHour.Title.v137" = "დღის ოქროს დრო";
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "მწვანე";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "ჩახუტება";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "ზარმაცი";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "ნათელი";
@@ -92,7 +83,7 @@
"Settings.AppIconSelection.AppIconNames.Retro2017.Title.v139" = "ძველებური 2017";
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of light blue fading to yellow. */
-"Settings.AppIconSelection.AppIconNames.Sunrise.Title.v137" = "გარიჟრაჟი";
+"Settings.AppIconSelection.AppIconNames.Sunrise.Title.v137" = "რიჟრაჟი";
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of purple fading to pink. */
"Settings.AppIconSelection.AppIconNames.Sunset.Title.v137" = "დაისი";
@@ -107,7 +98,7 @@
"Settings.AppIconSelection.AppIconNames.Yellow.Title.v137" = "ყვითელი";
/* On the app icon customization screen where you can select an alternate icon for the app, this is the subtitle shown on alternative app icons added by contributors which credit them for their design work. The parameter %@ specifies the creator's name, @ handle, or other personal identifier. */
-"Settings.AppIconSelection.ContributorCredit.Subtitle.v139" = "შექმნილია %@";
+"Settings.AppIconSelection.ContributorCredit.Subtitle.v139" = "შემქმნელია %@";
/* On the app icon customization screen where you can select an alternate icon for the app, this is the label for the button to acknowledge that an error setting the app icon has occurred. */
"Settings.AppIconSelection.Errors.SelectErrorConfirmation.v136" = "კარგი";
diff --git a/firefox-ios/Shared/Supporting Files/ka.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/ka.lproj/EnhancedTrackingProtection.strings
index 255e23139d36e..bb0fc08eb1bd0 100644
--- a/firefox-ios/Shared/Supporting Files/ka.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/ka.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "შეზღუდული მეთვალყურეები: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "საშუალო ზღუდავს გავრცელებულ მეთვალყურეებს გვერდის ჩატვირთვის დაწყების შემდგომ, ამიტომ შეიძლება იხილოთ მეთვალყურეების მაღალი რიცხვი. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "მკაცრი ზღუდავს მეტ მეთვალყურეს მათი აღკვეთით გვერდის ჩატვირთვამდე, შედეგად შეიძლება იხილოთ მეთვალყურეების დაბალი რიცხვი. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "დამმოწმებელი %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "სერტიფიკატის ნახვა";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "ვრცლად";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ უქმადაა. გირჩევთ, კვლავ ჩართოთ დაცვა.";
diff --git a/firefox-ios/Shared/Supporting Files/ka.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/ka.lproj/FirefoxHomepage.strings
index 43612c0542766..02153d912a9d1 100644
--- a/firefox-ios/Shared/Supporting Files/ka.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/ka.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "ამბები";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "%1$@ განვაახლეთ იმ უახლესი შესაძლებლობების ასახვისთვის, რომელთაც შეიცავს %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/ka.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/ka.lproj/MainMenu.strings
index 3b442332d4b98..8a70f0c2c25aa 100644
--- a/firefox-ios/Shared/Supporting Files/ka.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/ka.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "გახადეთ %@ ნაგულისხმევი";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "გამორთ.";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "ჩართ.";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "სანიშნები";
@@ -89,7 +83,7 @@
"MainMenu.PanelLinkSection.Bookmarks.Title.v131" = "სანიშნები";
/* On the main menu, the title for the action that will take the user to the Downloads panel. */
-"MainMenu.PanelLinkSection.Downloads.Title.v131" = "ჩამოტვირთვები";
+"MainMenu.PanelLinkSection.Downloads.Title.v131" = "ჩამოტვირთვა";
/* On the main menu, the title for the action that will take the user to the History panel. */
"MainMenu.PanelLinkSection.History.Title.v131" = "ისტორია";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "ღამის რეჟიმი";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "გვერდის მოახლოება (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "გვერდის მოახლოება";
diff --git a/firefox-ios/Shared/Supporting Files/ka.lproj/NativeErrorPage.strings b/firefox-ios/Shared/Supporting Files/ka.lproj/NativeErrorPage.strings
index 549bfa4573c95..b352de15a4d1d 100644
--- a/firefox-ios/Shared/Supporting Files/ka.lproj/NativeErrorPage.strings
+++ b/firefox-ios/Shared/Supporting Files/ka.lproj/NativeErrorPage.strings
@@ -38,7 +38,7 @@
"NativeErrorPage.ButtonLabel.v131" = "განახლება";
/* On error page, this is the description for a generic error. %@ is the site url. */
-"NativeErrorPage.GenericError.Description.v134" = "%@ არ აქვს მფლობელს სათანადოდ გამართული და დაცული კავშირი ვერ იქმნება.";
+"NativeErrorPage.GenericError.Description.v134" = "%@ არ აქვს მფლობელს სათანადოდ გამართული და ვერ მყარდება დაცული კავშირი.";
/* On error page, this is the title for generic error. */
"NativeErrorPage.GenericError.TitleLabel.v131" = "ფრთხილად. რაღაც რიგზე ვერაა.";
diff --git a/firefox-ios/Shared/Supporting Files/ka.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/ka.lproj/RelayMask.strings
index bc4aaa54dee97..fa424987769b1 100644
--- a/firefox-ios/Shared/Supporting Files/ka.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/ka.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "სიახლე! %@ Relay ელფოსტის ნიღბებით უკვე ხელმისაწვდომია მობილურზე.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "თქვენი ელფოსტის 5 უფასო ნიღაბი უკვე გამოყენებულია, ამიტომ არსებულიდან შეგირჩიეთ ერთ-ერთი.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "თქვენ უკვე გამოყენებული გაქვთ ელფოსტის 5 უფასო ნიღაბი, ამიტომ მათგან შეირჩევა რომელიმე კვლავ გამოყენებისთვის.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "ელფოსტის ნიღაბი ჩასმულია";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "დაფარეთ თქვენი ნამდვილი ელფოსტა შემომავალი უსარგებლო წერილების ასარიდებლად. ზოგიერთ საიტზე მხარდაუჭერელია.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "დაფარეთ თქვენი ნამდვილი ელფოსტა შემომავალი უსარგებლო წერილების ასარიდებლად. ზოგიერთ საიტზე მხარდაუჭერელია ელფოსტის ნიღბები.";
diff --git a/firefox-ios/Shared/Supporting Files/ka.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/ka.lproj/Settings.strings
index 6e2868ad2092f..93a69241bef13 100644
--- a/firefox-ios/Shared/Supporting Files/ka.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/ka.lproj/Settings.strings
@@ -176,7 +176,7 @@
"Settings.Rollouts.Link.v148" = "ვრცლად";
/* A short description that explains that Mozilla may change features remotely. %@ is the app name (e.g. Firefox). */
-"Settings.Rollouts.Message.v148" = "%@ შეძლებს გააუმჯობესოს შესაძლებლობები, წარმადობა და მდგრადობა განახლებებს შორის შუალედშიც. ცვლილებები დაშორებული რეჟიმით.";
+"Settings.Rollouts.Message.v148" = "%@ გააუმჯობესებს შესაძლებლობებს, წარმადობასა და მდგრადობას განახლებებს შორის შუალედშიც. ცვლილებები აისახება დაშორებულად.";
/* Label used as a toggle item in Settings. When this is off, the user is opting out of all rollouts. */
"Settings.Rollouts.Title.v148" = "დაშორებულად გაუმჯობესების ნებართვა";
diff --git a/firefox-ios/Shared/Supporting Files/ka.lproj/SocialShare.strings b/firefox-ios/Shared/Supporting Files/ka.lproj/SocialShare.strings
index 7c7f454e07701..e9ff5a69230c3 100644
--- a/firefox-ios/Shared/Supporting Files/ka.lproj/SocialShare.strings
+++ b/firefox-ios/Shared/Supporting Files/ka.lproj/SocialShare.strings
@@ -1,5 +1,5 @@
/* On the Settings screen, this is the subtitle text for a toggle which controls adding additional text to links shared to social media apps. %1$@ is the app name (e.g. Firefox). %2$@ is the social media app name (e.g. WhatsApp). */
-"SentFromFirefox.SocialShare.SettingsToggle.Subtitle.v134" = "გააცანით %1$@ სხვებსაც ყოველ ჯერზე ბმულის გაზიარებით %2$@-ზე.";
+"SentFromFirefox.SocialShare.SettingsToggle.Subtitle.v134" = "გაავრცელეთ %1$@ ბმულის ყოველი გაზიარებით %2$@-ზე.";
/* On the Settings screen, this is the title text for a toggle which controls adding additional text to links shared to social media apps. %1$@ is the app name (e.g. Firefox). %2$@ is the social media app name (e.g. WhatsApp). */
"SentFromFirefox.SocialShare.SettingsToggle.Title.v134" = "გააზიარეთ %1$@ ჩამოსატვირთი ბმულით %2$@-ზე";
diff --git a/firefox-ios/Shared/Supporting Files/ka.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/ka.lproj/Summarizer.strings
index 8d947031be147..a697c6360042a 100644
--- a/firefox-ios/Shared/Supporting Files/ka.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/ka.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "შეჯამება მიუწვდომელია";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "ნებართვა";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ როცა გვერდებს შეაჯამებს, გამოიყენება Apple Intelligence.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "გაუქმება";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "განაგრძეთ";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ იყენებს ღრუბლოვან ხელგონს გვერდების შეჯამებისთვის და პასუხს აბრუნებს მოწყობილობაზე.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "ვრცლად";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "ნებას რთავთ გვერდის შესაჯამებლად?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "როგორ მუშაობს";
diff --git a/firefox-ios/Shared/Supporting Files/kab.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/kab.lproj/AppIconSelection.strings
index 443f9e05faa44..5c0b48da0a1ec 100644
--- a/firefox-ios/Shared/Supporting Files/kab.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/kab.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Tasragt tamidadit";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Sser";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyan";
@@ -34,12 +31,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Azegzaw";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Aḥmaẓ";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Afenyan";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Aceɛlal";
diff --git a/firefox-ios/Shared/Supporting Files/kab.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/kab.lproj/FirefoxHomepage.strings
index 31d61ab558f76..57037776f0725 100644
--- a/firefox-ios/Shared/Supporting Files/kab.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/kab.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Imagraden";
-
/* The title for the Firefox homepage, only used to denote the name of the destination screen in the system back navigation button long-press menu */
"FirefoxHome.ScreenTitle.v144" = "Asebter agejdan";
diff --git a/firefox-ios/Shared/Supporting Files/kab.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/kab.lproj/MainMenu.strings
index 6cc2c7a83ab5f..58d64c4da6d6d 100644
--- a/firefox-ios/Shared/Supporting Files/kab.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/kab.lproj/MainMenu.strings
@@ -58,12 +58,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Err %@ d amezwer";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Yensa";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Yermed";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Ticraḍ n isebtar";
@@ -253,9 +247,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Askar n yiḍ";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom n usebter (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom n usebter";
diff --git a/firefox-ios/Shared/Supporting Files/kab.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/kab.lproj/Summarizer.strings
index edd1d8950dd8b..40d2b67522af7 100644
--- a/firefox-ios/Shared/Supporting Files/kab.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/kab.lproj/Summarizer.strings
@@ -10,24 +10,6 @@
/* The label for the error button that allows the user to retry summarizing the page. */
"Summarizer.RetryButton.Label.v142" = "Ɛreḍ i tikkelt niḍen";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Sireg";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ yesseqdac tiḥḥerci Apple i usegzel n yisebtar.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Sefsex";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Kemmel";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Issin ugar";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Sireg igzulen n yisebtar?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Amek iteddu";
diff --git a/firefox-ios/Shared/Supporting Files/kk.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/kk.lproj/AppIconSelection.strings
index 5ed7d90defb7f..141ab3668ad0d 100644
--- a/firefox-ios/Shared/Supporting Files/kk.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/kk.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Көк сағат";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Сүйкімді";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Көгілдір";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Жасыл";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Құшақтау";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Жалқау";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Ашық түсті";
diff --git a/firefox-ios/Shared/Supporting Files/kk.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/kk.lproj/EnhancedTrackingProtection.strings
index 2f7f62fe1c9f3..2051d358b3afc 100644
--- a/firefox-ios/Shared/Supporting Files/kk.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/kk.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Блокталған трекерлер: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "«Стандартты» режим бет жүктеле бастағаннан кейін жиі кездесетін трекерлерді блоктайды, сондықтан трекерлер санының көбейгенін байқауыңыз мүмкін. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "«Қатаң» режим көбірек трекерлерді бет жүктелгенге дейін тоқтату арқылы блоктайды, сондықтан трекерлер санының азайғанын байқауыңыз мүмкін. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Расталды: %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Сертификатты қарау";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Көбірек білу";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ жұмыстан тыс. Біз қорғаныстарды қайта қосуды ұсынамыз.";
diff --git a/firefox-ios/Shared/Supporting Files/kk.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/kk.lproj/FirefoxHomepage.strings
index ec24b67667a43..5681c86217541 100644
--- a/firefox-ios/Shared/Supporting Files/kk.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/kk.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Әңгімелер";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "%2$@-тың ең соңғы мүмкіндіктерін көрсету үшін біз %1$@ жаңарттық. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/kk.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/kk.lproj/MainMenu.strings
index 6f7403c599cf9..6605cafd9aaa6 100644
--- a/firefox-ios/Shared/Supporting Files/kk.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/kk.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "%@ негізгі браузер қылу";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Сөндірулі";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Іске қосулы";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Бетбелгілер";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Түнгі режим";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Бет масштабы (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Бет масштабы";
diff --git a/firefox-ios/Shared/Supporting Files/kk.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/kk.lproj/RelayMask.strings
index 1290b8c8d558d..dd480490007b5 100644
--- a/firefox-ios/Shared/Supporting Files/kk.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/kk.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Жаңа! %@ Relay эл. пошта маскалары енді ұялы телефонда қолжетімді.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Сіздің 5 тегін эл. пошта маскасы қолданылуда, сондықтан біз сіз үшін біреуін таңдадық.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Сіз 5 тегін эл. пошта маскасын пайдаландыңыз, сондықтан қайта пайдалануыңыз үшін біреуін таңдадық.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Эл. пошта маскасы кірістірілді";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Кіріс жәшігін спамнан қорғау үшін шын эл. поштаңызды жасырыңыз. Кейбір сайттар оны қолдамайды.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Кіріс жәшігін спамнан қорғау үшін нақты эл. поштаңызды жасырыңыз. Кейбір сайттар эл. пошта маскаларына қолдау көрсетпейді.";
diff --git a/firefox-ios/Shared/Supporting Files/kk.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/kk.lproj/Summarizer.strings
index 33edb061d2b81..0f078bf040e59 100644
--- a/firefox-ios/Shared/Supporting Files/kk.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/kk.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Қорытынды ақпарат қолжетімді емес";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Рұқсат ету";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ беттерді қорытындылау үшін Apple Intelligence пайдаланады.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Бас тарту";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Жалғастыру";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ беттерді қорытындылау үшін бұлтқа негізделген ЖИ пайдаланады және сол қорытындыларды құрылғыңызға қайтарады.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Көбірек білу";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Бет қорытындыларына рұқсат беру керек пе?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Ол қалай жұмыс істейді";
diff --git a/firefox-ios/Shared/Supporting Files/km.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/km.lproj/AppIconSelection.strings
index 463140677323f..4681cbfbdac8d 100644
--- a/firefox-ios/Shared/Supporting Files/km.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/km.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "ម៉ោងពណ៌ខៀវ";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "គួរឲ្យស្រលាញ់";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "កាប់ស្ដាំង";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "បៃតង";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "ធំខ្លាំង";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "ខ្ជិល";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "ភ្លឺ";
diff --git a/firefox-ios/Shared/Supporting Files/km.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/km.lproj/EnhancedTrackingProtection.strings
index 3bd26c07d1df8..2c66e2f7d6698 100644
--- a/firefox-ios/Shared/Supporting Files/km.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/km.lproj/EnhancedTrackingProtection.strings
@@ -88,6 +88,9 @@
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "មើលវិញ្ញាបនបត្រ";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "ស្វែងយល់បន្ថែម";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ គឺមិនមានកាតព្វកិច្ចទេ។ យើងស្នើឱ្យបើកការការពារឡើងវិញ។";
diff --git a/firefox-ios/Shared/Supporting Files/km.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/km.lproj/FirefoxHomepage.strings
index 5c9b6cbf27855..2785e9b825836 100644
--- a/firefox-ios/Shared/Supporting Files/km.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/km.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "រឿងរ៉ាវ";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "យើងបានធ្វើបច្ចុប្បន្នភាព %1$@ របស់យើង ដើម្បីឆ្លុះបញ្ចាំងពីមុខងារចុងក្រោយបំផុតនៅក្នុង %2$@។ %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/km.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/km.lproj/MainMenu.strings
index c078a3523905f..f2af009e4eb79 100644
--- a/firefox-ios/Shared/Supporting Files/km.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/km.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "ធ្វើឱ្យ %@ តាមលំនាំដើមរបស់អ្នក";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "បិទ";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "បើក";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "ចំណាំ";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "ម៉ូតងងឹត";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "ពង្រីកទំព័រ (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "ពង្រីកទំព័រ";
diff --git a/firefox-ios/Shared/Supporting Files/km.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/km.lproj/RelayMask.strings
index c3cf291caee72..c1c82368b9d69 100644
--- a/firefox-ios/Shared/Supporting Files/km.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/km.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "ថ្មី! %@ Relay របាំងអ៊ីមែល ឥឡូវនេះមាននៅលើទូរស័ព្ទដៃ។";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "របាំងអ៊ីមែលឥតគិតថ្លៃចំនួន 5 របស់អ្នកកំពុងត្រូវបានប្រើ ដូច្នេះយើងបានជ្រើសមួយឱ្យអ្នក។";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "អ្នកបានប្រើរបាំងអ៊ីមែលឥតគិតថ្លៃចំនួន 5 របស់អ្នកហើយ ដូច្នេះយើងបានជ្រើសរើសមួយសម្រាប់អ្នកដើម្បីប្រើប្រាស់ឡើងវិញ។";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "បានបញ្ចូលរបាំងអ៊ីមែល";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "លាក់អ៊ីមែលពិតរបស់អ្នក ដើម្បីការពារប្រអប់សំបុត្ររបស់អ្នកពីសារឥតបានការ។ គេហទំព័រមួយចំនួនមិនគាំទ្រវាទេ។";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "លាក់អ៊ីមែលពិតរបស់អ្នក ដើម្បីការពារប្រអប់សំបុត្ររបស់អ្នកពីសារឥតបានការ។ គេហទំព័រមួយចំនួនមិនគាំទ្ររបាំងអ៊ីមែលទេ។";
diff --git a/firefox-ios/Shared/Supporting Files/km.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/km.lproj/Summarizer.strings
index 7f37e24f3a64f..2b76d37f02a3c 100644
--- a/firefox-ios/Shared/Supporting Files/km.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/km.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "មិនមានសេចក្តីសង្ខេបទេ";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "អនុញ្ញាត";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ ប្រើប្រាស់ Apple Intelligence ដើម្បីសង្ខេបទំព័រនានា។";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "បោះបង់";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "បន្ត";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ ប្រើប្រាស់ AI ដែលមានមូលដ្ឋានលើពពក ដើម្បីសង្ខេបទំព័រនានា ហើយប្រគល់សេចក្តីសង្ខេបទាំងនោះទៅឧបករណ៍របស់អ្នក។";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "ស្វែងយល់បន្ថែម";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "អនុញ្ញាតឱ្យមានសេចក្ដីសង្ខេបទំព័រ?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "របៀបដែលវាដំណើរការ";
diff --git a/firefox-ios/Shared/Supporting Files/ko.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/ko.lproj/AppIconSelection.strings
index 9211bfc6368b7..2393b7be1a80d 100644
--- a/firefox-ios/Shared/Supporting Files/ko.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/ko.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "블루 아워";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "귀여운";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "시안";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "녹색";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "허그";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "게으름";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "밝은";
diff --git a/firefox-ios/Shared/Supporting Files/ko.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/ko.lproj/EnhancedTrackingProtection.strings
index 4d4bae8fef2e9..9d34fb8fecd15 100644
--- a/firefox-ios/Shared/Supporting Files/ko.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/ko.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "차단된 추적기: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "표준은 페이지가 로드되기 시작한 후 일반적인 추적기를 차단하므로 더 많은 추적기를 볼 수 있습니다. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "엄격함은 페이지가 로드되기 전에 중지하여 더 많은 추적기를 차단하므로, 더 적은 추적기 수가 표시될 수 있습니다. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "%@가 인증함";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "인증서 보기";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "더 알아보기";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@는 휴일입니다. 보호 기능을 다시 켜는 것이 좋습니다.";
diff --git a/firefox-ios/Shared/Supporting Files/ko.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/ko.lproj/FirefoxHomepage.strings
index a28f8ca247638..db908ada73089 100644
--- a/firefox-ios/Shared/Supporting Files/ko.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/ko.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "이야기";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "%2$@의 최신 기능을 반영하도록 %1$@을 업데이트하였습니다. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/ko.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/ko.lproj/MainMenu.strings
index 5daba476016fd..d8025df4111e5 100644
--- a/firefox-ios/Shared/Supporting Files/ko.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/ko.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "%@를 기본 브라우저로 설정";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "꺼짐";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "켜짐";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "북마크";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "야간 모드";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "페이지 확대/축소 (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "페이지 확대/축소";
diff --git a/firefox-ios/Shared/Supporting Files/ko.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/ko.lproj/RelayMask.strings
index 113d5a0554252..244e2253b1689 100644
--- a/firefox-ios/Shared/Supporting Files/ko.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/ko.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "새로 추가 됐습니다! 모바일에서 %@ Relay 이메일 가리기를 사용할 수 있습니다.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "5개의 무료 이메일 마스크가 사용 중이므로 하나를 선택했습니다.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "5개의 무료 이메일 마스크를 사용해서 재사용할 마스크를 하나를 선택했습니다.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "이메일 마스크가 삽입됨";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "스팸으로부터 받은 편지함을 보호하기 위해 실제 이메일을 숨겨주세요. 일부 사이트는 지원하지 않습니다.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "스팸으로부터 받은 편지함을 보호하기 위해 실제 이메일을 숨겨주세요. 일부 사이트는 이메일 마스크를 지원하지 않습니다.";
diff --git a/firefox-ios/Shared/Supporting Files/ko.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/ko.lproj/Summarizer.strings
index fa102e1100819..f2af50666c9c8 100644
--- a/firefox-ios/Shared/Supporting Files/ko.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/ko.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "요약을 사용할 수 없음";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "허용";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@는 Apple Intelligence를 사용하여 페이지를 요약합니다.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "취소";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "계속";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@는 클라우드 기반 AI를 사용하여 페이지를 요약하고 해당 요약을 기기로 반환합니다.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "더 알아보기";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "페이지 요약을 허용하시겠습니까?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "작동 방식";
diff --git a/firefox-ios/Shared/Supporting Files/lo.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/lo.lproj/AppIconSelection.strings
index 6b90fe8e011e5..6d35ecaa3c30a 100644
--- a/firefox-ios/Shared/Supporting Files/lo.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/lo.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "ສີຟ້າແບບໃກ້ແຈ້ງ";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "ໜ້າຮັກ";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "ສີຟ້າຂຽວ";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "ສີຂຽວ";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "ກອດ";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "ຂີ້ຄ້ານ";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "ແຈ້ງ";
diff --git a/firefox-ios/Shared/Supporting Files/lo.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/lo.lproj/EnhancedTrackingProtection.strings
index 0e7f1c43fa2b1..a827050f526ac 100644
--- a/firefox-ios/Shared/Supporting Files/lo.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/lo.lproj/EnhancedTrackingProtection.strings
@@ -88,6 +88,9 @@
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "ເບິ່ງໃບຮັບຮອງ";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "ຮຽນຮູ້ເພີ່ມເຕີມ";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ ຖືກປິດ. ພວກເຮົາແນະນຳໃຫ້ເປີດການປ້ອງກັນຄືນໃໝ່.";
diff --git a/firefox-ios/Shared/Supporting Files/lo.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/lo.lproj/FirefoxHomepage.strings
index 97868265ed2c2..50654bf562511 100644
--- a/firefox-ios/Shared/Supporting Files/lo.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/lo.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "ເລື່ອງລາວ";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "ພວກເຮົາໄດ້ອັບເດດ %1$@ ຂອງພວກເຮົາເພື່ອສະທ້ອນຄຸນສົມບັດລ່າສຸດໃນ %2$@. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "ເລື່ອງທັງໝົດ";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "ຂ່າວ";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "ຂ່າວ";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "ເປັນທີ່ນິຍົມໃນມື້ນີ້";
diff --git a/firefox-ios/Shared/Supporting Files/lo.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/lo.lproj/MainMenu.strings
index 2cff0a7fe8e29..94059e98b11e1 100644
--- a/firefox-ios/Shared/Supporting Files/lo.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/lo.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "ເຮັດໃຫ້ %@ ເປັນຄ່າເລີ່ມຕົ້ນຂອງທ່ານ";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "ປິດ";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "ເປີດ";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "ບຸກມາກ";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "ໂຫມດກາງຄືນ";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "ຊູມໜ້າ (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "ຊູມໜ້າ";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "ສະແດງເພີ່ມອີກ";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "ມຸມມອງຂອງຜູ້ອ່ານ";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "ບັນທຶກ";
diff --git a/firefox-ios/Shared/Supporting Files/lo.lproj/NativeErrorPage.strings b/firefox-ios/Shared/Supporting Files/lo.lproj/NativeErrorPage.strings
index 5f40dfcd09ecb..49139874caa3c 100644
--- a/firefox-ios/Shared/Supporting Files/lo.lproj/NativeErrorPage.strings
+++ b/firefox-ios/Shared/Supporting Files/lo.lproj/NativeErrorPage.strings
@@ -10,6 +10,9 @@
/* On certificate error page, this is the first warning message in the advanced section suggesting possible solutions. */
"NativeErrorPage.BadCertDomain.AdvancedWarning1.v149" = "ທ່ານອາດຈະຕ້ອງເຂົ້າສູ່ລະບົບເຄືອຂ່າຍ Wi-Fi ຂອງທ່ານ ຫຼື ກວດສອບການຕັ້ງຄ່າ VPN ຂອງທ່ານ.";
+/* On certificate error page, this is the label prefix for the error code. %@ is the error code (e.g. SSL_ERROR_BAD_CERT_DOMAIN). */
+"NativeErrorPage.BadCertDomain.ErrorCodeLabel.v149" = "ລະຫັດຄວາມຜິດພາດ: %@";
+
/* On certificate error page, this is the text on a button that will hide the advanced information section. */
"NativeErrorPage.BadCertDomain.HideAdvancedButton.v149" = "ເຊື່ອງຂັ້ນສູງ";
diff --git a/firefox-ios/Shared/Supporting Files/lo.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/lo.lproj/Onboarding.strings
index 849669da8c777..45574b7761257 100644
--- a/firefox-ios/Shared/Supporting Files/lo.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/lo.lproj/Onboarding.strings
@@ -106,6 +106,45 @@
/* Title for the toolbar customization card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Customization.Toolbar.Title.v148" = "ເລືອກແຖບທີ່ຢູ່ຂອງທ່ານ";
+/* Link text for learning more about how marketing data is used in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Marketing.LearnMoreLink.v148" = "ພວກເຮົາໃຊ້ຂໍ້ມູນແນວໃດ";
+
+/* Button to skip the marketing data sharing card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Marketing.Skip.Action.v148" = "ບໍ່ແມ່ນຕອນນີ້";
+
+/* Title for the marketing data sharing card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Marketing.Title.v148" = "ຊ່ວຍພວກເຮົາສ້າງອິນເຕີເນັດທີ່ດີຂຶ້ນ";
+
+/* Button to skip the notification card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Notification.Skip.Action.v148" = "ບໍ່ແມ່ນຕອນນີ້";
+
+/* Title for the notification card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Notification.Title.v148" = "ການແຈ້ງເຕືອນຊ່ວຍໃຫ້ທ່ານປອດໄພຂຶ້ນດ້ວຍ %@";
+
+/* Button to turn on notifications in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Notification.TurnOn.Action.v148" = "ເປີດການແຈ້ງເຕືອນ";
+
+/* Button to start the sync setup process in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.SignIn.Action.v148" = "ເລີ່ມການຊິ້ງຂໍ້ມູນ";
+
+/* Button to skip the sync setup during onboarding in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.Skip.Action.v148" = "ບໍ່ແມ່ນຕອນນີ້";
+
+/* Title for the sync card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.Title.v148" = "ສືບຕໍ່ທັນທີຈາກບ່ອນທີ່ທ່ານຄ້າງໄວ້";
+
+/* Button title for agreeing to Terms of Use in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148" = "ຕົກລົງ ແລະ ສືບຕໍ່";
+
+/* Button title for agreeing to Terms of Use in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148.v2" = "ສືບຕໍ່";
+
+/* Description for the Terms of Use card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.Description.v148" = "ວ່ອງໄວ, ປອດໄພ, ແລະ ຈະບໍ່ເຮັດໃຫ້ທ່ານຜິດຫວັງ. ການຊອກຫາເວັບໄຊທ໌ດີຂຶ້ນເລື້ອຍໆ.";
+
+/* The text for the manage settings link button in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.ManageLink.v148" = "ຈັດການການຕັ້ງຄ່າ";
+
/* Option for the automatic theme. */
"Onboarding.Modern.Customization.Theme.Automatic.v145" = "ອັດຕະໂນມັດ";
@@ -193,6 +232,9 @@
/* Title for the Privacy Notice button link, in the Terms of Service screen for redirecting the user to the Privacy Notice page. */
"Onboarding.Modern.TermsOfService.PrivacyNoticeLink.v140" = "ນະໂຍບາຍຄວາມເປັນສ່ວນຕົວ.";
+/* The text for the Privacy Notice link button. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeLink.v145" = "ແຈ້ງການຄວາມເປັນສ່ວນຕົວ.";
+
/* A text that indicate to the user, a link button is available to be clicked for reading more information about the option that is going to choose in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. */
"Onboarding.Modern.TermsOfService.PrivacyPreferences.LearnMore.v140" = "ສຶກສາເພີ່ມເຕີມ";
diff --git a/firefox-ios/Shared/Supporting Files/lo.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/lo.lproj/Summarizer.strings
index 30ee3adc8fe07..dcb0f139fc48f 100644
--- a/firefox-ios/Shared/Supporting Files/lo.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/lo.lproj/Summarizer.strings
@@ -31,27 +31,6 @@
/* The label for the error button that allows the user to retry summarizing the page. */
"Summarizer.RetryButton.Label.v142" = "ລອງໃໝ່";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "ອະນຸຍາດ";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ ໃຊ້ Apple Intelligence ເພື່ອສະຫຼຸບໜ້າ.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "ຍົກເລີກ";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "ສືບຕໍ່";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ ໃຊ້ AI ທີ່ອີງໃສ່ຄລາວເພື່ອສະຫຼຸບໜ້າ, ແລະ ສົ່ງຄືນບົດສະຫຼຸບເຫຼົ່ານັ້ນໄປຫາອຸປະກອນຂອງທ່ານ.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "ຮຽນຮູ້ເພີ່ມເຕີມ";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "ອະນຸຍາດໃຫ້ສະຫຼຸບຫນ້າບໍ?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "ມັນເຮັດວຽກແນວໃດ";
diff --git a/firefox-ios/Shared/Supporting Files/ml.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/ml.lproj/AppIconSelection.strings
index 460341369bb92..edab25c1fc367 100644
--- a/firefox-ios/Shared/Supporting Files/ml.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/ml.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "നീല മണി";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "ചന്തം";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "സിയാൻ";
@@ -34,12 +31,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "പച്ച";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "കെട്ടിപ്പിടിപ്പു്";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "മടിയൻ";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "തെളിച്ചം";
diff --git a/firefox-ios/Shared/Supporting Files/ml.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/ml.lproj/EnhancedTrackingProtection.strings
index d918dc2fdbc8a..07b9e9e476f67 100644
--- a/firefox-ios/Shared/Supporting Files/ml.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/ml.lproj/EnhancedTrackingProtection.strings
@@ -85,6 +85,9 @@
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "പ്രമാണപത്രം കാണുക";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "കൂടുതല് അറിയുക";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ കാവൽ വിട്ടു. പരിരക്ഷകൾ വീണ്ടും തുടങ്ങിവയ്ക്കാനാണു് നല്ലതു്.";
diff --git a/firefox-ios/Shared/Supporting Files/ml.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/ml.lproj/FirefoxHomepage.strings
index ffce5d71cbed9..a43e614265114 100644
--- a/firefox-ios/Shared/Supporting Files/ml.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/ml.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "കഥകൾ";
-
/* Label for the “Learn More” link inserted into the second placeholder of the Privacy Notice body label. This text will appear as a tappable link directing users to detailed information about what has changed in the updated Privacy Notice. */
"FirefoxHome.PrivacyNotice.LearnMoreLink.v148" = "കൂടുതല് അറിയുക";
diff --git a/firefox-ios/Shared/Supporting Files/ml.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/ml.lproj/MainMenu.strings
index 054975ae31d11..856c7e66a3def 100644
--- a/firefox-ios/Shared/Supporting Files/ml.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/ml.lproj/MainMenu.strings
@@ -64,12 +64,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "%@-നെ തനിമട്ടാക്കുക";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "അണച്ചതു്";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "തുടങ്ങിയതു്";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "അടയാളക്കുറിപ്പുകള്";
@@ -259,9 +253,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "രാത്രി രീതി";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "താൾ വലിപ്പം (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "താൾ വലിപ്പം";
diff --git a/firefox-ios/Shared/Supporting Files/ml.lproj/NativeErrorPage.strings b/firefox-ios/Shared/Supporting Files/ml.lproj/NativeErrorPage.strings
index c7a424d633535..3b8e281832843 100644
--- a/firefox-ios/Shared/Supporting Files/ml.lproj/NativeErrorPage.strings
+++ b/firefox-ios/Shared/Supporting Files/ml.lproj/NativeErrorPage.strings
@@ -7,6 +7,12 @@
/* On certificate error page, this is a link to learn more about certificate errors. */
"NativeErrorPage.BadCertDomain.LearnMoreLink.v149" = "കൂടുതല് അറിയുക";
+/* On certificate error page, this is the text on a button that will proceed to the site despite the certificate error. %@ is the site URL. This is a risky action. */
+"NativeErrorPage.BadCertDomain.ProceedButton.v149" = "%@ (അപകടകരമായിരിക്കാം)-ലേക്കു ചെല്ലുക";
+
+/* On certificate error page, this is the title warning the user about a potential security issue. */
+"NativeErrorPage.BadCertDomain.TitleLabel.v149" = "ശ്രദ്ധിക്കൂ. ഇതിൽ എന്തോ കുഴപ്പമുണ്ടെന്നു് തോന്നുന്നു.";
+
/* On error page, this is the text on a button that will try to load the page again. */
"NativeErrorPage.ButtonLabel.v131" = "വീണ്ടും ലഭ്യമാക്കുക";
@@ -16,6 +22,9 @@
/* On error page, this is the title for generic error. */
"NativeErrorPage.GenericError.TitleLabel.v131" = "ശ്രദ്ധിക്കൂ. ഇതിൽ എന്തോ കുഴപ്പമുണ്ടെന്നു് തോന്നുന്നു.";
+/* On error page, this is the text on a button that will go back to the previous page. Recommended action. */
+"NativeErrorPage.GoBackButton.v149" = "തിരികെ (ശുപാൎശിക്കപ്പെട്ടതു്)";
+
/* On error page, this is the description for no internet connection. */
"NativeErrorPage.NoInternetConnection.Description.v131" = "മറ്റൊരു ഉപകരണത്തോറു ബന്ധപ്പെടാൻ ശ്രമിക്കുക. താങ്ങളുടെ മോഡം പരിശോധിക്കുക. വൈഫൈ-ലേക്കു് വിച്ഛേതിച്ചും വീണ്ടും ബന്ധപ്പെടിയിട്ടു് ശ്രമിക്കുക.";
diff --git a/firefox-ios/Shared/Supporting Files/ml.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/ml.lproj/Settings.strings
index 5ec23743ae932..f0e9959400515 100644
--- a/firefox-ios/Shared/Supporting Files/ml.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/ml.lproj/Settings.strings
@@ -211,9 +211,21 @@
/* Label used as a toggle item in Settings. When this is off, the user is opting out of all studies. */
"Settings.Studies.Title.v136" = "പാഠനങ്ങൾ സ്ഥാപിച്ചിട്ടു് അവയെ നടത്തുക";
+/* Label used as a toggle item in Settings. When this is off, the user is opting out of all studies. */
+"Settings.Studies.Title.v148" = "സവിശേഷതപഠനങ്ങൾ അനുവദിക്കുക";
+
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "ആംഗ്യങ്ങൾ";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "മൊഴി തിരഞ്ഞെടുക്കുക";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "മൊഴി";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "വെബ്ബിടമൊഴി";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "താൾ വിവരം ചുരുക്കിപ്പറയുക";
diff --git a/firefox-ios/Shared/Supporting Files/ml.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/ml.lproj/Summarizer.strings
index 4451ae616511f..761216ae23feb 100644
--- a/firefox-ios/Shared/Supporting Files/ml.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/ml.lproj/Summarizer.strings
@@ -13,20 +13,8 @@
/* The label for the error button that allows the user to retry summarizing the page. */
"Summarizer.RetryButton.Label.v142" = "വീണ്ടും ശ്രമിയ്ക്കുക";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "അനുവദിക്കുക";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "റദ്ദാക്കുക";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "തുടരുക";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "കൂടുതലറിയുക";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "താൾ സംഗ്രഹം അനുവദിക്കണോ?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "ചുരുക്കം ലഭ്യമല്ല";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "ഇതു് എങ്ങനെയാണു പ്രവൎത്തിക്കുന്നതു് ";
diff --git a/firefox-ios/Shared/Supporting Files/ml.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/ml.lproj/TabsTray.strings
index e2ffccad100d7..22ba3bbceed17 100644
--- a/firefox-ios/Shared/Supporting Files/ml.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/ml.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "ടാബുകൾ സമന്വയിപ്പിക്കുക";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "പുതിയ ടാബ്";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "ടാബുകള്";
diff --git a/firefox-ios/Shared/Supporting Files/nb.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/nb.lproj/AppIconSelection.strings
index e46841dde3821..9ea5f8b11d039 100644
--- a/firefox-ios/Shared/Supporting Files/nb.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/nb.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Blå time";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Søt";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Turkis";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Grønn";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Klem";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lat";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Lyst";
diff --git a/firefox-ios/Shared/Supporting Files/nb.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/nb.lproj/EnhancedTrackingProtection.strings
index e16e4bc5a336d..0d32d9eb39616 100644
--- a/firefox-ios/Shared/Supporting Files/nb.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/nb.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Sporere blokkert: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standard blokkerer vanlige sporere etter at en side begynner å lastes, så du kan se et høyere antall sporere. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Streng blokkerer flere sporere ved å stoppe dem før en side lastes, så du kan se et lavere antall sporere. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Bekreftet av: %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Vis sertifikat";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Les mer";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ er deaktivert. Vi foreslår at du skrur på beskyttelsen igjen.";
diff --git a/firefox-ios/Shared/Supporting Files/nb.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/nb.lproj/FirefoxHomepage.strings
index 6c0aa4e137364..9e60b48aa4206 100644
--- a/firefox-ios/Shared/Supporting Files/nb.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/nb.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Artikler";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Vi har oppdatert vår %1$@ for å gjenspeile de nyeste funksjonene i %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/nb.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/nb.lproj/MainMenu.strings
index 4b81719870af8..9aed0aa1c3080 100644
--- a/firefox-ios/Shared/Supporting Files/nb.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/nb.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Gjør %@ til din standard";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Av";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "På";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Bokmerker";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Nattmodus";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Side-zoom (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Sidezoom";
diff --git a/firefox-ios/Shared/Supporting Files/nb.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/nb.lproj/RelayMask.strings
index 587f0bd927c7f..344f136c7faae 100644
--- a/firefox-ios/Shared/Supporting Files/nb.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/nb.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Nyhet! %@ Relay e-postalias er nå tilgjengelige på mobil.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "De 5 gratis e-postaliasene dine er i bruk, så vi valgte ett for deg.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Du har brukt dine 5 gratis e-postaliaser, så vi valgte én du kan bruke om igjen.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "E-postalias satt inn";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Skjul din virkelige e-postadresse for å beskytte innboksen din mot spam. Enkelte nettsteder støtter ikke dette.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Skjul din virkelige e-postadresse for å beskytte innboksen din mot spam. Enkelte nettsteder støtter ikke e-postalias.";
diff --git a/firefox-ios/Shared/Supporting Files/nb.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/nb.lproj/Summarizer.strings
index b9cf908aa1afe..16130580e627a 100644
--- a/firefox-ios/Shared/Supporting Files/nb.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/nb.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Sammendrag ikke tilgjengelig";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Tillat";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ bruker Apple Intelligence for å oppsummere sider.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Avbryt";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Fortsett";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ bruker skybasert AI til å oppsummere sider, og returnerer disse sammendragene til enheten din.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Les mer";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Tillate sideoppsummering?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Hvordan det fungerer";
diff --git a/firefox-ios/Shared/Supporting Files/nl.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/nl.lproj/AppIconSelection.strings
index 5298752296cb1..62903d0439f4b 100644
--- a/firefox-ios/Shared/Supporting Files/nl.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/nl.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Blauw uur";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Schattig";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyaan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Groen";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Knuffel";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lui";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Licht";
diff --git a/firefox-ios/Shared/Supporting Files/nl.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/nl.lproj/EnhancedTrackingProtection.strings
index e71e3993fafcc..c31b5339d08c8 100644
--- a/firefox-ios/Shared/Supporting Files/nl.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/nl.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Trackers geblokkeerd: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standaard blokkeert veelgebruikte trackers nadat laden van een pagina is gestart, dus u ziet mogelijk meer trackers. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Streng blokkeert meer trackers door ze te stoppen voordat een pagina wordt geladen, dus u ziet mogelijk minder trackers. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Geverifieerd door %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Certificaat bekijken";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Meer info";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ heeft geen dienst. We raden u aan beschermingen weer in te schakelen.";
diff --git a/firefox-ios/Shared/Supporting Files/nl.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/nl.lproj/FirefoxHomepage.strings
index 586619f5b5f66..9e5d91e514618 100644
--- a/firefox-ios/Shared/Supporting Files/nl.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/nl.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Verhalen";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "We hebben onze %1$@ bijgewerkt om de nieuwste functies in %2$@ weer te geven. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/nl.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/nl.lproj/MainMenu.strings
index e46e2d43c3798..3a271e037ff33 100644
--- a/firefox-ios/Shared/Supporting Files/nl.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/nl.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Maak %@ uw standaard";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Uit";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Aan";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Bladwijzers";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Nachtmodus";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Paginazoom (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Paginazoom";
diff --git a/firefox-ios/Shared/Supporting Files/nl.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/nl.lproj/RelayMask.strings
index d68e90a337f43..2ba35844e4ee5 100644
--- a/firefox-ios/Shared/Supporting Files/nl.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/nl.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Nieuw! %@ Relay-e-mailmaskers zijn nu beschikbaar op mobiele apparaten.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Uw 5 gratis e-mailmaskers zijn in gebruik, dus hebben we er één voor u gekozen.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "U hebt uw vijf gratis e-mailmaskers gebruikt, dus we hebben er één uitgekozen om opnieuw te gebruiken.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "E-mailmasker ingevoegd";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Verberg uw echte e-mailadres om uw Postvak IN te beschermen tegen spam. Sommige websites ondersteunen dit niet.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Verberg uw echte e-mailadres om uw Postvak IN te beschermen tegen spam. Sommige websites ondersteunen geen e-mailmaskers.";
diff --git a/firefox-ios/Shared/Supporting Files/nl.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/nl.lproj/Summarizer.strings
index 2b4ee6a8a0769..dda4058e49ee0 100644
--- a/firefox-ios/Shared/Supporting Files/nl.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/nl.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Samenvatting niet beschikbaar";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Toestaan";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ gebruikt Apple Intelligence om pagina’s samen te vatten.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Annuleren";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Doorgaan";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ gebruikt cloudgebaseerde AI om pagina’s samen te vatten en stuurt die samenvattingen naar uw apparaat terug.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Meer info";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Paginasamenvattingen toestaan?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Hoe het werkt";
diff --git a/firefox-ios/Shared/Supporting Files/nn.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/nn.lproj/AppIconSelection.strings
index aa94a539209e7..fe8900713e4ac 100644
--- a/firefox-ios/Shared/Supporting Files/nn.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/nn.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Blå time";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Søt";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Grøn";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Klem";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lat";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Lyst";
diff --git a/firefox-ios/Shared/Supporting Files/nn.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/nn.lproj/EnhancedTrackingProtection.strings
index ff8388fdf9a89..58f4de79ff45c 100644
--- a/firefox-ios/Shared/Supporting Files/nn.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/nn.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Sporarar blokkerte: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standard blokkerer vanlege sporarar etter at ei side byrjar å bli lasta, så du kan sjå fleire sporarar. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Streng blokkerer fleire sporarar ved å stoppe dei før ei side blir lasta, så du kan sjå færre sporarar. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Stadfesta av %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Vis sertifikat";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Les meir";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ er deaktivert. Vi føreslår at du skrur på vern igjen.";
diff --git a/firefox-ios/Shared/Supporting Files/nn.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/nn.lproj/FirefoxHomepage.strings
index 2c73f2caa7a25..307e0d114d4d7 100644
--- a/firefox-ios/Shared/Supporting Files/nn.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/nn.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Artiklar";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Vi har oppdatert %1$@a vår for å spegle dei nyaste funksjonane i %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/nn.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/nn.lproj/MainMenu.strings
index 93ac0d44cb1af..665886617dc53 100644
--- a/firefox-ios/Shared/Supporting Files/nn.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/nn.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Bruk %@ som standard";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Av";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "På";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Bokmerke";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Nattmodus";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Side-zoom (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Side-zoom";
diff --git a/firefox-ios/Shared/Supporting Files/nn.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/nn.lproj/RelayMask.strings
index 0d799f1a18bdf..0f07e0f3bf56b 100644
--- a/firefox-ios/Shared/Supporting Files/nn.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/nn.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Nyheit! %@ Relay e-postalias er no tilgjengelege på mobil.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Dei 5 gratis e-postaliasa dine er i bruk, så vi valde eitt for deg.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Du har brukt dei 5 gratis e-postaliasa dine, så vi valde éitt du kan bruke om igjen.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "E-postalias sett inn";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Skjul den verkelege e-postadressa di for å verne innboksen din mot spam. Somme nettstadar støttar ikkje dette.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Skjul den verkelege e-postadressa di for å verne innboksen din mot søppelpost. Somme nettstadar støttar ikkje e-postalias.";
diff --git a/firefox-ios/Shared/Supporting Files/nn.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/nn.lproj/Summarizer.strings
index ac8a267a51adb..d2439219d2390 100644
--- a/firefox-ios/Shared/Supporting Files/nn.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/nn.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Samandrag ikkje tilgjengeleg";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Tillat";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ brukar Apple Intelligence for å samanfatte sider.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Avbryt";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Hald fram";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ brukar skybasert AI til å samanfatte sider, og returnerer desse samandraga til eininga di.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Les meir";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Tillate sideoppsummering?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Korleis det fungerer";
diff --git a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/AppIconSelection.strings
index 2960cb2aed0f8..f1c6e9b4cf159 100644
--- a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "ਨੀਲਾ ਸਮਾਂ";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "ਮਾਸੂਮ";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "ਸਿਯਾਨ";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "ਹਰਾ";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "ਜੱਫੀ";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "ਆਲਸ";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "ਫਿੱਕਾ";
diff --git a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/EnhancedTrackingProtection.strings
index 8c1d3b3479ff3..9b8f632fef96f 100644
--- a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "ਪਾਬੰਦੀ ਲਾਏ ਟਰੈਕਰ: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "ਸਟੈਂਡਰਡ ਸਫ਼ਾ ਲੋਡ ਹੋਣਾ ਸ਼ੁਰੂ ਹੋਣ ਦੇ ਬਾਅਦ ਆਮ ਟਰੈਕਰਾਂ ਉੱਤੇ ਪਾਬੰਦੀ ਲਾਉਂਦਾ ਹੈ, ਇਸਕਰਕੇ ਤੁਸੀਂ ਵੱਧ ਟਰੈਕਰਾਂ ਦੀ ਗਿਣਤੀ ਵੇਖ ਸਕਦੇ ਹੋ। %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "ਸਖ਼ਤ ਨਾਲ ਸਫ਼ਾ ਲੋਡ ਹੋਣ ਤੋਂ ਪਹਿਲਾਂ ਕੀ ਬਹੁਤ ਟਰੈਕਰਾਂ ਉੱਤੇ ਰੋਕ ਲਾਈ ਜਾਂਦੀ ਹੈ, ਇਸਕਰਕੇ ਤੁਸੀਂ ਘੱਟ ਟਰੈਕਰ ਗਿਣਤੀ ਵੇਖੋਗੇ। %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "%@ ਵਲੋਂ ਤਸਦੀਕ ਕੀਤਾ";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "ਸਰਟੀਫਿਕੇਟ ਨੂੰ ਵੇਖੋ";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "ਹੋਰ ਜਾਣੋ";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ ਬੰਦ ਹੈ। ਅਸੀਂ ਸੁਰੱਖਿਆ ਨੂੰ ਵਾਪਸ ਚਾਲੂ ਕਰਨ ਦਾ ਸੁਝਾਅ ਦਿੰਦੇ ਹਾਂ।";
diff --git a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/FirefoxHomepage.strings
index b2792863d7fe9..2bf14e697bac6 100644
--- a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "ਲੇਖ";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "ਅਸੀਂ %2$@ ਵਿੱਚ ਨਵੇਂ ਫ਼ੀਚਰਾਂ ਮੁਤਾਬਕ ਆਪਣੀ %1$@ ਨੂੰ ਅੱਪਡੇਟ ਕੀਤਾ ਹੈ। %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "ਸਾਰੇ ਕਿੱਸੇ";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "ਖ਼ਬਰਾਂ";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "ਖ਼ਬਰਾਂ";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "ਅੱਜ ਲਈ ਹਰਮਨਪਿਆਰੇ";
diff --git a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/MainMenu.strings
index 260882d518baa..ed74b76c50651 100644
--- a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "%@ ਨੂੰ ਆਪਣਾ ਮੂਲ ਬਣਾਓ";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "ਬੰਦ";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "ਚਾਲੂ";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "ਬੁੱਕਮਾਰਕ";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "ਰਾਤ ਮੋਡ";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "ਸਫ਼ਾ ਜ਼ੂਮ (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "ਸਫ਼ੇ ਨੂੰ ਜ਼ੂਮ";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "ਹੋਰ";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "ਪੜ੍ਹਨ ਝਲਕ";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "ਸੰਭਾਲੋ";
diff --git a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/RelayMask.strings
index c9623fb7dc5d1..561ffc276324e 100644
--- a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "ਨਵਾਂ! %@ ਰੀਲੇਅ ਈਮੇਲ ਮਾਸਕ ਹੁਣ ਮੋਬਾਈਲ ਉੱਤੇ ਵੀ ਮੌਜੂਦ ਹਨ।";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "ਤੁਹਾਡੇ 5 ਮੁਫ਼ਤ ਈਮੇਲ ਮਾਸਕ ਵਰਤੋਂ ਵਿੱਚ ਹਨ, ਇਸਕਰਕੇ ਅਸੀਂ ਤੁਹਾਡੇ ਲਈ ਇੱਕ ਚੁਣਿਆ ਹੈ।";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "ਤੁਸੀਂ 5 ਮੁਫ਼ਤ ਈਮੇਲ ਮਾਸਕ ਵਰਤੇ ਲਏ ਹਨ ਤਾਂ ਹੀ ਅਸੀਂ ਮੁੜ-ਵਰਤਣ ਵਾਸਤੇ ਇੱਕ ਤੁਹਾਡੇ ਲਈ ਚੁਣਿਆ ਹੈ।";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "ਈਮੇਲ ਮਾਸਕ ਪਾਇਆ";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "ਸਪੈਮ ਤੋਂ ਆਪਣੇ ਈਮੇਲ ਨੂੰ ਸੁਰੱਖਿਅਤ ਰੱਖਣ ਵਾਸਤੇ ਆਪਣੇ ਅਸਲ ਈਮੇਲ ਨੂੰ ਲੁਕਾਓ। ਕੁਝ ਸਾਈਟਾਂ ਇਸ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹਨ।";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "ਸਪੈਮ ਤੋਂ ਆਪਣੇ ਈਮੇਲ ਨੂੰ ਸੁਰੱਖਿਅਤ ਰੱਖਣ ਵਾਸਤੇ ਆਪਣੇ ਅਸਲ ਈਮੇਲ ਨੂੰ ਲੁਕਾਓ। ਕੁਝ ਸਾਈਟਾਂ ਈਮੇਲ ਮਾਸਕਾਂ ਸਹਾਇਕ ਨਹੀਂ ਹਨ।";
diff --git a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/Settings.strings
index 97d0c81b1c884..860bdbc8eb15f 100644
--- a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/Settings.strings
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "ਇਸ਼ਾਰੇ";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "ਕਿਸੇ ਭਾਸ਼ਾ ਨੂੰ ਚੁਣੋ";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "ਪਸੰਦੀਦਾ ਐਪ ਭਾਸ਼ਾ";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "ਭਾਸ਼ਾ";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "ਵੈੱਬਸਾਈਟ ਦੀ ਭਾਸ਼ਾ";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "ਸਫ਼ਿਆਂ ਦਾ ਸਾਰ";
diff --git a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/Summarizer.strings
index b0fdeb60249fc..b8a2ee8cdf8f5 100644
--- a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "ਸਾਰ ਨੂੰ ਬੰਦ ਕਰਨ ਵਾਸਤੇ ਵੈੱਬ ਸਫ਼ੇ ਨੂੰ ਖਿੱਚੋ ਜਾਂ ਛੂਹੋ";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "ਮਨਜ਼ੂਰ";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ ਸਫ਼ਿਆਂ ਦਾ ਸਾਰ ਤਿਆਰ ਕਰਨ ਲਈ Apple Intelligence ਨੂੰ ਵਰਤਦਾ ਹੈ।";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "ਰੱਦ ਕਰੋ";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "ਜਾਰੀ ਰੱਖੋ";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "ਸਫ਼ਿਆਂ ਦਾ ਸਾਰ ਤਿਆਰ ਕਰਨ ਅਤੇ ਉਸ ਸਾਰ ਨੂੰ ਤੁਹਾਡੇ ਡਿਵਾਈਸ ਤੱਕ ਪਹੁੰਚਣ ਲਈ %@ ਕਲਾਉਡ ਅਧਾਰਿਤ AI ਨੂੰ ਵਰਤਦਾ ਹੈ।";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "ਹੋਰ ਜਾਣੋ";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "ਸਫ਼ਾ ਸਾਰ ਦੀ ਮਨਜ਼ੂਰੀ ਦੇਣੀ ਹੈ?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "ਸਾਰ ਮੌਜੂਦ ਨਹੀਂ ਹੈ";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "ਇਹ ਕਿਵੇਂ ਕੰਮ ਕਰਦਾ ਹੈ";
diff --git a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/TabsTray.strings
index 9d1ef0c57e55d..778db9bfe5905 100644
--- a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "ਟੈਬਾਂ ਸਿੰਕ ਕਰੋ";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "ਨਵੀਂ ਟੈਬ";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "ਟੈਬਾਂ";
diff --git a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/Alerts.strings b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/Alerts.strings
index 25d3decd95dbd..f262bba40c3e2 100644
--- a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/Alerts.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/Alerts.strings
@@ -35,5 +35,5 @@
"Alerts.RestoreTabs.Message.v109" = "Desculpe. Restaure abas para continuar de onde parou.";
/* The title of the restore tabs pop-up alert. This alert is displayed when opening up Firefox after it crashed. %@ is the name of the app (e.g. Firefox). */
-"Alerts.RestoreTabs.Title.v109.v2" = "O %@ travou. Restaurar abas?";
+"Alerts.RestoreTabs.Title.v109.v2" = "O %@ falhou. Restaurar abas?";
diff --git a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/AppIconSelection.strings
index 878b80c6ec3b8..e74cbdd299a63 100644
--- a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Hora azul";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Fofo";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Ciano";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Abraço";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Ocioso";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Claro";
diff --git a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/EnhancedTrackingProtection.strings
index ad22454e80375..fb32706e1d8eb 100644
--- a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Rastreadores bloqueados: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "O modo normal bloqueia rastreadores comuns após cada página começar a ser carregada, então pode aparecer uma contagem maior de rastreadores. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "O modo rigoroso bloqueia mais rastreadores ao impedi-los antes do carregamento das páginas, então deve aparecer uma contagem menor de rastreadores. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Homologado por %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Ver certificado";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Saiba mais";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "O %@ não está te protegendo. Sugerimos reativar as proteções.";
diff --git a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/FirefoxHomepage.strings
index e59d97ad3a1e3..2c96e96f7b99a 100644
--- a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Histórias";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Atualizamos nosso %1$@ para refletir os recursos mais recentes no %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/MainMenu.strings
index c280052341fde..6701cdeae4177 100644
--- a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Definir o %@ como padrão";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Desativado";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Ativado";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Favoritos";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modo noturno";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom da página (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom da página";
diff --git a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/RelayMask.strings
index d343911607b5e..d9b32815a3e76 100644
--- a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Novidade! Máscaras de email do %@ Relay agora estão disponíveis em dispositivos móveis.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Suas 5 máscaras de email gratuitas estão em uso, então escolhemos uma para você.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Você usou suas 5 máscaras de email gratuitas, então escolhemos uma para você reutilizar.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Máscara de email inserida";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Oculte seu email real para proteger sua caixa de entrada de spam. Alguns sites não oferecem suporte.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Oculte seu email real para proteger sua caixa de entrada de spam. Alguns sites não oferecem suporte a máscaras de email.";
diff --git a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/Summarizer.strings
index 74d0278cec76e..c87a966b6f42f 100644
--- a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Resumo não disponível";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permitir";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "O %@ usa Apple Intelligence para resumir páginas.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Cancelar";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continuar";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "O %@ usa inteligência artificial baseada em nuvem para resumir páginas e retorna o resumo para seu dispositivo.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Saiba mais";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Permitir resumo de páginas?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Como funciona";
diff --git a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/AppIconSelection.strings
index 859103b599ce4..da12312bba847 100644
--- a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Hora azul";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Fofo";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Ciano";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Abraço";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Preguiça";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Claro";
diff --git a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/EnhancedTrackingProtection.strings
index 5e554d1bf5977..213c63fee5c84 100644
--- a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Rastreadores bloqueados: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "O modo Predefinido bloqueia os rastreadores mais comuns, depois da página começar a ser carregada, pelo que pode ver um número de rastreadores mais elevado. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "O modo Rigoroso bloqueia mais rastreadores, parando os mesmos antes do carregamento da página, pelo que pode ver um número de rastreadores mais baixo. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verificado por %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Ver certificado";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Saber mais";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ não está ao serviço. Sugerimos que reative as proteções.";
diff --git a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/FirefoxHomepage.strings
index 4508b9e6b3d5b..89c5b95bc39db 100644
--- a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/FirefoxHomepage.strings
@@ -1,14 +1,11 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Histórias";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
-"FirefoxHome.PrivacyNotice.Body.v148" = "Atualizámos o nosso %1$@ para refletir as funcionalidades mais recentes no %2$@. %3$@";
+"FirefoxHome.PrivacyNotice.Body.v148" = "Atualizámos a nossa %1$@ para refletir as funcionalidades mais recentes do %2$@. %3$@";
/* Label for the “Learn More” link inserted into the second placeholder of the Privacy Notice body label. This text will appear as a tappable link directing users to detailed information about what has changed in the updated Privacy Notice. */
"FirefoxHome.PrivacyNotice.LearnMoreLink.v148" = "Saber mais";
/* Label for the “Privacy Notice” link inserted into the first placeholder of the Privacy Notice body label. This text will appear as a tappable link that opens the updated Firefox Privacy Notice. */
-"FirefoxHome.PrivacyNotice.PrivacyNoticeLink.v148" = "Aviso de privacidade";
+"FirefoxHome.PrivacyNotice.PrivacyNoticeLink.v148" = "Informação de privacidade";
/* The title for the Firefox homepage, only used to denote the name of the destination screen in the system back navigation button long-press menu */
"FirefoxHome.ScreenTitle.v144" = "Página inicial";
diff --git a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/MainMenu.strings
index 44eb33ceb9f38..e22ac2f0ac866 100644
--- a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Predefinir o %@";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Desativado";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Ativado";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Marcadores";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modo noturno";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom da página (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom da página";
@@ -419,13 +410,13 @@
"MainMenu.ToolsSection.Translation.AccessibilityLabels.TranslatedPage.v145" = "Página traduzida";
/* On the main menu, the accessibility label describing the language that the webpage was translated to. %@ is the language selected (e.g. English). */
-"MainMenu.ToolsSection.Translation.AccessibilityLabels.TranslatedPageLanguage.v145" = "Traduzido para %@";
+"MainMenu.ToolsSection.Translation.AccessibilityLabels.TranslatedPageLanguage.v145" = "Traduzida para %@";
/* On the main menu, the title for the action that will translate the content of the webpage. */
"MainMenu.ToolsSection.Translation.Title.v145" = "Traduzir página";
/* On the main menu, the title for the action that shows that the content of the webpage is already translated. */
-"MainMenu.ToolsSection.Translation.Translated.Title.v145" = "Traduzido";
+"MainMenu.ToolsSection.Translation.Translated.Title.v145" = "Traduzida";
/* On the main menu, a title for a label that indicate the Website Dark Mode option from menu, is OFF. */
"MainMenu.WebsiteDarkModeOffV2.Title.v142" = "Desligado";
diff --git a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/NativeErrorPage.strings b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/NativeErrorPage.strings
index b9a7c87c1004d..df4ea728a091f 100644
--- a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/NativeErrorPage.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/NativeErrorPage.strings
@@ -11,16 +11,16 @@
"NativeErrorPage.BadCertDomain.AdvancedWarning1.v149" = "Pode ser necessário iniciar sessão na sua rede Wi-Fi ou verificar as suas definições de VPN.";
/* On certificate error page, this is the second warning message in the advanced section for users on corporate networks. */
-"NativeErrorPage.BadCertDomain.AdvancedWarning2.v149" = "Se está uma rede empresarial, a sua equipa de apoio poderá ter mais informações.";
+"NativeErrorPage.BadCertDomain.AdvancedWarning2.v149" = "Se está uma rede empresarial, a sua equipa de apoio poderá ter mais informação.";
/* On certificate error page, this is the description explaining the security risk. */
-"NativeErrorPage.BadCertDomain.Description.v149" = "Alguém que se faz passar pelo site pode tentar furtar a sua informação pessoal. As suas definições de ligação também podem estar incorretas.";
+"NativeErrorPage.BadCertDomain.Description.v149" = "Alguém que se faz passar pelo site poderá tentar roubar a sua informação pessoal. As suas definições de ligação também poderão estar configuradas incorretamente.";
/* On certificate error page, this is the label prefix for the error code. %@ is the error code (e.g. SSL_ERROR_BAD_CERT_DOMAIN). */
"NativeErrorPage.BadCertDomain.ErrorCodeLabel.v149" = "Código de erro: %@";
/* On certificate error page, this is the text on a button that will hide the advanced information section. */
-"NativeErrorPage.BadCertDomain.HideAdvancedButton.v149" = "Ocultar avançadas";
+"NativeErrorPage.BadCertDomain.HideAdvancedButton.v149" = "Ocultar avançado";
/* On certificate error page, this is a link to learn more about certificate errors. */
"NativeErrorPage.BadCertDomain.LearnMoreLink.v149" = "Saber mais";
diff --git a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Onboarding.strings
index 59a88cd149772..acb12e9dcf401 100644
--- a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Onboarding.strings
@@ -89,7 +89,7 @@
"Onboarding.Modern.BrandRefresh.Customization.Theme.Dark.v148" = "Escuro";
/* Description for the theme selection card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
-"Onboarding.Modern.BrandRefresh.Customization.Theme.Description.v148" = "Escolha o seu tema favorito ou faça com que o %@ corresponda ao seu dispositivo, colocando-o em controlo.";
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Description.v148" = "Selecione o tema que mais gosta ou deixe que o %@ acompanhe as definições do seu dispositivo, dando-lhe total controlo.";
/* Option for the light theme in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Customization.Theme.Light.v148" = "Claro";
@@ -119,19 +119,19 @@
"Onboarding.Modern.BrandRefresh.Marketing.Title.v148" = "Ajude-nos a construir uma Internet melhor";
/* Description for the notification card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
-"Onboarding.Modern.BrandRefresh.Notification.Description.v148" = "Descubra funcionalidades de privacidade no %@ e envie separadores entre os seus dispositivos com segurança.";
+"Onboarding.Modern.BrandRefresh.Notification.Description.v148" = "Descubra funcionalidades de privacidade no %@ e envie separadores entre os seus dispositivos, com segurança.";
/* Button to skip the notification card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Notification.Skip.Action.v148" = "Agora não";
/* Title for the notification card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
-"Onboarding.Modern.BrandRefresh.Notification.Title.v148" = "As notificações ajudam-no(a) a manter-se mais seguro(a) com o %@";
+"Onboarding.Modern.BrandRefresh.Notification.Title.v148" = "As notificações ajudam a manter-se em segurança com o %@";
/* Button to turn on notifications in the v148 brand refresh onboarding flow. */
-"Onboarding.Modern.BrandRefresh.Notification.TurnOn.Action.v148" = "Ativar notificações";
+"Onboarding.Modern.BrandRefresh.Notification.TurnOn.Action.v148" = "Ativar as notificações";
/* Description for the sync card in the v148 brand refresh onboarding flow. */
-"Onboarding.Modern.BrandRefresh.Sync.Description.v148" = "Obtenha marcadores, palavras-passe e muito mais em qualquer dispositivo, num piscar de olhos. Os seus dados pessoais permanecem seguros e protegidos com encriptação.";
+"Onboarding.Modern.BrandRefresh.Sync.Description.v148" = "Obtenha marcadores, palavras-passe e muito mais, em qualquer dispositivo, num piscar de olhos. Os seus dados pessoais permanecem seguros e protegidos com encriptação.";
/* Button to start the sync setup process in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Sync.SignIn.Action.v148" = "Começar a sincronizar";
@@ -140,7 +140,7 @@
"Onboarding.Modern.BrandRefresh.Sync.Skip.Action.v148" = "Agora não";
/* Title for the sync card in the v148 brand refresh onboarding flow. */
-"Onboarding.Modern.BrandRefresh.Sync.Title.v148" = "Continue de onde ficou, instantaneamente";
+"Onboarding.Modern.BrandRefresh.Sync.Title.v148" = "Retome rapidamente, de onde ficou";
/* Button title for agreeing to Terms of Use in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148" = "Concordar e continuar";
@@ -149,7 +149,7 @@
"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148.v2" = "Continuar";
/* Description for the Terms of Use card in the v148 brand refresh onboarding flow. */
-"Onboarding.Modern.BrandRefresh.TermsOfUse.Description.v148" = "Rápido, seguro e não o irá vender. A navegação ficou melhor.";
+"Onboarding.Modern.BrandRefresh.TermsOfUse.Description.v148" = "Rápido, seguro e sem interesses ocultos. A sua experiência de navegação melhorou muito.";
/* The text for the manage settings link button in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.TermsOfUse.ManageLink.v148" = "Gerir definições";
@@ -161,7 +161,7 @@
"Onboarding.Modern.BrandRefresh.TermsOfUse.PrivacyNoticeAgreement.v148" = "O %1$@ preocupa-se com a sua privacidade. Saber mais na nossa %2$@";
/* The text for the Privacy Notice link button in the v148 brand refresh onboarding flow. */
-"Onboarding.Modern.BrandRefresh.TermsOfUse.PrivacyNoticeLink.v148" = "Aviso de privacidade";
+"Onboarding.Modern.BrandRefresh.TermsOfUse.PrivacyNoticeLink.v148" = "Informação de privacidade";
/* Agreement text for Terms of Use in the v148 brand refresh onboarding flow. %@ is the Terms of Use link button that redirects the user to the Terms of Use page. */
"Onboarding.Modern.BrandRefresh.TermsOfUse.TermsOfUseAgreement.v148" = "Ao continuar, concorda com os %@";
@@ -170,25 +170,25 @@
"Onboarding.Modern.BrandRefresh.TermsOfUse.TermsOfUseLink.v148" = "Termos de utilização do %@";
/* Title for the Terms of Use card in the v148 brand refresh onboarding flow. */
-"Onboarding.Modern.BrandRefresh.TermsOfUse.Title.v148" = "Prepare-se para correr à vontade";
+"Onboarding.Modern.BrandRefresh.TermsOfUse.Title.v148" = "Prepare-se para a liberdade";
/* Action button to set the app as the default browser in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Welcome.ActionTreatmentA.v148" = "Definir como navegador predefinido";
/* Description for the welcome card in the v148 brand refresh onboarding flow. */
-"Onboarding.Modern.BrandRefresh.Welcome.Description.v148" = "Nós protegemos os seus dados e bloqueamos automaticamente as empresas de espiar os seus cliques.";
+"Onboarding.Modern.BrandRefresh.Welcome.Description.v148" = "Protegemos os seus dados e impedimos que as empresas espiem os seus cliques.";
/* Button to skip the welcome card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Welcome.Skip.v148" = "Agora não";
/* Title for the welcome card in the v148 brand refresh onboarding flow. */
-"Onboarding.Modern.BrandRefresh.Welcome.Title.v148" = "Diga adeus aos rastreadores bizarros";
+"Onboarding.Modern.BrandRefresh.Welcome.Title.v148" = "Diga adeus aos rastreadores indesejados";
/* Title for the welcome card in the v148 brand refresh onboarding flow. */
-"Onboarding.Modern.BrandRefresh.Welcome.Title.v148.v2" = "Abra as suas ligações com privacidade integrada";
+"Onboarding.Modern.BrandRefresh.Welcome.Title.v148.v2" = "Abra as suas ligações com privacidade intrínseca";
/* Title for the welcome card in the v149 brand refresh onboarding flow. */
-"Onboarding.Modern.BrandRefresh.Welcome.TitleV3.v149" = "Abra todas as suas ligações com privacidade integrada";
+"Onboarding.Modern.BrandRefresh.Welcome.TitleV3.v149" = "Abra todas as suas ligações com privacidade intrínseca";
/* Option for the automatic theme. */
"Onboarding.Modern.Customization.Theme.Automatic.v145" = "Automático";
@@ -200,7 +200,7 @@
"Onboarding.Modern.Customization.Theme.Dark.v145" = "Escuro";
/* Description for the theme selection card. %@ is the app name (e.g. Firefox). */
-"Onboarding.Modern.Customization.Theme.Description.v145" = "Escolha o seu tema favorito ou faça com que o %@ corresponda ao seu dispositivo, colocando-o em controlo.";
+"Onboarding.Modern.Customization.Theme.Description.v145" = "Selecione o tema que mais gosta ou deixe que o %@ acompanhe as definições do seu dispositivo, dando-lhe total controlo.";
/* Option for the light theme. */
"Onboarding.Modern.Customization.Theme.Light.v145" = "Claro";
@@ -212,13 +212,13 @@
"Onboarding.Modern.Customization.Toolbar.Bottom.Action.v140" = "Fundo";
/* Action to set the toolbar to the bottom. */
-"Onboarding.Modern.Customization.Toolbar.Bottom.Action.v145" = "Fundo";
+"Onboarding.Modern.Customization.Toolbar.Bottom.Action.v145" = "Em baixo";
/* Continue button on the toolbar customization card. */
"Onboarding.Modern.Customization.Toolbar.Continue.Action.v145" = "Continuar";
/* Description for the toolbar customization card. */
-"Onboarding.Modern.Customization.Toolbar.Description.v145" = "Comece a digitar para obter sugestões de pesquisa, os seus sites favoritos, marcadores, histórico e motores de pesquisa – tudo num único sítio.";
+"Onboarding.Modern.Customization.Toolbar.Description.v145" = "Comece a digitar para obter sugestões de pesquisa, os seus sites favoritos, marcadores, histórico e motores de pesquisa – tudo num único local.";
/* String used to describe the title of the toolbar customization onboarding page in our Onboarding screens. */
"Onboarding.Modern.Customization.Toolbar.Title.v140" = "Escolha onde colocar a sua barra de endereço";
@@ -230,7 +230,7 @@
"Onboarding.Modern.Customization.Toolbar.Top.Action.v140" = "Topo";
/* Action to set the toolbar to the top. */
-"Onboarding.Modern.Customization.Toolbar.Top.Action.v145" = "Topo";
+"Onboarding.Modern.Customization.Toolbar.Top.Action.v145" = "No topo";
/* Button to skip the entire onboarding flow. */
"Onboarding.Modern.General.Skip.v145" = "Ignorar";
@@ -239,7 +239,7 @@
"Onboarding.Modern.Sync.Description.v140" = "Obtenha os seus marcadores, histórico e palavras-passe em qualquer dispositivo.";
/* Description for the Sync card in the v2 onboarding flow. */
-"Onboarding.Modern.Sync.Description.v145" = "Os seus marcadores, palavras-passe e muito mais, sincronizados em qualquer dispositivo. Tudo está protegido com encriptação, para que apenas você possa aceder.";
+"Onboarding.Modern.Sync.Description.v145" = "Os seus marcadores, palavras-passe e muito mais, sincronizados em qualquer dispositivo. Está tudo protegido com encriptação, para que apenas você possa aceder.";
/* String used to describes the option to skip the Sync sign in during onboarding for the current version in Firefox Onboarding screens. */
"Onboarding.Modern.Sync.SignIn.Action.v140" = "Começar a sincronizar";
@@ -266,7 +266,7 @@
"Onboarding.Modern.TermsOfService.AgreementButtonTitle.v145" = "Continuar";
/* Description for the Terms of Service screen in the v2 onboarding flow. The '\n' symbols denote line breaks. %@ is the company name (e.g. Mozilla) */
-"Onboarding.Modern.TermsOfService.Description.v145" = "Proteção automática para as suas informações pessoais Carregue sites rapidamente e pesquise de forma mais inteligente Trazido a si pela organização sem fins lucrativos %@, em que confia há mais de 20 anos";
+"Onboarding.Modern.TermsOfService.Description.v145" = "Proteção automática das suas informações pessoais\nCarregue sites rapidamente e pesquise de forma mais inteligente\nTrazido a si pela %@, a organização sem fins lucrativos e de confiança, há mais de 20 anos";
/* Title for the Manage button link, in the Terms of Service screen for redirecting the user to the Manage data collection preferences screen. */
"Onboarding.Modern.TermsOfService.ManageLink.v140" = "Gerir";
@@ -341,7 +341,7 @@
"Onboarding.Modern.Welcome.Description.v140" = "Uma escolha que o protege onde quer que vá na Internet. Pode sempre mudar mais tarde.";
/* Description for the welcome card in the v2 onboarding flow. */
-"Onboarding.Modern.Welcome.Description.v145" = "Uma escolha que o protege onde quer que vá na Internet. Pode sempre mudar mais tarde.";
+"Onboarding.Modern.Welcome.Description.v145" = "Uma escolha que garante a sua proteção, onde quer que vá, na Internet. Pode sempre mudar mais tarde.";
/* Describes the action on the first onboarding page in our Onboarding screen. This string will be on a button so user can skip this onboarding card. */
"Onboarding.Modern.Welcome.Skip.v140" = "Agora não";
@@ -353,7 +353,7 @@
"Onboarding.Modern.Welcome.Title.v140" = "Despeça-se dos anúncios arrepiantes";
/* Title for the welcome card in the v2 onboarding flow. */
-"Onboarding.Modern.Welcome.Title.v145" = "Diga adeus aos rastreadores bizarros";
+"Onboarding.Modern.Welcome.Title.v145" = "Diga adeus aos rastreadores indesejados";
/* String used to describe the option to continue to ask for the notification permission in Firefox Onboarding screens. */
"Onboarding.Notification.Continue.Action.v114" = "Continuar";
diff --git a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/RelayMask.strings
index 88e541679db0e..72cb3d6f2455c 100644
--- a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/RelayMask.strings
@@ -1,11 +1,8 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
-"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Novo! As máscaras de e-mail Relay %@ estão agora disponíveis para dispositivos móveis.";
+"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Novo! As máscaras de e-mail relay do %@ estão agora disponíveis para dispositivos móveis.";
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "As suas 5 máscaras de e-mail gratuitas estão a ser utilizadas, por isso escolhemos uma para si.";
-
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Utilizou as suas 5 máscaras de correio eletrónico gratuitas, por isso escolhemos uma para si reutilizar.";
+"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Já utilizou as suas 5 máscaras de e-mail gratuitas, por isso selecionámos uma para ser reutilizada.";
/* Generic error message displayed to users when an unexpected error occurs while attempting to generate a Relay email mask. */
"RelayMask.RelayEmailMaskGenericErrorMessage.v146" = "As máscaras de e-mail ainda não estão disponíveis. Tente novamente dentro de alguns minutos.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Máscara de e-mail inserida";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Oculte o seu e-mail real para proteger a sua caixa de entrada de spam. Alguns sites não o suportam.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Oculte o seu e-mail real para proteger a sua caixa de entrada de spam. Alguns sites não suportam máscaras de e-mail.";
@@ -23,7 +17,7 @@
"RelayMask.RelayEmailMaskSettingsLearnMore.v146" = "Saber mais";
/* Button title which takes users to a webpage to manage their Relay email masks and related settings. */
-"RelayMask.RelayEmailMaskSettingsManageEmailMasks.v146" = "Gerir Máscaras de E-mail";
+"RelayMask.RelayEmailMaskSettingsManageEmailMasks.v146" = "Gerir máscaras de e-mail";
/* Title for settings related to Relay email masking, which provides options for enabling or disabling the suggestion of anonymous email masks services via Relay. */
"RelayMask.RelayEmailMaskSettingsTitle.v146" = "Máscaras de e-mail";
diff --git a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Settings.strings
index 68834a27819fb..d4ad9242e89d1 100644
--- a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Settings.strings
@@ -176,7 +176,7 @@
"Settings.Rollouts.Link.v148" = "Saber mais";
/* A short description that explains that Mozilla may change features remotely. %@ is the app name (e.g. Firefox). */
-"Settings.Rollouts.Message.v148" = "O %@ irá melhorar funcionalidades, desempenho e estabilidade entre atualizações. Alterações aplicadas remotamente.";
+"Settings.Rollouts.Message.v148" = "O %@ irá melhorar funcionalidades, desempenho e estabilidade, entre atualizações. Alterações aplicadas remotamente.";
/* Label used as a toggle item in Settings. When this is off, the user is opting out of all rollouts. */
"Settings.Rollouts.Title.v148" = "Permitir melhorias remotas";
@@ -275,7 +275,7 @@
"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Escolha um idioma";
/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
-"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Idioma da aplicação preferido";
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Idioma preferencial da aplicação";
/* The title for the language choose section for the summarizer inside the Summarize settings. */
"Settings.Summarize.LanguageSection.Title.v149" = "Idioma";
@@ -308,13 +308,13 @@
"Settings.Toolbar.Navigation.MiddleButton.NewTab.v145" = "Novo separador";
/* This is the section title text for the the Translation feature under the Translation settings section. */
-"Settings.Translation.SectionTitle.v145" = "Preferências da tradução";
+"Settings.Translation.SectionTitle.v145" = "Preferências de tradução";
/* In the settings menu, in the General section, this is the text to show next to the Translation setting title and indicates if the translation feature has been disabled. */
-"Settings.Translation.SettingOff.v145" = "Desligado";
+"Settings.Translation.SettingOff.v145" = "Desligada";
/* In the settings menu, in the General section, this is the text to show next to the Translation setting title and indicates if the translation feature has been enabled. */
-"Settings.Translation.SettingOn.v145" = "Ligado";
+"Settings.Translation.SettingOn.v145" = "Ligada";
/* In the settings menu, in the General section, this is the title for the Translation settings section. */
"Settings.Translation.Title.v145" = "Tradução";
diff --git a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Summarizer.strings
index 1bdf138d2501d..50214118b4363 100644
--- a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Summarizer.strings
@@ -2,7 +2,7 @@
"Summarizer.AppleBrand.Label.v142" = "Resumida pelo Apple Intelligence";
/* The a11y label for the close button in the summary view. */
-"Summarizer.CloseButton.Accessibility.Label.v145" = "Fechar sumário";
+"Summarizer.CloseButton.Accessibility.Label.v145" = "Fechar resumo";
/* The label for the error button that allows the user to close the summary view because there is an error summarizing the page and the summary cannot be retried. */
"Summarizer.CloseButton.Label.v142" = "Fechar";
@@ -29,13 +29,13 @@
"Summarizer.HostedBrand.Label.v142" = "Resumida por %@";
/* The a11y label for the loading label on the summarize loading screen. */
-"Summarizer.Loading.Accessibility.Label.v145" = "Resumo da carga";
+"Summarizer.Loading.Accessibility.Label.v145" = "A carregar resumo";
/* When the user uses the summarizing feature, this is the loading label that is shown while the summarization is being performed. */
"Summarizer.Loading.Label.v142" = "A resumir…";
/* The a11y label for the retry button in the summary view when the summarizer fails with an error that allows retrying to summarize the page. */
-"Summarizer.RetryButton.Accessibility.Label.v145" = "Tentar novamente resumir a página web";
+"Summarizer.RetryButton.Accessibility.Label.v145" = "Tentar resumir a página web novamente";
/* The label for the error button that allows the user to retry summarizing the page. */
"Summarizer.RetryButton.Label.v142" = "Tentar novamente";
@@ -44,28 +44,7 @@
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Arraste ou toque na página web para fechar o resumo";
/* The label for the toast that shows when shaking and the summary is not available for that page. */
-"Summarizer.ToastLabel.v149" = "Sumário não disponível";
-
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permitir";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "O %@ utiliza o Apple Intelligence para resumir páginas.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Cancelar";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continuar";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "O %@ recorre a IA na nuvem para resumir páginas e envia esses resumos novamente para o seu dispositivo.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Saber mais";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Permitir resumos de páginas?";
+"Summarizer.ToastLabel.v149" = "Resumo indisponível";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Como funciona";
diff --git a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Translations.strings b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Translations.strings
index 0adbbe0520ff3..088219205c12d 100644
--- a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Translations.strings
+++ b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Translations.strings
@@ -29,7 +29,7 @@
"Translations.Sheet.ChooseLanguage.v145" = "Escolher idioma";
/* On the translation feature bottom sheet, this is the text that describes that an error has occurred. */
-"Translations.Sheet.Error.GeneralSubtitle.v145" = "Por favor tente novamente.";
+"Translations.Sheet.Error.GeneralSubtitle.v145" = "Tente novamente.";
/* On the translation feature bottom sheet, this is the text that describes that an error has occurred. */
"Translations.Sheet.Error.GeneralTitle.v145" = "Não foi possível traduzir a página";
@@ -68,7 +68,7 @@
"Translations.Sheet.TranslateFromLabel.v145" = "Traduzir de";
/* This is the accessibility label for the cell that allows users to select what language they want to translate the page to, as part of the bottom sheet view for the translations feature. %@ is the language selected (e.g. English). */
-"Translations.Sheet.TranslateTo.AccessibilityLabel.v145" = "Traduzir Para %@";
+"Translations.Sheet.TranslateTo.AccessibilityLabel.v145" = "Traduzir para %@";
/* This is the text for the cell that allows users to select what language they want to translate the page to, as part of the bottom sheet view for the translations feature. */
"Translations.Sheet.TranslateToLabel.v145" = "Traduzir para";
diff --git a/firefox-ios/Shared/Supporting Files/rm.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/rm.lproj/AppIconSelection.strings
index fe5e600942505..2c15a363cfadb 100644
--- a/firefox-ios/Shared/Supporting Files/rm.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/rm.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Ura blaua";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Bellin";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cian";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verd";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Branclada";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Pultrun";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Cler";
diff --git a/firefox-ios/Shared/Supporting Files/rm.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/rm.lproj/EnhancedTrackingProtection.strings
index 98354ad77b091..76fb612f14639 100644
--- a/firefox-ios/Shared/Supporting Files/rm.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/rm.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Fastizaders bloccads: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "La protecziun predefinida blochescha fastizaders frequents suenter ch’ina pagina cumenza a chargiar. Perquai vesas ti eventualmain in dumber pli aut da fastizaders. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "La protecziun stricta blochescha dapli fastizaders cun als fermar avant ch’ina pagina chargia. Perquai vesas ti eventualmain in dumber pli bass da fastizaders. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verifitgà da %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Mussar il certificat";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Ulteriuras infurmaziuns";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ è ord funcziun. Nus recumandain da puspè activar las protecziuns.";
diff --git a/firefox-ios/Shared/Supporting Files/rm.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/rm.lproj/FirefoxHomepage.strings
index 397c33d9b1813..abbf55eeafde1 100644
--- a/firefox-ios/Shared/Supporting Files/rm.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/rm.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Artitgels";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Nus avain actualisà nossas %1$@ per resguardar las funcziuns las pli novas en %2$@. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Tut ils artitgels";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Novas";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Novas";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Oz popular";
diff --git a/firefox-ios/Shared/Supporting Files/rm.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/rm.lproj/MainMenu.strings
index fa69520a276a9..08950b9a02eb3 100644
--- a/firefox-ios/Shared/Supporting Files/rm.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/rm.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Definescha %@ sco navigatur da standard";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Deactivà";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Activà";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Segnapaginas";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Modus da notg";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom da la pagina (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom da la pagina";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Dapli";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Vista da lectura";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Memorisar";
diff --git a/firefox-ios/Shared/Supporting Files/rm.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/rm.lproj/Onboarding.strings
index 44f3a8bf265b7..39f8a1aba89fb 100644
--- a/firefox-ios/Shared/Supporting Files/rm.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/rm.lproj/Onboarding.strings
@@ -118,6 +118,18 @@
/* Title for the marketing data sharing card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Marketing.Title.v148" = "Ans gida a crear in meglier internet";
+/* Description for the notification card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Notification.Description.v148" = "Scuvra funcziuns per la protecziun da datas en %@ e trametta vi e nà tabs a moda segira tranter tes apparats.";
+
+/* Button to skip the notification card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Notification.Skip.Action.v148" = "Betg ussa";
+
+/* Title for the notification card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Notification.Title.v148" = "Cun las notificaziuns es ti pli segir en %@";
+
+/* Button to turn on notifications in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Notification.TurnOn.Action.v148" = "Activar las notificaziuns";
+
/* Option for the automatic theme. */
"Onboarding.Modern.Customization.Theme.Automatic.v145" = "Automatic";
@@ -190,9 +202,18 @@
/* Title for the confirmation button for Terms of Service agreement, in the Terms of Service screen. */
"Onboarding.Modern.TermsOfService.AgreementButtonTitle.v140" = "Cuntinuar";
+/* Title for the confirmation button on the Terms of Service screen. */
+"Onboarding.Modern.TermsOfService.AgreementButtonTitle.v145" = "Cuntinuar";
+
+/* Description for the Terms of Service screen in the v2 onboarding flow. The '\n' symbols denote line breaks. %@ is the company name (e.g. Mozilla) */
+"Onboarding.Modern.TermsOfService.Description.v145" = "Protecziun automatica da tias infurmaziuns persunalas\nChargia pli svelt las paginas e tschertga pli intelligent\nGrazia a l’organisaziun senza profit %@, fidada dapi passa 20 onns";
+
/* Title for the Manage button link, in the Terms of Service screen for redirecting the user to the Manage data collection preferences screen. */
"Onboarding.Modern.TermsOfService.ManageLink.v140" = "Administrar";
+/* The text for the Manage settings link button. */
+"Onboarding.Modern.TermsOfService.ManageLink.v145" = "Administrar ils parameters";
+
/* Agreement text for sending diagnostic and interaction data to Mozilla in the Terms of Service screen. %1$@ is the app name (e.g. Firefox), %2$@ is company name (e.g. Mozilla), %3$@ is a Manage link button which redirect the user to another screen in order to manage the data collection preferences. */
"Onboarding.Modern.TermsOfService.ManagePreferenceAgreement.v140" = "Per gidar a meglierar il navigatur, trametta %1$@ datas da diagnosa e d’interacziun a %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/rm.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/rm.lproj/Summarizer.strings
index fe8feb755cb85..250208e69005e 100644
--- a/firefox-ios/Shared/Supporting Files/rm.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/rm.lproj/Summarizer.strings
@@ -31,27 +31,6 @@
/* The label for the error button that allows the user to retry summarizing the page. */
"Summarizer.RetryButton.Label.v142" = "Reempruvar";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permetter";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ utilisescha Apple Intelligence per resumar paginas.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Interrumper";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Cuntinuar";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ utilisescha intelligenza artifiziala en la cloud per resumar paginas e returna questas resumaziuns a tes apparat.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Ulteriuras infurmaziuns";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Permetter resumaziuns da paginas?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Co ch’i funcziuna";
diff --git a/firefox-ios/Shared/Supporting Files/ro.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/ro.lproj/AppIconSelection.strings
index a880569840c35..cbade6805137d 100644
--- a/firefox-ios/Shared/Supporting Files/ro.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/ro.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Ora albastră";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Drăguţ";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Verde";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Îmbrăţişare";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Leneş";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Luminoasă";
diff --git a/firefox-ios/Shared/Supporting Files/ro.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/ro.lproj/EnhancedTrackingProtection.strings
index 288ba5cb0307b..fb6e425d75d19 100644
--- a/firefox-ios/Shared/Supporting Files/ro.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/ro.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Elemente de urmărire blocate: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Funcția standard blochează elementele de urmărire frecvente după ce începe să se încarce o pagină, așa că este posibil să vezi un număr mai mare de elemente de urmărire. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Funcția strictă blochează mai multe elemente de urmărire oprindu-le înainte să se încarce pagina. așa că este posibil să vezi un număr mai mic de elemente de urmărire. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verificat de %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Vezi certificatul";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Află mai multe";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ nu este activat. Îți sugerăm să reactivezi protecțiile.";
diff --git a/firefox-ios/Shared/Supporting Files/ro.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/ro.lproj/FirefoxHomepage.strings
index 3d693c60b3601..0f469d04d7a9b 100644
--- a/firefox-ios/Shared/Supporting Files/ro.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/ro.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Povești";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Am actualizat %1$@ ca să reflecte ultimele funcționalități din %2$@. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Toate articolele";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Știri";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Știri";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Populare azi";
diff --git a/firefox-ios/Shared/Supporting Files/ro.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/ro.lproj/MainMenu.strings
index 025adb6a23f79..2424507705de5 100644
--- a/firefox-ios/Shared/Supporting Files/ro.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/ro.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Setează %@ ca implicit";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Dezactivat";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Activat";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Marcaje";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Mod de noapte";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom pagină (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom pagină";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Mai multe";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Mod de lectură";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Salvează";
diff --git a/firefox-ios/Shared/Supporting Files/ro.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/ro.lproj/RelayMask.strings
index f8b805be1548a..bbb4560235058 100644
--- a/firefox-ios/Shared/Supporting Files/ro.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/ro.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Nou! Măștile de e-mail %@ Relay sunt acum disponibile pe mobil.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Cele 5 măști de e-mail gratuite sunt deja în uz, așa că am ales una pentru tine.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Ți-ai folosit cele 5 măști de e-mail gratuite, așa că am ales una pe care să o refolosești.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Mască de e-mail introdusă";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Ascunde-ți adresa de e-mail reală pentru a-ți proteja căsuța poștală de spam. Unele site-uri nu acceptă această opțiune.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Ascunde-ți adresa de e-mail reală pentru a-ți proteja căsuța poștală de spam. Unele site-uri nu acceptă măști de e-mail.";
diff --git a/firefox-ios/Shared/Supporting Files/ro.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/ro.lproj/Settings.strings
index 4aee245101501..059216cb7d857 100644
--- a/firefox-ios/Shared/Supporting Files/ro.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/ro.lproj/Settings.strings
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "Gesturi";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Alege o limbă";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Limbă preferată în aplicație";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Limbă";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Limbă site web";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "Fă rezumatul paginilor";
diff --git a/firefox-ios/Shared/Supporting Files/ro.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/ro.lproj/Summarizer.strings
index d9785f9956849..ce467f3346748 100644
--- a/firefox-ios/Shared/Supporting Files/ro.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/ro.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Trage sau atinge pagina web ca să închizi rezumatul";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Permite";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ folosește Apple Intelligence pentru rezumarea paginilor.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Anulează";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Continuă";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ utilizează AI în cloud pentru a rezuma pagini și trimite aceste rezumate pe dispozitivul tău.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Află mai multe";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Permiți rezumarea paginilor?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "Rezumatul nu este disponibil";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Cum funcționează";
diff --git a/firefox-ios/Shared/Supporting Files/ro.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/ro.lproj/TabsTray.strings
index af6c8a8652051..b63c5ae129e91 100644
--- a/firefox-ios/Shared/Supporting Files/ro.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/ro.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Sincronizează filele";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "Filă nouă";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "File";
diff --git a/firefox-ios/Shared/Supporting Files/ru.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/ru.lproj/AppIconSelection.strings
index d1302cf82bec5..6dde22c12ce11 100644
--- a/firefox-ios/Shared/Supporting Files/ru.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/ru.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Режимное время";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Милый";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Бирюзовый";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Зелёный";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Объятие";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Ленивый";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Светлый";
diff --git a/firefox-ios/Shared/Supporting Files/ru.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/ru.lproj/EnhancedTrackingProtection.strings
index 3b1ac6f1045bb..853e701c5acbb 100644
--- a/firefox-ios/Shared/Supporting Files/ru.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/ru.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Заблокировано трекеров: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Стандартная блокирует распространённые трекеры после начала загрузки страницы, поэтому вы можете увидеть большее количество трекеров. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Строгая блокирует больше трекеров, останавливая их перед загрузкой страницы, поэтому вы можете увидеть меньшее количество трекеров. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Подтверждено %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Просмотреть сертификат";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Подробнее";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ не работает. Мы предлагаем снова включить защиту.";
diff --git a/firefox-ios/Shared/Supporting Files/ru.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/ru.lproj/FirefoxHomepage.strings
index d2a3d845ba2c2..c0514cd03cde0 100644
--- a/firefox-ios/Shared/Supporting Files/ru.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/ru.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Истории";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Мы обновили наше %1$@, чтобы отразить последние возможности в %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/ru.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/ru.lproj/MainMenu.strings
index c1131533525d7..074c43f15852c 100644
--- a/firefox-ios/Shared/Supporting Files/ru.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/ru.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Сделайте %@ вашим браузером по умолчанию";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Откл.";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Вкл.";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Закладки";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Ночной режим";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Масштаб страницы (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Масштабирование страницы";
diff --git a/firefox-ios/Shared/Supporting Files/ru.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/ru.lproj/RelayMask.strings
index 622c211c69448..b5866b7a9eb45 100644
--- a/firefox-ios/Shared/Supporting Files/ru.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/ru.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Новинка! Псевдонимы электронной почты %@ Relay теперь доступны на мобильных устройствах.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "У вас есть 5 бесплатных псевдонимов электронной почты, поэтому мы выбрали один для вас.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Вы использовали свои 5 бесплатных псевдонимов электронной почты, поэтому мы выбрали один из них, чтобы вы могли использовать его повторно.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Псевдоним эл. почты вставлен";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Скройте свой настоящий адрес электронной почты, чтобы защитить свой почтовый ящик от спама. Некоторые сайты это не поддерживают.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Скройте свой настоящий адрес электронной почты, чтобы защитить свой почтовый ящик от спама. Некоторые сайты не поддерживают псевдонимы электронной почты.";
diff --git a/firefox-ios/Shared/Supporting Files/ru.lproj/Share.strings b/firefox-ios/Shared/Supporting Files/ru.lproj/Share.strings
index 864dd5a31e423..03ae2bbef2088 100644
--- a/firefox-ios/Shared/Supporting Files/ru.lproj/Share.strings
+++ b/firefox-ios/Shared/Supporting Files/ru.lproj/Share.strings
@@ -1,5 +1,5 @@
/* Error message shown in the remote tabs panel */
-"SendTo.NoDevicesFound.Message.v119" = "У вас нет других устройств, подключенных к этому аккаунту, доступных для синхронизации.";
+"SendTo.NoDevicesFound.Message.v119" = "У вас нет других устройств, подключённых к этому аккаунту, доступных для синхронизации.";
/* This message appears when a user tries to use 'Send Link to Device' action while not logged in */
"SendTo.NotSignedIn.Title.v119" = "Вы не вошли в свой аккаунт.";
diff --git a/firefox-ios/Shared/Supporting Files/ru.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/ru.lproj/Summarizer.strings
index 4848df8deb769..c97b841689e26 100644
--- a/firefox-ios/Shared/Supporting Files/ru.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/ru.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Сводка недоступна";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Разрешить";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ использует Apple Intelligence для резюмирования страниц.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Отмена";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Продолжить";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ использует облачный ИИ для резюмирования страниц и возвращает эти сводки на ваше устройство.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Подробнее";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Разрешить резюмирование страниц?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Как это работает";
diff --git a/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/AppIconSelection.strings
index 0be47eb8f6fa5..95df967bd8a29 100644
--- a/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "ᱞᱤᱞ ᱴᱟᱲᱟᱝ";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "ᱪᱮᱦᱨᱟ";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "ᱥᱟᱭᱟᱱ";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "ᱦᱟᱹᱨᱤᱭᱟᱹᱲ";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "ᱦᱟᱹᱲᱩᱵ";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "ᱟᱹᱲᱤᱥᱤᱭᱟᱹ";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "ᱢᱟᱨᱥᱟᱞ";
diff --git a/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/FirefoxHomepage.strings
index fd87edc12b89d..b77fa336d6bd6 100644
--- a/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "ᱠᱟᱹᱦᱱᱤᱠᱚ";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "ᱟᱞᱮ ᱟᱞᱮᱭᱟᱜ %1$@ ᱞᱮ ᱟᱯᱰᱮᱴ ᱟᱠᱟᱫᱟ %2$@ ᱨᱮ ᱱᱟᱶᱟ ᱜᱩᱱ ᱠᱚ ᱩᱫᱩᱜ ᱞᱟᱹᱜᱤᱫ᱾ %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/MainMenu.strings
index dc018410be8e2..011b11fcac8ff 100644
--- a/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/sat-Olck.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "%@ ᱟᱢᱟᱜ ᱢᱩᱞ ᱞᱮᱠᱷᱟᱛᱮ ᱫᱮᱠᱷᱟᱣ ᱢᱮ";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "ᱵᱚᱸᱫᱚ";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "ᱪᱟᱹᱞᱩ";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "ᱵᱩᱠᱢᱟᱨᱠ ᱠᱚ";
diff --git a/firefox-ios/Shared/Supporting Files/scn.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/scn.lproj/AppIconSelection.strings
index 6f9505000cc6b..dbf9e495d5fb9 100644
--- a/firefox-ios/Shared/Supporting Files/scn.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/scn.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Ura blè";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Grazziusa";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cianu";
@@ -34,12 +31,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Virdi";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Abbrazzu";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Putruna";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Chiara";
diff --git a/firefox-ios/Shared/Supporting Files/scn.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/scn.lproj/FirefoxHomepage.strings
index 747ae46e0f58e..4257658d7d4e4 100644
--- a/firefox-ios/Shared/Supporting Files/scn.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/scn.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Artìculi";
-
/* This is the title of the Stories section on Firefox Homepage. */
"FirefoxHome.Stories.SectionTitle.v140" = "Artìculi";
diff --git a/firefox-ios/Shared/Supporting Files/scn.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/scn.lproj/MainMenu.strings
index 583976ac1a326..f854259c14472 100644
--- a/firefox-ios/Shared/Supporting Files/scn.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/scn.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Mposta %@ comu pridifinutu";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Sdisattivu";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Attivu";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Nzingalibbra";
@@ -259,9 +253,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Mudalità di notti";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Grannizza dâ pàggina (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Grannizza dâ pàggina";
diff --git a/firefox-ios/Shared/Supporting Files/sk.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/sk.lproj/AppIconSelection.strings
index 3a5932b41e3d5..ef381e00e50a5 100644
--- a/firefox-ios/Shared/Supporting Files/sk.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/sk.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Modrá hodina";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Roztomilá";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Azúrová";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Zelená";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Obrovská";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lenivá";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Svetlá";
diff --git a/firefox-ios/Shared/Supporting Files/sk.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/sk.lproj/EnhancedTrackingProtection.strings
index f0ffd8452d267..24cd41d5761f4 100644
--- a/firefox-ios/Shared/Supporting Files/sk.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/sk.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Zablokované sledovacie prvky: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Štandardná úroveň blokuje bežné sledovacie prvky po začatí načítavania stránky, čo môže viesť k vyššiemu počtu sledovacích prvkov. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Prísna úroveň blokuje bežné sledovacie prvky ešte pred načítaním stránky, čo vedie k nižšiemu počtu sledovacích prvkov. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Overil ju %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Zobraziť certifikát";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Ďalšie informácie";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ je mimo služby. Odporúčame znova zapnúť ochranu.";
@@ -104,7 +113,7 @@
"Menu.EnhancedTrackingProtection.On.NotSecure.Title.v128" = "Buďte opatrní na tejto stránke";
/* Title for the enhanced tracking protection screen when the user has selected to be protected. %@ is the app name (e.g. Firefox). */
-"Menu.EnhancedTrackingProtection.On.Title.v128" = "%@ je na stráži";
+"Menu.EnhancedTrackingProtection.On.Title.v128" = "%@ vás stráži";
/* The title for the privacy settings button inside the enhanced tracking protection screen. */
"Menu.EnhancedTrackingProtection.PrivacySettings.Title.v128" = "Nastavenia ochrany súkromia";
diff --git a/firefox-ios/Shared/Supporting Files/sk.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/sk.lproj/FirefoxHomepage.strings
index 36610088e1294..dc3799e2f5d80 100644
--- a/firefox-ios/Shared/Supporting Files/sk.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/sk.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Príbehy";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Aktualizovali sme náš dokument %1$@, aby odrážal najnovšie funkcie v prehliadači %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/sk.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/sk.lproj/MainMenu.strings
index 387b35c5c0273..97f2863d00a34 100644
--- a/firefox-ios/Shared/Supporting Files/sk.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/sk.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Nastavte si %@ ako predvolený";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Vypnuté";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Zapnuté";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Záložky";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Nočný režim";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Priblíženie stránky (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Priblíženie stránky";
diff --git a/firefox-ios/Shared/Supporting Files/sk.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/sk.lproj/RelayMask.strings
index 4b52c4c335799..cdddfcfbe5a1d 100644
--- a/firefox-ios/Shared/Supporting Files/sk.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/sk.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Novinka! E‑mailové masky služby %@ Relay sú teraz k dispozícii aj na mobilných zariadeniach.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Vašich 5 bezplatných e‑mailových masiek je už použitých, tak sme pre vás jednu vybrali.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Použili ste svojich 5 bezplatných e‑mailových masiek, takže sme pre vás vybrali jednu na opätovné použitie.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Vložená e‑mailová maska";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Skryte svoj skutočný e‑mail, aby ste ochránili svoju schránku pred nevyžiadanou poštou. Niektoré stránky to však nepodporujú.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Skryte svoj skutočný e-mail, aby ste ochránili svoju schránku pred nevyžiadanou poštou. Niektoré stránky nepodporujú e‑mailové masky.";
diff --git a/firefox-ios/Shared/Supporting Files/sk.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/sk.lproj/Summarizer.strings
index 913dd79274e0e..2cc85d5aa3a7e 100644
--- a/firefox-ios/Shared/Supporting Files/sk.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/sk.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Súhrn nie je k dispozícii";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Povoliť";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ používa na zhrnutie obsahu stránok službu Apple Intelligence.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Zrušiť";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Pokračovať";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ používa cloudovú umelú inteligenciu na zhrnutie obsahu stránok a tieto zhrnutia vracia do vášho zariadenia.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Ďalšie informácie";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Povoliť súhrny stránok?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Ako to funguje";
diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/AppIconSelection.strings
index 9daba0ea0388d..d7ed2d6205675 100644
--- a/firefox-ios/Shared/Supporting Files/sl.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/sl.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Modra ura";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Ljubka";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cian";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Zelena";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Objem";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lena";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Svetla";
diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/ContextualHints.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/ContextualHints.strings
index 0e14826bce0f9..31e03761ed5dc 100644
--- a/firefox-ios/Shared/Supporting Files/sl.lproj/ContextualHints.strings
+++ b/firefox-ios/Shared/Supporting Files/sl.lproj/ContextualHints.strings
@@ -1,6 +1,9 @@
/* Contextual hints are little popups that appear for the users informing them of new features. This is a call to action for the popup that appears to educate users about what the fire button in the toolbar does, when in private mode. */
"ContextualHints.FeltDeletion.Body.v122" = "Tapnite tukaj za začetek nove zasebne seje. Izbrišite zgodovino, piškotke – vse.";
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the body description of one that points the user to the new translation icon on the toolbar. */
+"ContextualHints.Translations.Body.v145" = "Hitri zasebni prevodi so pripravljeni, ko jih potrebujete.";
+
/* Contextual hints are little popups that appear for the users informing them of new features. This is the title of one that points the user to the new translation icon on the toolbar. %@ is the app name (e.g. Firefox). */
"ContextualHints.Translations.Title.v145" = "%@ govori vaš jezik";
diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/EnhancedTrackingProtection.strings
index 3e6b36dcc47cc..b24d4e8d6e690 100644
--- a/firefox-ios/Shared/Supporting Files/sl.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/sl.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Zavrnjenih sledilcev: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standardni način blokira običajne sledilce, potem ko se stran začne nalagati, zato je lahko prikazano večje število sledilcev. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Strogi način blokira več sledilcev, tako da jih zaustavi še pred naložitvijo strani. Prikazano število sledilcev je zato lahko manjše. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Overil %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Ogled digitalnega potrdila";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Več o tem";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ vas ne varuje. Priporočamo, da zaščito znova vključite.";
diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/FirefoxHomepage.strings
index c11c42745b38b..d014fbecd7f72 100644
--- a/firefox-ios/Shared/Supporting Files/sl.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/sl.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Zgodbe";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Dopolnili smo %1$@, da odraža najnovejše možnosti, vključene v %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/MainMenu.strings
index 01434ca250a60..e6cfb1e9f5569 100644
--- a/firefox-ios/Shared/Supporting Files/sl.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/sl.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Nastavite %@ za privzeti brskalnik";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Izključeno";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Vključeno";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Zaznamki";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Nočni način";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Povečava strani (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Povečava strani";
diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/Onboarding.strings
index 4dfac87423448..c0319b3af7ba6 100644
--- a/firefox-ios/Shared/Supporting Files/sl.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/sl.lproj/Onboarding.strings
@@ -229,6 +229,9 @@
/* String used to describe Firefox on the Sync onboarding page for the current version of our onboarding screens. */
"Onboarding.Modern.Sync.Description.v140" = "Imejte zaznamke, zgodovino in gesla pri roki na vsaki napravi.";
+/* Description for the Sync card in the v2 onboarding flow. */
+"Onboarding.Modern.Sync.Description.v145" = "Vaši zaznamki, gesla in drugi podatki se sinhronizirajo s katerokoli drugo napravo. Vse je zaščiteno s šifriranjem, tako da imate dostop do njih samo vi.";
+
/* String used to describes the option to skip the Sync sign in during onboarding for the current version in Firefox Onboarding screens. */
"Onboarding.Modern.Sync.SignIn.Action.v140" = "Začnite sinhronizirati";
diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/RelayMask.strings
index e489daab074d5..64872a0a2deb3 100644
--- a/firefox-ios/Shared/Supporting Files/sl.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/sl.lproj/RelayMask.strings
@@ -1,8 +1,5 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
-"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Novo! %@ E-poštne maske Relay so zdaj na voljo za mobilne naprave.";
-
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "5 brezplačnih e-poštnih mask že uporabljate, zato smo izbrali eno od njih.";
+"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Novo! E-poštne maske %@ Relay so zdaj na voljo za mobilne naprave.";
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Svojih 5 brezplačnih e-poštnih mask ste že uporabili, zato smo ponovno uporabili eno od njih.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "E-poštna maska vstavljena";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Zakrijte svoj pravi e-poštni naslov in zaščitite nabiralnik pred vsiljeno pošto. Nekatera spletna mesta tega ne podpirajo.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Zakrijte svoj pravi e-poštni naslov in zaščitite nabiralnik pred vsiljeno pošto. Nekatera spletna mesta e-poštnih mask ne podpirajo.";
diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/Settings.strings
index 1021425fe1227..811f7b6c010fa 100644
--- a/firefox-ios/Shared/Supporting Files/sl.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/sl.lproj/Settings.strings
@@ -172,9 +172,15 @@
/* Show Firefox Browser Privacy Notice page from the Privacy section in the settings. See https://www.mozilla.org/privacy/firefox/ */
"Settings.PrivacyNotice.Title.v137" = "Obvestilo o zasebnosti";
+/* Title for a link that explains what Mozilla means by Rollouts */
+"Settings.Rollouts.Link.v148" = "Več o tem";
+
/* A short description that explains that Mozilla may change features remotely. %@ is the app name (e.g. Firefox). */
"Settings.Rollouts.Message.v148" = "%@ bo izboljševal zmogljivosti, zanesljivost in učinkovitost delovanja med posodobitvami. Spremembe se uveljavljajo na daljavo.";
+/* Label used as a toggle item in Settings. When this is off, the user is opting out of all rollouts. */
+"Settings.Rollouts.Title.v148" = "Dovoli izboljšave na daljavo";
+
/* In the settings menu, in the General section, this is the title for the option that allows user to disable the autohide feature of the tab and address bar. */
"Settings.ScrollToHideTabAndAddressBar.Title.v138" = "Podrsajte, da skrijete vrstico z zavihki in naslovom";
@@ -238,15 +244,27 @@
/* Title for a link that explains what Mozilla means by Studies */
"Settings.Studies.Link.v136" = "Več o tem";
+/* Title for a link that explains what Mozilla means by Studies */
+"Settings.Studies.Link.v148" = "Več o tem";
+
/* A short description that explains that Mozilla is running studies */
"Settings.Studies.Message.v136" = "Preizkusite funkcije in ideje, preden so na voljo vsem.";
+/* A short description that explains that Mozilla is running studies. %@ is the app name (e.g. Firefox). */
+"Settings.Studies.Message.v148" = "%@ naključno izbira uporabnike za preizkušanje novosti, kar pripomore k izboljšanju kakovosti za vse.";
+
/* Label used as a toggle item in Settings. When this is off, the user is opting out of all studies. */
"Settings.Studies.Title.v136" = "Nameščaj in izvajaj raziskave";
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Želeni jezik aplikacije";
+
/* The title for the language choose section for the summarizer inside the Summarize settings. */
"Settings.Summarize.LanguageSection.Title.v149" = "Jezik";
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Jezik spletnih strani";
+
/* Title for a link that explains how Mozilla send technical and interaction data. */
"Settings.TechnicalData.Link.v136" = "Več o tem";
diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/Summarizer.strings
index d6e45810bf75d..6aba2d536d697 100644
--- a/firefox-ios/Shared/Supporting Files/sl.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/sl.lproj/Summarizer.strings
@@ -7,18 +7,6 @@
/* The label for the error button that allows the user to retry summarizing the page. */
"Summarizer.RetryButton.Label.v142" = "Poskusi znova";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Dovoli";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Prekliči";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Nadaljuj";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Več o tem";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Kako deluje";
diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/AppIconSelection.strings
index 5569bf12434cf..c66fa043c760c 100644
--- a/firefox-ios/Shared/Supporting Files/sq.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/sq.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Ora Blu";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "E lezetshme";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Blu e gjelbër";
@@ -28,18 +25,15 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a hand-drawn version of the Firefox for iOS app icon of a cartoony fox resting on a globe. */
"Settings.AppIconSelection.AppIconNames.FromContributors.Momo.Title.v139" = "Momo";
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon of a fox outline with flames. */
+"Settings.AppIconSelection.AppIconNames.Fun.Flaming.Title.146" = "Flakërim";
+
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of yellow fading to orange. */
"Settings.AppIconSelection.AppIconNames.GoldenHour.Title.v137" = "Ora e Artë";
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "E gjelbër";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Përqafim";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Dembele";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "E çelët";
diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/EnhancedTrackingProtection.strings
index 1df32c9320471..c718170f140eb 100644
--- a/firefox-ios/Shared/Supporting Files/sq.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/sq.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Gjurmues të bllokuar: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standardi bllokom gjurmues të rëndomtë pasi faqja fillon të ngarkohet, ndaj mund të shihni një numër më të lartë gjurmuesish. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Strikti bllokon më tepër gjurmues, duke i ndaluar ata para se faqja të fillojë të ngarkohet, ndaj mund të shihni një numër më të ulët gjurmuesish. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verifikuar nga: %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Shiheni dëshminë";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Mësoni më tepër";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ s’është në punë. Sugjerojmë riaktivizimin e mbrojtjeve.";
diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/FirefoxHomepage.strings
index f28f70f005221..72ea83522bf05 100644
--- a/firefox-ios/Shared/Supporting Files/sq.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/sq.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Histori";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Kemi përditësuar %1$@ tona, për të pasqyruar veçoritë më të reja në %2$@. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Krejt Historitë";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Lajme";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Lajme";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Popullore Sot";
diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/MainMenu.strings
index c08ef4b8e4483..db5f5164147c2 100644
--- a/firefox-ios/Shared/Supporting Files/sq.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/sq.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Bëjeni %@ parazgjedhjen tuaj";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Off";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "On";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Faqerojtës";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Mënyra Natë";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Zoom Faqeje (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Zoom Faqeje";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Më tepër";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Pamja Lexues";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Ruaje";
diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/NativeErrorPage.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/NativeErrorPage.strings
index 0741c3f48d05b..15fc68ffe441b 100644
--- a/firefox-ios/Shared/Supporting Files/sq.lproj/NativeErrorPage.strings
+++ b/firefox-ios/Shared/Supporting Files/sq.lproj/NativeErrorPage.strings
@@ -1,3 +1,39 @@
+/* On certificate error page, this is the text on a button that will show advanced information about the certificate error. */
+"NativeErrorPage.BadCertDomain.AdvancedButton.v149" = "Të mëtejshme";
+
+/* On certificate error page, this is the advanced information explaining why the certificate is invalid. %1$@ is the app name (e.g. Firefox). %2$@ is the site URL. */
+"NativeErrorPage.BadCertDomain.AdvancedInfo.v149" = "%1$@ s’i zë besë këtij sajti, ngaqë dëshmia e gjetur s’është e vlefshme për %2$@.";
+
+/* On certificate error page, this is the security information shown in the advanced section. */
+"NativeErrorPage.BadCertDomain.AdvancedSecurityInfo.v149" = "Ky sajt s’lejon lidhje që s’janë të siguruara.";
+
+/* On certificate error page, this is the first warning message in the advanced section suggesting possible solutions. */
+"NativeErrorPage.BadCertDomain.AdvancedWarning1.v149" = "Mund t’ju duhet të bëni hyrjen në rrjetin tuaj Wi-Fi, ose të shihni rregullimet për VPN-në tuaj.";
+
+/* On certificate error page, this is the second warning message in the advanced section for users on corporate networks. */
+"NativeErrorPage.BadCertDomain.AdvancedWarning2.v149" = "Nëse gjendeni në një rrjet korporate, ekipi juaj i asistencës mund të ketë më tepër hollësi.";
+
+/* On certificate error page, this is the description explaining the security risk. */
+"NativeErrorPage.BadCertDomain.Description.v149" = "Dikush që pretendon të jetë sajti, mund të provojë të vjedhë informacion tuajin personal. Mundet edhe që rregullimet tuaja të lidhjes të jenë ujdisur jo saktë.";
+
+/* On certificate error page, this is the label prefix for the error code. %@ is the error code (e.g. SSL_ERROR_BAD_CERT_DOMAIN). */
+"NativeErrorPage.BadCertDomain.ErrorCodeLabel.v149" = "Kod gabimi: %@";
+
+/* On certificate error page, this is the text on a button that will hide the advanced information section. */
+"NativeErrorPage.BadCertDomain.HideAdvancedButton.v149" = "Fshihi të mëtejshmet";
+
+/* On certificate error page, this is a link to learn more about certificate errors. */
+"NativeErrorPage.BadCertDomain.LearnMoreLink.v149" = "Mësoni më tepër";
+
+/* On certificate error page, this is the text on a button that will proceed to the site despite the certificate error. %@ is the site URL. This is a risky action. */
+"NativeErrorPage.BadCertDomain.ProceedButton.v149" = "Vazhdo te %@ (E rrezikshme)";
+
+/* On certificate error page, this is the title warning the user about a potential security issue. */
+"NativeErrorPage.BadCertDomain.TitleLabel.v149" = "Hapni sytë. Diçka s’duket siç duhet.";
+
+/* On certificate error page, this is a link that will show the site’s certificate details. */
+"NativeErrorPage.BadCertDomain.ViewCertificateLink.v149" = "Shihni dëshminë e sajtit";
+
/* On error page, this is the text on a button that will try to load the page again. */
"NativeErrorPage.ButtonLabel.v131" = "Ringarkoje";
@@ -7,6 +43,9 @@
/* On error page, this is the title for generic error. */
"NativeErrorPage.GenericError.TitleLabel.v131" = "Hapni sytë. Diçka s’duket siç duhet.";
+/* On error page, this is the text on a button that will go back to the previous page. Recommended action. */
+"NativeErrorPage.GoBackButton.v149" = "Shko Mbrapsht (E këshilluar)";
+
/* On error page, this is the description for no internet connection. */
"NativeErrorPage.NoInternetConnection.Description.v131" = "Provoni të lidheni që nga një pajisje tjetër. Shihni modemin ose rrugëzuesin tuaj. Shkëputuni dhe rilidhuni me Wi-Fi-n.";
diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/Onboarding.strings
index 3a1c3f3227e69..6b80ec3cb4505 100644
--- a/firefox-ios/Shared/Supporting Files/sq.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/sq.lproj/Onboarding.strings
@@ -145,6 +145,9 @@
/* Button title for agreeing to Terms of Use in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148" = "Shprehni pajtimin dhe vazhdoni";
+/* Button title for agreeing to Terms of Use in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148.v2" = "Vazhdo";
+
/* Description for the Terms of Use card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.TermsOfUse.Description.v148" = "I shpejtë, i parrezik dhe që s’do t’ju shesë. Shfletimi sapo u bë më i mirë.";
@@ -181,6 +184,12 @@
/* Title for the welcome card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Welcome.Title.v148" = "U thoni lamtumirë gjurmuesve të shpifur";
+/* Title for the welcome card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.Title.v148.v2" = "Hapini lidhjet tuaja me privatësi që brenda";
+
+/* Title for the welcome card in the v149 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.TitleV3.v149" = "Hapini krejt lidhjet tuaja me privatësi që brenda";
+
/* Option for the automatic theme. */
"Onboarding.Modern.Customization.Theme.Automatic.v145" = "Automatike";
diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/RelayMask.strings
index 897f2ca71f0ff..e1cefe61573c1 100644
--- a/firefox-ios/Shared/Supporting Files/sq.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/sq.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "E re! Maskat e email-it %@ Relay tanimë janë gati edhe për celular.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "5 maskat tuaja falas të email-it janë në përdorim, ndaj zgjodhëm një për ju.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Keni përdorur 5 maska falas email-i, ndaj kemi zgjedhur një për ju që ta ripërdorni.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "U fut maskë email-i";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Fshihni email-in tuaj të njëmendtë, që të mbroni postën tuaj nga mesazhe të padëshiruar. Disa sajte s’e mbulojnë.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Fshihni email-in tuaj të njëmendtë, që të mbroni postën tuaj nga mesazhe të padëshiruar. Disa sajte s’mbulojnë maska email-esh.";
diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/Settings.strings
index 6b93e0bd93d46..87f0c4b7384b5 100644
--- a/firefox-ios/Shared/Supporting Files/sq.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/sq.lproj/Settings.strings
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "Gjeste";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Zgjidhni një gjuhë";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Gjuhë e Parapëlqyer Aplikacionesh";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Gjuhë";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Gjuhë Sajti";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "Përmblidh Faqe";
diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/Summarizer.strings
index 28089db1dd3d5..61bacaf47e0a4 100644
--- a/firefox-ios/Shared/Supporting Files/sq.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/sq.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Që të mbyllet përmbledhja, tërhiqni ose prekni faqen web";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Lejoje";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ përdor Apple Intelligence për përmbledhje faqesh.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Anuloje";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Vazhdo";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ përdor IA me bazë në re për përmbledhje faqesh dhe jep këto përmbledhje në pajisjen tuaj.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Mësoni më tepër";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Të Lejohen Përmbledhje Faqesh?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "S’ka përmbledhje";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Si funksionon";
diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/TabsTray.strings
index 8936bcc13f87a..1dbb720dff5bd 100644
--- a/firefox-ios/Shared/Supporting Files/sq.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/sq.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Njëkohëso Skeda";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "Skedë e Re";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "Skeda";
diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/TermsOfUse.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/TermsOfUse.strings
index 2b95dbf0a4bb7..9c031fac114d9 100644
--- a/firefox-ios/Shared/Supporting Files/sq.lproj/TermsOfUse.strings
+++ b/firefox-ios/Shared/Supporting Files/sq.lproj/TermsOfUse.strings
@@ -7,6 +7,12 @@
/* Introductory message in the Terms of Use sheet that mentions updated Terms of Use and Privacy Notice. %@ will be replaced with the app name (e.g., Firefox). */
"TermsOfUse.Description.v142" = "Kemi sjellë Kushte Përdorimi %@ dhe përditësuam Shënimin tonë mbi Privatësinë.";
+/* Text shown in the Terms of Use bottom sheet for variants 1 and 2. %@ is replaced with the localized 'here' link text. */
+"TermsOfUse.LearnMoreHere.v147" = "Mund të mësoni më tepër %@.";
+
+/* Link text for 'here' in the phrase 'You can learn more here.' shown in the Terms of Use sheet for variants 1 and 2. */
+"TermsOfUse.Link.HereText.v147" = "këtu";
+
/* Link shown in the Terms of Use sheet to direct users to more details about the update. */
"TermsOfUse.Link.LearnMore.v142" = "Mësoni më tepër";
@@ -28,3 +34,9 @@
/* Title shown at the top of the Terms of Use bottom sheet, indicating that there is an update to terms of use. */
"TermsOfUse.Title.v142" = "Kemi një përditësim";
+/* Title shown at the top of the Terms of Use bottom sheet for variant 1. */
+"TermsOfUse.TitleValue1.v147" = "Kushte Përdorimi";
+
+/* Title shown at the top of the Terms of Use bottom sheet for variant 2. %@ is replaced with the app name (e.g., Firefox). */
+"TermsOfUse.TitleValue2.v147" = "Një shënim nga %@";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/ActivityStream.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/ActivityStream.strings
new file mode 100644
index 0000000000000..2cca82f51764e
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/ActivityStream.strings
@@ -0,0 +1,6 @@
+/* String used in the section title of the Bookmarks section on Home Screen. */
+"ActivityStream.Bookmarks.Title.v128" = "Обележивачи";
+
+/* Show all button text for Bookmarks items on the home page, which opens the Bookmarks panel when tapped. */
+"Bookmarks.Actions.More.v128" = "Прикажи све";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/AddressToolbar.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/AddressToolbar.strings
new file mode 100644
index 0000000000000..4bdf29059ba87
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/AddressToolbar.strings
@@ -0,0 +1,18 @@
+/* Label for button in the address toolbar, that cancels editing the address field when tapped. */
+"AddressToolbar.CancelEdit.Label.v138" = "Откажи";
+
+/* Accessibility label for the address field in the address toolbar. */
+"AddressToolbar.Location.A11y.Label.v128" = "Претражите или унесите адресу";
+
+/* Placeholder for the address field in the address toolbar. */
+"AddressToolbar.Location.Placeholder.v128" = "Претражите или унесите адресу";
+
+/* Accessibility label for the lock icon button in the address field of the address toolbar, responsible with Privacy & Security Settings. */
+"AddressToolbar.PrivacyAndSecuriySettings.A11y.Label.v128" = "Подешавања приватности и безбедности";
+
+/* When the user taps the search engine icon in the toolbar, a sheet with a list of alternative search engines appears. This is the accessibility hint describing what tapping the search engine icon does. */
+"AddressToolbar.SearchEngine.A11y.Hint.v133" = "Отвара избор претраживача";
+
+/* Accessibility label for the search engine icon in the address bar. %@ is the name of the search engine (e.g. Google). */
+"AddressToolbar.SearchEngine.A11y.Label.v128" = "Претраживач: %@";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Alert.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Alert.strings
new file mode 100644
index 0000000000000..a11860beb3bca
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Alert.strings
@@ -0,0 +1,12 @@
+/* Button text to dismiss the dialog box that gets presented as a confirmation to remove card and cancel the operation. */
+"CreditCard.SnackBar.CancelRemoveCardButton.v112" = "Откажи";
+
+/* Sub label for the dialog box that gets presented as a confirmation to ask user if they would like to remove the saved credit card from local as well as all their synced devices */
+"CreditCard.SnackBar.RemoveCardSublabel.v112" = "Ово ће уклонити језичак са свих ваших усклађених уређаја.";
+
+/* Title label for the dialog box that gets presented as a confirmation to ask user if they would like to remove the saved credit card */
+"CreditCard.SnackBar.RemoveCardTitle.v122" = "Уклонити језичак?";
+
+/* Button text to dismiss the dialog box that gets presented as a confirmation to remove card and perform the operation of removing the credit card. */
+"CreditCard.SnackBar.RemovedCardButton.v112" = "Уклони";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Alerts.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Alerts.strings
new file mode 100644
index 0000000000000..2c9baa3bebd1e
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Alerts.strings
@@ -0,0 +1,39 @@
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the body message for the alert. %@ is the name/domain of the website, for example 'google.com' */
+"Alerts.AddToCalendar.Body.v134" = "%@ тражи да преузме датотеку и дода догађај у ваш календар.";
+
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the body message for the alert in case the website doesn't have a base domain. */
+"Alerts.AddToCalendar.BodyDefault.v134" = "Ова страница тражи да преузме датотеку и дода догађај у ваш календар.";
+
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the affirmative action for the alert, confirming that you do want to add the event to the calendar. */
+"Alerts.AddToCalendar.Button.Add.v134" = "Додај";
+
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the title for the alert. */
+"Alerts.AddToCalendar.Title.v134" = "Додати у календар?";
+
+/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the body text for the alert. */
+"Alerts.FeltDeletion.Body.v122" = "Затворите све приватне језичке и обришите историјат, колачиће и све остале податке веб сајтова.";
+
+/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the cancel action for the alert, cancelling ending your session. */
+"Alerts.FeltDeletion.Button.Cancel.v122" = "Откажи";
+
+/* When tapping on a link, on a website in order to download a file and that file is a calendar file, an alert comes up asking to confirm if you want to add the event to the device calendar. This is the cancel action for the alert, cancelling the action to add the event to the calendar. */
+"Alerts.FeltDeletion.Button.Cancel.v134" = "Откажи";
+
+/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the affirmative action for the alert, confirming that you do want to do that. */
+"Alerts.FeltDeletion.Button.Confirm.v122" = "Обриши податке сесије";
+
+/* When tapping the fire icon in private mode, an alert comes up asking to confirm if you want to delete all browsing data and end your private session. This is the title for the alert. */
+"Alerts.FeltDeletion.Title.v122" = "Желите ли да завршите приватну сесију?";
+
+/* The title for the negative action of the restore tabs pop-up alert. This alert is displayed when opening up Firefox after it crashed, and will reject the action of restoring tabs. */
+"Alerts.RestoreTabs.Button.No.v109" = "Не";
+
+/* The title for the affirmative action of the restore tabs pop-up alert. This alert is displayed when opening up Firefox after it crashed, and will restore existing tabs. */
+"Alerts.RestoreTabs.Button.Yes.v109" = "Поврати језичке";
+
+/* The body of the restore tabs pop-up alert. This alert is displayed when opening up Firefox after it crashed. */
+"Alerts.RestoreTabs.Message.v109" = "Жао нам је због тога. Повратите језичке да бисте наставили тамо где сте стали.";
+
+/* The title of the restore tabs pop-up alert. This alert is displayed when opening up Firefox after it crashed. %@ is the name of the app (e.g. Firefox). */
+"Alerts.RestoreTabs.Title.v109.v2" = "%@ је пао. Желите ли да повратите језичке?";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/AppIconSelection.strings
new file mode 100644
index 0000000000000..da7bb106706f4
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/AppIconSelection.strings
@@ -0,0 +1,126 @@
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the accessibility label describing the filled checkbox on the currently selected app icon option. */
+"Settings.AppIconSelection.Accessibility.AppIconSelectedLabel.v136" = "Изабрано";
+
+/* On the app icon customization screen, where you can select an alternate icon for the app, this is the accessibility hint describing what happens when you select an app icon row. %@ is the app name. */
+"Settings.AppIconSelection.Accessibility.AppIconSelectionHint.v136" = "Изаберите иконицу апликације %@";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the accessibility label describing an unfilled checkbox for an unselected app icon option. */
+"Settings.AppIconSelection.Accessibility.AppIconUnselectedLabel.v136" = "Није изабрано";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a blue background. */
+"Settings.AppIconSelection.AppIconNames.Blue.Title.v136" = "Плава";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
+"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Плави сат";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
+"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Цијан";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a black background. */
+"Settings.AppIconSelection.AppIconNames.Dark.Title.v139" = "Тамна";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a dark purple background. */
+"Settings.AppIconSelection.AppIconNames.DarkPurple.Title.v136" = "Тамнољубичаста";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a hand-drawn version of the Firefox for iOS app icon of a cartoony fox resting on a globe. */
+"Settings.AppIconSelection.AppIconNames.FromContributors.Momo.Title.v139" = "Момо";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon of a fox outline with sunglasses. */
+"Settings.AppIconSelection.AppIconNames.Fun.Cool.Title.146" = "Кул";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a hand-drawn version of the Firefox for iOS app icon of a fox cuddling a globe. */
+"Settings.AppIconSelection.AppIconNames.Fun.Cuddling.Title.146" = "Мажење";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon of a fox outline with flames. */
+"Settings.AppIconSelection.AppIconNames.Fun.Flaming.Title.146" = "Пламена";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of yellow fading to orange. */
+"Settings.AppIconSelection.AppIconNames.GoldenHour.Title.v137" = "Златни сат";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
+"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Зелена";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
+"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Светла";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of light blue fading to light purple. */
+"Settings.AppIconSelection.AppIconNames.Midday.Title.v137" = "Подне";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of black fading to dark purple. */
+"Settings.AppIconSelection.AppIconNames.Midnight.Title.v137" = "Поноћ";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a minimal version of the Firefox for iOS app icon which flattens and simplifies the default icon. */
+"Settings.AppIconSelection.AppIconNames.Minimal.Title.v139" = "Минималистички";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of black fading to blue fading to green. */
+"Settings.AppIconSelection.AppIconNames.NorthernLights.Title.v137" = "Поларна светлост";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a orange background. */
+"Settings.AppIconSelection.AppIconNames.Orange.Title.v137" = "Наранџаста";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a pink background. */
+"Settings.AppIconSelection.AppIconNames.Pink.Title.v136" = "Розе";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a pixelated version of the regular Firefox for iOS app icon. */
+"Settings.AppIconSelection.AppIconNames.Pixelated.Title.v136" = "Пикселизовано";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a LGBT+ pride fox logo. */
+"Settings.AppIconSelection.AppIconNames.Pride.Title.v136" = "Понос";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a purple background. */
+"Settings.AppIconSelection.AppIconNames.Purple.Title.v137" = "Љубичаста";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a red background. */
+"Settings.AppIconSelection.AppIconNames.Red.Title.v137" = "Црвена";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the default Firefox for iOS icon. */
+"Settings.AppIconSelection.AppIconNames.Regular.Title.v136" = "Подразумевано";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a retro version of the regular Firefox for iOS app icon which was default in the year 2004. */
+"Settings.AppIconSelection.AppIconNames.Retro2004.Title.v139" = "Ретро 2004";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a retro version of the regular Firefox for iOS app icon which was default in the year 2017. */
+"Settings.AppIconSelection.AppIconNames.Retro2017.Title.v139" = "Ретро 2017";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of light blue fading to yellow. */
+"Settings.AppIconSelection.AppIconNames.Sunrise.Title.v137" = "Рађање сунца";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of purple fading to pink. */
+"Settings.AppIconSelection.AppIconNames.Sunset.Title.v137" = "Залазак сунца";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon which automatically adjusts the white/black background according to the iOS 18+ system light/dark/tinted home screen themes. */
+"Settings.AppIconSelection.AppIconNames.SystemAuto.Title.v139" = "Системска тема";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of dark blue fading to light blue. */
+"Settings.AppIconSelection.AppIconNames.Twilight.Title.v137" = "Сумрак";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a yellow background. */
+"Settings.AppIconSelection.AppIconNames.Yellow.Title.v137" = "Жута";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the subtitle shown on alternative app icons added by contributors which credit them for their design work. The parameter %@ specifies the creator's name, @ handle, or other personal identifier. */
+"Settings.AppIconSelection.ContributorCredit.Subtitle.v139" = "Аутор: %@";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the label for the button to acknowledge that an error setting the app icon has occurred. */
+"Settings.AppIconSelection.Errors.SelectErrorConfirmation.v136" = "У реду";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the message displayed when the app fails to set the user's selected app icon. */
+"Settings.AppIconSelection.Errors.SelectErrorMessage.v136" = "Жао нам је, дошло је до грешке при постављању иконице апликације.";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the title displayed at the top of the screen. */
+"Settings.AppIconSelection.ScreenTitle.v136" = "Иконица апликације";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the section heading shown for the basic variants of the app icon like the default, white, black, and legacy options. */
+"Settings.AppIconSelection.SectionNames.Basics.Title.v139" = "Основно";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the section heading shown for the solid color background variants of the app icon, all of which apply different colored backgrounds (like blue, pink, or orange) to the regular app icon. */
+"Settings.AppIconSelection.SectionNames.Colors.Title.v139" = "Боје";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the section heading shown for the gradient color background variants of the app icon, all of which apply different gradient color backgrounds (like blue fading to yellow or black fading to purple) to the regular app icon. */
+"Settings.AppIconSelection.SectionNames.Gradients.Title.v139" = "Преливи";
+
+/* On the app icon customization screen where you can select an alternate icon for the app, this is the section heading shown for all other miscellaneous variants of the app icon (like hand drawn or retro versions). */
+"Settings.AppIconSelection.SectionNames.More.Title.v139" = "Још";
+
+/* On the Settings screen, the name of the row that opens app icon selection options. */
+"Settings.AppIconSelection.SettingsOptionName.v136" = "Иконица апликације";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/BiometricAuthentication.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/BiometricAuthentication.strings
new file mode 100644
index 0000000000000..2ee2ce3360e27
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/BiometricAuthentication.strings
@@ -0,0 +1,6 @@
+/* Biometric authentication is when the system prompts users for Face ID or fingerprint before accessing protected information. This string asks the user to enter their device passcode to access the protected screen. */
+"Biometry.Screen.UniversalAuthenticationReason.v115" = "Потврдите идентитет за приступ лозинкама.";
+
+/* Biometric authentication is when the system prompts users for Face ID or fingerprint before accessing protected information. This string asks the user to enter their device passcode to access the protected screen for logins and encrypted cards. */
+"Biometry.Screen.UniversalAuthenticationReason.v122" = "Потврдите идентитет за приступ сачуваним лозинкама и начинима плаћања.";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/BookmarkPanel.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/BookmarkPanel.strings
new file mode 100644
index 0000000000000..16861543b7368
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/BookmarkPanel.strings
@@ -0,0 +1,3 @@
+/* Action button for deleting bookmarks in the bookmarks panel. */
+"Delete" = "Обриши";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/BookmarkPanelDeleteConfirm.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/BookmarkPanelDeleteConfirm.strings
new file mode 100644
index 0000000000000..a7048d7c1a0d4
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/BookmarkPanelDeleteConfirm.strings
@@ -0,0 +1,12 @@
+/* Button label to cancel deletion when the user tried to delete a non-empty folder. */
+"Bookmarks.DeleteFolderWarning.CancelButton.Label" = "Откажи";
+
+/* Button label for the button that deletes a folder and all of its children. */
+"Bookmarks.DeleteFolderWarning.DeleteButton.Label" = "Обриши";
+
+/* Main body of the confirmation alert when the user tries to delete a folder that still contains bookmarks and/or folders. */
+"Bookmarks.DeleteFolderWarning.Description" = "Да ли сте сигурни да желите да обришете ову фасциклу и њен садржај?";
+
+/* Title of the confirmation alert when the user tries to delete a folder that still contains bookmarks and/or folders. */
+"Bookmarks.DeleteFolderWarning.Title" = "Ова фасцикла није празна.";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Bookmarks.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Bookmarks.strings
new file mode 100644
index 0000000000000..6da2655ca54dd
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Bookmarks.strings
@@ -0,0 +1,66 @@
+/* The body text for the placeholder screen shown when there are no saved bookmarks, located within a nested subfolder of the bookmarks panel within the library modal. */
+"Bookmarks.EmptyState.Nested.Body.v135" = "Додајте обележиваче док прегледате како бисте касније могли да пронађете своје омиљене сајтове.";
+
+/* The title for the placeholder screen shown when there are no saved bookmarks, located within a nested subfolder of the bookmarks panel within the library modal. */
+"Bookmarks.EmptyState.Nested.Title.v135" = "Ова фасцикла је празна";
+
+/* The body text for the placeholder screen shown when there are no saved bookmarks, located at the root level of the bookmarks panel within the library modal. */
+"Bookmarks.EmptyState.Root.Body.v135" = "Сачувајте сајтове док прегледате. Такође ћемо преузети обележиваче са других усклађених уређаја.";
+
+/* The body text for the placeholder screen shown when the user is signed out and there are no saved bookmarks, located at the root level of the bookmarks panel within the library modal. */
+"Bookmarks.EmptyState.Root.BodySignedOut.v135" = "Сачувајте сајтове док прегледате. Пријавите се да бисте преузели обележиваче са других усклађених уређаја.";
+
+/* The button title for the sign in button on the placeholder screen shown when there are no saved bookmarks, located at the root level of the bookmarks panel within the library modal. This button triggers the sign in flow, allowing users to sign in to their Mozilla Account to sync data. In this string, "Sync" is used as a verb, and is capitalized as per convention to title case text for buttons in iOS */
+"Bookmarks.EmptyState.Root.ButtonTitle.v136" = "Пријавите се на Sync";
+
+/* The title for the placeholder screen shown when there are no saved bookmarks, located at the root level of the bookmarks panel within the library modal. */
+"Bookmarks.EmptyState.Root.Title.v135" = "Још увек нема обележивача";
+
+/* When navigating through the bookmarks menu and bookmark folders, a back button with an `All` (bookmarks) label is present to take the user to the top level bookmarks menu. */
+"Bookmarks.Menu.AllBookmarks.v131" = "Све";
+
+/* Accessibility label for the clear button located within every bookmark cell text field in the bookmarks panel. Pressing this button will clear the text field's text */
+"Bookmarks.Menu.ClearTextFieldButtonA11yLabel.v139" = "Очисти";
+
+/* The title for the Delete Bookmark button, in the Edit Bookmark popup screen which is summoned from the main menu's Save submenu, which will delete the currently bookmarked site from the user's bookmarks. */
+"Bookmarks.Menu.DeleteBookmark.v132" = "Обриши обележивач";
+
+/* Label of toast displayed after a bookmark is deleted in the Bookmarks menu. %@ is the name of the bookmark. */
+"Bookmarks.Menu.DeletedBookmark.v131" = "Обрисано „%@“";
+
+/* When a folder is longpressed in the bookmarks menu, a `Delete Folder` button is present. */
+"Bookmarks.Menu.DeleteFolder.v131" = "Обриши фасциклу";
+
+/* When a bookmark is longpressed in the bookmarks menu, an `Edit Bookmark` button is present. */
+"Bookmarks.Menu.EditBookmark.v131" = "Уреди обележивач";
+
+/* Header denoting that the proceeding folders in the parent folder selector table of the Edit Bookmarks Screen are folders shared with desktop. */
+"Bookmarks.Menu.EditBookmarkDesktopBookmarksLabel.v136" = "ОБЕЛЕЖИВАЧИ СА РАЧУНАРА";
+
+/* When editing a bookmark, the right button in the navigation bar indicating that the edited bookmark will be saved. */
+"Bookmarks.Menu.EditBookmarkSave.v135" = "Сачувај";
+
+/* When editing a bookmark, you can select the folder that the bookmark will be saved in. The label for this section of the view is `Save in`. */
+"Bookmarks.Menu.EditBookmarkSaveIn.v131" = "Сачувај у";
+
+/* Label on the top of the `Edit Bookmarks` screen. */
+"Bookmarks.Menu.EditBookmarkTitle.v131" = "Уреди обележивач";
+
+/* When a folder is longpressed in the bookmarks menu, an `Edit Folder` button is present. */
+"Bookmarks.Menu.EditFolder.v131" = "Уреди фасциклу";
+
+/* Accessibility label for the "..." disclosure button located within every bookmark site cell in the bookmarks panel. Pressing this button opens a modal with more actions. */
+"Bookmarks.Menu.MoreOptionsA11yLabel.v136" = "Више опција";
+
+/* The title for the unpinning shortcut action in the context menu when tapping on the bookmark's item menu button */
+"Bookmarks.Menu.RemoveFromShortcutsTitle.v139" = "Уклони из пречица";
+
+/* The label displayed in the toast notification when saving a bookmark via the menu to the default folder. "Bookmarks" is the name of the default folder where the bookmark will be saved to. */
+"Bookmarks.Menu.SavedBookmarkToastDefaultFolderLabel.v136" = "Сачувано у „Обележивачи“";
+
+/* The label displayed in the toast notification when saving a bookmark via the menu to a custom folder. %@ represents the custom name of the folder, created by the user, where the bookmark will be saved to. */
+"Bookmarks.Menu.SavedBookmarkToastLabel.v136" = "Сачувано у „%@“";
+
+/* The title for the Edit context menu action for sites in Home Panels */
+"HomePanel.ContextMenu.Edit.v131" = "Уреди";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/BottomSheet.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/BottomSheet.strings
new file mode 100644
index 0000000000000..31122b4bfad64
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/BottomSheet.strings
@@ -0,0 +1,3 @@
+/* When a user is in the process of entering an address, a screen pops up prompting the user if they want to use a saved address. This string is used as the title label of the screen. */
+"Addresses.BottomSheet.UseSavedAddressBottomSheet.v124" = "Користити сачувану адресу?";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/ContextualHints.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/ContextualHints.strings
new file mode 100644
index 0000000000000..283fe1fcd6b4b
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/ContextualHints.strings
@@ -0,0 +1,9 @@
+/* Contextual hints are little popups that appear for the users informing them of new features. This is a call to action for the popup that appears to educate users about what the fire button in the toolbar does, when in private mode. */
+"ContextualHints.FeltDeletion.Body.v122" = "Додирните овде да бисте започели нову приватну сесију. Обришите историју, колачиће, све.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the body description of one that points the user to the new translation icon on the toolbar. */
+"ContextualHints.Translations.Body.v145" = "Брзи, приватни преводи су спремни када и ви.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the title of one that points the user to the new translation icon on the toolbar. %@ is the app name (e.g. Firefox). */
+"ContextualHints.Translations.Title.v145" = "%@ говори ваш језик";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/CredentialProvider.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/CredentialProvider.strings
new file mode 100644
index 0000000000000..1d95a3b30163a
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/CredentialProvider.strings
@@ -0,0 +1,24 @@
+/* Title label displayed for the cancel action in an alert when the password autofill fails and needs user interaction. */
+"CredentialProvider.RetryAllert.CancelAction.Title.v137" = "Откажи";
+
+/* Message label displayed for an alert when the password autofill fails and needs user interaction. */
+"CredentialProvider.RetryAllert.Message.v137" = "Дошло је до проблема са аутоматским попуњавањем. Покушајте поново.";
+
+/* Title label displayed for the retry action in an alert when the password autofill fails and needs user interaction. */
+"CredentialProvider.RetryAllert.RetryAction.Title.v137" = "Покушај поново";
+
+/* Title label displayed for an alert when the password autofill fails and needs user interaction. */
+"CredentialProvider.RetryAllert.Title.v137" = "Грешка при аутоматском попуњавању";
+
+/* Label shown when there are no logins to list. %@ is the app name (e.g. Firefox). */
+"LoginsList.NoLoginsFound.Description.v122" = "Лозинке које сачувате или ускладите са %@ ће бити наведене овде. Све лозинке које сачувате су шифроване.";
+
+/* Label shown when there are no logins saved in the passwords list */
+"LoginsList.NoLoginsFound.Title.v122" = "Нема сачуваних лозинки";
+
+/* Label displayed when a user searches for an item, and no matches can be found against the search query */
+"LoginsList.NoMatchingResult.Title.v122" = "Нису пронађене лозинке";
+
+/* Placeholder text for search field in the credential provider list */
+"LoginsList.Search.Placeholder.v122" = "Претражи лозинке";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Credentials.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Credentials.strings
new file mode 100644
index 0000000000000..2e547f54d1ecf
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Credentials.strings
@@ -0,0 +1,6 @@
+/* Message shown when you enter Logins & Passwords without having a device passcode set. */
+"Logins.DevicePasscodeRequired.Message.v122" = "Да бисте сачували и аутоматски попуњавали лозинке, омогућите Face ID, Touch ID или шифру уређаја.";
+
+/* Message shown when you enter Payment Methods without having a device passcode set. */
+"Logins.PaymentMethods.DevicePasscodeRequired.Message.v124.v2" = "Да бисте сачували и аутоматски попуњавали кредитне картице, омогућите Face ID, Touch ID или шифру уређаја.";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/CustomizeFirefoxHome.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/CustomizeFirefoxHome.strings
new file mode 100644
index 0000000000000..59a1c422bb2f2
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/CustomizeFirefoxHome.strings
@@ -0,0 +1,15 @@
+/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to toggle Bookmarks section on the Firefox homepage on or off */
+"Settings.Home.Option.Bookmarks.v128" = "Обележивачи";
+
+/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to turn the Stories recommendations section on the Firefox homepage on or off */
+"Settings.Home.Option.Stories.v140" = "Приче";
+
+/* In the settings menu, in the Firefox homepage customization section, this is the subtitle for the option that allows users to turn the Pocket Recommendations section on the Firefox homepage on or off. %@ is Pocket. */
+"Settings.Home.Option.ThoughtProvokingStories.subtitle.v116" = "Чланци које омогућава %@";
+
+/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to turn the Pocket Recommendations section on the Firefox homepage on or off */
+"Settings.Home.Option.ThoughtProvokingStories.v116" = "Приче које подстичу на размишљање";
+
+/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to turn the Top Stories recommendations section on the Firefox homepage on or off */
+"Settings.Home.Option.TopStories.v143" = "Главне приче";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/DisplayCard.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/DisplayCard.strings
new file mode 100644
index 0000000000000..1399c0352c608
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/DisplayCard.strings
@@ -0,0 +1,3 @@
+/* Label for the expiry date of the credit card. */
+"CreditCard.DisplayCard.ExpiresLabel.v115" = "Истиче";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Edit Card.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Edit Card.strings
new file mode 100644
index 0000000000000..292d9d9ba65f8
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Edit Card.strings
@@ -0,0 +1,3 @@
+/* Title label for the view where user can edit their credit card info */
+"CreditCard.EditCard.EditCreditCardTitle.v122" = "Уреди језичак";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/EditAddress.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/EditAddress.strings
new file mode 100644
index 0000000000000..dba53756eb208
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/EditAddress.strings
@@ -0,0 +1,144 @@
+/* Title for the cancel button in the remove address alert. */
+"Addresses.EditAddress.Alert.CancelButton.v129" = "Откажи";
+
+/* Message explaining the consequences of removing an address from all synced devices. */
+"Addresses.EditAddress.Alert.Message.v129" = "Адреса ће бити уклоњена са свих ваших усклађених уређаја.";
+
+/* Title for the remove button in the remove address alert. */
+"Addresses.EditAddress.Alert.RemoveButton.v129" = "Уклони";
+
+/* Title for the alert indicating the action to remove an address. */
+"Addresses.EditAddress.Alert.Title.v129" = "Уклони адресу";
+
+/* Title for the interface option where users can add a new address for autofill purposes. This facilitates quicker form completion by automatically filling in the user's address information. */
+"Addresses.EditAddress.AutofillAddAddressTitle.v129" = "Додај адресу";
+
+/* Label for the area field, allowing users to specify a particular area within a city or region. This detail can improve the specificity and accuracy of autofilled addresses. */
+"Addresses.EditAddress.AutofillAddressArea.v129" = "Област";
+
+/* Label for the field where users input the city part of their address. This information is crucial for mail delivery and service provision, ensuring accurate city identification in autofill settings. */
+"Addresses.EditAddress.AutofillAddressCity.v129" = "Град";
+
+/* Label for the field where users can specify just the country, used in contexts where full address details are not required. Simplifies autofill when only country information is necessary. */
+"Addresses.EditAddress.AutofillAddressCountryOnly.v129" = "Држава";
+
+/* Label for the country or region field in address forms, allowing users to specify their country or territorial region. This is fundamental for international mail and services, ensuring autofill accuracy across borders. */
+"Addresses.EditAddress.AutofillAddressCountryRegion.v129" = "Држава или регион";
+
+/* Label for the county field, crucial for addressing in regions where county lines play a key role in postal services. Enhances autofill accuracy by including county information. */
+"Addresses.EditAddress.AutofillAddressCounty.v129" = "Округ";
+
+/* Label for the department field, used in countries like France and Colombia where departments are a key administrative division. Ensures correct departmental information is autofilled. */
+"Addresses.EditAddress.AutofillAddressDepartment.v129" = "Департман";
+
+/* Label for the district field in the address form, allowing users to specify their district for more precise location identification. This aids in refining address details for accurate autofill. */
+"Addresses.EditAddress.AutofillAddressDistrict.v129" = "Дистрикт";
+
+/* Label for the Do/Si field, pertinent to addresses in South Korea. Do/Si refers to provincial level divisions, and specifying this enhances address accuracy in autofill settings. */
+"Addresses.EditAddress.AutofillAddressDoSi.v129" = "До/Си";
+
+/* Label for the Eircode field, specific to Ireland. It's a unique postal code system that helps in precise location identification, enhancing the effectiveness of autofill. */
+"Addresses.EditAddress.AutofillAddressEircode.v129" = "Eircode";
+
+/* Label for the email address field, where users input their email. Critical for digital communication and account verification, this ensures email addresses are autofilled accurately. */
+"Addresses.EditAddress.AutofillAddressEmail.v129" = "Е-пошта";
+
+/* Label for the emirate field, essential for addresses in the United Arab Emirates. Including emirate details ensures the autofill feature accurately represents user addresses. */
+"Addresses.EditAddress.AutofillAddressEmirate.v129" = "Емират";
+
+/* Label for the field where users specify the name of an island, if applicable. Important for addresses in archipelagic regions, aiding in precise location identification during autofill. */
+"Addresses.EditAddress.AutofillAddressIsland.v129" = "Острво";
+
+/* Label for the field where the user inputs their full name as part of an address form. Essential for personalized form submissions and ensuring information accuracy in autofilled forms. */
+"Addresses.EditAddress.AutofillAddressName.v129" = "Име";
+
+/* Label for the field where users can input the name of their neighborhood. This detail adds precision to addresses, especially in densely populated areas, improving the accuracy of autofill. */
+"Addresses.EditAddress.AutofillAddressNeighborhood.v129" = "Суседство";
+
+/* Label for the oblast field, relevant for addresses in countries like Russia and Ukraine. Oblasts are a significant administrative division, and their specification aids in autofill accuracy. */
+"Addresses.EditAddress.AutofillAddressOblast.v129" = "Област";
+
+/* Label for the input field designated for the organization's name related to the address. Helps in distinguishing addresses used for business or personal purposes in autofill settings. */
+"Addresses.EditAddress.AutofillAddressOrganization.v129" = "Организација";
+
+/* Label for the parish field, significant in places where parishes are used for local administration and addressing. Ensures users can specify parish details for better autofill accuracy. */
+"Addresses.EditAddress.AutofillAddressParish.v129" = "Парохија";
+
+/* Label for the PIN (Postal Index Number) field, used in India. It's a code representing a specific area, crucial for accurate mail delivery and autofill functionality. */
+"Addresses.EditAddress.AutofillAddressPin.v129" = "ПИН";
+
+/* Label for the postal code field, universally used in address forms to specify the area code for mail sorting. Essential for autofill to ensure mail and services are accurately routed. */
+"Addresses.EditAddress.AutofillAddressPostalCode.v129" = "Поштански број";
+
+/* Label for the post town field, used primarily in the UK and some other regions for mail sorting. Essential for users in applicable areas to specify for correct mail delivery through autofill. */
+"Addresses.EditAddress.AutofillAddressPostTown.v129" = "Поштански град";
+
+/* Label for the prefecture field, essential for addresses in countries like Japan where prefectures are a major administrative division. Aids in precise location specification for autofill. */
+"Addresses.EditAddress.AutofillAddressPrefecture.v129" = "Префектура";
+
+/* Label for the province field, required in countries where provinces are a primary administrative division. Helps in pinpointing the user's location more accurately for autofill purposes. */
+"Addresses.EditAddress.AutofillAddressProvince.v129" = "Општина";
+
+/* Label for the state field, a necessary component of addresses in many countries, especially the USA. It ensures that state-specific details are correctly filled in forms using autofill. */
+"Addresses.EditAddress.AutofillAddressState.v129" = "Савезна држава";
+
+/* Label for the suburb field, enabling users to add suburb details to their address. This is important for accurate delivery and services in suburban areas, enhancing autofill functionality. */
+"Addresses.EditAddress.AutofillAddressSuburb.v129" = "Предграђе";
+
+/* Label for the telephone number field, allowing users to input their contact number. This is essential for communication and service provision, ensuring contact details are autofilled correctly. */
+"Addresses.EditAddress.AutofillAddressTel.v129" = "Телефон";
+
+/* Label for the input field for the townland, a specific type of land division used in rural areas. Enhances address detail for users in regions where townlands are a common addressing component. */
+"Addresses.EditAddress.AutofillAddressTownland.v129" = "Варош";
+
+/* Label for the field to input the name of a village or township. This is crucial for addresses in rural areas, ensuring the autofill feature accurately captures all necessary geographical details. */
+"Addresses.EditAddress.AutofillAddressVillageTownship.v129" = "Село или општина";
+
+/* Label for the ZIP code field, primarily used in the United States for mail sorting. Key for autofill to accurately complete addresses for shipping, billing, and service provision. */
+"Addresses.EditAddress.AutofillAddressZip.v129" = "ЗИП код";
+
+/* Label for the button to cancel the current autofill operation or exit the form without saving changes. Provides users with an option to back out of a process without making any modifications. */
+"Addresses.EditAddress.AutofillCancelButton.v129" = "Откажи";
+
+/* Title for the option allowing users to edit an existing saved address. This is used within the settings for autofill, enabling users to update their address details for accurate form autofilling. */
+"Addresses.EditAddress.AutofillEditAddressTitle.v129" = "Уреди адресу";
+
+/* Title for the input field where users can enter their street address. This is used within the settings for autofill, allowing users to provide their street address for accurate form autofilling. */
+"Addresses.EditAddress.AutofillEditStreetAddressTitle.v129" = "Улица и број";
+
+/* Label for the button to save the current address details entered or edited by the user. This action confirms the user's changes and updates their autofill settings accordingly. */
+"Addresses.EditAddress.AutofillSaveButton.v129" = "Сачувај";
+
+/* Title for the option allowing users to view an existing saved address. This is used within the settings for autofill, enabling users to see their address details for accurate form autofilling. */
+"Addresses.EditAddress.AutofillViewAddressTitle.v129" = "Прегледај адресу";
+
+/* Button label for closing the view where user can view their address info. */
+"Addresses.EditAddress.CloseNavBarButtonLabel.v129" = "Затвори";
+
+/* Button label for editing the address details shown in the form. */
+"Addresses.EditAddress.EditNavBarButtonLabel.v129" = "Уреди";
+
+/* Title for button that offers the user the option to remove an address. */
+"Addresses.EditAddress.RemoveAddressButtonTitle.v129" = "Уклони адресу";
+
+/* Toast message confirming that an address has been successfully removed. */
+"Addresses.Toast.AddressRemovedConfirmation.v129" = "Адреса је уклоњена";
+
+/* Toast message confirming that an address has been successfully saved. */
+"Addresses.Toast.AddressSavedConfirmation.v129" = "Адреса је сачувана";
+
+/* Toast message indicating an error occurred while trying to save an address. */
+"Addresses.Toast.AddressSaveError.v129" = "Адреса не може бити сачувана";
+
+/* Toast message indicating an error occurred while trying to remove an address. */
+"Addresses.Toast.AddressSaveError.v130" = "Адреса не може бити уклоњена";
+
+/* Suggestion to try again after an error occurred while trying to save an address. */
+"Addresses.Toast.AddressSaveRetrySuggestion.v129" = "Покушај поново";
+
+/* Toast message confirming that an address has been successfully updated. */
+"Addresses.Toast.AddressUpdatedConfirmation.v129" = "Информације о адреси су ажуриране";
+
+/* Toast message confirming that an address has been successfully updated. */
+"Addresses.Toast.AddressUpdatedConfirmation.v132.v2" = "Адреса је сачувана";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/EditCard.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/EditCard.strings
new file mode 100644
index 0000000000000..a4456ee933145
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/EditCard.strings
@@ -0,0 +1,51 @@
+/* Title label for the view where user can add their credit card info */
+"CreditCard.EditCard.AddCreditCardTitle.v122" = "Додај картицу";
+
+/* Button label for cancelling editing of the credit card details shown in the form */
+"CreditCard.EditCard.CancelNavBarButtonLabel.v113" = "Откажи";
+
+/* Title label for user to input their credit card Expiration date in the format MM / YY printed on their credit card in the text box below. */
+"CreditCard.EditCard.CardExpirationDateTitle.v112" = "Истек ММ / ГГ";
+
+/* Title label for user to input their credit card number printed on their credit card in the text box below. */
+"CreditCard.EditCard.CardNumberTitle.v112" = "Број картице";
+
+/* Button label for closing the view where user can view their credit card info */
+"CreditCard.EditCard.CloseNavBarButtonLabel.v113" = "Затвори";
+
+/* Label for concealing contents of the credit card number */
+"CreditCard.EditCard.ConcealLabel.v114" = "Сакриј";
+
+/* Label for copying contents of the form */
+"CreditCard.EditCard.CopyLabel.v113" = "Копирај";
+
+/* Button label for editing the credit card details shown in the form */
+"CreditCard.EditCard.EditNavBarButtonLabel.v113" = "Уреди";
+
+/* Label for credit card expiration date. The %@ will be replaced by the actual date and thus doesn't need translation. */
+"CreditCard.EditCard.ExpiredDateTitle.v112" = "Истиче %@";
+
+/* Title label for user to input their name printed on their credit card in the text box below. */
+"CreditCard.EditCard.NameOnCardTitle.v112" = "Име на картици";
+
+/* Button title which, when tapped, will allow the user to save valid credit card details. */
+"CreditCard.EditCard.NavButtonSaveTitle.v112" = "Сачувај";
+
+/* Title label for button that allows user to remove their saved credit card. */
+"CreditCard.EditCard.RemoveCardButtonTitle.v112" = "Уклони картицу";
+
+/* Label for revealing the contents of the credit card number */
+"CreditCard.EditCard.RevealLabel.v114" = "Прикажи";
+
+/* Title label for user to pick a credit card from the list below to be updated. */
+"CreditCard.EditCard.SavedCardListTitle.v112" = "САЧУВАНЕ КАРТИЦЕ";
+
+/* Button label for saving the credit card details user entered in the form */
+"CreditCard.EditCard.SaveNavBarButtonLabel.v113" = "Сачувај";
+
+/* Title label for user to use the toggle settings to allow saving and autofilling of credit cards for webpages. */
+"CreditCard.EditCard.ToggleToAllowAutofillTitle.v122" = "Сачувај и попуни начине плаћања";
+
+/* Title label for the view where user can view their credit card info */
+"CreditCard.EditCard.ViewCreditCardTitle.v116" = "Прегледај картицу";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/EngagementNotification.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/EngagementNotification.strings
new file mode 100644
index 0000000000000..7bddb823d5f46
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/EngagementNotification.strings
@@ -0,0 +1,18 @@
+/* Body of notification sent to user after inactivity to encourage them to use the search feature. */
+"Engagement.Notification.Body.v112" = "Пронађите нешто у близини. Или откријте нешто забавно.";
+
+/* Title of notification sent to user after inactivity to encourage them to use the search feature. */
+"Engagement.Notification.Title.v112" = "Започните своју прву претрагу";
+
+/* Body of notification sent to user after inactivity to encourage them to use the private browsing feature. %@ is the app name (e.g. Firefox). */
+"Engagement.Notification.Treatment.A.Body.v114" = "Приватно прегледање у апликацији %@ не чува ваше податке и блокира скривене пратиоце.";
+
+/* Title of notification sent to user after inactivity to encourage them to use the private browsing feature. */
+"Engagement.Notification.Treatment.A.Title.v114" = "Прегледајте без трага";
+
+/* Body of notification sent to user after inactivity to encourage them to use the private browsing feature. %@ is the app name (e.g. Firefox). */
+"Engagement.Notification.Treatment.B.Body.v114" = "Прегледајте без сачуваних колачића или историјата у апликацији %@.";
+
+/* Title of notification sent to user after inactivity to encourage them to use the private browsing feature. */
+"Engagement.Notification.Treatment.B.Title.v114" = "Испробајте приватно прегледање";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/EnhancedTrackingProtection.strings
new file mode 100644
index 0000000000000..6160d512aea7b
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/EnhancedTrackingProtection.strings
@@ -0,0 +1,129 @@
+/* The accessibility label for the back button in the EnhancedTrackingProtection screen header navigation view. */
+"MainMenu.Account.AccessibilityLabels.BackButton.v137" = "Назад";
+
+/* The accessibility label for the close button in the EnhancedTrackingProtection screen header navigation view. */
+"MainMenu.Account.AccessibilityLabels.CloseButton.v137" = "Затвори";
+
+/* The title for the certificate common name inside the certificate screen. */
+"Menu.EnhancedTrackingProtection.Certificates.CommonName.v131" = "Уобичајено име";
+
+/* The title for the certificate issuer country inside the certificate screen. */
+"Menu.EnhancedTrackingProtection.Certificates.IssuerCountry.v131" = "Држава";
+
+/* The title for the certificate issuer name section inside the certificate screen. */
+"Menu.EnhancedTrackingProtection.Certificates.IssuerName.v131" = "Име издаваоца";
+
+/* The title for the certificate issuer organization inside the certificate screen. */
+"Menu.EnhancedTrackingProtection.Certificates.IssuerOrganization.v131" = "Организација";
+
+/* The title for the certificate subject alt names section inside the certificate screen. */
+"Menu.EnhancedTrackingProtection.Certificates.SubjectAltNames.v131" = "Алтернативна имена субјекта";
+
+/* The title for the certificate subject alt names DNS name inside the certificate screen. */
+"Menu.EnhancedTrackingProtection.Certificates.SubjectAltNamesDNSName.v131" = "DNS назив";
+
+/* The title for the certificate subject name section inside the certificate screen. */
+"Menu.EnhancedTrackingProtection.Certificates.SubjectName.v131" = "Назив субјекта";
+
+/* The title for the certificates screen inside the certificates screen. */
+"Menu.EnhancedTrackingProtection.Certificates.Title.v131" = "Сертификат";
+
+/* The title for the certificate validity section inside the certificate screen. */
+"Menu.EnhancedTrackingProtection.Certificates.Validity.v131" = "Валидност";
+
+/* The title for the certificate validity not after date inside the certificate screen. */
+"Menu.EnhancedTrackingProtection.Certificates.ValidityNotAfter.v131" = "Није после";
+
+/* The title for the certificate validity not before date inside the certificate screen. */
+"Menu.EnhancedTrackingProtection.Certificates.ValidityNotBefore.v131" = "Није пре";
+
+/* The text for the clear cookies and site data alert button inside the enhanced tracking protection screen. */
+"Menu.EnhancedTrackingProtection.ClearData.AlertCancelButton.v128" = "Откажи";
+
+/* The text for the clear cookies and site data alert button inside the enhanced tracking protection screen. */
+"Menu.EnhancedTrackingProtection.ClearData.AlertOkButton.v128" = "Обриши";
+
+/* The text for the clear cookies and site data alert inside the enhanced tracking protection screen. %@ is the currently visited website. */
+"Menu.EnhancedTrackingProtection.ClearData.AlertText.v128" = "Уклањање колачића и података веб сајтова за %@ може вас одјавити са веб сајтова и испразнити корпе за куповину.";
+
+/* The title for the clear cookies and site data alert inside the enhanced tracking protection screen. */
+"Menu.EnhancedTrackingProtection.ClearData.AlertTitle.v128" = "Обриши колачиће и податке веб сајтова";
+
+/* The title for the clear cookies and site data button inside the enhanced tracking protection screen. */
+"Menu.EnhancedTrackingProtection.ClearData.ButtonTitle.v128" = "Обриши колачиће и податке веб сајтова";
+
+/* The text for the clear cookies and site data toast that appears when the user selects to clear the cookies */
+"Menu.EnhancedTrackingProtection.ClearData.ToastMessage.v128" = "Колачићи и подаци веб сајтова су уклоњени";
+
+/* The accessibility label for the close button in the Enhanced Tracking protection menu. */
+"Menu.EnhancedTrackingProtection.CloseButton.AccessibilityLabel.v132" = "Затвори мени приватности и безбедности";
+
+/* Text to let users know that the current website is secure. */
+"Menu.EnhancedTrackingProtection.Details.ConnectionSecure.v128" = "Безбедна веза";
+
+/* Text to let users know that the current website is not secure. */
+"Menu.EnhancedTrackingProtection.Details.ConnectionUnsecure.v128" = "Веза није безбедна";
+
+/* Text to let users know that no trackers were found on the current website. */
+"Menu.EnhancedTrackingProtection.Details.NoTrackers.v131" = "Нису пронађени пратиоци";
+
+/* Text to let users know how many analytics trackers were blocked on the current website. %@ is the number of cookies of this type detected. */
+"Menu.EnhancedTrackingProtection.Details.Trackers.Analytics.v132" = "Садржај за праћење: %@";
+
+/* Text to let users know how many cross-site tracking cookies were blocked on the current website. %@ is the number of cookies of this type detected. */
+"Menu.EnhancedTrackingProtection.Details.Trackers.CrossSite.v129" = "Колачићи за унакрсно праћење: %@";
+
+/* Text to let users know how many fingerprinters were blocked on the current website. %@ is the number of fingerprinters detected. */
+"Menu.EnhancedTrackingProtection.Details.Trackers.Fingerprinter.v129" = "Сакупљачи дигиталних отисака: %@";
+
+/* Text to let users know how many social media trackers were blocked on the current website. %@ is the number of cookies of this type detected. */
+"Menu.EnhancedTrackingProtection.Details.Trackers.SocialMedia.v129" = "Пратиоци друштвених мрежа: %@";
+
+/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
+"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Блокирани пратиоци: %@";
+
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Стандардна блокира уобичајене пратиоце након што страница почне да се учитава, па можете видети већи број пратилаца. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Строга блокира више пратилаца тако што их зауставља пре него што се страница учита, па можете видети мањи број пратилаца. %@";
+
+/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
+"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Оверио %@";
+
+/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
+"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Погледај уверење";
+
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Сазнај више";
+
+/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
+"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ је ван дужности. Предлажемо да поново укључите заштите.";
+
+/* Title for the enhanced tracking protection screen when the user has opted out of the feature. */
+"Menu.EnhancedTrackingProtection.Off.Title.v128" = "Искључили сте заштите";
+
+/* Header for the enhanced tracking protection screen when the user has selected to be protected. */
+"Menu.EnhancedTrackingProtection.On.Header.v128" = "Заштићени сте. Ако нешто приметимо, обавестићемо вас.";
+
+/* Header for the enhanced tracking protection screen when the user has selected to be protected but the connection is not secure. */
+"Menu.EnhancedTrackingProtection.On.NotSecure.Header.v128" = "Ваша веза није безбедна.";
+
+/* Title for the enhanced tracking protection screen when the user has selected to be protected but the connection is not secure. */
+"Menu.EnhancedTrackingProtection.On.NotSecure.Title.v128" = "Будите пажљиви на овом сајту";
+
+/* Title for the enhanced tracking protection screen when the user has selected to be protected. %@ is the app name (e.g. Firefox). */
+"Menu.EnhancedTrackingProtection.On.Title.v128" = "%@ је на стражи";
+
+/* The title for the privacy settings button inside the enhanced tracking protection screen. */
+"Menu.EnhancedTrackingProtection.PrivacySettings.Title.v128" = "Подешавања приватности";
+
+/* Title for the switch to enable/disable enhanced tracking protection inside the menu. */
+"Menu.EnhancedTrackingProtection.Switch.Title.v128" = "Побољшана заштита од праћења";
+
+/* A switch to disable enhanced tracking protection inside the menu. */
+"Menu.EnhancedTrackingProtection.SwitchOff.Text.v129" = "Заштите су ИСКЉУЧЕНЕ. Предлажемо да их поново укључите.";
+
+/* A switch to disable enhanced tracking protection inside the menu. */
+"Menu.EnhancedTrackingProtection.SwitchOn.Text.v128" = "Ако нешто изгледа неисправно на овом сајту, покушајте да их искључите.";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/ErrorState.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/ErrorState.strings
new file mode 100644
index 0000000000000..c2affa2ccf28b
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/ErrorState.strings
@@ -0,0 +1,9 @@
+/* Sub label error string that gets shown when user enters incorrect input for their expiration date on their credit card in the text box. */
+"CreditCard.ErrorState.CardExpirationDateSublabel.v112" = "Унесите важећи датум истека";
+
+/* Sub label error string that gets shown when user enters incorrect input for their number printed on their credit card in the text box. */
+"CreditCard.ErrorState.CardNumberSublabel.v112" = "Унесите важећи број картице";
+
+/* Sub label error string that gets shown when user enters incorrect input for their name printed on their credit card in the text box. */
+"CreditCard.ErrorState.NameOnCardSublabel.v112" = "Додајте име";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/ExternalLink.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/ExternalLink.strings
new file mode 100644
index 0000000000000..2307aeef1a53a
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/ExternalLink.strings
@@ -0,0 +1,12 @@
+/* A statement shown to user when tapping an external link and the link doesn't work. */
+"ExternalLink.ExternalInvalidLinkMessage.v136" = "Није могуће пронаћи апликацију потребну за отварање те везе.";
+
+/* Question shown to user when tapping a mail link that opens the external app for those. */
+"ExternalLink.ExternalMailLinkConfirmation.v136" = "Отворити е-пошту у подразумеваној апликацији за пошту?";
+
+/* The call to action button for a user to open an external link. */
+"ExternalLink.ExternalOpenMessage.v136" = "Отвори";
+
+/* Question shown to user when tapping an SMS link that opens the external app for those. */
+"ExternalLink.ExternalSmsLinkConfirmation.v136" = "Отвори СМС у спољној апликацији?";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/FirefoxHomepage.strings
new file mode 100644
index 0000000000000..28e1896dba7ee
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/FirefoxHomepage.strings
@@ -0,0 +1,60 @@
+/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
+"FirefoxHome.PrivacyNotice.Body.v148" = "Ажурирали смо наше %1$@ како бисмо одразили најновије могућности у %2$@. %3$@";
+
+/* Label for the “Learn More” link inserted into the second placeholder of the Privacy Notice body label. This text will appear as a tappable link directing users to detailed information about what has changed in the updated Privacy Notice. */
+"FirefoxHome.PrivacyNotice.LearnMoreLink.v148" = "Сазнајте више";
+
+/* Label for the “Privacy Notice” link inserted into the first placeholder of the Privacy Notice body label. This text will appear as a tappable link that opens the updated Firefox Privacy Notice. */
+"FirefoxHome.PrivacyNotice.PrivacyNoticeLink.v148" = "Обавештење о приватности";
+
+/* The title for the Firefox homepage, only used to denote the name of the destination screen in the system back navigation button long-press menu */
+"FirefoxHome.ScreenTitle.v144" = "Почетна страница";
+
+/* This is the title for the button next to the stories section title on Firefox Homepage that, when tapped, transitions you to the Top Stories view which displays a collection of trending news articles. */
+"FirefoxHome.Stories.AllStoriesButtonTitle.v145" = "Све приче";
+
+/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
+"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Све приче";
+
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Вести";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Вести";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Популарно данас";
+
+/* This is the title of the Stories section on Firefox Homepage. */
+"FirefoxHome.Stories.SectionTitle.v140" = "Приче";
+
+/* When the user ends their private session, they are returned to the private mode homepage, and a toastbar popups confirming that their data has been erased. This is the label for that toast. */
+"FirefoxHomepage.FeltDeletion.Link.v122" = "Подаци приватног прегледања су обрисани";
+
+/* The body of the message for the card that educates users about how private mode works. The card shows up on the homepage when in the new privacy mode. %@ is the app name (e.g. Firefox). */
+"FirefoxHomepage.FeltPrivacyUI.Body.v122" = "%@ брише ваше колачиће, историјат и податке сајтова када затворите све своје приватне језичке.";
+
+/* The link for the card that educates users about how private mode works. The link redirects to an external site for more information. The card shows up on the homepage when in the new privacy mode. */
+"FirefoxHomepage.FeltPrivacyUI.Link.v122" = "Ко може да види моју активност?";
+
+/* The title for the card that educates users about how private mode works. The card shows up on the homepage when in the new privacy mode. */
+"FirefoxHomepage.FeltPrivacyUI.Title.v122" = "Не остављајте трагове на овом уређају";
+
+/* Accessibility label for the page reload button in the navigation toolbar of the stories webview */
+"FirefoxHomepage.Pocket.StoriesWebview.ReloadPageAccessibilityLabel.v146" = "Поново учитај страницу";
+
+/* This is the placeholder text that is at the center of the search bar on the Firefox Homepage. */
+"FirefoxHomepage.SearchBar.PlaceholderTitle.v142" = "Претражите или унесите адресу";
+
+/* This is the navigation title for the Shortcuts Library view */
+"FirefoxHomepage.Shortcuts.Library.Title.v143" = "Пречице";
+
+/* Accessibility label for shortcuts tile on the Firefox home page, indicating that the tile is a pinned tile. %@ is the title of the website. */
+"FirefoxHomepage.Shortcuts.Pinned.AccessibilityLabel.v139" = "Закачено: %@";
+
+/* This is the section title for the Shortcuts section on Firefox Homepage. */
+"FirefoxHomepage.Shortcuts.SectionTitle.v142" = "Пречице";
+
+/* On the homepage, in the Stories section, this is the accessibility hint for the position of the current story in the stories stack. The first placeholder, %1$@, is the current position; the second placeholder, %2$@, is the total story count. Example: '1 of 5' */
+"FirefoxHomepage.Stories.PositionAccessibilityHint.v143" = "%1$@ од %2$@";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/FirefoxLogins.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/FirefoxLogins.strings
new file mode 100644
index 0000000000000..197ffdd302b3e
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/FirefoxLogins.strings
@@ -0,0 +1,18 @@
+/* Prompt for saving the username in the Save Logins prompt. */
+"LoginsHelper.PromptSaveLogin.Title.v122" = "Сачувати корисничко име?";
+
+/* Prompt for saving a password in the Save Logins prompt. */
+"LoginsHelper.PromptSavePassword.Title.v122" = "Сачувати лозинку?";
+
+/* Prompt for updating the password in the Update Password prompt. */
+"LoginsHelper.PromptUpdateLogin.Title.OneArg.v122" = "Ажурирати лозинку?";
+
+/* Prompt for updating a password in the Update Password prompt. */
+"LoginsHelper.PromptUpdateLogin.Title.TwoArg.v122" = "Ажурирати лозинку?";
+
+/* Placeholder text for search box in logins list view. */
+"LoginsList.LoginsListSearchPlaceholder.v122" = "Претражи лозинке";
+
+/* Title for the list of logins saved by the app */
+"LoginsList.Title.v122" = "САЧУВАНЕ ЛОЗИНКЕ";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/FirefoxSync.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/FirefoxSync.strings
new file mode 100644
index 0000000000000..80096d3800263
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/FirefoxSync.strings
@@ -0,0 +1,9 @@
+/* Toggle for address autofill syncing setting */
+"FirefoxSync.AddressAutofillEngine.v124" = "Адресе";
+
+/* Toggle for credit cards syncing setting */
+"FirefoxSync.CreditCardsEngine.v122" = "Начини плаћања";
+
+/* Toggle passwords syncing setting, in the Settings > Sync Data menu of the app. */
+"Sync.LoginsEngine.Title.v122" = "Лозинке";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Footer.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Footer.strings
new file mode 100644
index 0000000000000..130d94b7388db
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Footer.strings
@@ -0,0 +1,6 @@
+/* This is the learn more text of the Pocket footer on Firefox Homepage. */
+"FirefoxHomepage.Pocket.Footer.LearnMore.v115" = "Сазнај више";
+
+/* This is the title of the Pocket footer on Firefox Homepage. %1$@ is Pocket, %2$@ is the app name (e.g. Firefox). */
+"FirefoxHomepage.Pocket.Footer.Title.v116" = "Покреће %1$@. Део %2$@ породице.";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/FxANotification.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/FxANotification.strings
new file mode 100644
index 0000000000000..ef0ae8b1f8496
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/FxANotification.strings
@@ -0,0 +1,6 @@
+/* Title of notification shown when a remote device has requested to close a number of tabs. %1$@ is the app name (e.g. Firefox). %2$@ is the number of tabs. */
+"CloseTab.ArrivingNotification.title.v133" = "Затворено језичака у апликацији %1$@: %2$@";
+
+/* Label for an action used to view recently closed tabs. */
+"CloseTab.ViewAction.title.v133" = "Прегледај недавно затворене језичке";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/JumpBackIn.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/JumpBackIn.strings
new file mode 100644
index 0000000000000..4de5747ea2844
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/JumpBackIn.strings
@@ -0,0 +1,6 @@
+/* Contextual hints are little popups that appear for the users informing them of new features. This one talks about additions to the Firefox homepage regarding a more personalized experience. */
+"ContextualHints.FirefoxHomepage.JumpBackIn.PersonalizedHome" = "Упознајте своју прилагођену почетну страницу. Недавни језичци, обележивачи и резултати претраге ће се појавити овде.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. When a user is logged in and has a tab synced from desktop, this popup indicates which tab that is within the Jump Back In section. */
+"ContextualHints.FirefoxHomepage.JumpBackIn.SyncedTab.v106" = "Ваши језичци се усклађују! Наставите тамо где сте стали на другом уређају.";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/KeyboardAccessory.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/KeyboardAccessory.strings
new file mode 100644
index 0000000000000..d241c19f5d56d
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/KeyboardAccessory.strings
@@ -0,0 +1,6 @@
+/* Accessibility label for next button that is displayed above the keyboard when a form field on a website was tapped. */
+"KeyboardAccessory.NextButton.Accessibility.Label.v124" = "Следеће поље формулара";
+
+/* Accessibility label for previous button that is displayed above the keyboard when a form field on a website was tapped. */
+"KeyboardAccessory.PreviousButton.Accessibility.Label.v124" = "Претходно поље формулара";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/LibraryPanel.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/LibraryPanel.strings
new file mode 100644
index 0000000000000..8640bfdc7741f
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/LibraryPanel.strings
@@ -0,0 +1,15 @@
+/* This label is meant to signify the section containing a group of items that are older than thirty days. */
+"LibraryPanel.Section.Older" = "Старије";
+
+/* Section title that, when expanded, shows all web browsing history entries for the last 4 weeks beneath it (not including entries from the less inclusive sections) */
+"LibraryPanel.Sections.LastFourWeeks.v138" = "Последње 4 седмице";
+
+/* This label is meant to signify the section containing a group of items from the past hour. This is primarily used in the history library panel when grouping sites that have been visited in the last hour. */
+"LibraryPanel.Sections.LastHour.v134" = "Последњи сат";
+
+/* Section title that, when expanded, shows all web browsing history entries for the last 7 days beneath it (not including entries from the less inclusve sections) */
+"LibraryPanel.Sections.LastSevenDays.v138" = "Последњих 7 дана";
+
+/* Section title that, when expanded, shows all web browsing history entries for the last 24 hours beneath it (not including entries from the less inclusive sections) */
+"LibraryPanel.Sections.LastTwentyFourHours.v138" = "Последња 24 сата";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/LiveActivity.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/LiveActivity.strings
new file mode 100644
index 0000000000000..ef5e16fb1c660
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/LiveActivity.strings
@@ -0,0 +1,9 @@
+/* Displayed during a download in Live Activity or Dynamic Island. %@ is the number of files (e.g. Downloading Files: 2). */
+"LiveActivity.Downloads.FileCountText.v138" = "Преузимање датотека: %@";
+
+/* Displayed during a download in Live Activity or Dynamic Island. %@ is the name of the file being downloaded (e.g. Downloading “MyFile.pdf”). */
+"LiveActivity.Downloads.FileNameText.v138" = "Преузимање „%@“";
+
+/* Displayed during a download in Live Activity or Dynamic Island to show the current progress of the file(s) download. %1$@ is the downloaded size, %2$@ is the total size of the file(s) (e.g. 10 MB of 200 MB). */
+"LiveActivity.Downloads.FileProgressText.v138" = "%1$@ од %2$@";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/LoginsHelper.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/LoginsHelper.strings
new file mode 100644
index 0000000000000..8ea381c882e7e
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/LoginsHelper.strings
@@ -0,0 +1,9 @@
+/* Button to not save the user's password in the logins helper */
+"LoginsHelper.DontSave.Button.v122" = "Не сада";
+
+/* Button to not update the user's password in the logins helper */
+"LoginsHelper.DontUpdate.Button.v122" = "Не сада";
+
+/* Button to save the user's password */
+"LoginsHelper.SaveLogin.Button.v122" = "Сачувај";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/MainMenu.strings
new file mode 100644
index 0000000000000..ef8e4c50f42c5
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/MainMenu.strings
@@ -0,0 +1,426 @@
+/* Contextual hints are little popups that appear for the users informing them of new features. When a user opens the new menu design for the first time, this contextual hint appears. This is the body text for the hint. */
+"ContextualHints.MainMenu.MenuRedesign.Body.v142" = "Обележивачи, историјат и подешавања — све на дохват руке.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. When a user opens the new menu design for the first time, this contextual hint appears. This is the title for the hint. */
+"ContextualHints.MainMenu.MenuRedesign.Title.v142" = "Нови мени, без нереда";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. When a user opens the new menu design for the first time, this contextual hint appears. This is the body text for the hint. */
+"ContextualHints.MainMenu.NewMenu.Body.v132" = "Пронађите оно што вам је потребно брже, од приватног прегледања до радњи чувања.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. When a user opens the new menu design for the first time, this contextual hint appears. This is the title for the hint. */
+"ContextualHints.MainMenu.NewMenu.Title.v132" = "Ново: једноставнији мени";
+
+/* On the main menu, the accessibility label for the menu component that allows a user to save a bookmark for this particular page.. */
+"MainMenu.AccessibilityLabels.BookmarkPage.Title.v41" = "Обележи страницу";
+
+/* The accessibility label for the close button in the Main menu. */
+"MainMenu.AccessibilityLabels.CloseButton.142" = "Затвори мени";
+
+/* The accessibility label for the dismiss button, for header banner, on top of the menu. */
+"MainMenu.AccessibilityLabels.DismissBanner.142" = "Одбаци банер";
+
+/* On the main menu, the accessibility label hint for any action/option inside the menu, that is disabled. For example: 'Save to Reading List' option, from Menu, in some cases is disabled and the voice over should indicate that. 'Save To Reading List dimmed' */
+"MainMenu.AccessibilityLabels.OptionDisabled.Hint.v133" = "Затамњено";
+
+/* The accessibility label for the back button in the Main menu header navigation view. */
+"MainMenu.Account.AccessibilityLabels.BackButton.v132" = "Назад";
+
+/* The accessibility label for the close button in the Main menu. */
+"MainMenu.Account.AccessibilityLabels.CloseButton.v132" = "Затвори";
+
+/* The accessibility label for the close button of the header menu banner. */
+"MainMenu.Account.AccessibilityLabels.CloseButton.v142" = "Затвори";
+
+/* The accessibility label for the sign in button in the Main menu header view. */
+"MainMenu.Account.AccessibilityLabels.MainButton.v132" = "Пријавите се за усаглашавање лозинки, језичака и још много тога";
+
+/* On the main menu, when the user is signed in. */
+"MainMenu.Account.SignedIn.Description.v141" = "Управљајте резервним копијама и усклађивањем";
+
+/* On the main menu, at the top, when the user is signed out. The description for the sign in action */
+"MainMenu.Account.SignedOut.Description.v131" = "Усклади лозинке, језичке и још много тога";
+
+/* On the main menu, when the user is signed out. The description for the sign in action */
+"MainMenu.Account.SignedOut.Description.v141" = "Усклади обележиваче, лозинке, језичке и још много тога";
+
+/* On the main menu, at the top, when the user is signed out. The title for the sign in action */
+"MainMenu.Account.SignedOut.Title.v131" = "Sign In";
+
+/* On the main menu, at the top, when the user is signed in but there was an error syncing. The description subtitle for the sync error state. */
+"MainMenu.Account.SyncError.Description.v131" = "Syncing paused";
+
+/* On the main menu, at the top, when the user is signed in but there was an error syncing. The title for this state. */
+"MainMenu.Account.SyncError.Title.v131" = "Sign back in to sync";
+
+/* On the main menu,the title for the menu component that allows a user to save a bookmark for this particular page.. */
+"MainMenu.BookmarkPage.Title.v141" = "Обележи страницу";
+
+/* On the main menu, a title for a label that indicate the Desktop Site option from menu, is OFF. */
+"MainMenu.DesktopSiteOff.Title.v142" = "Искључено";
+
+/* On the main menu, a title for a label that indicate the Desktop Site option from menu, is ON. */
+"MainMenu.DesktopSiteOn.Title.v142" = "Укључено";
+
+/* On the main menu, at the top, subtitle for the banner which suggest user can set Firefox as default browser. */
+"MainMenu.HeaderBanner.Subtitle.v142" = "Траје неколико секунди. Промените било када.";
+
+/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
+"MainMenu.HeaderBanner.Title.v142" = "Поставите %@ као подразумевани";
+
+/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
+"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Bookmarks";
+
+/* On the main menu, the accessibility label for the action that will take the user to the Downloads panel. */
+"MainMenu.PanelLinkSection.AccessibilityLabels.Downloads.v132" = "Downloads";
+
+/* On the main menu, the accessibility label for the action that will take the user to the History panel. */
+"MainMenu.PanelLinkSection.AccessibilityLabels.History.v132" = "History";
+
+/* On the main menu, the accessibility label for the action that will take the user to the Passwords panel in the settings screen. */
+"MainMenu.PanelLinkSection.AccessibilityLabels.Passwords.v132" = "Passwords";
+
+/* On the main menu, the title for the action that will take the user to the Bookmarks panel. */
+"MainMenu.PanelLinkSection.Bookmarks.Title.v131" = "Bookmarks";
+
+/* On the main menu, the title for the action that will take the user to the Downloads panel. */
+"MainMenu.PanelLinkSection.Downloads.Title.v131" = "Downloads";
+
+/* On the main menu, the title for the action that will take the user to the History panel. */
+"MainMenu.PanelLinkSection.History.Title.v131" = "History";
+
+/* On the main menu, the title for the action that will take the user to the Passwords panel in the settings screen. */
+"MainMenu.PanelLinkSection.Passwords.Title.v131" = "Passwords";
+
+/* On the main menu, the accessibility labels for the action that will take the user to the Customize Homepage section in the settings screen. */
+"MainMenu.SettingsSection.AccessibilityLabels.CustomizeHomepage.v132" = "Customize Homepage";
+
+/* On the main menu, the accessibility labels for the action that will take the user to a website to get help from Mozilla. */
+"MainMenu.SettingsSection.AccessibilityLabels.GetHelp.v132" = "Get Help";
+
+/* On the main menu, the accessibility labels for the action that will take the user to the Settings menu. */
+"MainMenu.SettingsSection.AccessibilityLabels.Settings.v132" = "Settings";
+
+/* On the main menu, the accessibility labels for the action that will take the user to a What's New in Firefox popup. %@ is the app name (e.g. Firefox). */
+"MainMenu.SettingsSection.AccessibilityLabels.WhatsNew.v132" = "New in %@";
+
+/* On the main menu, the title for the action that will take the user to the Customize Hopegape section in the settings screen. */
+"MainMenu.SettingsSection.CustomizeHomepage.Title.v131" = "Customize Homepage";
+
+/* On the main menu, the title for the action that will take the user to a website to get help from Mozilla. */
+"MainMenu.SettingsSection.GetHelp.Title.v131" = "Get Help";
+
+/* On the main menu, the title for the action that will take the user to the Settings menu. */
+"MainMenu.SettingsSection.Settings.Title.v131" = "Settings";
+
+/* On the main menu, the title for the action that will take the user to a What's New in Firefox popup. %@ is the app name (e.g. Firefox). */
+"MainMenu.SettingsSection.WhatsNew.Title.v131" = "New in %@";
+
+/* On the main menu, at the top, title for a button that open site protection settings. State of the button indicate that the connection is not secure. */
+"MainMenu.SiteProtection.ConnectionNotSecure.Title.v141" = "Веза није безбедна";
+
+/* On the main menu, at the top, title for a button that open site protection settings. State of the button indicate that the protections are OFF. */
+"MainMenu.SiteProtection.ProtectionsOff.Title.v141" = "Заштите су ИСКЉУЧЕНЕ";
+
+/* On the main menu, at the top, title for a button that open site protection settings. State of the button indicate that the protections are ON. */
+"MainMenu.SiteProtection.ProtectionsOn.Title.v141" = "Заштите су УКЉУЧЕНЕ";
+
+/* On the main menu, a string below the Save submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Add to Home screen tool for iOS Home screen. */
+"MainMenu.Submenus.Save.AccessibilityLabels.AddToHomeScreen.Subtitle.v132" = "Home";
+
+/* On the main menu, in the Save submenu, the accessibility label for the menu component that allows a user to add a website to the iOS home screen. */
+"MainMenu.Submenus.Save.AccessibilityLabels.AddToHomeScreen.Title.v132" = "Додај на почетни екран";
+
+/* On the main menu, a string below the Save submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Shortcuts tool. */
+"MainMenu.Submenus.Save.AccessibilityLabels.AddToShortcuts.Subtitle.v132" = "Пречица";
+
+/* On the main menu, in the Save submenu, the accessibility label for the menu component that allows a user to add the current website to the shortcuts on the homepage. */
+"MainMenu.Submenus.Save.AccessibilityLabels.AddToShortcuts.Title.v132" = "Додај у пречице";
+
+/* On the main menu, a string below the Save submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Bookmarks tool. */
+"MainMenu.Submenus.Save.AccessibilityLabels.BookmarkThisPage.Subtitle.v132" = "Додај обележивач";
+
+/* On the main menu, in the Save submenu, the accessibility label for the menu component that allows a user to save a bookmark for this particular page.. */
+"MainMenu.Submenus.Save.AccessibilityLabels.BookmarkThisPage.Title.v132" = "Обележи ову страницу";
+
+/* On the main menu, in the Save submenu, the accessibility label for the menu component that allows a user to edit the bookmark for this particular page. */
+"MainMenu.Submenus.Save.AccessibilityLabels.EditBookmark.Title.v132" = "Уреди обележивач";
+
+/* On the main menu, in the Save submenu, the accessibility label for the menu component that allows the user to remove this site from the reading list. */
+"MainMenu.Submenus.Save.AccessibilityLabels.RemoveFromReadingList.Title.v132" = "Уклони са листе за читање";
+
+/* On the main menu, in the Save submenu, the accessibility label for the menu component that allows a user to remove the current website from the shortcuts on the homepage. */
+"MainMenu.Submenus.Save.AccessibilityLabels.RemoveFromShortcuts.Title.v132" = "Уклони из пречица";
+
+/* On the main menu, a string below the Save submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Save as PDF tool. */
+"MainMenu.Submenus.Save.AccessibilityLabels.SaveAsPDF.Subtitle.v132" = "PDF";
+
+/* On the main menu, in the Save submenu, the title for the menu component that allows the user to use the Save to PDF tool. */
+"MainMenu.Submenus.Save.AccessibilityLabels.SaveAsPDF.Title.v132" = "Сачувај као PDF";
+
+/* On the main menu, a string below the Save submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Reading List tool. */
+"MainMenu.Submenus.Save.AccessibilityLabels.SaveToReadingList.Subtitle.v132" = "Листа за читање";
+
+/* On the main menu, in the Save submenu, the accessibility label for the menu component that allows the user to add this site to the reading list. */
+"MainMenu.Submenus.Save.AccessibilityLabels.SaveToReadingList.Title.v132" = "Сачувај на листу за читање";
+
+/* On the main menu, a string below the Save submenu title, indicating what kind of tools are available in that menu. This string is for the Add to Homescreen tool. */
+"MainMenu.Submenus.Save.AddToHomeScreen.Subtitle.v131" = "Почетна";
+
+/* On the main menu, in the Save submenu, the title for the menu component that allows a user to add a website to the home screen. */
+"MainMenu.Submenus.Save.AddToHomeScreen.Title.v131" = "Додај на почетни екран";
+
+/* On the main menu, a string below the Save submenu title, indicating what kind of tools are available in that menu. This string is for the Shortcuts tool. */
+"MainMenu.Submenus.Save.AddToShortcuts.Subtitle.v131" = "Пречица";
+
+/* On the main menu, in the Save submenu, the title for the menu component that allows a user to add the current website to the shortcuts on the homepage. */
+"MainMenu.Submenus.Save.AddToShortcuts.Title.v131" = "Додај у пречице";
+
+/* On the main menu, a string below the Save submenu title, indicating what kind of tools are available in that menu. This string is for the Bookmarks tool. */
+"MainMenu.Submenus.Save.BookmarkThisPage.Subtitle.v131" = "Додај обележивач";
+
+/* On the main menu, in the Save submenu, the title for the menu component that allows a user to save a bookmark for this particular page.. */
+"MainMenu.Submenus.Save.BookmarkThisPage.Title.v131" = "Обележи ову страницу";
+
+/* On the main menu, in the Save submenu, the title for the menu component that allows a user to edit the bookmark for this particular page. */
+"MainMenu.Submenus.Save.EditBookmark.Title.v131" = "Уреди обележивач";
+
+/* On the main menu, in the Save submenu, the title for the menu component that allows the user to remove this site from the reading list. */
+"MainMenu.Submenus.Save.RemoveFromReadingList.Title.v131" = "Уклони са листе за читање";
+
+/* On the main menu, in the Save submenu, the title for the menu component that allows a user to remove the current website from the shortcuts on the homepage. */
+"MainMenu.Submenus.Save.RemoveFromShortcuts.Title.v131" = "Уклони из пречица";
+
+/* On the main menu, a string below the Save submenu title, indicating what kind of tools are available in that menu. This string is for the Save as PDF tool. */
+"MainMenu.Submenus.Save.SaveAsPDF.Subtitle.v131" = "ПДФ";
+
+/* On the main menu, in the Save submenu, the title for the menu component that allows the user to use the Save to PDF tool. */
+"MainMenu.Submenus.Save.SaveAsPDF.Title.v131" = "Сачувај као ПДФ";
+
+/* On the main menu, a string below the Save submenu title, indicating what kind of tools are available in that menu. This string is for the Reading List tool. */
+"MainMenu.Submenus.Save.SaveToReadingList.Subtitle.v131" = "Списак за читање";
+
+/* On the main menu, in the Save submenu, the title for the menu component that allows the user to add this site to the reading list. */
+"MainMenu.Submenus.Save.SaveToReadingList.Title.v131" = "Сачувај у списак за читање";
+
+/* On the main menu, the accessibility label for the action that will turn Night Mode off in the application. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.NightMode.Off.Title.v132" = "Искључи ноћни режим";
+
+/* On the main menu, the accessibility label for the action that will turn Night Mode on in the application. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.NightMode.On.Title.v132" = "Укључи ноћни режим";
+
+/* On the main menu, a string below the Tool submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.NightMode.Subtitle.v132" = "Ноћни режим";
+
+/* On the main menu, a string below the Tool submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Report Print tool. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.Print.Subtitle.v132" = "Штампај";
+
+/* On the main menu, the accessibility label for the action that will take the user to the Print module in the application. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.Print.Title.v132" = "Штампај";
+
+/* On the main menu, the accessibility label for the action that will turn the reader view on for the current website. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.ReaderView.Off.Title.v132" = "Искључи приказ за читање";
+
+/* On the main menu, the accessibility label for the action that will turn the reader view on for the current website. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.ReaderView.On.Title.v132" = "Укључи приказ за читање";
+
+/* On the main menu, a string below the Tool submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Reader View tool. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.ReaderView.Subtitle.v132" = "Приказ за читање";
+
+/* On the main menu, a string below the Tool submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Report Broken Site tool and is indicating that under the Tools submenu, a Report (Report Broken Site) action is available. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.ReportBrokenSite.Subtitle.v132" = "Пријави";
+
+/* On the main menu, the accessibility label for the action that will take the user to the site where they can report a broken website to our web compatibility team. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.ReportBrokenSite.Title.v132" = "Пријави неисправан сајт";
+
+/* On the main menu, a string below the Tool submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Share tool and is indicating that under the Tools submenu, a Share (to someone else) action is available. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.Share.Subtitle.v132" = "Подели";
+
+/* On the main menu, the accessibility label for the action (Share with others) that will take the user/open (to) the Share submenu. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.Share.Title.v132" = "Подели";
+
+/* On the main menu, the accessibility label for the action (Share with others) that will take the user/open (to) the Share submenu. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.Share.Title.v144" = "Подели";
+
+/* On the main menu, a string below the Tool submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Zoom tool and is indicating that under the Tools submenu, a Zoom (apply zoom on a page) action is available. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.Zoom.Subtitle.v132" = "Увећање";
+
+/* On the main menu, in the tools submenu, the accessibility label for the menu component that indicates the current zoom level. %@ is the current zoom level percentage. */
+"MainMenu.Submenus.Tools.AccessibilityLabels.Zoom.Title.v132" = "Увећање (%@)";
+
+/* On the main menu, the title for the action that will turn Night Mode off in the application. */
+"MainMenu.Submenus.Tools.NightMode.Off.Title.v131" = "Искључи ноћни режим";
+
+/* On the main menu, the title for the action that will turn Night Mode on in the application. */
+"MainMenu.Submenus.Tools.NightMode.On.Title.v131" = "Укључи ноћни режим";
+
+/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
+"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Ноћни режим";
+
+/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
+"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Увећање странице";
+
+/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Report Print tool. */
+"MainMenu.Submenus.Tools.Print.Subtitle.v131" = "Штампање";
+
+/* On the main menu, the title for the action that will take the user to the Print module in the application. */
+"MainMenu.Submenus.Tools.Print.Title.v131" = "Штампај";
+
+/* On the main menu, the title for the action that will turn the reader view on for the current website. */
+"MainMenu.Submenus.Tools.ReaderView.Off.Title.v131" = "Искључи приказ за читање";
+
+/* On the main menu, the title for the action that will turn the reader view on for the current website. */
+"MainMenu.Submenus.Tools.ReaderView.On.Title.v131" = "Укључи приказ за читање";
+
+/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Reader View tool. */
+"MainMenu.Submenus.Tools.ReaderView.Subtitle.v131" = "Приказ за читање";
+
+/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Report Broken Site tool. */
+"MainMenu.Submenus.Tools.ReportBrokenSite.Subtitle.v131" = "Пријави";
+
+/* On the main menu, the title for the action that will take the user to the site where they can report a broken website to our web compatibility team. */
+"MainMenu.Submenus.Tools.ReportBrokenSite.Title.v133" = "Пријави неисправан сајт…";
+
+/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Report Share tool. */
+"MainMenu.Submenus.Tools.Share.Subtitle.v131" = "Дељење";
+
+/* On the main menu, the title for the action that will take the user to the Share module in the application. */
+"MainMenu.Submenus.Tools.Share.Title.v131" = "Подели";
+
+/* On the main menu, the title for the action that will take the user to the Share module in the application. */
+"MainMenu.Submenus.Tools.Share.Title.v144" = "Подели";
+
+/* On the main menu, the title for the action that will turn Website's Dark Mode off in the application. */
+"MainMenu.Submenus.Tools.WebsiteDarkMode.Off.Title.v137" = "Искључи тамни режим веб странице";
+
+/* On the main menu, the title for the action that will turn Website's Dark Mode on in the application. */
+"MainMenu.Submenus.Tools.WebsiteDarkMode.On.Title.v137" = "Укључи тамни режим веб странице";
+
+/* On the main menu, the title for the action that indicate, website dark mode can be turned on or off. */
+"MainMenu.Submenus.Tools.WebsiteDarkMode.Title.v141" = "Тамни режим веб странице";
+
+/* This string is for the Zoom tool, when Zoom value is negative. (-50%) */
+"MainMenu.Submenus.Tools.Zoom.NegativeSymbol.v137" = "-";
+
+/* This string is for the Zoom tool, when Zoom value is positive. (+125%) */
+"MainMenu.Submenus.Tools.Zoom.PositiveSymbol.v137" = "+";
+
+/* On the main menu, a string below the Tool submenu title, indicating what kind of tools are available in that menu. This string is for the Zoom tool. */
+"MainMenu.Submenus.Tools.Zoom.Subtitle.v131" = "Увеличавање";
+
+/* On the main menu, in the tools submenu, the title for the menu component that indicates the current zoom level. %@ is the current zoom level percentage. */
+"MainMenu.Submenus.Tools.Zoom.Title.v131" = "Увеличавање (%@)";
+
+/* The accessibility label for the Main Menu. */
+"MainMenu.TabsSection.AccessibilityLabels.MainMenu.v132" = "Главни мени";
+
+/* On the main menu, the accessibility label for the action that will create a new private tab. */
+"MainMenu.TabsSection.AccessibilityLabels.NewPrivateTab.v132" = "Нови приватни језичак";
+
+/* On the main menu, the accessibility label for the action that will create a new, non-private, tab. */
+"MainMenu.TabsSection.AccessibilityLabels.NewTab.v132" = "Нови језичак";
+
+/* On the main menu, the title for the action that will create a new private tab. */
+"MainMenu.TabsSection.NewPrivateTab.Title.v131" = "Нови приватни језичак";
+
+/* On the main menu, the title for the action that will create a new, non-private, tab. */
+"MainMenu.TabsSection.NewTab.Title.v131" = "Нови језичак";
+
+/* On the main menu, the accessibility label hint for the action that will show more menu options in the current section of the menu. */
+"MainMenu.ToolsSection.AccessibilityLabels.CollapsedHint.v142" = "Скупљено";
+
+/* On the main menu, the accessibility label for the action that will switch a site user agent value, if available. */
+"MainMenu.ToolsSection.AccessibilityLabels.DesktopSite.Title.v141" = "Веб страница за рачунаре";
+
+/* On the main menu, the accessibility label hint for the action that will show more menu options in the current section of the menu. Hint will be called when menu is expanded. */
+"MainMenu.ToolsSection.AccessibilityLabels.ExpandedHint.v142" = "Раширено";
+
+/* On the main menu, the accessibility label for the action that will bring up the Search menu, so the user can search for a word or a pharse on the current page. */
+"MainMenu.ToolsSection.AccessibilityLabels.FindInPage.v132" = "Пронађи на страници";
+
+/* On the main menu, the accessibility label for the action that will hide some menu options in the current section of the menu. */
+"MainMenu.ToolsSection.AccessibilityLabels.LessOptions.v141" = "Мање";
+
+/* On the main menu, the accessibility label for a group of items in menu. (items like Downloads, History, Passwords...) */
+"MainMenu.ToolsSection.AccessibilityLabels.LibraryOptions.v142" = "Библиотека";
+
+/* On the main menu, the accessibility label for the action that will show more menu options in the current section of the menu. */
+"MainMenu.ToolsSection.AccessibilityLabels.MoreOptions.v141" = "Још";
+
+/* On the main menu, the accessibility label for the action that will open the page zoom tool. */
+"MainMenu.ToolsSection.AccessibilityLabels.PageZoom.Title.v142" = "Увећање странице";
+
+/* On the main menu, the accessibility label for the action that will take the user to the Save submenu in the menu. In the main menu, there is an option called Save that is taking the user to the Save submenu where user can share, bookmark the page and so on. */
+"MainMenu.ToolsSection.AccessibilityLabels.Save.v132" = "Сачувај";
+
+/* On the main menu, the accessibility label for the action that will take the user to the Save submenu in the menu. In the main menu, there is an option called Save that is taking the user to the Save submenu where user can share, bookmark the page and so on. */
+"MainMenu.ToolsSection.AccessibilityLabels.Save.v133" = "Подмени за чување";
+
+/* On the main menu, the accessibility label for the action that will summarize the content of the webpage. */
+"MainMenu.ToolsSection.AccessibilityLabels.SummarizePage.v142" = "Сажми страницу";
+
+/* On the main menu, the accessibility label for the action that will switch a site from mobile version to the desktop version, if available. */
+"MainMenu.ToolsSection.AccessibilityLabels.SwitchToDesktopSite.v132" = "Пребаци на веб сајт за стоне рачунаре";
+
+/* On the main menu, the accessibility label for the action that will switch a site from the desktop version to the mobile version. */
+"MainMenu.ToolsSection.AccessibilityLabels.SwitchToMobileSite.v132" = "Пребаци на веб сајт за мобилне уређаје";
+
+/* On the main menu, the accessibility label for the action that will take the user to the Tools submenu in the menu. */
+"MainMenu.ToolsSection.AccessibilityLabels.Tools.v132" = "Алати";
+
+/* On the main menu, the accessibility label for the action that will take the user to the Tools submenu in the menu. */
+"MainMenu.ToolsSection.AccessibilityLabels.Tools.v133" = "Подмени са алатима";
+
+/* On the main menu, the accessibility label for the action that will switch dark mode to on or off. */
+"MainMenu.ToolsSection.AccessibilityLabels.WebsiteDarkMode.Title.v142" = "Тамни режим веб сајта";
+
+/* On the main menu, the title for the action that will switch a site from the desktop version to the mobile version. */
+"MainMenu.ToolsSection.DesktopSite.Title.v141" = "Веб страница за рачунаре";
+
+/* On the main menu, the title for the action that will bring up the Search menu, so the user can search for a word or a pharse on the current page. */
+"MainMenu.ToolsSection.FindInPage.Title.v131" = "Пронађи на страници…";
+
+/* On the main menu, the title for the action that will bring up the Search menu, so the user can search for a word or a pharse on the current page. */
+"MainMenu.ToolsSection.FindInPageV2.Title.v141" = "Пронађи на страници";
+
+/* On the main menu, the title for the action that will hide some menu options in the current section of the menu. */
+"MainMenu.ToolsSection.LessOptions.Title.v141" = "Мање";
+
+/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
+"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Још";
+
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Приказ за читање";
+
+/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
+"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Сачувај";
+
+/* On the main menu, the title for the action that will summarize the content of the webpage. */
+"MainMenu.ToolsSection.SummarizePage.Title.v142" = "Сажми страницу";
+
+/* On the main menu, the title for the action that will switch a site from mobile version to the desktop version, if available. */
+"MainMenu.ToolsSection.SwitchToDesktopSite.Title.v131" = "Пребаци на веб сајт за стоне рачунаре";
+
+/* On the main menu, the title for the action that will switch a site from the desktop version to the mobile version. */
+"MainMenu.ToolsSection.SwitchToMobileSite.Title.v131" = "Пребаци на веб сајт за мобилне уређаје";
+
+/* On the main menu, the title for the action that will take the user to the Tools submenu in the menu. */
+"MainMenu.ToolsSection.ToolsSubmenu.Title.v131" = "Алати";
+
+/* On the main menu, the accessibility label for the action that shows that the content of the webpage is already translated. */
+"MainMenu.ToolsSection.Translation.AccessibilityLabels.TranslatedPage.v145" = "Страница је преведена";
+
+/* On the main menu, the accessibility label describing the language that the webpage was translated to. %@ is the language selected (e.g. English). */
+"MainMenu.ToolsSection.Translation.AccessibilityLabels.TranslatedPageLanguage.v145" = "Преведено на %@";
+
+/* On the main menu, the title for the action that will translate the content of the webpage. */
+"MainMenu.ToolsSection.Translation.Title.v145" = "Преведи страницу";
+
+/* On the main menu, the title for the action that shows that the content of the webpage is already translated. */
+"MainMenu.ToolsSection.Translation.Translated.Title.v145" = "Преведено";
+
+/* On the main menu, a title for a label that indicate the Website Dark Mode option from menu, is OFF. */
+"MainMenu.WebsiteDarkModeOffV2.Title.v142" = "Искључено";
+
+/* On the main menu, a title for a label that indicate the Website Dark Mode option from menu, is ON. */
+"MainMenu.WebsiteDarkModeOnV2.Title.v142" = "Укључено";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Microsurvey.strings
new file mode 100644
index 0000000000000..7d2b76f58747e
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Microsurvey.strings
@@ -0,0 +1,60 @@
+/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */
+"Microsurvey.Prompt.Button.v127" = "Настави";
+
+/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */
+"Microsurvey.Prompt.Close.Button.AccessibilityLabel.v127" = "Затвори";
+
+/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the logo image that appears on the prompt to inform the prompt is coming from the app specifically. %@ is the app name (e.g. Firefox). */
+"Microsurvey.Prompt.LogoImage.AccessibilityLabel.v129" = "%@ лого";
+
+/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. %@ is the app name (e.g. Firefox). */
+"Microsurvey.Prompt.TitleLabel.v127" = "Помозите нам да учинимо %@ бољим. Потребан је само минут.";
+
+/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */
+"Microsurvey.Survey.Button.v127" = "Пошаљи";
+
+/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */
+"Microsurvey.Survey.Close.Button.AccessibilityLabel.v127" = "Затвори";
+
+/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */
+"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Хвала на повратним информацијама!";
+
+/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */
+"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Анкета је завршена";
+
+/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */
+"Microsurvey.Survey.HeaderLabel.v129" = "Попуните анкету";
+
+/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the logo image that appears on the bottom sheet that informs the user that it is coming from the app specifically. %@ is the app name (e.g. Firefox). */
+"Microsurvey.Survey.LogoImage.AccessibilityLabel.v129" = "%@ лого";
+
+/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */
+"Microsurvey.Survey.Options.Dissatisfied.v132" = "Незадовољан/а";
+
+/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */
+"Microsurvey.Survey.Options.Neutral.v132" = "Неутралан/а";
+
+/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. It indicates that the user has not use the feature that the survey is inquiring about. */
+"Microsurvey.Survey.Options.NotApplicable.v132" = "Не користим ово";
+
+/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */
+"Microsurvey.Survey.Options.Satisfied.v132" = "Задовољан/а";
+
+/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */
+"Microsurvey.Survey.Options.VeryDissatisfied.v132" = "Веома незадовољан/а";
+
+/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */
+"Microsurvey.Survey.Options.VerySatisfied.v132" = "Веома задовољан/а";
+
+/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label that states the order of the current option in the list of options. %1$@ is the number the option is in the list, %2$@ is the total number of options. An example of output is “1 out of 6”. */
+"Microsurvey.Survey.OptionsOrder.AccessibilityLabel.v129" = "%1$@ од %2$@";
+
+/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */
+"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Обавештење о приватности";
+
+/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label that states whether the survey option was not selected. */
+"Microsurvey.Survey.RadioButton.Unselected.AccessibilityLabel.v129" = "Није изабрано";
+
+/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label used to announce that the sheet has appeared. */
+"Microsurvey.Survey.Sheet.AccessibilityLabel.v130" = "Анкета";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/NativeErrorPage.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/NativeErrorPage.strings
new file mode 100644
index 0000000000000..f0c37923e9987
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/NativeErrorPage.strings
@@ -0,0 +1,54 @@
+/* On certificate error page, this is the text on a button that will show advanced information about the certificate error. */
+"NativeErrorPage.BadCertDomain.AdvancedButton.v149" = "Напредно";
+
+/* On certificate error page, this is the advanced information explaining why the certificate is invalid. %1$@ is the app name (e.g. Firefox). %2$@ is the site URL. */
+"NativeErrorPage.BadCertDomain.AdvancedInfo.v149" = "%1$@ не верује овом сајту јер пронађени сертификат није важећи за %2$@.";
+
+/* On certificate error page, this is the security information shown in the advanced section. */
+"NativeErrorPage.BadCertDomain.AdvancedSecurityInfo.v149" = "Овај сајт не дозвољава везе које нису безбедне.";
+
+/* On certificate error page, this is the first warning message in the advanced section suggesting possible solutions. */
+"NativeErrorPage.BadCertDomain.AdvancedWarning1.v149" = "Можда ћете морати да се пријавите на своју Wi-Fi мрежу или да проверите своја VPN подешавања.";
+
+/* On certificate error page, this is the second warning message in the advanced section for users on corporate networks. */
+"NativeErrorPage.BadCertDomain.AdvancedWarning2.v149" = "Ако сте на корпоративној мрежи, ваш тим за подршку можда има више информација.";
+
+/* On certificate error page, this is the description explaining the security risk. */
+"NativeErrorPage.BadCertDomain.Description.v149" = "Неко ко се представља као овај сајт би могао покушати да украде ваше личне податке. Ваша подешавања везе су такође можда погрешно постављена.";
+
+/* On certificate error page, this is the label prefix for the error code. %@ is the error code (e.g. SSL_ERROR_BAD_CERT_DOMAIN). */
+"NativeErrorPage.BadCertDomain.ErrorCodeLabel.v149" = "Кôд грешке: %@";
+
+/* On certificate error page, this is the text on a button that will hide the advanced information section. */
+"NativeErrorPage.BadCertDomain.HideAdvancedButton.v149" = "Сакриј напредно";
+
+/* On certificate error page, this is a link to learn more about certificate errors. */
+"NativeErrorPage.BadCertDomain.LearnMoreLink.v149" = "Сазнајте више";
+
+/* On certificate error page, this is the text on a button that will proceed to the site despite the certificate error. %@ is the site URL. This is a risky action. */
+"NativeErrorPage.BadCertDomain.ProceedButton.v149" = "Настави ка %@ (ризично)";
+
+/* On certificate error page, this is the title warning the user about a potential security issue. */
+"NativeErrorPage.BadCertDomain.TitleLabel.v149" = "Будите опрезни. Нешто није у реду.";
+
+/* On certificate error page, this is a link that will show the site’s certificate details. */
+"NativeErrorPage.BadCertDomain.ViewCertificateLink.v149" = "Погледајте сертификат сајта";
+
+/* On error page, this is the text on a button that will try to load the page again. */
+"NativeErrorPage.ButtonLabel.v131" = "Поново учитај";
+
+/* On error page, this is the description for a generic error. %@ is the site url. */
+"NativeErrorPage.GenericError.Description.v134" = "Власник веб сајта %@ га није исправно подесио и није могуће успоставити безбедну везу.";
+
+/* On error page, this is the title for generic error. */
+"NativeErrorPage.GenericError.TitleLabel.v131" = "Будите опрезни. Нешто није у реду.";
+
+/* On error page, this is the text on a button that will go back to the previous page. Recommended action. */
+"NativeErrorPage.GoBackButton.v149" = "Идите назад (препоручено)";
+
+/* On error page, this is the description for no internet connection. */
+"NativeErrorPage.NoInternetConnection.Description.v131" = "Пробајте да се повежете преко другог уређаја. Проверите свој модем или усмеривач. Прекините и поново успоставите везу са Wi-Fi мрежом.";
+
+/* On error page, this is the title for no internet connection */
+"NativeErrorPage.NoInternetConnection.TitleLabel.v131" = "Изгледа да постоји проблем са вашом интернет везом.";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Notification.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Notification.strings
new file mode 100644
index 0000000000000..570a2b390abf3
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Notification.strings
@@ -0,0 +1,3 @@
+/* Fallback Title of notification if no notification title was configured. The notification is an advise to the user. %@ is the app name (e.g. Firefox). */
+"Notification.Fallback.Title.v113" = "%@ савет";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Onboarding.strings
new file mode 100644
index 0000000000000..0a5452df5b85b
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Onboarding.strings
@@ -0,0 +1,474 @@
+/* The title of the button on the Default Browser Popup, which is a card with instructions telling the user how to set Firefox as their default browser. */
+"DefaultBrowserPopup.ButtonTitle.v114" = "Иди у подешавања";
+
+/* The footer label on the Default Browser Popup, which is below all the instructions asking the users if their browser is the default browser. %@ is the app name (e.g. Firefox). If it is then close this message and tap skip. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */
+"DefaultBrowserPopup.DescriptionFooter.v124" = "*Да ли је %@ већ ваш подразумевани прегледач?* Затворите ову поруку и тапните на „Прескочи”.";
+
+/* The first label on the Default Browser Popup, which is a card with instructions telling the user how to set Firefox as their default browser. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */
+"DefaultBrowserPopup.FirstLabel.v114" = "1. Идите у *Подешавања*";
+
+/* The second label on the Default Browser Popup, which is a card with instructions telling the user how to set Firefox as their default browser. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */
+"DefaultBrowserPopup.SecondLabel.v114" = "2. Тапните на *Подразумевана апликација прегледача*";
+
+/* The third label on the Default Browser Popup, which is a card with instructions telling the user how to set Firefox as their default browser. %@ is the app name (e.g. Firefox). The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */
+"DefaultBrowserPopup.ThirdLabel.v114" = "3. Изаберите *%@*";
+
+/* The title on the Default Browser Popup, which is a card with instructions telling the user how to set Firefox as their default browser. */
+"DefaultBrowserPopup.Title.v114" = "Промените свој подразумевани прегледач";
+
+/* String used to describe the option to continue to the next onboarding card in Firefox Onboarding screens. %@ is the app name (e.g. Firefox). */
+"Onboarding.Customization.Intro.Continue.Action.v123" = "Прилагодите %@";
+
+/* String used to describe the description label of the customization onboarding page in our Onboarding screens. */
+"Onboarding.Customization.Intro.Description.v123" = "Поставите своју тему и траку алатки тако да одговарају вашем јединственом стилу прегледања.";
+
+/* String used to describe the option to skip the customization cards in Firefox Onboarding screens and start browsing. */
+"Onboarding.Customization.Intro.Skip.Action.v123" = "Почните са прегледањем";
+
+/* String used to describe the title of the customization onboarding page in our Onboarding screens. %@ is the app name (e.g. Firefox). */
+"Onboarding.Customization.Intro.Title.v123" = "%@ вам даје контролу";
+
+/* String used to describe the option to save the user setting and continue to the next onboarding in Firefox Onboarding screens. */
+"Onboarding.Customization.Theme.Continue.Action.v123" = "Сачувај и настави";
+
+/* On the theme customization onboarding card, the string used to describe the option to set the theme to dark theme from the available choices. */
+"Onboarding.Customization.Theme.Dark.Action.v123" = "Тамна";
+
+/* String used to describe the description label of the theme customization onboarding page in our Onboarding screens. */
+"Onboarding.Customization.Theme.Description.v123" = "Видите веб у најбољем светлу.";
+
+/* On the theme customization onboarding card, the string used to describe the option to set the theme to light theme from the available choices. */
+"Onboarding.Customization.Theme.Light.Action.v123" = "Светла";
+
+/* String used to describe the option to skip the theme customization in Firefox Onboarding screens. */
+"Onboarding.Customization.Theme.Skip.Action.v123" = "Прескочи";
+
+/* On the theme customization onboarding card, the string used to describe the option to set the theme to system theme from the available choices. */
+"Onboarding.Customization.Theme.System.Action.v123" = "Системски аутоматски";
+
+/* String used to describe the title of the theme customization onboarding page in our Onboarding screens. */
+"Onboarding.Customization.Theme.Title.v123" = "Изаберите тему";
+
+/* String used to describe the title of the theme customization onboarding page in our Onboarding screens. */
+"Onboarding.Customization.Theme.Title.v143" = "Изаберите своју тему";
+
+/* On the toolbar customization onboarding card, the string used to describe the option to set the toolbar at the bottom of the screen. */
+"Onboarding.Customization.Toolbar.Bottom.Action.v123" = "Доле";
+
+/* String used to describe the option to save set preferences and leave onboarding to start browsing in the app. */
+"Onboarding.Customization.Toolbar.Continue.Action.v123" = "Сачувај и почни са прегледањем";
+
+/* String used to describe the description label of the toolbar customization onboarding page in our Onboarding screens. */
+"Onboarding.Customization.Toolbar.Description.v123" = "Нека вам претраге буду надохват руке.";
+
+/* String used to describe the option to skip the toolbar customization in Firefox Onboarding screens and start browisg in the app. */
+"Onboarding.Customization.Toolbar.Skip.Action.v123" = "Прескочи";
+
+/* String used to describe the title of the toolbar customization onboarding page in our Onboarding screens. */
+"Onboarding.Customization.Toolbar.Title.v123" = "Изаберите положај траке алата";
+
+/* On the toolbar customization onboarding card, the string used to describe the option to set the toolbar at the top of the screen. */
+"Onboarding.Customization.Toolbar.Top.Action.v123" = "На врху";
+
+/* String used to describes what Firefox is on the first onboarding page in our Onboarding screens. Indie means small independant. */
+"Onboarding.IntroDescriptionPart1.v114" = "Независан. Непрофитан. За добро.";
+
+/* String used to describes what Firefox is on the first onboarding page in our Onboarding screens. */
+"Onboarding.IntroDescriptionPart2.v114" = "Посвећени обећању о бољем интернету за све.";
+
+/* Describes an action on some of the Onboarding screen, including the wallpaper onboarding screen. This string will be on a button so user can skip that onboarding page. */
+"Onboarding.LaterAction.v115" = "Прескочи";
+
+/* Option for the automatic theme in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Automatic.v148" = "Аутоматски";
+
+/* Continue button on the theme selection card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Continue.Action.v148" = "Настави";
+
+/* Option for the dark theme in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Dark.v148" = "Тамна";
+
+/* Description for the theme selection card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Description.v148" = "Изаберите своју омиљену тему или подесите да %@ одговара вашем уређају, дајући вам контролу.";
+
+/* Option for the light theme in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Light.v148" = "Светла";
+
+/* Title for the theme selection card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Theme.Title.v148" = "Изаберите своју тему";
+
+/* Continue button on the toolbar customization card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Toolbar.Continue.Action.v148" = "Настави";
+
+/* Description for the toolbar customization card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Toolbar.Description.v148" = "Започните куцање да бисте добили предлоге за претрагу, ваше најпосећеније сајтове, обележиваче, историјат и претраживаче – све на једном месту.";
+
+/* Title for the toolbar customization card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Customization.Toolbar.Title.v148" = "Изаберите своју траку адреса";
+
+/* Description for the marketing data sharing card in the v148 brand refresh onboarding flow. %1$@ is the app name (e.g. Firefox), %2$@ is the company name (e.g. Mozilla). */
+"Onboarding.Modern.BrandRefresh.Marketing.Description.v148" = "Поделите како сте открили %1$@, и да га користите, са %2$@ маркетиншким партнерима. Ови подаци се никада не продају.";
+
+/* Link text for learning more about how marketing data is used in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Marketing.LearnMoreLink.v148" = "Како користимо податке";
+
+/* Button to skip the marketing data sharing card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Marketing.Skip.Action.v148" = "Не сада";
+
+/* Title for the marketing data sharing card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Marketing.Title.v148" = "Помозите нам да изградимо бољи интернет";
+
+/* Description for the notification card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Notification.Description.v148" = "Откријте функције приватности у апликацији %@ и безбедно шаљите језичке између својих уређаја.";
+
+/* Button to skip the notification card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Notification.Skip.Action.v148" = "Не сада";
+
+/* Title for the notification card in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.Notification.Title.v148" = "Обавештења вам помажу да останете безбеднији уз %@";
+
+/* Button to turn on notifications in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Notification.TurnOn.Action.v148" = "Укључи обавештења";
+
+/* Description for the sync card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.Description.v148" = "Преузмите обележиваче, лозинке и још много тога на било ком уређају у трену. Ваши лични подаци остају сигурни и безбедни уз шифровање.";
+
+/* Button to start the sync setup process in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.SignIn.Action.v148" = "Започни усклађивање";
+
+/* Button to skip the sync setup during onboarding in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.Skip.Action.v148" = "Не сада";
+
+/* Title for the sync card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Sync.Title.v148" = "Тренутно наставите тамо где сте стали";
+
+/* Button title for agreeing to Terms of Use in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148" = "Прихвати и настави";
+
+/* Button title for agreeing to Terms of Use in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.AgreementButtonTitle.v148.v2" = "Настави";
+
+/* Description for the Terms of Use card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.Description.v148" = "Брз, безбедан и неће вас продати. Прегледање је управо постало боље.";
+
+/* The text for the manage settings link button in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.ManageLink.v148" = "Управљај подешавањима";
+
+/* Agreement text for sending diagnostic and interaction data in the v148 brand refresh onboarding flow. %1$@ is the app name (e.g. Firefox), %2$@ is the company name (e.g. Mozilla), %3$@ is the manage settings link button that redirects the user to manage data collection preferences. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.ManagePreferenceAgreement.v148" = "Да би помогла у побољшању прегледача, апликација %1$@ шаље дијагностичке податке и податке о интеракцији организацији %2$@. %3$@";
+
+/* Agreement text for Privacy Notice in the v148 brand refresh onboarding flow. %1$@ is the app name (e.g. Firefox), %2$@ is the Privacy Notice link button that redirects the user to the Privacy Notice page. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.PrivacyNoticeAgreement.v148" = "%1$@ брине о вашој приватности. Прочитајте више у нашем %2$@";
+
+/* The text for the Privacy Notice link button in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.PrivacyNoticeLink.v148" = "Обавештење о приватности";
+
+/* Agreement text for Terms of Use in the v148 brand refresh onboarding flow. %@ is the Terms of Use link button that redirects the user to the Terms of Use page. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.TermsOfUseAgreement.v148" = "Настављањем се слажете са %@";
+
+/* The text for the Terms of Use link button in the v148 brand refresh onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.TermsOfUseLink.v148" = "%@ услови коришћења";
+
+/* Title for the Terms of Use card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.TermsOfUse.Title.v148" = "Спремите се за слободно сурфовање";
+
+/* Action button to set the app as the default browser in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.ActionTreatmentA.v148" = "Постави за подразумевани прегледач";
+
+/* Description for the welcome card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.Description.v148" = "Штитимо ваше податке и аутоматски блокирамо компаније које покушавају да шпијунирају ваше кликове.";
+
+/* Button to skip the welcome card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.Skip.v148" = "Не сада";
+
+/* Title for the welcome card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.Title.v148" = "Реците збогом језивим пратиоцима";
+
+/* Title for the welcome card in the v148 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.Title.v148.v2" = "Отварајте своје везе уз уграђену приватност";
+
+/* Title for the welcome card in the v149 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.TitleV3.v149" = "Отварајте све своје везе уз уграђену приватност";
+
+/* Option for the automatic theme. */
+"Onboarding.Modern.Customization.Theme.Automatic.v145" = "Аутоматски";
+
+/* String used to describe the option to save the user setting and continue to the next onboarding in Firefox Onboarding screens. */
+"Onboarding.Modern.Customization.Theme.Continue.Action.v140" = "Настави";
+
+/* Option for the dark theme. */
+"Onboarding.Modern.Customization.Theme.Dark.v145" = "Тамна";
+
+/* Description for the theme selection card. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.Customization.Theme.Description.v145" = "Изаберите своју омиљену тему или нека се %@ прилагоди вашем уређају, дајући вам контролу.";
+
+/* Option for the light theme. */
+"Onboarding.Modern.Customization.Theme.Light.v145" = "Светла";
+
+/* Title for the theme selection card. */
+"Onboarding.Modern.Customization.Theme.Title.v145" = "Изаберите своју тему";
+
+/* On the toolbar customization onboarding card, the string used to describe the option to set the toolbar at the bottom of the screen. */
+"Onboarding.Modern.Customization.Toolbar.Bottom.Action.v140" = "На дну";
+
+/* Action to set the toolbar to the bottom. */
+"Onboarding.Modern.Customization.Toolbar.Bottom.Action.v145" = "Доле";
+
+/* Continue button on the toolbar customization card. */
+"Onboarding.Modern.Customization.Toolbar.Continue.Action.v145" = "Настави";
+
+/* Description for the toolbar customization card. */
+"Onboarding.Modern.Customization.Toolbar.Description.v145" = "Започните куцање да бисте добили предлоге за претрагу, ваше најпосећеније сајтове, обележиваче, историјат и претраживаче – све на једном месту.";
+
+/* String used to describe the title of the toolbar customization onboarding page in our Onboarding screens. */
+"Onboarding.Modern.Customization.Toolbar.Title.v140" = "Изаберите где да поставите траку адреса";
+
+/* Title for the toolbar customization card. */
+"Onboarding.Modern.Customization.Toolbar.Title.v145" = "Изаберите своју траку адреса";
+
+/* On the toolbar customization onboarding card, the string used to describe the option to set the toolbar at the top of the screen. */
+"Onboarding.Modern.Customization.Toolbar.Top.Action.v140" = "На врху";
+
+/* Action to set the toolbar to the top. */
+"Onboarding.Modern.Customization.Toolbar.Top.Action.v145" = "Врх";
+
+/* Button to skip the entire onboarding flow. */
+"Onboarding.Modern.General.Skip.v145" = "Прескочи";
+
+/* String used to describe Firefox on the Sync onboarding page for the current version of our onboarding screens. */
+"Onboarding.Modern.Sync.Description.v140" = "Преузмите своје обележиваче, историјат и лозинке на било ком уређају.";
+
+/* Description for the Sync card in the v2 onboarding flow. */
+"Onboarding.Modern.Sync.Description.v145" = "Ваши обележивачи, лозинке и остало се усклађују на било ком уређају. Све је заштићено шифровањем, тако да само ви можете да му приступите.";
+
+/* String used to describes the option to skip the Sync sign in during onboarding for the current version in Firefox Onboarding screens. */
+"Onboarding.Modern.Sync.SignIn.Action.v140" = "Започни усклађивање";
+
+/* Button to start the Sync setup process. */
+"Onboarding.Modern.Sync.SignIn.Action.v145" = "Започни усклађивање";
+
+/* String used to describes the option to skip the Sync sign in during onboarding for the current version in Firefox Onboarding screens. */
+"Onboarding.Modern.Sync.Skip.Action.v140" = "Не сада";
+
+/* Button to skip the Sync setup during onboarding. */
+"Onboarding.Modern.Sync.Skip.Action.v145" = "Не сада";
+
+/* String used to describes the title of what Firefox is on the Sync onboarding page for current version in our Onboarding screens. */
+"Onboarding.Modern.Sync.Title.v140" = "Тренутно наставите тамо где сте стали";
+
+/* Title for the Sync card in the v2 onboarding flow. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.Sync.Title.v145" = "Понесите %@ у све своје авантуре прегледања";
+
+/* Title for the confirmation button for Terms of Service agreement, in the Terms of Service screen. */
+"Onboarding.Modern.TermsOfService.AgreementButtonTitle.v140" = "Настави";
+
+/* Title for the confirmation button on the Terms of Service screen. */
+"Onboarding.Modern.TermsOfService.AgreementButtonTitle.v145" = "Настави";
+
+/* Description for the Terms of Service screen in the v2 onboarding flow. The '\n' symbols denote line breaks. %@ is the company name (e.g. Mozilla) */
+"Onboarding.Modern.TermsOfService.Description.v145" = "Аутоматска заштита ваших личних података\nБрзо учитавајте сајтове и претражујте паметније\nДоноси вам непрофитна организација %@, којој се верује већ више од 20 година";
+
+/* Title for the Manage button link, in the Terms of Service screen for redirecting the user to the Manage data collection preferences screen. */
+"Onboarding.Modern.TermsOfService.ManageLink.v140" = "Управљај";
+
+/* The text for the Manage settings link button. */
+"Onboarding.Modern.TermsOfService.ManageLink.v145" = "Управљај подешавањима";
+
+/* Agreement text for sending diagnostic and interaction data to Mozilla in the Terms of Service screen. %1$@ is the app name (e.g. Firefox), %2$@ is company name (e.g. Mozilla), %3$@ is a Manage link button which redirect the user to another screen in order to manage the data collection preferences. */
+"Onboarding.Modern.TermsOfService.ManagePreferenceAgreement.v140" = "Да бисмо побољшали прегледач, %1$@ шаље дијагностичке податке и податке о интеракцији компанији %2$@. %3$@";
+
+/* Agreement text for sending data. %1$@ is the app name, %2$@ is the company name, %3$@ is the placeholder for the Manage settings link. */
+"Onboarding.Modern.TermsOfService.ManagePreferenceAgreement.v145" = "Да би помогла у побољшању прегледача, апликација %1$@ шаље дијагностичке податке и податке о интеракцији организацији %2$@. %3$@";
+
+/* Agreement text for Privacy Notice in the Terms of Service screen. %1$@ is the app name (e.g. Firefox), %2$@ is for the Privacy Notice link button that redirect the user to the Privacy Notice page. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeAgreement.v140" = "%1$@ брине о вашој приватности. Прочитајте више у нашем %2$@";
+
+/* Agreement text for Privacy Notice. %1$@ is the app name (e.g. Firefox), %2$@ is the placeholder for the Privacy Notice link. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeAgreement.v145" = "%1$@ брине о вашој приватности. Прочитајте више у нашем %2$@";
+
+/* Title for the Privacy Notice button link, in the Terms of Service screen for redirecting the user to the Privacy Notice page. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeLink.v140" = "Обавештењу о приватности.";
+
+/* The text for the Privacy Notice link button. */
+"Onboarding.Modern.TermsOfService.PrivacyNoticeLink.v145" = "Обавештење о приватности.";
+
+/* A text that indicate to the user, a link button is available to be clicked for reading more information about the option that is going to choose in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.LearnMore.v140" = "Сазнај више";
+
+/* Description for the send crash reports switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %@ is for the Learn more button link, to open a link where user can find more information about this send crash reports option. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendCrashReportsDescription.v140" = "Извештаји о рушењу нам омогућавају да дијагностикујемо и исправимо проблеме са прегледачем. %@";
+
+/* Title for the send crash reports switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendCrashReportsTitle.v140" = "Аутоматски шаљи извештаје о рушењу";
+
+/* Description for the technical and interaction data switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %1$@ is the app name (e.g. Firefox), %2$@ is for the Learn more button link, to open a link where user can find more information about this send technical and interaction data option. */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendTechnicalDataDescription.v140" = "Подаци о вашем уређају, хардверској конфигурацији и начину на који користите %1$@ помажу у побољшању функција, перформанси и стабилности за све. %2$@";
+
+/* Title for the send technical and interaction data switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %@ is the company name (e.g. Mozilla). */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.SendTechnicalDataTitle.v140" = "Пошаљите техничке податке и податке о интеракцији апликацији %@";
+
+/* Title for the Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. Data like crash reports or technical and interaction data. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.TermsOfService.PrivacyPreferences.Title.v140" = "Помозите нам да учинимо %@ бољим";
+
+/* Subtitle for the Terms of Service screen in the onboarding process. The '\n' symbols denote empty lines separating the first link parameter from the rest of the text. */
+"Onboarding.Modern.TermsOfService.Subtitle.v140" = "Учитавајте сајтове муњевито брзо\nАутоматска заштита од праћења\nУсклађивање на свим вашим уређајима";
+
+/* Agreement text for Terms of Service in the Terms of Service screen. %@ is the Terms of Service link button that redirect the user to the Terms of Service page. */
+"Onboarding.Modern.TermsOfService.TermsOfServiceAgreement.v140" = "Наставком се слажете са %@";
+
+/* Agreement text for Terms of Service. %@ is the placeholder for the Terms of Use link. */
+"Onboarding.Modern.TermsOfService.TermsOfServiceAgreement.v145" = "Настављањем се слажете са %@";
+
+/* The text for the Terms of Use link button. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.TermsOfService.TermsOfUseLink.v145" = "%@ услови коришћења.";
+
+/* Title for the Terms of Service screen in the onboarding process. */
+"Onboarding.Modern.TermsOfService.Title.v140" = "Унапредите своје прегледање";
+
+/* Title for the Terms of Service screen in the v2 onboarding flow. */
+"Onboarding.Modern.TermsOfService.Title.v145" = "Преузмите контролу над интернетом";
+
+/* Title for the Terms of Use button link, in the Terms of Use screen for redirecting the user to the Terms of Use page. %@ is the app name (e.g. Firefox). */
+"Onboarding.Modern.TermsOfUse.TermsOfUseLink.v140" = "%@ услови коришћења.";
+
+/* Describes the action on the first onboarding page in our Onboarding screen. This indicates that the user will set their default browser to Firefox. */
+"Onboarding.Modern.Welcome.ActionTreatementA.v140" = "Постави као подразумевани прегледач";
+
+/* Action button to set the app as the default browser. */
+"Onboarding.Modern.Welcome.ActionTreatmentA.v145" = "Постави за подразумевани прегледач";
+
+/* String used to describe Firefox on the welcome onboarding page for the current version of our onboarding screens. */
+"Onboarding.Modern.Welcome.Description.v140" = "Један избор вас штити свуда где идете на вебу. То увек можете променити касније.";
+
+/* Description for the welcome card in the v2 onboarding flow. */
+"Onboarding.Modern.Welcome.Description.v145" = "Један избор вас штити где год да идете на вебу. Увек га можете променити касније.";
+
+/* Describes the action on the first onboarding page in our Onboarding screen. This string will be on a button so user can skip this onboarding card. */
+"Onboarding.Modern.Welcome.Skip.v140" = "Не сада";
+
+/* Button to skip the welcome card. */
+"Onboarding.Modern.Welcome.Skip.v145" = "Не сада";
+
+/* String used to describes the title of what Firefox is on the welcome onboarding page for current version in our Onboarding screens. */
+"Onboarding.Modern.Welcome.Title.v140" = "Реците збогом језивим огласима";
+
+/* Title for the welcome card in the v2 onboarding flow. */
+"Onboarding.Modern.Welcome.Title.v145" = "Реците збогом језивим пратиоцима";
+
+/* String used to describe the option to continue to ask for the notification permission in Firefox Onboarding screens. */
+"Onboarding.Notification.Continue.Action.v114" = "Настави";
+
+/* String used to describe the description of the notification onboarding page in our Onboarding screens. %@ is the app name (e.g. Firefox). */
+"Onboarding.Notification.Description.v120" = "Безбедно шаљите језичке између својих уређаја и откријте друге функције приватности у %@.";
+
+/* String used to describe the option to skip the notification permission in Firefox Onboarding screens. */
+"Onboarding.Notification.Skip.Action.v115" = "Прескочи";
+
+/* String used to describe the title of the notification onboarding page in our Onboarding screens. %@ is the app name (e.g. Firefox). */
+"Onboarding.Notification.Title.v120" = "Обавештења вам помажу да останете безбеднији уз %@";
+
+/* String used to describe the option to continue to ask for the notification permission in Firefox Onboarding screens. */
+"Onboarding.Notification.TurnOnNotifications.Action.v114" = "Укључи обавештења";
+
+/* String used to describes the description of what Firefox is on the Sync onboarding page for current version in our Onboarding screens. %@ is the app name (e.g. Firefox). */
+"Onboarding.Sync.Description.v123" = "%@ шифрује ваше лозинке, обележиваче и још много тога када сте усклађени.";
+
+/* String used to describes the option to skip the Sync sign in during onboarding for the current version in Firefox Onboarding screens. */
+"Onboarding.Sync.SignIn.Action.v114" = "Пријави се";
+
+/* String used to describes the option to skip the Sync sign in during onboarding for the current version in Firefox Onboarding screens. */
+"Onboarding.Sync.Skip.Action.v114" = "Прескочи";
+
+/* String used to describes the title of what Firefox is on the Sync onboarding page for current version in our Onboarding screens. */
+"Onboarding.Sync.Title.v120" = "Останите шифровани док прелазите са уређаја на уређај";
+
+/* Title for the confirmation button for Terms of Service agreement, in the Terms of Service screen. */
+"Onboarding.TermsOfService.AgreementButtonTitle.v140" = "Настави";
+
+/* Title for the Manage button link, in the Terms of Service screen for redirecting the user to the Manage data collection preferences screen. */
+"Onboarding.TermsOfService.ManageLink.v135" = "Управљај";
+
+/* Agreement text for sending diagnostic and interaction data to Mozilla in the Terms of Service screen. %1$@ is the app name (e.g. Firefox), %2$@ is company name (e.g. Mozilla), %3$@ is a Manage link button which redirect the user to another screen in order to manage the data collection preferences. */
+"Onboarding.TermsOfService.ManagePreferenceAgreement.v135" = "Да би помогао у побољшању прегледача, %1$@ шаље дијагностичке податке и податке о интеракцији компанији %2$@. %3$@";
+
+/* Agreement text for Privacy Notice in the Terms of Service screen. %1$@ is the app name (e.g. Firefox), %2$@ is for the Privacy Notice link button that redirect the user to the Privacy Notice page. */
+"Onboarding.TermsOfService.PrivacyNoticeAgreement.v135" = "%1$@ брине о вашој приватности. Прочитајте више у нашем %2$@";
+
+/* Title for the Privacy Notice button link, in the Terms of Service screen for redirecting the user to the Privacy Notice page. */
+"Onboarding.TermsOfService.PrivacyNoticeLink.v135" = "Обавештење о приватности.";
+
+/* A text that indicate to the user, a link button is available to be clicked for reading more information about the option that is going to choose in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. */
+"Onboarding.TermsOfService.PrivacyPreferences.LearnMore.v136" = "Сазнај више";
+
+/* Description for the send crash reports switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %@ is for the Learn more button link, to open a link where user can find more information about this send crash reports option. */
+"Onboarding.TermsOfService.PrivacyPreferences.SendCrashReportsDescription.v135" = "Извештаји о рушењу нам омогућавају да дијагностикујемо и исправимо проблеме са прегледачем. %@";
+
+/* Title for the send crash reports switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. */
+"Onboarding.TermsOfService.PrivacyPreferences.SendCrashReportsTitle.v135" = "Аутоматски шаљи извештаје о рушењу";
+
+/* Description for the technical and interaction data switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %1$@ is the app name (e.g. Firefox), %2$@ is for the Learn more button link, to open a link where user can find more information about this send technical and interaction data option. */
+"Onboarding.TermsOfService.PrivacyPreferences.SendTechnicalDataDescription.v135" = "Подаци о вашем уређају, хардверској конфигурацији и начину на који користите %1$@ помажу у побољшању функција, перформанси и стабилности за све. %2$@";
+
+/* Title for the send technical and interaction data switch option in Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. %@ is the company name (e.g. Mozilla). */
+"Onboarding.TermsOfService.PrivacyPreferences.SendTechnicalDataTitle.v135" = "Шаљи техничке податке и податке о интеракцији компанији %@";
+
+/* Title for the Manage Privacy Preferences screen, where user can choose from the option to send data to Firefox or not. Data like crash reports or technical and interaction data. %@ is the app name (e.g. Firefox). */
+"Onboarding.TermsOfService.PrivacyPreferences.Title.v135" = "Помозите нам да учинимо %@ бољим";
+
+/* Subtitle for the Terms of Service screen in the onboarding process. */
+"Onboarding.TermsOfService.Subtitle.v136" = "Брзо и безбедно прегледање веба";
+
+/* Agreement text for Terms of Service in the Terms of Service screen. %@ is the Terms of Service link button that redirect the user to the Terms of Service page. */
+"Onboarding.TermsOfService.TermsOfServiceAgreement.v135" = "Наставком се слажете са %@";
+
+/* Title for the Terms of Service screen in the onboarding process. %@ is the app name (e.g. Firefox). */
+"Onboarding.TermsOfService.Title.v135" = "Добро дошли у %@";
+
+/* Title for the Terms of Use button link, in the Terms of Use screen for redirecting the user to the Terms of Use page. %@ is the app name (e.g. Firefox). */
+"Onboarding.TermsOfUse.TermsOfUseLink.v136" = "%@ услови коришћења.";
+
+/* Accessibility label for the wallpaper onboarding modal displayed on top of the homepage. This describes to the user that which type of wallpaper they are seeing. */
+"Onboarding.Wallpaper.Accessibility.Classic.v114" = "Класична позадина";
+
+/* Accessibility label for the wallpaper onboarding modal displayed on top of the homepage. This describes to the user that which type of wallpaper they are seeing. */
+"Onboarding.Wallpaper.Accessibility.LimitedEdition.v114" = "Ограничено издање позадине";
+
+/* Description for the wallpaper onboarding page in our Onboarding screens. This describes to the user that they can set a wallpaper. */
+"Onboarding.Wallpaper.Action.v114" = "Постави позадину";
+
+/* Description for the wallpaper onboarding modal displayed on top of the homepage. This describes to the user that they can choose different wallpapers. */
+"Onboarding.Wallpaper.Description.v114" = "Изаберите позадину која вам одговара.";
+
+/* Title for the wallpaper onboarding modal displayed on top of the homepage. This describes to the user that they can choose different wallpapers. */
+"Onboarding.Wallpaper.SelectorTitle.v114" = "Испробајте дашак боје";
+
+/* Title for the wallpaper onboarding page in our Onboarding screens. This describes to the user that they can choose different wallpapers. %@ is the app name (e.g. Firefox). */
+"Onboarding.Wallpaper.Title.v114" = "Изаберите %@ позадину";
+
+/* Describes the action on the first onboarding page in our Onboarding screen. This string will be on a button so user can continue the onboarding. */
+"Onboarding.Welcome.Action.v114" = "Крените";
+
+/* Describes the action on the first onboarding page in our Onboarding screen. This indicates that the user will set their default browser to Firefox. */
+"Onboarding.Welcome.ActionTreatementA.v114" = "Постави као подразумевани прегледач";
+
+/* Accessibility label for close button that dismisses the welcome onboarding screen. %@ is the app name (e.g. Firefox). */
+"Onboarding.Welcome.Close.AccessibilityLabel.v121" = "Затвори и изађи из %@ упознавања са апликацијом";
+
+/* String used to describes the description of what Firefox is on the welcome onboarding page for current version in our Onboarding screens. */
+"Onboarding.Welcome.Description.TreatementA.v120" = "Наш непрофитни прегледач помаже у заустављању компанија да вас тајно прате широм веба.";
+
+/* String used to describes the description of what Firefox is on the welcome onboarding page for current version in our Onboarding screens. %@ is the app name (e.g. Firefox). */
+"Onboarding.Welcome.Description.v120" = "Наш непрофитни прегледач помаже у заустављању компанија да вас тајно прате широм веба.";
+
+/* String used to describe the title of link button is on the welcome onboarding page for current version in our Onboarding screens. */
+"Onboarding.Welcome.Link.Action.v114" = "Сазнајте више у нашој напомени о приватности";
+
+/* Describes the action on the first onboarding page in our Onboarding screen. This string will be on a button so user can skip this onboarding card. */
+"Onboarding.Welcome.Skip.v114" = "Прескочи";
+
+/* String used to describes the title of what Firefox is on the welcome onboarding page for current version in our Onboarding screens. */
+"Onboarding.Welcome.Title.TreatementA.v120" = "Волимо да вас чувамо";
+
+/* String used to describes the title of what Firefox is on the welcome onboarding page for current version in our Onboarding screens. */
+"Onboarding.Welcome.Title.v114" = "Добро дошли у независни интернет";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/PasswordAutofill.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/PasswordAutofill.strings
new file mode 100644
index 0000000000000..94e0eb0e72434
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/PasswordAutofill.strings
@@ -0,0 +1,15 @@
+/* This label is used in a cell found in the list of autofill login options in place of an actual username to denote that no username was saved for this login */
+"PasswordAutofill.LoginListCellNoUsername.v129" = "(нема корисничког имена)";
+
+/* This label is used for a button in the password list screen allowing users to manage their saved passwords. It's meant to direct users to where they can add, remove, or edit their saved passwords. */
+"PasswordAutofill.ManagePasswordsButton.v124" = "Управљај лозинкама";
+
+/* This phrase is used as a subtitle in the header of password list screen, indicating to the user that they will be logging into a specific website (represented by %@) using a saved password. It's providing clarity on which website the saved credentials apply to. */
+"PasswordAutofill.SignInWithSavedPassword.v124" = "Пријавићете се на %@";
+
+/* This label is used in the password list screen header as a question, prompting the user if they want to use a saved password for logging in. */
+"PasswordAutofill.UseSavedPasswordFromHeader.v124" = "Користити сачувану лозинку?";
+
+/* Displayed inside the keyboard hint when a user is entering their login credentials and has at least one saved password. Indicates that there are stored passwords available for use in filling out the login form. */
+"PasswordAutofill.UseSavedPasswordFromKeyboard.v124" = "Користи сачувану лозинку";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/PasswordGenerator.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/PasswordGenerator.strings
new file mode 100644
index 0000000000000..8be94bcd81972
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/PasswordGenerator.strings
@@ -0,0 +1,27 @@
+/* Accessibility label describing a feature that generates a password when the password field of a signup form is interacted with. */
+"PasswordGenerator.A11yLabel.v132" = "Генератор лозинки";
+
+/* Accessibility label describing the close button for the popup related to a feature that generates a password when the password field of a signup form is interacted with. */
+"PasswordGenerator.CloseButtonA11ylabel.v132" = "Затвори";
+
+/* When a user is in the process of creating an account, they have the option to generate a password. The user is capable of copying this password after long pressing the value of the password displayed to them. This string is the label of the copy button that appears after long pressing the password. */
+"PasswordGenerator.CopyPasswordButtonLabel.v132" = "Копирај";
+
+/* Text displayed when a user interacts with the password field in a signup form, as part of a popup. This popup allows the user to generate a password that they have the option to use when signing up for an account. */
+"PasswordGenerator.Description.v132" = "Заштитите свој налог коришћењем јаке, насумично генерисане лозинке.";
+
+/* When a user is in the process of creating an account, they have the option to generate a password. The popup displaying the generated password to the user is available by clicking a keyboard accessory button with this label. */
+"PasswordGenerator.KeyboardAccessoryButtonLabel.v132" = "Користи јаку лозинку";
+
+/* Prefix to alert accessibility users that a generated password (represented by %@) will be read to them next. */
+"PasswordGenerator.PasswordReadoutPrefaceA11y.v132" = "Генерисана лозинка: %@";
+
+/* Accessibility label describing a refresh password button belonging to a popup that generates a password when the password field of a signup form is interacted with. */
+"PasswordGenerator.RefreshPasswordButtonA11yLabel.v132" = "Генериши нову јаку лозинку";
+
+/* Title text displayed as part of a popup displayed when a user interacts with the password field in a signup form. A random password has been generated for the user -- clicking a button fills in the password of the signup form with this generated password. */
+"PasswordGenerator.Title.v132" = "Користити јаку лозинку?";
+
+/* Label of a button that is part of a popup displayed when a user interacts with the password field in a signup form. A random password has been generated for the user and clicking this button fills in the password field of the signup form with this generated password. */
+"PasswordGenerator.UsePasswordButtonLabel.v132" = "Користи лозинку";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/QRCode.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/QRCode.strings
new file mode 100644
index 0000000000000..69a4a15daa079
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/QRCode.strings
@@ -0,0 +1,3 @@
+/* Accessibility label of the QR code button in the toolbar */
+"QRCode.Toolbar.Button.A11y.Title.v128" = "Скенирај КР код";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/RelayMask.strings
new file mode 100644
index 0000000000000..6d34ec9a704f2
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/RelayMask.strings
@@ -0,0 +1,30 @@
+/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
+"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Ново! %@ Relay маске е-поште су сада доступне на мобилним уређајима.";
+
+/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
+"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Искористили сте својих 5 бесплатних маски е-поште, па смо изабрали једну коју можете поново да искористите.";
+
+/* Generic error message displayed to users when an unexpected error occurs while attempting to generate a Relay email mask. */
+"RelayMask.RelayEmailMaskGenericErrorMessage.v146" = "Маске е-поште тренутно нису доступне. Покушајте поново за неколико минута.";
+
+/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
+"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Маска е-поште је уметнута";
+
+/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
+"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Сакријте своју праву адресу е-поште да бисте заштитили своје пријемно сандуче од непожељних порука. Неки сајтови не подржавају маске е-поште.";
+
+/* Website link title that takes users to a website to learn additional information about the Relay email mask feature. */
+"RelayMask.RelayEmailMaskSettingsLearnMore.v146" = "Сазнајте више";
+
+/* Button title which takes users to a webpage to manage their Relay email masks and related settings. */
+"RelayMask.RelayEmailMaskSettingsManageEmailMasks.v146" = "Управљај маскама е-поште";
+
+/* Title for settings related to Relay email masking, which provides options for enabling or disabling the suggestion of anonymous email masks services via Relay. */
+"RelayMask.RelayEmailMaskSettingsTitle.v146" = "Маске е-поште";
+
+/* Label for settings toggle which allows users to enable or disable the suggestion of Relay email masks on registration forms, to provide anonymous email masking. */
+"RelayMask.RelayEmailMaskSuggestMasksToggle.v146" = "Предложи маске е-поште";
+
+/* Displayed inside the keyboard hint when a user is entering an email in a web form. Indicates that the user has the option to use an anonymous Relay email mask instead of their personal email. Tapping on this option will populate the field with a Relay mask automatically. */
+"RelayMask.UseRelayEmailMaskFromKeyboard.v146" = "Користи маску е-поште";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/RememberCard.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/RememberCard.strings
new file mode 100644
index 0000000000000..c6164566d5bd9
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/RememberCard.strings
@@ -0,0 +1,15 @@
+/* This value is used as the header for the remember card page. %@ is the app name (e.g. Firefox). */
+"CreditCard.RememberCard.Header.v122" = "%@ шифрује број ваше картице. Ваш безбедносни код неће бити сачуван.";
+
+/* This value is used as the title for the Yes button in the remember credit card page */
+"CreditCard.RememberCard.MainButtonTitle.v122" = "Сачувај";
+
+/* This value is used as the title for the remember credit card page */
+"CreditCard.RememberCard.MainTitle.v122" = "Безбедно сачувати ову картицу?";
+
+/* This value is used as the title for the Not Now button in the remember credit card page */
+"CreditCard.RememberCard.SecondaryButtonTitle.v115" = "Не сада";
+
+/* This value is used as the toast message for the saving success alert in the remember credit card page */
+"CreditCard.RememberCard.SecondaryButtonTitle.v116" = "Нова картица је сачувана";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/ResearchSurface.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/ResearchSurface.strings
new file mode 100644
index 0000000000000..b3dc0a4665548
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/ResearchSurface.strings
@@ -0,0 +1,9 @@
+/* On the Research Survey popup, the text that explains what the screen is about. %@ is the app name (e.g. Firefox). */
+"Body.Text.v112" = "Помозите да %@ постане бољи попуњавањем кратке анкете.";
+
+/* On the Research Survey popup, the text for the button that, when tapped, will dismiss the popup and take the user to a survey. */
+"PrimaryButton.Label.v112" = "Попуни анкету";
+
+/* On the Research Survey popup, the text for the button that, when tapped, will dismiss this screen, and the user will not be taken to the survey. */
+"SecondaryButton.Label.v112" = "Не, хвала";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/ScanQRCode.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/ScanQRCode.strings
new file mode 100644
index 0000000000000..387fda6270e14
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/ScanQRCode.strings
@@ -0,0 +1,9 @@
+/* Allow button to open URL from scanned QR Code */
+"ScanQRCode.ConfirmOpenURL.AllowButton.v129" = "Дозволи";
+
+/* Deny button to cancel opening URL from scanned QR Code */
+"ScanQRCode.ConfirmOpenURL.DenyButton.v129" = "Одбиј";
+
+/* Text of the prompt to ask user permission to open a URL from a scanned QR code. %@ is the app name (e.g. Firefox). */
+"ScanQRCode.ConfirmOpenURL.Message.v129" = "Дозволити %@ да се отвори?";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/SearchEngineSelection.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/SearchEngineSelection.strings
new file mode 100644
index 0000000000000..28e3bc5281f59
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/SearchEngineSelection.strings
@@ -0,0 +1,18 @@
+/* When the user taps the search engine icon in the toolbar, a sheet with a list of alternative search engines appears. This is the accessibility label for the sheet's close button. */
+"UnifiedSearch.SearchEngineSelection.AccessibilityLabels.CloseButton.Label.v133" = "Затвори";
+
+/* When the user taps the search engine icon in the toolbar, a sheet with a list of alternative search engines appears. This is the accessibility hint for tapping the search settings row at the bottom of the list, which opens the app's search settings screen. */
+"UnifiedSearch.SearchEngineSelection.AccessibilityLabels.SearchSettings.Hint.v133" = "Отвара подешавања претраге";
+
+/* When the user taps the search engine icon in the toolbar, a sheet with a list of alternative search engines appears. This string is the label for the row at the bottom of the list. When this row is tapped, the app's search settings screen appears. */
+"UnifiedSearch.SearchEngineSelection.AccessibilityLabels.SearchSettings.Label.v133" = "Подешавања претраге";
+
+/* When the user taps the search engine icon in the toolbar, a sheet with a list of alternative search engines appears. This is the accessibility label for the title of that sheet. */
+"UnifiedSearch.SearchEngineSelection.AccessibilityLabels.TopTitle.Label.v133" = "Овај пут претражи у:";
+
+/* When the user taps the search engine icon in the toolbar, a sheet with a list of alternative search engines appears. This string is the label for the button at the bottom of the list. When this row is tapped, the app's search settings screen appears. */
+"UnifiedSearch.SearchEngineSelection.SearchSettings.Title.v133" = "Подешавања претраге";
+
+/* When the user taps the search engine icon in the toolbar, a sheet with a list of alternative search engines appears. This is the title for the sheet. */
+"UnifiedSearch.SearchEngineSelection.TopTitle.Title.v133" = "Овај пут претражи у:";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/SearchHeaderTitle.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/SearchHeaderTitle.strings
new file mode 100644
index 0000000000000..8302d9a697b95
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/SearchHeaderTitle.strings
@@ -0,0 +1,6 @@
+/* When making a new search from the awesome bar, search results appear as the user write new letters in their search. Different sections with results from the selected search engine will appear. This string will be used as a header to separate the selected engine search results from current search query. %@ is the search engine name. */
+"Search.EngineSection.Title.v108" = "%@ претрага";
+
+/* When making a new search from the awesome bar, search results appear as the user write new letters in their search. This string will be used as a header for Google search results listed as suggestions. */
+"Search.Google.Title.v108" = "Google претрага";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/SearchZero.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/SearchZero.strings
new file mode 100644
index 0000000000000..0c8bcdf8d7348
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/SearchZero.strings
@@ -0,0 +1,15 @@
+/* When a user taps on the address bar, they can see their recent searches. This is the title of the button that the user can tap on to clear the list of their recent searches. */
+"SearchZero.Clear.ButtonTitle.v146" = "Обриши";
+
+/* When a user taps on the address bar, they can see their recent searches. This is the title of the section that shows the list of their recent searches. */
+"SearchZero.RecentSearches.SectionTitle.v146" = "Недавне претраге";
+
+/* When a user taps on the address bar, they can see their trending searches. This is the title of the section that shows the list of their trending searches. %@ is the search engine name. */
+"SearchZero.TrendingSearches.SectionTitle.v146" = "У тренду на %@";
+
+/* In the Search page of the Settings menu, this is the title for the toggle that shows or hides the recent searches when a user views the search zero state. The search zero state is when the user taps on the address bar and has yet to type a search term. */
+"Settings.SearchZero.RecentSearches.Toggle.v146" = "Прикажи недавне претраге";
+
+/* In the Search page of the Settings menu, this is the title for the toggle that shows or hides the trending searches when a user views the search zero state. The search zero state is when the user taps on the address bar and has yet to type a search term. */
+"Settings.SearchZero.TrendingSearches.Toggle.v146" = "Прикажи претраге у тренду";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/SelectCreditCard.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/SelectCreditCard.strings
new file mode 100644
index 0000000000000..a0d8bdced4868
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/SelectCreditCard.strings
@@ -0,0 +1,3 @@
+/* This value is used as the title for the select a credit card from list of available cards. */
+"CreditCard.SelectCreditCard.MainTitle.v122" = "Користи сачувану картицу";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Settings.strings
new file mode 100644
index 0000000000000..2e63697d017b0
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Settings.strings
@@ -0,0 +1,324 @@
+/* This label is used for a button in the address list screen allowing users to manage their saved addresses. It's meant to direct users to where they can add, remove, or edit their saved addresses. */
+"Addresses.ManageAddressesButton.v130" = "Управљај адресама";
+
+/* Accessibility label for an address list item in autofill settings screen. The %@ parameter is the address of the user that will read the name, street, city, state, postal code if available. */
+"Addresses.Settings.ListItemA11y.v130" = "Адреса за %@";
+
+/* On the autofill settings screen, a label for the section that displays the list of saved addresses. This label adds additional context for users regarding the toggle switch that allows saving and autofilling of addresses for webpages. */
+"Addresses.Settings.SavedAddressesSectionTitle.v124" = "САЧУВАНЕ АДРЕСЕ";
+
+/* Title text for the content unavailable view informing users they can create or add new addresses. %@ is the name of the app. */
+"Addresses.Settings.SaveToFirefox.Title.v130" = "Сачувај адресе у %@";
+
+/* Description text for the content unavailable view informing users they can create or add new addresses. */
+"Addresses.Settings.SecureSaveInfo.Description.v130" = "Безбедно сачувајте своје податке да бисте им касније брзо приступили.";
+
+/* On the autofill settings screen, a label under the title label to add additional context for user in regards to what the toggle switch that allow saving and autofilling of addresses for webpages does, letting users know that this action includes phone numbers and email addresses. */
+"Addresses.Settings.Switch.Description.v124" = "Укључује бројеве телефона и адресе е-поште";
+
+/* Title label for user to use the toggle settings to allow saving and autofilling of addresses for webpages. */
+"Addresses.Settings.Switch.Title.v124" = "Сачувај и попуни адресе";
+
+/* Displayed inside the keyboard hint when a user is entering their address and has at least one saved address. Indicates that there are stored addresses available for use in filling out a form. */
+"Addresses.Settings.UseSavedAddressFromKeyboard.v124" = "Користи сачувану адресу";
+
+/* Accessibility label for the add button in autofill settings screen. Pressing this button presents a modal that allows users to add a card by entering the credit card information. */
+"CreditCard.Settings.AddCard.AccessibilityLabel.v121" = "Додај картицу";
+
+/* Description label for when there are no credit cards shown in credit card list in autofill settings screen. */
+"CreditCard.Settings.EmptyListDescription.v112" = "Безбедно сачувајте податке о својој картици да бисте следећи пут брже обавили плаћање.";
+
+/* Title label for when there are no credit cards shown in credit card list in autofill settings screen. %@ is the product name and should not be altered. */
+"CreditCard.Settings.EmptyListTitle.v122" = "Сачувај картице у %@";
+
+/* Accessibility label for a credit card list item in autofill settings screen. %1$@ is the credit card issuer (e.g. Visa), %2$@ is the name of the credit card holder, %3$@ is the last 4 digits of the credit card, %4$@ is the card's expiration date. */
+"CreditCard.Settings.ListItemA11y.v118" = "%1$@, издала %2$@, завршава се са %3$@, истиче %4$@";
+
+/* When a user is in the process or has finished making a purchase with a card not saved in Firefox's list of stored cards, we ask the user if they would like to save this card for future purchases. This string indicates to users that they can deny Firefox from remembering the card that is being used. */
+"CreditCard.Settings.NotNow.v122" = "Не сада";
+
+/* When a user is in the process or has finished making a purchase with a card not saved in Firefox's list of stored cards, we ask the user if they would like to save this card for future purchases. This string is a title string of the overall message that asks the user if they would like Firefox to remember the card that is being used. */
+"CreditCard.Settings.RememberThisCard.v122" = "Безбедно сачувати ову картицу?";
+
+/* When a user is in the process or has finished making a purchase with a remembered card, and if the credit card information doesn't match the contents of the stored information of that card, we show this string. We ask this user if they would like Firefox update the staled information of that credit card. */
+"CreditCard.Settings.UpdateThisCard.v122" = "Ажурирати картицу?";
+
+/* When a user is in the process or has finished making a purchase with a card not saved in Firefox's list of stored cards, we ask the user if they would like to save this card for future purchases. This string asks users to confirm if they would like Firefox to remember the card that is being used. */
+"CreditCard.Settings.Yes.v122" = "Ажурирај";
+
+/* When a user is in the process of making a purchase and has at least one saved credit card, a view above the keyboard shows actions a user can take. When tapping this label, the keyboard will dismiss from view. */
+"CreditCards.Settings.Done.v114" = "Готово";
+
+/* When a user is in the process or has finished making a purchase, and has at least one card saved, we show this tappable string. This indicates to users that they can navigate to their list of stored credit cards in the app's credit card list screen. */
+"CreditCards.Settings.ManageCards.v112" = "Управљај картицама";
+
+/* When a user is in the process of making a purchase, and has at least one saved card, we show this label used as a title. This indicates to the user that there are stored cards available for use on this pending purchase. */
+"CreditCards.Settings.UseASavedCard.v122" = "Користи сачувану картицу";
+
+/* When a user is in the process of making a purchase, and has at least one saved card, we show this label inside the keyboard hint. This indicates to the user that there are stored cards available for use on this pending purchase. */
+"CreditCards.Settings.UseSavedCardFromKeyboard.v112" = "Користи сачувану картицу";
+
+/* Settings section title for the old Firefox account */
+"FxA.FirefoxAccount.v119" = "Налог";
+
+/* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */
+"Settings.AddressAutofill.Title.v126" = "Адресе";
+
+/* Section description in Appearance settings for middle button configuration of the bottom toolbar. */
+"Settings.Appearance.NavigationToolbar.Description.v145" = "Мења дугме у средини палете алата.";
+
+/* Section header title in Appearance settings that configures the middle button of the bottom toolbar. */
+"Settings.Appearance.NavigationToolbar.SectionHeader.v145" = "Дугме палете алата";
+
+/* Default section header title under page zoom settings. Indicates the default value for all websites */
+"Settings.Appearance.Zoom.Default.Title.v140" = "Подразумевано";
+
+/* Button to reset specific zoom site levels back to default */
+"Settings.Appearance.Zoom.Reset.Button.v140" = "Ресетуј подешавања веб сајта";
+
+/* Page zoom section header title in Appearance settings */
+"Settings.Appearance.Zoom.SectionHeader.v140" = "Подешавања увећања";
+
+/* Specific site settings section footer title under page zoom settings. Explain how to add elements to the list */
+"Settings.Appearance.Zoom.SpecificSiteZoom.Footer.v140" = "Да бисте додали на ову листу, посетите сајт и прилагодите увећање странице из менија";
+
+/* Specific site settings section header title under page zoom settings. List all websites with custom zoom level */
+"Settings.Appearance.Zoom.SpecificSiteZoom.Title.v140" = "Подешавања за одређене веб сајтове";
+
+/* Page zoom settings title in Appearance settings */
+"Settings.Appearance.Zoom.Title.v140" = "Увећање странице";
+
+/* Zoom level title under page zoom settings to select the default zoom level for all websites */
+"Settings.Appearance.Zoom.ZoomLevelTitle.v140" = "Ниво увећања";
+
+/* In the settings menu, in the General section, this is the title for Autofills & Passwords customization section. */
+"Settings.AutofillAndPassword.Title.v137" = "Аутоматско попуњавање и лозинке";
+
+/* Label used as an item in Settings screen. When touched, it will take user to credit card settings page to that will allows to add or modify saved credit cards to allow for autofill in a webpage. */
+"Settings.AutofillCreditCard.Title.v122" = "Начини плаћања";
+
+/* In the settings menu, in the Autoplay customization section, this label indicates that selecting this will allow audio and video content to autoplay. */
+"Settings.Autoplay.AllowAudioAndVideo.v137" = "Дозволи звук и видео";
+
+/* In the settings menu, in the Autoplay customization section, this label indicates that selecting this will block audio from autoplaying. */
+"Settings.Autoplay.BlockAudio.v137" = "Блокирај звук";
+
+/* In the settings menu, in the Autoplay customization section, this label indicates that selecting this will block audio and video content from autoplaying. */
+"Settings.Autoplay.BlockAudioAndVideo.v137" = "Блокирај звук и видео";
+
+/* In the settings menu, in the Autoplay customization section, this label indicates that selecting this will block audio and video content from autoplaying. */
+"Settings.Autoplay.Footer.v137" = "Подешавања аутоматске репродукције ће се применити само на новоотворене језичке. Измене се не могу применити на постојеће језичке осим ако се апликација поново не покрене.";
+
+/* In the settings menu, this label indicates that there is an option of customizing the Autoplay behaviour. */
+"Settings.Autoplay.SettingsTitle.v137" = "Аутоматска репродукција";
+
+/* This is the title for Links customization under the Browsing settings section. */
+"Settings.Browsing.Links.v137" = "Везе";
+
+/* This is the title for Media customization under the Browsing settings section. */
+"Settings.Browsing.Media.v137" = "Медији";
+
+/* This is the title for Tabs customization under the Browsing settings section. */
+"Settings.Browsing.Tabs.v137" = "Језичци";
+
+/* In the settings menu, in the General section, this is the title for Browsing customization section. */
+"Settings.Browsing.Title.v137" = "Прегледање";
+
+/* Title for a link that explains how Mozilla send crash reports. */
+"Settings.CrashReports.Link.v136" = "Сазнај више";
+
+/* On the Settings screen, this is the subtitle text for a toggle which controls automatically sending crash reports. */
+"Settings.CrashReports.Message.v136" = "Ово нам помаже да дијагностикујемо и исправимо проблеме са прегледачем.";
+
+/* On the Settings screen, this is the title text for a toggle which controls automatically sending crash reports. */
+"Settings.CrashReports.Title.v135" = "Аутоматски шаљи извештаје о рушењу";
+
+/* Title for a link that explains how Mozilla send daily usage ping. */
+"Settings.DailyUsagePing.Link.v136" = "Сазнај више";
+
+/* On the Settings screen, this is the subtitle text for a toggle which controls sending daily usage ping. %@ is the company name (e.g. Mozilla). */
+"Settings.DailyUsagePing.Message.v135" = "Ово помаже %@ да процени број активних корисника.";
+
+/* On the Settings screen, this is the title text for a toggle which controls automatically sending daily usage ping. */
+"Settings.DailyUsagePing.Title.v135" = "Пинг дневног коришћења";
+
+/* Title displayed in header of the FxA settings panel. */
+"Settings.FxA.Title.v119" = "Налог";
+
+/* This is the description for the setting that toggles Sync related notifications in the settings menu under the Notifications section. */
+"Settings.Notifications.SyncNotificationsStatus.v112" = "Ово мора бити укључено да бисте примали језичке и добијали обавештења када се пријавите на другом уређају.";
+
+/* This is the title for the setting that toggles Sync related notifications in the settings menu under the Notifications section. */
+"Settings.Notifications.SyncNotificationsTitle.v112" = "Усклађивање";
+
+/* This is the footer title informing the user needs to turn on notifications in iOS Settings. Both %1$@ and %2$@ are the app name (e.g. Firefox). */
+"Settings.Notifications.SystemNotificationsDisabledMessage.v112" = "Искључили сте сва %1$@ обавештења. Укључите их у подешавањима уређаја > Обавештења > %2$@";
+
+/* This is the description for the setting that toggles Tips and Features feature in the settings menu under the Notifications section. %@ is the app name (e.g. Firefox). */
+"Settings.Notifications.TipsAndFeaturesNotificationsStatus.v112" = "Сазнајте више о корисним могућностима и како да најбоље искористите %@.";
+
+/* This is the title for the setting that toggles Tips and Features feature in the settings menu under the Notifications section. */
+"Settings.Notifications.TipsAndFeaturesNotificationsTitle.v112" = "Савети и могућности";
+
+/* In the settings menu, in the Privacy section, this is the title for Notifications customization section. */
+"Settings.Notifications.Title.v112" = "Обавештења";
+
+/* This is the title informing the user that they need to turn on notifications in iOS Settings. %@ is the app name (e.g. Firefox). */
+"Settings.Notifications.TurnOnNotificationsMessage.v112" = "Идите у подешавања уређаја да бисте укључили обавештења у %@";
+
+/* This is the title informing the user that they need to turn on notifications in iOS Settings. */
+"Settings.Notifications.TurnOnNotificationsTitle.v112" = "Укључи обавештења";
+
+/* Show Firefox Browser Privacy Notice page from the Privacy section in the settings. See https://www.mozilla.org/privacy/firefox/ */
+"Settings.PrivacyNotice.Title.v137" = "Обавештење о приватности";
+
+/* Title for a link that explains what Mozilla means by Rollouts */
+"Settings.Rollouts.Link.v148" = "Сазнај више";
+
+/* A short description that explains that Mozilla may change features remotely. %@ is the app name (e.g. Firefox). */
+"Settings.Rollouts.Message.v148" = "%@ ће побољшати функције, перформансе и стабилност између ажурирања. Измене се примењују даљински.";
+
+/* Label used as a toggle item in Settings. When this is off, the user is opting out of all rollouts. */
+"Settings.Rollouts.Title.v148" = "Дозволи даљинска побољшања";
+
+/* In the settings menu, in the General section, this is the title for the option that allows user to disable the autohide feature of the tab and address bar. */
+"Settings.ScrollToHideTabAndAddressBar.Title.v138" = "Превуците да бисте сакрили језичак и траку адреса";
+
+/* Accessibility label for default search engine setting. */
+"Settings.Search.Accessibility.DefaultSearchEngine.v121" = "Подразумевани претраживач";
+
+/* Accessibility label for Learn more about Firefox Suggest. */
+"Settings.Search.Accessibility.LearnAboutSuggestions.v124" = "Сазнајте више о Firefox предлозима";
+
+/* Title for alternate search engines settings section in the Search page in the Settings menu. */
+"Settings.Search.AlternateSearchEngines.Title.v124.v2" = "Алтернативни претраживачи";
+
+/* Title for the `default search engine` settings section in the Search page in the Settings menu. */
+"Settings.Search.DefaultSearchEngine.Title.v121" = "Подразумевани претраживач";
+
+/* Title for the `Suggestions from Search Engines` settings section in the Search page in the Settings menu. */
+"Settings.Search.EnginesSuggestions.Title.v124" = "Предлози претраживача";
+
+/* Navigation title for search page in the Settings menu. */
+"Settings.Search.PageTitle.v121" = "Претрага";
+
+/* Description for `Show in Private Sessions` toggle, located in `Suggestions from Search Engines` section in the Search page in the Settings menu. */
+"Settings.Search.PrivateSession.Description.v125" = "Приказуј предлоге претраживача у приватним сесијама";
+
+/* Label for toggle. Explains that in private browsing mode, the search suggestions which appears at the top of the search bar, can be toggled on or off. Located in `Suggestions from Search Engines` and `Address Bar - Firefox Suggest` sections in the Search page in the Settings menu. */
+"Settings.Search.PrivateSession.Setting.v124" = "Прикажи у приватним сесијама";
+
+/* Label for the `show search suggestions` setting, in the Search Settings page. */
+"Settings.Search.ShowSuggestions.v121" = "Прикажи предлоге претраге";
+
+/* In the Search page of the Settings menu, the title for the Firefox Suggest settings section. */
+"Settings.Search.Suggest.AddressBarSetting.Title.v124" = "Адресна трака — Firefox предлози";
+
+/* In the search page of the Settings menu, the title for the link to the SUMO Page about Firefox Suggest. */
+"Settings.Search.Suggest.LearnAboutSuggestions.v124" = "Сазнајте више о Firefox предлозима";
+
+/* Description for `Show in Private Sessions` toggle, located in `Address Bar - Firefox Suggest` section in the Search page in the Settings menu. */
+"Settings.Search.Suggest.PrivateSession.Description.v125" = "Приказуј предлоге из Firefox предлога у приватним сесијама";
+
+/* In the Search page of the Settings menu, the title for the setting to enable search browsing history. */
+"Settings.Search.Suggest.SearchBrowsingHistory.Title.v124" = "Претражуј историјат прегледања";
+
+/* In the Search page of the Settings menu, the title for the setting to enable search bookmarks. */
+"Settings.Search.Suggest.SearchSearchBookmarks.Title.v124" = "Претражи обележиваче";
+
+/* In the Search page of the Settings menu, the title for the setting to enable synced tabs. */
+"Settings.Search.Suggest.SearchSyncedTabs.Title.v124" = "Претражи усклађене језичке";
+
+/* In the Search page of the Settings menu, the description for the setting to enable Suggestions from Firefox. %@ is the app name (e.g. Firefox). - Firefox. */
+"Settings.Search.Suggest.ShowNonSponsoredSuggestions.Description.v124.v2" = "Преузмите предлоге од %@ који су повезани са вашом претрагом";
+
+/* In the Search page of the Settings menu, the title for setting to enable Suggestions from the web in Firefox. */
+"Settings.Search.Suggest.ShowNonSponsoredSuggestions.Title.v124.v2" = "Предлози са веба";
+
+/* In the Search page of the Settings menu, the description for the setting to enable Suggestions from sponsors. %@ is the app name (e.g. Firefox). - Firefox. */
+"Settings.Search.Suggest.ShowSponsoredSuggestions.Description.v124" = "Подржите %@ повременим спонзорисаним предлозима";
+
+/* In the Search page of the Settings menu, the title for the setting to enable Suggestions from sponsors. */
+"Settings.Search.Suggest.ShowSponsoredSuggestions.Title.v124" = "Предлози спонзора";
+
+/* Title for a link that explains what Mozilla means by Studies */
+"Settings.Studies.Link.v136" = "Сазнајте више";
+
+/* Title for a link that explains what Mozilla means by Studies */
+"Settings.Studies.Link.v148" = "Сазнајте више";
+
+/* A short description that explains that Mozilla is running studies */
+"Settings.Studies.Message.v136" = "Испробајте нове могућности и идеје пре него што буду доступне свима.";
+
+/* A short description that explains that Mozilla is running studies. %@ is the app name (e.g. Firefox). */
+"Settings.Studies.Message.v148" = "%@ насумично бира кориснике за тестирање функција, што побољшава квалитет за све.";
+
+/* Label used as a toggle item in Settings. When this is off, the user is opting out of all studies. */
+"Settings.Studies.Title.v136" = "Инсталирај и покрени студије";
+
+/* Label used as a toggle item in Settings. When this is off, the user is opting out of all studies. */
+"Settings.Studies.Title.v148" = "Дозволи студије функција";
+
+/* This is the footer text for the setting that toggles the Summarize feature under the Summarize settings section. */
+"Settings.Summarize.FooterTitle.v142" = "Омогућава приступ сажецима страница.";
+
+/* This is the footer text for the gestures features under the Summarize settings section. */
+"Settings.Summarize.GesturesSection.FooterTitle.v142" = "Протресите свој уређај са једне на другу страну да бисте сажели страницу.";
+
+/* This is the title for the setting that toggles the Shake Gesture feature under the Summarize settings section. */
+"Settings.Summarize.GesturesSection.ShakeGestureTitle.v142" = "Протресите за сажимање";
+
+/* This is the section title for the gestures features under the Summarize settings section. */
+"Settings.Summarize.GesturesSection.Title.v142" = "Гестикулације";
+
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Изаберите језик";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Жељени језик апликације";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Језик";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Језик веб сајта";
+
+/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
+"Settings.Summarize.SummarizePagesTitle.v142" = "Сажми странице";
+
+/* In the settings menu, in the General section, this is the title for the Summarize settings section. */
+"Settings.Summarize.Title.v142" = "Сажеци страница";
+
+/* Title for a link that explains how Mozilla send technical and interaction data. */
+"Settings.TechnicalData.Link.v136" = "Сазнајте више";
+
+/* On the Settings screen, this is the subtitle text for a toggle which controls sending technical and interaction data. %@ is the app name (e.g. Firefox). */
+"Settings.TechnicalData.Message.v136" = "Подаци о вашем уређају, хардверској конфигурацији и употреби помажу нам да побољшамо %@ функције, перформансе и стабилност.";
+
+/* On the Settings screen, this is the title text for a toggle which controls sending technical and interaction data. */
+"Settings.TechnicalData.Title.v136" = "Слање техничких података и података о интеракцији";
+
+/* Terms of Use settings section title */
+"Settings.TermsOfUse.Title.v137" = "Услови коришћења";
+
+/* In the Appearance settings menu, in the Toolbar Button section, this label indicates that selecting this will make the home button appear in the middle of the navigation toolbar. */
+"Settings.Toolbar.Navigation.MiddleButton.Home.v145" = "Почетна";
+
+/* In the Appearance settings menu, in the Toolbar Button section, this label indicates that selecting this will make the New Tab button appear in the middle of the navigation toolbar. */
+"Settings.Toolbar.Navigation.MiddleButton.NewTab.v145" = "Нови језичак";
+
+/* This is the section title text for the the Translation feature under the Translation settings section. */
+"Settings.Translation.SectionTitle.v145" = "Поставке превода";
+
+/* In the settings menu, in the General section, this is the text to show next to the Translation setting title and indicates if the translation feature has been disabled. */
+"Settings.Translation.SettingOff.v145" = "Искључено";
+
+/* In the settings menu, in the General section, this is the text to show next to the Translation setting title and indicates if the translation feature has been enabled. */
+"Settings.Translation.SettingOn.v145" = "Укључено";
+
+/* In the settings menu, in the General section, this is the title for the Translation settings section. */
+"Settings.Translation.Title.v145" = "Превод";
+
+/* This is the title for the setting that toggles the Translation feature that allows users to translate web pages under the Translation settings section. */
+"Settings.Translation.ToggleTitle.v145" = "Омогући преводе";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Share.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Share.strings
new file mode 100644
index 0000000000000..9331a0e807a86
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Share.strings
@@ -0,0 +1,9 @@
+/* Error message shown in the remote tabs panel */
+"SendTo.NoDevicesFound.Message.v119" = "Немате других уређаја повезаних са овим налогом који су доступни за усклађивање.";
+
+/* This message appears when a user tries to use 'Send Link to Device' action while not logged in */
+"SendTo.NotSignedIn.Title.v119" = "Нисте пријављени на свој налог.";
+
+/* The Toast message that appears when the user press copy on the share sheet with a file like a pdf */
+"ShareExtension.FileCopiedToClipboard.Title.v139" = "Датотека је умножена у оставу";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/SnackBar.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/SnackBar.strings
new file mode 100644
index 0000000000000..4084ee8db0522
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/SnackBar.strings
@@ -0,0 +1,9 @@
+/* Label text that gets presented as a confirmation at the bottom of screen when the credit card is successfully removed. */
+"CreditCard.SnackBar.RemovedCardLabel.v112" = "Картица је уклоњена";
+
+/* Label text that gets presented as a confirmation at the bottom of screen when credit card information gets saved successfully */
+"CreditCard.SnackBar.SavedCardLabel.v112" = "Нова картица је сачувана";
+
+/* Label text that gets presented as a confirmation at the bottom of screen when credit card information gets updated successfully */
+"CreditCard.SnackBar.UpdatedCardLabel.v122" = "Подаци о картици су ажурирани";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/SocialMediaApp.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/SocialMediaApp.strings
new file mode 100644
index 0000000000000..073d1f358fceb
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/SocialMediaApp.strings
@@ -0,0 +1,3 @@
+/* The name of WhatsApp, a popular instant messaging and video calling app. */
+"SentFromFirefox.SocialMediaApp.WhatsApp.Title.v134" = "WhatsApp";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/SocialShare.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/SocialShare.strings
new file mode 100644
index 0000000000000..2b43fd336a81d
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/SocialShare.strings
@@ -0,0 +1,20 @@
+/* On the Settings screen, this is the subtitle text for a toggle which controls adding additional text to links shared to social media apps. %1$@ is the app name (e.g. Firefox). %2$@ is the social media app name (e.g. WhatsApp). */
+"SentFromFirefox.SocialShare.SettingsToggle.Subtitle.v134" = "Ширите вест о %1$@ сваки пут када поделите везу на %2$@.";
+
+/* On the Settings screen, this is the title text for a toggle which controls adding additional text to links shared to social media apps. %1$@ is the app name (e.g. Firefox). %2$@ is the social media app name (e.g. WhatsApp). */
+"SentFromFirefox.SocialShare.SettingsToggle.Title.v134" = "Укључи везу за преузимање %1$@ при дељењу на %2$@";
+
+/* When a user shares a link to social media, this is the shared text they'll see in the social media app. %1$@ is the shared website's URL. %2$@ is the app name (e.g. Firefox). %3$@ is the link to download the app. */
+"SentFromFirefox.SocialShare.ShareMessageA.Title.v134" = "%1$@ послато са %2$@ 🦊 Испробајте мобилни прегледач: %3$@";
+
+/* When a user shares a link to social media, this is the shared text they'll see in the social media app. %1$@ is the shared website's URL. %2$@ is the app name (e.g. Firefox). %3$@ is the link to download the app. The '
+' symbols denote empty lines separating the first link parameter from the rest of the text. */
+"SentFromFirefox.SocialShare.ShareMessageA.Title.v137" = "%1$@\n\nПослато са %2$@ 🦊 Испробајте мобилни прегледач: %3$@";
+
+/* When a user shares a link to social media, this is the shared text they'll see in the social media app. %1$@ is the shared website's URL. %2$@ is the app name (e.g. Firefox). %3$@ is the link to download the app. */
+"SentFromFirefox.SocialShare.ShareMessageB.Title.v134" = "%1$@ послато са %2$@ 🦊 %3$@";
+
+/* When a user shares a link to social media, this is the shared text they'll see in the social media app. %1$@ is the shared website's URL. %2$@ is the app name (e.g. Firefox). %3$@ is the link to download the app. The '
+' symbols denote empty lines separating the first link parameter from the rest of the text. */
+"SentFromFirefox.SocialShare.ShareMessageB.Title.v137" = "%1$@\n\nПослато са %2$@ 🦊 %3$@";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/SuggestedSites.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/SuggestedSites.strings
new file mode 100644
index 0000000000000..471f9fc3c84b0
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/SuggestedSites.strings
@@ -0,0 +1,3 @@
+/* Title for X (formerly Twitter) tile in the suggested sites section of the homepage. */
+"SuggestedSites.X.Title.v131" = "X";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Summarize.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Summarize.strings
new file mode 100644
index 0000000000000..d4957d6e1ab1b
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Summarize.strings
@@ -0,0 +1,3 @@
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the description of one that points the user to the summarize button on the new toolbar layout. */
+"ContextualHints.Summarize.Description.v142" = "Додирните да бисте сажели ову страницу. Додирните и задржите за приказ читача.";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Summarizer.strings
new file mode 100644
index 0000000000000..6f4c1e37654dc
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Summarizer.strings
@@ -0,0 +1,63 @@
+/* The label displayed in the summary report when the summary was generated using Apple Intelligence. */
+"Summarizer.AppleBrand.Label.v142" = "Сажето помоћу Apple Intelligence";
+
+/* The a11y label for the close button in the summary view. */
+"Summarizer.CloseButton.Accessibility.Label.v145" = "Затвори сажетак";
+
+/* The label for the error button that allows the user to close the summary view because there is an error summarizing the page and the summary cannot be retried. */
+"Summarizer.CloseButton.Label.v142" = "Затвори";
+
+/* The error message displayed when the summarizer encounters missing page content while summarizing a page (e.g the page is still loading). */
+"Summarizer.Error.MissingPageContent.Message.v142" = "Страница се још увек учитава. Сачекајте да се заврши, а затим притисните „Сажми“.";
+
+/* The error message displayed when the summarizer encounters a rate limit while summarizing a page. */
+"Summarizer.Error.RateLimited.Message.v142" = "Тренутно не можемо ово да обрадимо. Покушајте поново касније!";
+
+/* The error message displayed when the summarizer encounters an unknown error while summarizing a page. */
+"Summarizer.Error.Unknown.Message.v142" = "Грешка при сажимању странице. Покушајте поново касније.";
+
+/* The error message displayed when the summarizer encounters unsafe content while summarizing a page. */
+"Summarizer.Error.UnsafeWebsite.Message.v142" = "Откривен је ограничен садржај. Ова страница је можда ограничена или је углавном визуелна.";
+
+/* The error message displayed when the summarizer encounters unsupported content while summarizing a page (e.g unsupported language, content too long). */
+"Summarizer.Error.UnsupportedContent.Message.v142" = "Ова веб страница не дозвољава сажимање садржаја. Покушајте са другом страницом.";
+
+/* The description is displayed at the end of the summary report as a footnote to the users in that the report can contain errors. */
+"Summarizer.Footnote.Label.v144" = "Напомена: Сажимање може да садржи грешке.";
+
+/* The label displayed in the summary report when the summary was generated using by a third-party service. %@ refers to the name of the service/app (e.g Firefox). */
+"Summarizer.HostedBrand.Label.v142" = "Сажео %@";
+
+/* The a11y label for the loading label on the summarize loading screen. */
+"Summarizer.Loading.Accessibility.Label.v145" = "Учитавање сажетка";
+
+/* When the user uses the summarizing feature, this is the loading label that is shown while the summarization is being performed. */
+"Summarizer.Loading.Label.v142" = "Сажимање…";
+
+/* The a11y label for the retry button in the summary view when the summarizer fails with an error that allows retrying to summarize the page. */
+"Summarizer.RetryButton.Accessibility.Label.v145" = "Покушај поново са сажимањем веб странице";
+
+/* The label for the error button that allows the user to retry summarizing the page. */
+"Summarizer.RetryButton.Label.v142" = "Покушај поново";
+
+/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
+"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Превуците или тапните на веб страницу да бисте затворили сажетак";
+
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "Сажетак није доступан";
+
+/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
+"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Како ово ради";
+
+/* The a11y label for the allow button on the info panel when the user has not yet accepted the ToS. */
+"Summarizer.ToS.InfoPanel.AllowButton.Accessibility.Label.v145" = "Прихвати сагласност";
+
+/* The label for the accept button in the info panel in the summarizer when the user has not yet accepted the ToS. */
+"Summarizer.ToS.InfoPanel.ContinueButton.Label.v143" = "Настави";
+
+/* The message for the Terms of Service alert that asks the user if they want to continue to summarize the page. %@ is the app name (e.g Firefox). */
+"Summarizer.ToS.InfoPanel.Label.v143" = "Погледајте главне тачке у неколико секунди уз %@.";
+
+/* The title for the Terms of Service information panel that asks the user if they want to summarize this page. */
+"Summarizer.ToS.InfoPanel.Title.Label.v143" = "Сажети ову страницу?";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/TabLocation.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/TabLocation.strings
new file mode 100644
index 0000000000000..e313b3c50b025
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/TabLocation.strings
@@ -0,0 +1,33 @@
+/* Accessibility hint for the reload button */
+"Address.Bar.Reload.A11y.Hint.v124" = "Двапут тапните и задржите за више опција";
+
+/* Accessibility label for the security icon in url bar */
+"TabLocation.ETP.Off.NotSecure.A11y.Label.v119" = "Веза није безбедна. Побољшана заштита од праћења је искључена.";
+
+/* Accessibility label for the security icon in url bar */
+"TabLocation.ETP.Off.Secure.A11y.Label.v119" = "Безбедна веза. Побољшана заштита од праћења је искључена.";
+
+/* Accessibility label for the security icon in url bar */
+"TabLocation.ETP.On.NotSecure.A11y.Label.v119" = "Веза није безбедна";
+
+/* Accessibility label for the security icon in url bar */
+"TabLocation.ETP.On.Secure.A11y.Label.v119" = "Безбедна веза";
+
+/* Accessibility label for the lock / tracking protection button on the URL bar */
+"TabLocation.LockButton.AccessibilityLabel.v122" = "Заштита од праћења";
+
+/* Large content title for the lock button. This title is displayed when accessible font sizes are enabled */
+"TabLocation.LockButton.LargeContentTitle.v122" = "Заштита од праћења";
+
+/* Accessibility label for the share button in url bar */
+"TabLocation.Share.A11y.Label.v119" = "Подели ову страницу";
+
+/* Large content title for the share button. This title is displayed when using accessible font sizes is enabled */
+"TabLocation.ShareButton.AccessibilityLabel.v122" = "Подели";
+
+/* Large content title for the tabs button. %@ is the number of open tabs or an infinity symbol. This title is displayed when using accessible font sizes is enabled. */
+"TabsButton.Accessibility.LargeContentTitle.v122" = "Прикажи језичке: %@";
+
+/* Large content title for the button shown in editing mode to remove this site from the top sites panel. */
+"TopSites.RemoveButton.LargeContentTitle.v122" = "Уклони страницу";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/TabToolbar.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/TabToolbar.strings
new file mode 100644
index 0000000000000..e716477c07a8d
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/TabToolbar.strings
@@ -0,0 +1,3 @@
+/* Accessibility label for the tab toolbar fire button in private mode, used to provide users a way to end and delete their private session data. */
+"TabToolbar.Accessibility.DataClearance.v122" = "Чишћење података";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/TabsTray.strings
new file mode 100644
index 0000000000000..73ad583b5d012
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/TabsTray.strings
@@ -0,0 +1,48 @@
+/* When the user closes tabs in the tab tray, a popup will appear. This is the title for the button to undo the deletion of those tabs */
+"CloseTabsToast.Button.v113" = "Опозови";
+
+/* When the user closes an individual tab in the tab tray, a popup will appear informing them the tab was closed. This is the text for the popup. */
+"CloseTabsToast.SingleTabTitle.v113" = "Језичак је затворен";
+
+/* When the user closes tabs in the tab tray, a popup will appear informing them how many tabs were closed. This is the text for the popup. %d is the number of tabs. */
+"CloseTabsToast.Title.v113" = "Затворени језичци: %d";
+
+/* This is the swipe action title for closing an inactive tab by swiping, located in the Inactive Tabs section of the Tabs Tray */
+"InactiveTabs.TabTray.CloseSwipeActionTitle.v115" = "Затвори";
+
+/* Users can disable syncing tabs from other devices. In the Sync Tabs panel of the Tab Tray, we inform the user tab syncing can be switched back on to view those tabs. */
+"TabsTray.Sync.SyncTabsDisabled.v116" = "Укључите усклађивање језичака да бисте видели списак језичака са ваших других уређаја.";
+
+/* Button label to sync tabs in your account */
+"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Усклади језичке";
+
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "Нови језичак";
+
+/* The title on the button to look at regular tabs. */
+"TabTray.TabsSelectorNormalTabsTitle.v140" = "Језичци";
+
+/* The title on the button to look at synced tabs. */
+"TabTray.TabsSelectorSyncedTabsTitle.v140" = "Усклађивање";
+
+/* Text for a button in the tabs tray used to open another menu to close older tabs. */
+"TabTrayCloseOldTabsTitle.v140" = "Затвори старе језичке…";
+
+/* Text for a button in the tabs tray used delete current active tabs. %@ is for the number of tabs that will be going to be closed. */
+"TabTrayCloseOneTabTitle.v145" = "Затвори језичке (%@)";
+
+/* Text for the menu title under the tabs tray in which users can close tabs older than a certain period of time. */
+"TabTrayCloseTabsOlderThanTitle.v140" = "Затвори језичке старије од…";
+
+/* The label for a button that closes tabs older than 1 day ago. Shown in a menu under the tabs tray. */
+"TabTrayOneDayAgoTitle.v140" = "пре 1 дан";
+
+/* The label for a button that closes tabs older than 1 month ago. Shown in a menu under the tabs tray. */
+"TabTrayOneMonthAgoTitle.v140" = "пре 1 месец";
+
+/* The label for a button that closes tabs older than 1 week ago. Shown in a menu under the tabs tray. */
+"TabTrayOneWeekAgoTitle.v140" = "пре 1 недељу";
+
+/* Message spoken by VoiceOver saying the position of the currently selected page in the tab tray selector (%1$@), along with the total number of selector (%2$@). E.g. “1 of 3” says that page 1 is visible, out of 3 pages total. */
+"TabTraySelectorAccessibilityHint.v139" = "%1$@ од %2$@";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/TermsOfUse.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/TermsOfUse.strings
new file mode 100644
index 0000000000000..ff94b57b00f02
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/TermsOfUse.strings
@@ -0,0 +1,42 @@
+/* Label for the button that confirms user acceptance of the Terms of Use. */
+"TermsOfUse.AcceptButton.v142" = "Прихвати";
+
+/* Label for the back button shown in the Terms of Use web view. */
+"TermsOfUse.BackButton.v142" = "Назад";
+
+/* Introductory message in the Terms of Use sheet that mentions updated Terms of Use and Privacy Notice. %@ will be replaced with the app name (e.g., Firefox). */
+"TermsOfUse.Description.v142" = "Увели смо %@ услове коришћења и ажурирали наше обавештење о приватности.";
+
+/* Text shown in the Terms of Use bottom sheet for variants 1 and 2. %@ is replaced with the localized 'here' link text. */
+"TermsOfUse.LearnMoreHere.v147" = "Можете сазнати више %@.";
+
+/* Link text for 'here' in the phrase 'You can learn more here.' shown in the Terms of Use sheet for variants 1 and 2. */
+"TermsOfUse.Link.HereText.v147" = "овде";
+
+/* Link shown in the Terms of Use sheet to direct users to more details about the update. */
+"TermsOfUse.Link.LearnMore.v142" = "Сазнај више";
+
+/* Hyperlink label pointing to the Privacy Notice document from the Terms of Use sheet. */
+"TermsOfUse.Link.PrivacyNotice.v142" = "Обавештење о приватности";
+
+/* Hyperlink label for the Terms of Use document. %@ is replaced with the app name (e.g., Firefox). */
+"TermsOfUse.Link.TermsOfUse.v142" = "%@ услови коришћења";
+
+/* Label for the button that allows the user to postpone accepting the Terms of Use. */
+"TermsOfUse.RemindMeLaterButton.v142" = "Подсети ме касније";
+
+/* Descriptive text shown before user accepts the Terms of Use. Includes link text for 'Learn more'. */
+"TermsOfUse.ReviewAndAcceptText.v142" = "Одвојте тренутак да прегледате и прихватите. Сазнај више";
+
+/* Accessibility notification that is triggered when the Terms of Use sheet is presented. */
+"TermsOfUse.TermsOfUseHasOpened.v142" = "Лист са условима коришћења је отворен";
+
+/* Title shown at the top of the Terms of Use bottom sheet, indicating that there is an update to terms of use. */
+"TermsOfUse.Title.v142" = "Имамо ажурирање";
+
+/* Title shown at the top of the Terms of Use bottom sheet for variant 1. */
+"TermsOfUse.TitleValue1.v147" = "Услови коришћења";
+
+/* Title shown at the top of the Terms of Use bottom sheet for variant 2. %@ is replaced with the app name (e.g., Firefox). */
+"TermsOfUse.TitleValue2.v147" = "Напомена од %@";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Toolbar.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Toolbar.strings
new file mode 100644
index 0000000000000..bc714e3d6b9ef
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Toolbar.strings
@@ -0,0 +1,30 @@
+/* Accessibility label for the Main Menu button in the toolbar, specifing that the button will open Main Menu */
+"Toolbar.Menu.Button.A11y.Label.v135" = "Главни мени";
+
+/* Accessibility label for the new tab button that can be displayed in the navigation or address toolbar. */
+"Toolbar.NewTab.Button.v130" = "Нови језичак";
+
+/* Accessibility label for the summarize button that can be displayed in the address toolbar. */
+"Toolbar.NewTab.Button.v142" = "Сажми страницу";
+
+/* Label for button on action sheet, accessed via long pressing tab toolbar button, that closes the current tab when pressed */
+"Toolbar.Tab.CloseThisTab.Button.v130" = "Затвори овај језичак";
+
+/* Accessibility label for the tabs button in the toolbar, specifing the number of tabs open. */
+"Toolbar.Tabs.Button.A11y.Label.v135" = "Отворени језичци";
+
+/* Large content title for the tabs button in the toolbar, specifying the number of tabs open. %@ is the number of open tabs. */
+"Toolbar.Tabs.Button.A11y.LargeContentTitle.v137" = "Отворени језичци: %@";
+
+/* Large content title for the tabs button in the toolbar, specifying that more than 99 tabs are open. */
+"Toolbar.Tabs.Button.A11y.OverflowLargeContentTitle.v137" = "Отворени језичци: 99+";
+
+/* Accessibility label for the translation button that can be displayed in the address toolbar and is shown to indicate the page is already translated. */
+"Toolbar.Translation.ButtonActive.AccessibilityLabel.v145" = "Прикажи страницу на изворном језику";
+
+/* Accessibility label for the translation button that can be displayed in the address toolbar and used to translate a webpage. */
+"Toolbar.Translation.ButtonInactive.AccessibilityLabel.v145" = "Преведи страницу";
+
+/* Accessibility label for a loading button that can be displayed in the address toolbar to indicate that the page is in the process of being translated. */
+"Toolbar.Translation.LoadingButton.AccessibilityLabel.v145" = "Превођење странице";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/ToolbarLocation.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/ToolbarLocation.strings
new file mode 100644
index 0000000000000..eee20b1cab746
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/ToolbarLocation.strings
@@ -0,0 +1,15 @@
+/* Contextual hints are little popups that appear for the users informing them of new features. This one indicates a user can navigate to the Settings page to move the search bar to the top. */
+"ContextualHints.Toolbar.Bottom.Description.v107" = "Преместите траку алатки на врх ако вам то више одговара.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This one indicates a user can press and hold either the back or forward web navigation buttons to quickly navigate their back/forward history */
+"ContextualHints.Toolbar.Navigation.Description.v132" = "Додирните и држите стрелице за пребацивање између страница у историјату овог језичка.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This one indicates a user can navigate to the Settings page to move the search bar to the bottom. */
+"ContextualHints.Toolbar.Top.Description.v107" = "Преместите траку алатки на дно ако вам то више одговара.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the description of one that points the user to the new toolbar layout. */
+"ContextualHints.Toolbar.Update.Description.v139" = "Језичци и мени су заменили места ради лакшег приступа током прегледања.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This is the title of one that points the user to the new toolbar layout. */
+"ContextualHints.Toolbar.Update.Title.v139" = "Преместили смо неколико ствари";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Translations.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Translations.strings
new file mode 100644
index 0000000000000..827ba3975ded0
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Translations.strings
@@ -0,0 +1,75 @@
+/* On top of the bottom toolbar, there can be a translations banner, this is the accessibility label for the close button that appears on the banner that allows the user to dismiss the translations banner. */
+"Translations.Banner.Close.Button.AccessibilityLabel.v145" = "Затвори панел за превођење";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the text that appears on the banner to inform the user that the page has been translated to another language. %1$@ is the original language and %2$@ is the language that the page was translated to. */
+"Translations.Banner.ConfirmationTitleLabel.v145" = "Преведено са језика %1$@ на %2$@";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the text that appears on the banner to inform the user that they hit an error or issue when trying to translate the page. */
+"Translations.Banner.ErrorMessage.TitleLabel.v145" = "Не могу да преведем страницу";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the accessibility label for the loading button that appears when the page is being translated. */
+"Translations.Banner.Loading.Button.AccessibilityLabel.v145" = "Превођење странице";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the accessibility label for the chevron button that navigates the user to the translation settings page. */
+"Translations.Banner.OpenSettings.Button.AccessibilityLabel.v145" = "Отвори подешавања језика";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the button that appears on the banner that allows the user to try to translate a page again after facing an error. */
+"Translations.Banner.RetryButton.v145" = "Покушај поново";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the text that appears on the banner to inform the user that they can translate the page to another language. %@ is the other language (e.g. English). */
+"Translations.Banner.TitleLabel.v145" = "Преведи страницу на %@?";
+
+/* On top of the bottom toolbar, there can be a translations banner, this is the title for the button that appears on the banner that allows the user to tap on and translate the webpage. */
+"Translations.Banner.TranslateButton.v145" = "Преведи";
+
+/* This is the text on the button used to translate a page from one language to another and the button is shown on the translation feature bottom sheet view. */
+"Translations.Sheet.Button.v145" = "Преведи";
+
+/* This is the text for the cell that indicates that a user can choose a language to translate from, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.ChooseLanguage.v145" = "Изаберите језик";
+
+/* On the translation feature bottom sheet, this is the text that describes that an error has occurred. */
+"Translations.Sheet.Error.GeneralSubtitle.v145" = "Покушајте поново.";
+
+/* On the translation feature bottom sheet, this is the text that describes that an error has occurred. */
+"Translations.Sheet.Error.GeneralTitle.v145" = "Не могу да преведем страницу";
+
+/* On the translation feature bottom sheet, this is the title for the button that allows the user to try to translate a page again after facing an error. */
+"Translations.Sheet.Error.RetryButton.v145" = "Покушај поново";
+
+/* On the translation feature bottom sheet, this is the subtitle for the error message that appears when a user has no internet connection when trying to translate a page. */
+"Translations.Sheet.Error.SubtitleLabel.v145" = "Проверите интернет везу и покушајте поново.";
+
+/* On the translation feature bottom sheet, this is the text for the error message that appears when a user has no internet connection when trying to translate a page. */
+"Translations.Sheet.Error.TitleLabel.v145" = "Не могу да учитам језике";
+
+/* This is a less descriptive text for the cell that allows users to select what language they want to translate the page from, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.FromLabel.v145" = "Са";
+
+/* This is the text on the secondary button used to indicate that page is being translated and the button is shown on the translation feature bottom sheet view. */
+"Translations.Sheet.LoadingButton.v145" = "Превођење странице";
+
+/* This is the accessibility label to announce that the page is translated and loading is completed. From a user perspective, they will see the translation icon go from loading state to active state, which means we received the a valid translation response from translating the page. */
+"Translations.Sheet.LoadingCompleted.AccessibilityLabel.v147" = "Страница је преведена";
+
+/* This is the text on the secondary button used to restore the translated page to its original language and the button is shown on the translation feature bottom sheet view. */
+"Translations.Sheet.ShowOriginalButton.v145" = "Прикажи оригинал";
+
+/* This is the title for the bottom sheet view that allows users to configure their language preferences for the translations feature. */
+"Translations.Sheet.TitleLabel.v145" = "Преведи страницу";
+
+/* This is the less descriptive text for the cell that allows users to select what language they want to translate the page to, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.ToLabel.v145" = "На";
+
+/* This is the accessibility label for the cell that allows users to select what language they want to translate the page from, as part of the bottom sheet view for the translations feature. %@ is the language selected (e.g. English). */
+"Translations.Sheet.TranslateFrom.AccessibilityLabel.v145" = "Преведи са језика %@";
+
+/* This is the text for the cell that allows users to select what language they want to translate the page from, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.TranslateFromLabel.v145" = "Преведи са";
+
+/* This is the accessibility label for the cell that allows users to select what language they want to translate the page to, as part of the bottom sheet view for the translations feature. %@ is the language selected (e.g. English). */
+"Translations.Sheet.TranslateTo.AccessibilityLabel.v145" = "Преведи на %@";
+
+/* This is the text for the cell that allows users to select what language they want to translate the page to, as part of the bottom sheet view for the translations feature. */
+"Translations.Sheet.TranslateToLabel.v145" = "Преведи на";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/UpdateCard.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/UpdateCard.strings
new file mode 100644
index 0000000000000..e9295e2b14e87
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/UpdateCard.strings
@@ -0,0 +1,15 @@
+/* This value is used as the toast message for the saving success alert in the remember credit card page */
+"CreditCard.RememberCard.SecondaryButtonTitle.v116" = "Подаци о картици су ажурирани";
+
+/* This value is used as the title for the update card page */
+"CreditCard.UpdateCard.MainTitle.v122" = "Ажурирати картицу?";
+
+/* This value is used as the title for the Manage Cards button from the update credit card page */
+"CreditCard.UpdateCard.ManageCardsButtonTitle.v115" = "Управљај картицама";
+
+/* This value is used as the title for the Not Now button in the update credit card page */
+"CreditCard.UpdateCard.NotNowButtonTitle.v115" = "Не сада";
+
+/* This value is used as the title for the button in the update credit card page. It indicates the action to update the details f9 the card. */
+"CreditCard.UpdateCard.YesButtonTitle.v122" = "Ажурирај";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/Upgrade.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/Upgrade.strings
new file mode 100644
index 0000000000000..12978ec2f85cf
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/Upgrade.strings
@@ -0,0 +1,18 @@
+/* Describes an action on the sync upgrade page in our Upgrade screens. This string will be on a button so user can sign up or login directly in the upgrade. */
+"Upgrade.SyncSign.Action.v114" = "Пријави се";
+
+/* Description string used to sign in to sync in the Upgrade screens. This screen is shown after user upgrades Firefox version. */
+"Upgrade.SyncSign.Description.v114" = "Наставите тамо где сте стали уз језичке са других уређаја који су сада на вашој почетној страници.";
+
+/* Title string used to sign in to sync in the Upgrade screens. This screen is shown after user upgrades Firefox version. */
+"Upgrade.SyncSign.Title.v114" = "Пребацивање између екрана је лакше него икад";
+
+/* Describes the action on the first upgrade page in the Upgrade screen. This string will be on a button so user can continue the Upgrade. */
+"Upgrade.Welcome.Action.v114" = "Постави за подразумевани прегледач";
+
+/* Description string used to welcome back users in the Upgrade screens. This screen is shown after user upgrades Firefox version. */
+"Upgrade.Welcome.Description.v114" = "Нове боје. Нова погодност. Иста посвећеност људима изнад профита.";
+
+/* Title string used to welcome back users in the Upgrade screens. This screen is shown after user upgrades Firefox version. */
+"Upgrade.Welcome.Title.v114" = "Добро дошли на личнији интернет";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/WebView.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/WebView.strings
new file mode 100644
index 0000000000000..2cf32cf65914f
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/WebView.strings
@@ -0,0 +1,6 @@
+/* The accessibility label read when loading a document in the web view's custom document loading UI. */
+"WebView.DocumentLoadingAccessibilityLabel.v137" = "Учитавање документа";
+
+/* The label shown while loading a document in the web view's custom document loading UI */
+"WebView.DocumentLoadingLabel.v137" = "Учитавам…";
+
diff --git a/firefox-ios/Shared/Supporting Files/sr.lproj/ZoomPageBar.strings b/firefox-ios/Shared/Supporting Files/sr.lproj/ZoomPageBar.strings
new file mode 100644
index 0000000000000..5d894b76e090e
--- /dev/null
+++ b/firefox-ios/Shared/Supporting Files/sr.lproj/ZoomPageBar.strings
@@ -0,0 +1,12 @@
+/* Accessibility label for closing the zoom panel in Zoom Page Bar */
+"Menu.ZoomPage.Close.AccessibilityLabel.v113" = "Затвори панел за увећање";
+
+/* Accessibility label for current zoom level in Zoom Page Bar. %@ represents the zoom level */
+"Menu.ZoomPage.CurrentZoomLevel.AccessibilityLabel.v113" = "Тренутни ниво увећања: %@";
+
+/* Accessibility label for decreasing the zoom level in Zoom Page Bar */
+"Menu.ZoomPage.DecreaseZoom.AccessibilityLabel.v113" = "Смањи ниво увећања";
+
+/* Accessibility label for increasing the zoom level in Zoom Page Bar */
+"Menu.ZoomPage.IncreaseZoom.AccessibilityLabel.v113" = "Повећај ниво увећања";
+
diff --git a/firefox-ios/Shared/Supporting Files/sv.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/sv.lproj/AppIconSelection.strings
index e0fc22fe84ba8..69d2d1ef1d20f 100644
--- a/firefox-ios/Shared/Supporting Files/sv.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/sv.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Blå timmen";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Söt";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Cyan";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Grön";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Kram";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lat";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Ljus";
diff --git a/firefox-ios/Shared/Supporting Files/sv.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/sv.lproj/EnhancedTrackingProtection.strings
index 9b4ba9cf5e0c9..6fe85772796d4 100644
--- a/firefox-ios/Shared/Supporting Files/sv.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/sv.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Blockerade spårare: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standard blockerar vanliga spårare efter att en sida har börjat laddas, så du kan se ett högre antal spårare. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Strikt blockerar fler spårare genom att stoppa dem innan en sida laddas, så du kan se ett lägre antal spårare. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Verifierad av: %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Visa certifikat";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Läs mer";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ är ej i tjänst. Vi föreslår att du aktiverar skyddet igen.";
diff --git a/firefox-ios/Shared/Supporting Files/sv.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/sv.lproj/FirefoxHomepage.strings
index 912e3f66b8ac8..f062c65b25723 100644
--- a/firefox-ios/Shared/Supporting Files/sv.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/sv.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Berättelser";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Vi har uppdaterat vårt %1$@ för att återspegla de senaste funktionerna i %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/sv.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/sv.lproj/MainMenu.strings
index 095b57d35e0e5..0b1ec6ac18e01 100644
--- a/firefox-ios/Shared/Supporting Files/sv.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/sv.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Gör %@ till standardwebbläsare";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Av";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "På";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Bokmärken";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Nattläge";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Sidzoom (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Sidzoom";
diff --git a/firefox-ios/Shared/Supporting Files/sv.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/sv.lproj/RelayMask.strings
index 6f9ad013f1aea..9dd3eaf9fbb13 100644
--- a/firefox-ios/Shared/Supporting Files/sv.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/sv.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Nyhet! %@ Relay e-postalias är nu tillgängliga för mobila enheter.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Dina 5 gratis e-postalias används, så vi valde ut en åt dig.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Du har använt dina 5 gratis e-postalias, så vi valde ut en som du kan återanvända.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "E-postalias infogat";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Dölj din riktiga e-post för att skydda din inkorg från skräppost. Vissa webbplatser stöder inte det.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Dölj din riktiga e-postadress för att skydda din inkorg från skräppost. Vissa webbplatser stöder inte e-postalias.";
diff --git a/firefox-ios/Shared/Supporting Files/sv.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/sv.lproj/Summarizer.strings
index beb0eabaa6573..b1bc101f930f7 100644
--- a/firefox-ios/Shared/Supporting Files/sv.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/sv.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Sammanfattning inte tillgänglig";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Tillåt";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ använder Apple Intelligence för att sammanfatta sidor.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Avbryt";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Fortsätt";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ använder molnbaserad AI för att sammanfatta sidor och skickar tillbaka dessa sammanfattningar till din enhet.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Läs mer";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Tillåt sidsammanfattningar?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Hur fungerar det";
diff --git a/firefox-ios/Shared/Supporting Files/tg.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/tg.lproj/AppIconSelection.strings
index 267688486da4c..477ea0b48433a 100644
--- a/firefox-ios/Shared/Supporting Files/tg.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/tg.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Соати кабуд";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Хушнамуд";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Осмонӣ";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Сабз";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Оғуш";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Танбал";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Равшан";
diff --git a/firefox-ios/Shared/Supporting Files/tg.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/tg.lproj/EnhancedTrackingProtection.strings
index 7989e13325098..46b32d3c5ee70 100644
--- a/firefox-ios/Shared/Supporting Files/tg.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/tg.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Васоити пайгирии манъшуда: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Муҳофизати «Стандартӣ» васоити пайгирии маълумро пас аз оғози боршавии саҳифа дарҳол манъ мекунад, бинобар ин шумо метавонед шумораи зиёди васоити пайгириро мушоҳида намоед. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Муҳофизати «Ҷиддӣ» васоити пайгирии маълумро пеш аз оғози боршавии саҳифа қатъ мекунад, бинобар ин шумо метавонед шумораи камтари васоити пайгириро мушоҳида намоед. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Аз ҷониби «%@» тасдиқ карда шудааст";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Дидани гувоҳнома";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Маълумоти бештар";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "«%@» хомӯш аст. Мо тавсия медиҳем, ки шумо муҳофизатҳоро аз нав фаъол созед.";
diff --git a/firefox-ios/Shared/Supporting Files/tg.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/tg.lproj/FirefoxHomepage.strings
index 2a5d40ad914fa..c81fd335c4bad 100644
--- a/firefox-ios/Shared/Supporting Files/tg.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/tg.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Ҳикояҳо";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Барои инъикос кардани хусусиятҳои навтарини «%2$@», мо ба «%1$@» тағйиру иловаҳоро ворид кардем. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/tg.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/tg.lproj/MainMenu.strings
index 37c606e3b7dc2..ea9ea7c7d24b2 100644
--- a/firefox-ios/Shared/Supporting Files/tg.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/tg.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Аз «%@» ба таври пешфарз истифода баред";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Ғайрифаъол";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Фаъол";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Хатбаракҳо";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Реҷаи шабона";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Андозаи саҳифа (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Андозаи саҳифа";
diff --git a/firefox-ios/Shared/Supporting Files/tg.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/tg.lproj/RelayMask.strings
index a19fb5ae6ae4e..f635c0a974b89 100644
--- a/firefox-ios/Shared/Supporting Files/tg.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/tg.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Нав! Акнун ниқобҳои почтаи электронии «%@ Relay» дар дастгоҳҳои мобилӣ дастрасанд.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Шумо аллакай дар истифода дорои 5 ниқоби почтаи электронии ройгон мебошед, аз ин рӯ барои шумо яке аз онҳо интихоб карда шуд.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Зеро ки шумо аз ҳамаи 5 ниқоби ройгони почтаи электронии худ истифода кардед, мо барои идомаи истифода ба шумо яке аз онҳоро интихоб намудем.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Ниқоби почтаи электронӣ ворид карда шуд";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Барои муҳофизат кадани паёмдони худ аз паёмҳои номатлуб, нишонии почтаи электронии ҳақиқии худро пинҳон кунед. Баъзе сомонаҳо ин имкониятро дастгирӣ намекунанд.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Барои муҳофизат кадани паёмдони худ аз паёмҳои номатлуб, нишонии почтаи электронии ҳақиқии худро пинҳон кунед. Баъзе сомонаҳо ниқобҳои почтаи электрониро дастгирӣ намекунанд.";
diff --git a/firefox-ios/Shared/Supporting Files/tg.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/tg.lproj/Summarizer.strings
index 0bef4419185f9..fb5de01f4b687 100644
--- a/firefox-ios/Shared/Supporting Files/tg.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/tg.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Хулоса дастрас нест";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Иҷозат додан";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "Барои баровардани хулосаи саҳифаҳо, «%@» аз «Apple Intelligence» истифода мебарад.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Бекор кардан";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Идома додан";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "Барномаи «%@» барои баровардани хулосаҳои муҳтавои саҳифаҳо аз зеҳни сунъии «AI», ки дар серверҳои абрӣ асос меёбад, истифода мебарад ва хулосаҳоро аз он низомҳо ба дастгоҳи шумо изҳор мекунад.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Маълумоти бештар";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Барои баровардани хулосаҳои саҳифа иҷозат медиҳед?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Чӣ тавр кор мекунад";
diff --git a/firefox-ios/Shared/Supporting Files/th.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/th.lproj/AppIconSelection.strings
index 65f7feaab10c8..f2e51284b5df1 100644
--- a/firefox-ios/Shared/Supporting Files/th.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/th.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "ชั่วโมงสนธยา";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "น่ารัก";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "น้ำเงินเขียว";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "เขียว";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "โอบกอด";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "เกียจคร้าน";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "สว่าง";
diff --git a/firefox-ios/Shared/Supporting Files/th.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/th.lproj/EnhancedTrackingProtection.strings
index b006c294ed2a1..5633db283c2ed 100644
--- a/firefox-ios/Shared/Supporting Files/th.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/th.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "ตัวติดตามที่ถูกปิดกั้น: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "แบบมาตรฐานจะปิดกั้นตัวติดตามที่พบบ่อยหลังจากที่หน้าเริ่มโหลด คุณจึงอาจเห็นจำนวนตัวติดตามที่มากขึ้น %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "แบบเข้มงวดจะปิดกั้นตัวติดตามมากขึ้นโดยหยุดตัวติดตามเหล่านั้นก่อนที่หน้าจะโหลด คุณจึงอาจเห็นจำนวนตัวติดตามที่น้อยลง %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "ยืนยันโดย %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "ดูใบรับรอง";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "เรียนรู้เพิ่มเติม";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ ไม่ได้ทำงานอยู่ เราขอแนะนำให้เปิดการป้องกันกลับมาใหม่อีกครั้ง";
diff --git a/firefox-ios/Shared/Supporting Files/th.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/th.lproj/FirefoxHomepage.strings
index 5ede26002907b..978850cff1ec8 100644
--- a/firefox-ios/Shared/Supporting Files/th.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/th.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "เรื่องราว";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "เราได้ปรับปรุง%1$@ของเราให้สอดคล้องกับคุณลักษณะล่าสุดใน %2$@ %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/th.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/th.lproj/MainMenu.strings
index d655f49de9227..4303c63768228 100644
--- a/firefox-ios/Shared/Supporting Files/th.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/th.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "เลือก %@ เป็นค่าเริ่มต้น";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "ปิด";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "เปิด";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "ที่คั่นหน้า";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "โหมดกลางคืน";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "ซูมหน้าเว็บ (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "ซูมหน้าเว็บ";
diff --git a/firefox-ios/Shared/Supporting Files/th.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/th.lproj/RelayMask.strings
index f1ac8dff03003..c15c518a2e025 100644
--- a/firefox-ios/Shared/Supporting Files/th.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/th.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "ใหม่! ตัวปกปิดอีเมลของ %@ พร้อมใช้งานบนมือถือแล้ว";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "ตัวปกปิดอีเมลฟรี 5 ตัวของคุณถูกใช้งานอยู่ เราจึงเลือกตัวหนึ่งมาให้คุณ";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "คุณได้ใช้ตัวปกปิดอีเมลฟรี 5 ตัวของคุณหมดแล้ว เราจึงเลือกตัวหนึ่งใหม่ให้คุณใช้ซ้ำ";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "แทรกตัวปกปิดอีเมลแล้ว";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "ซ่อนอีเมลจริงของคุณเพื่อป้องกันกล่องจดหมายจากสแปม บางเว็บไซต์อาจไม่รองรับคุณลักษณะนี้";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "ซ่อนอีเมลจริงของคุณเพื่อป้องกันกล่องจดหมายจากสแปม บางเว็บไซต์อาจไม่รองรับตัวปกปิดอีเมล";
diff --git a/firefox-ios/Shared/Supporting Files/th.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/th.lproj/Summarizer.strings
index 0d228c37e08c0..6c60b9435c059 100644
--- a/firefox-ios/Shared/Supporting Files/th.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/th.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "สรุปไม่พร้อมใช้งาน";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "อนุญาต";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ ใช้ Apple Intelligence เพื่อสรุปหน้าต่างๆ";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "ยกเลิก";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "ดำเนินการต่อ";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ ใช้ AI บนคลาวด์เพื่อสรุปเนื้อหาในหน้าเว็บ แล้วส่งบทสรุปกลับมายังอุปกรณ์ของคุณ";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "เรียนรู้เพิ่มเติม";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "อนุญาตให้สรุปหน้าเว็บหรือไม่?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "วิธีการทำงาน";
diff --git a/firefox-ios/Shared/Supporting Files/tr.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/tr.lproj/AppIconSelection.strings
index c767f6a12e8ce..723f3c53ef17f 100644
--- a/firefox-ios/Shared/Supporting Files/tr.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/tr.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Mavi saat";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Şirin";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Açık mavi";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Yeşil";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Sarılma";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Miskin";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Açık";
diff --git a/firefox-ios/Shared/Supporting Files/tr.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/tr.lproj/EnhancedTrackingProtection.strings
index e81e8972179b4..4f2e43850fbf4 100644
--- a/firefox-ios/Shared/Supporting Files/tr.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/tr.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Engellenen takip kodları: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Standart mod, sayfalar yüklenmeye başladıktan sonra sık kullanılan takip kodlarını engeller. Bu yüzden takip kodu sayısını daha fazla görebilirsiniz. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Sıkı mod, daha fazla takip kodunu sayfa yüklenmeden önce durdurarak engeller. Bu yüzden takip kodu sayısını daha az görebilirsiniz. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Doğrulayan: %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Sertifikayı göster";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Daha fazla bilgi al";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ korumaları kapalı. Korumaları yeniden açmanızı öneririz.";
diff --git a/firefox-ios/Shared/Supporting Files/tr.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/tr.lproj/FirefoxHomepage.strings
index 255b09defe241..828fbe334c954 100644
--- a/firefox-ios/Shared/Supporting Files/tr.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/tr.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Haberler";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "%1$@mizi %2$@’taki en yeni özellikleri yansıtacak şekilde güncelledik. %3$@";
@@ -38,7 +35,7 @@
"FirefoxHomepage.FeltPrivacyUI.Body.v122" = "%@, tüm gizli sekmeleri kapattığınızda çerezlerinizi, geçmişinizi ve site verilerinizi temizler.";
/* The link for the card that educates users about how private mode works. The link redirects to an external site for more information. The card shows up on the homepage when in the new privacy mode. */
-"FirefoxHomepage.FeltPrivacyUI.Link.v122" = "Etkinliğimi kimler görebilir?";
+"FirefoxHomepage.FeltPrivacyUI.Link.v122" = "Yaptıklarımı kimler görebilir?";
/* The title for the card that educates users about how private mode works. The card shows up on the homepage when in the new privacy mode. */
"FirefoxHomepage.FeltPrivacyUI.Title.v122" = "Bu cihazda iz bırakmayın";
diff --git a/firefox-ios/Shared/Supporting Files/tr.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/tr.lproj/MainMenu.strings
index 060e352c08176..e204f44e3749a 100644
--- a/firefox-ios/Shared/Supporting Files/tr.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/tr.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "%@ saptanmış tarayıcınız olsun";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Kapalı";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Açık";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Yer imleri";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Gece modu";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Sayfa yakınlaştırması (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Sayfa yakınlaştırma";
diff --git a/firefox-ios/Shared/Supporting Files/tr.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/tr.lproj/Onboarding.strings
index d6d67361816c0..16425c2d52b62 100644
--- a/firefox-ios/Shared/Supporting Files/tr.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/tr.lproj/Onboarding.strings
@@ -77,7 +77,7 @@
"Onboarding.IntroDescriptionPart2.v114" = "Kendimizi herkes için daha iyi bir internet inşa etmeye adadık.";
/* Describes an action on some of the Onboarding screen, including the wallpaper onboarding screen. This string will be on a button so user can skip that onboarding page. */
-"Onboarding.LaterAction.v115" = "Geç";
+"Onboarding.LaterAction.v115" = "Atla";
/* Option for the automatic theme in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Customization.Theme.Automatic.v148" = "Otomatik";
@@ -362,7 +362,7 @@
"Onboarding.Notification.Description.v120" = "Sekmelerinizi cihazlarınız arasında güvenli bir şekilde gönderin ve %@’un diğer gizlilik özelliklerini keşfedin.";
/* String used to describe the option to skip the notification permission in Firefox Onboarding screens. */
-"Onboarding.Notification.Skip.Action.v115" = "Geç";
+"Onboarding.Notification.Skip.Action.v115" = "Atla";
/* String used to describe the title of the notification onboarding page in our Onboarding screens. %@ is the app name (e.g. Firefox). */
"Onboarding.Notification.Title.v120" = "Bildirimler %@ ile daha güvende kalmanızı sağlar";
diff --git a/firefox-ios/Shared/Supporting Files/tr.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/tr.lproj/RelayMask.strings
index f0ca0eb620eff..110b6d561b00d 100644
--- a/firefox-ios/Shared/Supporting Files/tr.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/tr.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Yeni! %@ Relay e-posta maskelerini artık mobil cihazlarda da kullanabilirsiniz.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "5 ücretsiz e-posta maskenizin hepsi kullanımda olduğundan birini sizin için seçtik.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "5 ücretsiz e-posta maskesi hakkınız dolduğundan mevcut maskelerinizden birini sizin için seçtik.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "E-posta maskesi eklendi";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Gelen kutunuzu spam’den korumak için gerçek e-postanızı gizleyin. Bazı siteler bu özelliği desteklemez.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Gelen kutunuzu spam’den korumak için gerçek e-postanızı gizleyin. Bazı siteler e-posta maskelerini desteklemez.";
diff --git a/firefox-ios/Shared/Supporting Files/tr.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/tr.lproj/Summarizer.strings
index de478223a503b..be3f6bf68f190 100644
--- a/firefox-ios/Shared/Supporting Files/tr.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/tr.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "Özet mevcut değil";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "İzin ver";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ sayfaları özetlemek için Apple Intelligence’ı kullanır.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "İptal";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Devam et";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@, bulut tabanlı yapay zekâ kullanarak sayfaları özetler ve bu özetleri cihazınıza geri gönderir.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Daha fazla bilgi alın";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Sayfa özetlerine izin verilsin mi?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Nasıl çalışır?";
diff --git a/firefox-ios/Shared/Supporting Files/tt.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/tt.lproj/AppIconSelection.strings
index 40bc851ad215c..92e3dd52e7b56 100644
--- a/firefox-ios/Shared/Supporting Files/tt.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/tt.lproj/AppIconSelection.strings
@@ -16,12 +16,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Яшел";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Кочаклау";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Ялкау";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Ачык";
diff --git a/firefox-ios/Shared/Supporting Files/tt.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/tt.lproj/MainMenu.strings
index 9ca16d0f61b33..1e8c34358eeb4 100644
--- a/firefox-ios/Shared/Supporting Files/tt.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/tt.lproj/MainMenu.strings
@@ -199,9 +199,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Төнге режим";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Бит масштабы (%@)";
-
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Report Print tool. */
"MainMenu.Submenus.Tools.Print.Subtitle.v131" = "Бастыру";
diff --git a/firefox-ios/Shared/Supporting Files/ug.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/ug.lproj/AppIconSelection.strings
index 9ab3c9ca43c84..b3f6b8504b7c8 100644
--- a/firefox-ios/Shared/Supporting Files/ug.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/ug.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "ئاسمان كۆك";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "ئوماق";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "ئوچۇق كۆك";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "يېشىل";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "قۇچاقلاش";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "ھۇرۇن";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "يورۇق";
diff --git a/firefox-ios/Shared/Supporting Files/ug.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/ug.lproj/EnhancedTrackingProtection.strings
index 95eee66122bfd..fdf867843c013 100644
--- a/firefox-ios/Shared/Supporting Files/ug.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/ug.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "ئىزلىغۇچى توسۇلدى: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "بەت يۈكلىنىشكە باشلىغاندىن كېيىن ئۆلچەملىك ھالەت ئادەتتىكى ئىزلاشنى توسىدۇ، شۇڭا كۆپرەك ئىزلاش سانىنى كۆرۈشىڭىز مۇمكىن. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "قاتتىق توسۇش ھالىتى بەت يۈكلىنىشتىن ئىلگىرى ئۇلارنى توختىتىدۇ، شۇڭا ئازراق ئىزلاش سانىنى كۆرۈشىڭىز مۇمكىن. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "دەلىللىگۈچى %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "گۇۋاھنامىنى كۆرسەت";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "مول بىلىم";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ ۋەزىپىسىدىن توختىدى. قوغداشنى قايتا ئېچىشىڭىزنى تەۋسىيە قىلىمىز.";
diff --git a/firefox-ios/Shared/Supporting Files/ug.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/ug.lproj/FirefoxHomepage.strings
index 1148b2746d1cf..53143536b4f8d 100644
--- a/firefox-ios/Shared/Supporting Files/ug.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/ug.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "ھېكايە";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "بىز %2$@ نىڭ ئەڭ يېڭى ئىقتىدارىغا ماسلىشىش ئۈچۈن، %1$@ نى يېڭىلىدۇق. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "بارلىق ماقالە";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "خەۋەر";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "خەۋەر";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "بۈگۈنكى ئاۋات ماقالە";
diff --git a/firefox-ios/Shared/Supporting Files/ug.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/ug.lproj/MainMenu.strings
index 38e5133232ca3..216ba081f6413 100644
--- a/firefox-ios/Shared/Supporting Files/ug.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/ug.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "%@ نى كۆڭۈلدىكى توركۆرگۈگە تەڭشەيدۇ";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "تاقاق";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "ئوچۇق";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "خەتكۈچ";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "كېچىلىك ھالىتى";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "بەت يېقىن يىراقلىقى (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "بەت چوڭلۇقى";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "كۆپ";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "ئوقۇرمەن كۆرۈنۈشى";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "ساقلا";
diff --git a/firefox-ios/Shared/Supporting Files/ug.lproj/Onboarding.strings b/firefox-ios/Shared/Supporting Files/ug.lproj/Onboarding.strings
index eee132ee14607..9b249aae7f218 100644
--- a/firefox-ios/Shared/Supporting Files/ug.lproj/Onboarding.strings
+++ b/firefox-ios/Shared/Supporting Files/ug.lproj/Onboarding.strings
@@ -187,6 +187,9 @@
/* Title for the welcome card in the v148 brand refresh onboarding flow. */
"Onboarding.Modern.BrandRefresh.Welcome.Title.v148.v2" = "ئىچكى شەخسىيەت تۈزۈمى بار توركۆرگۈدە ئۇلانمىنى ئاچىدۇ";
+/* Title for the welcome card in the v149 brand refresh onboarding flow. */
+"Onboarding.Modern.BrandRefresh.Welcome.TitleV3.v149" = "ئىچكى شەخسىيەت تۈزۈمى بار بارلىق ئۇلانمىنى توركۆرگۈدە ئاچىدۇ";
+
/* Option for the automatic theme. */
"Onboarding.Modern.Customization.Theme.Automatic.v145" = "ئاپتوماتىك";
diff --git a/firefox-ios/Shared/Supporting Files/ug.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/ug.lproj/RelayMask.strings
index 8e4625c35c97a..81d0425b85b43 100644
--- a/firefox-ios/Shared/Supporting Files/ug.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/ug.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "يېڭى! ھازىردىن باشلاپ %@ Relay ئېلخەت نىقابىنى كۆچمە ئۈسكۈنىدىمۇ ئىشلەتكىلى بولىدۇ.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "سىز 5 ھەقسىز ئېلخەت نىقابىنى ئىشلىتىۋاتىسز، شۇڭا سىزگە بىرنى تاللايلى.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "سىز 5 ھەقسىز ئېلخەت نىقابىنى ئىشلەتتىڭىز شۇڭا قايتا ئىشلىتىشىڭىز ئۈچۈن بىرنى تاللىدۇق.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "ئېلخەت نىقابى قىستۇرۇلدى";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "قوبۇللاش ساندۇقىنى ئەخلەت ئېلخەتتىن قوغداش ئۈچۈن ھەقىقىي ئېلخەت ئادرېسىڭىزنى يوشۇرىدۇ. بەزى تور بېكەت ئۇنى قوللىمايدۇ.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "قوبۇللاش ساندۇقىنى ئەخلەت ئېلخەتتىن قوغداش ئۈچۈن ھەقىقىي ئېلخەت ئادرېسىڭىزنى يوشۇرىدۇ. بەزى تور بېكەت ئېلخەت نىقابىنى قوللىمايدۇ.";
diff --git a/firefox-ios/Shared/Supporting Files/ug.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/ug.lproj/Settings.strings
index f2c5ab505403e..640b9a9050670 100644
--- a/firefox-ios/Shared/Supporting Files/ug.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/ug.lproj/Settings.strings
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "قول ئىشارىتى";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "تىل تاللىنىدۇ";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "ئەپنىڭ تىل مايىللىقى";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "تىل";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "تور بېكەت تىلى";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "بەتنى خۇلاسىلەيدۇ";
diff --git a/firefox-ios/Shared/Supporting Files/ug.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/ug.lproj/Summarizer.strings
index 756f9805337e0..9fd9c5de667e9 100644
--- a/firefox-ios/Shared/Supporting Files/ug.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/ug.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "خۇلاسەنى تاقاش ئۈچۈن تور بېكەتنى سۆرەڭ ياكى چېكىڭ";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "يول قوي";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ بەت خۇلاسىلەشتە Apple Intelligence نى ئىشلىتىدۇ.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "ۋاز كەچ";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "داۋاملاشتۇر";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ بۇلۇت سۇپىسى ئاساسىدىكى سۈنئىي ئەقىل ئارقىلىق خۇلاسە بەت ھاسىللايدۇ ۋە ئۇ خۇلاسە مەزمۇنىنى ئۈسكۈنىڭىزگە قايتۇرىدۇ.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "مول بىلىم";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "بەت خۇلاسىلەشكە يول قويامدۇ؟";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "قىسقىچە خۇلاسە يوق";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "قانداق ئىشلەيدۇ";
diff --git a/firefox-ios/Shared/Supporting Files/ug.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/ug.lproj/TabsTray.strings
index b8648231df45c..d68711c075a20 100644
--- a/firefox-ios/Shared/Supporting Files/ug.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/ug.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "بەتكۈچ قەدەمداشلا";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "يېڭى بەتكۈچ";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "بەتكۈچ";
diff --git a/firefox-ios/Shared/Supporting Files/uk.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/uk.lproj/AppIconSelection.strings
index b583c882a0176..44d2a7102324a 100644
--- a/firefox-ios/Shared/Supporting Files/uk.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/uk.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Блакитна година";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Милий";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Бірюзова";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Зелена";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Обійми";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Ледачий";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Світла";
diff --git a/firefox-ios/Shared/Supporting Files/uk.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/uk.lproj/FirefoxHomepage.strings
index 2981794c6764a..004f21abdbc69 100644
--- a/firefox-ios/Shared/Supporting Files/uk.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/uk.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Статті";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Ми оновили наше %1$@, щоб відобразити найновіші функції %2$@. %3$@";
diff --git a/firefox-ios/Shared/Supporting Files/uk.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/uk.lproj/MainMenu.strings
index 6579f4787de40..b7b80f7c205a7 100644
--- a/firefox-ios/Shared/Supporting Files/uk.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/uk.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Зробити %@ типовим браузером";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Вимкнено";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Увімкнено";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Закладки";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Нічний режим";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Масштаб сторінки (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Масштаб сторінки";
diff --git a/firefox-ios/Shared/Supporting Files/uk.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/uk.lproj/RelayMask.strings
index eef77ae5d368c..bee09a18d9afc 100644
--- a/firefox-ios/Shared/Supporting Files/uk.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/uk.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Новинка! Маски електронної пошти %@ Relay тепер доступні на мобільних пристроях.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "Ваші 5 безплатних масок електронної пошти вже використовуються, тому ми вибрали одну для вас.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Ви використали свої 5 безплатних масок електронної пошти, тому ми вибрали одну з них для повторного використання.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Вставлено маску електронної пошти";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Приховуйте свою справжню адресу електронної пошти, щоб захистити поштову скриньку від спаму. Деякі сайти не підтримують цю функцію.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Приховуйте свою справжню адресу електронної пошти, щоб захистити поштову скриньку від спаму. Деякі сайти не підтримують цю функцію.";
diff --git a/firefox-ios/Shared/Supporting Files/uk.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/uk.lproj/Summarizer.strings
index 0fe6698dddc6a..0cf531251be52 100644
--- a/firefox-ios/Shared/Supporting Files/uk.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/uk.lproj/Summarizer.strings
@@ -43,27 +43,6 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Перетягніть або торкніться сторінки, щоб закрити підсумок";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Дозволити";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ використовує Apple Intelligence для підсумовування сторінок.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Скасувати";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Продовжити";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ використовує хмарний ШІ для підсумовування сторінок та повертає результати на ваш пристрій.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Докладніше";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Дозволити підсумок вмісту сторінок?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Як це працює";
diff --git a/firefox-ios/Shared/Supporting Files/vi.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/vi.lproj/AppIconSelection.strings
index 1900cd9033976..c645acd28ee8a 100644
--- a/firefox-ios/Shared/Supporting Files/vi.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/vi.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "Giờ xanh";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "Đáng yêu";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "Xanh lơ";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "Xanh lục";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "Ôm";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "Lười biếng";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "Sáng";
diff --git a/firefox-ios/Shared/Supporting Files/vi.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/vi.lproj/EnhancedTrackingProtection.strings
index feb80932c13dc..56efcaed29c8e 100644
--- a/firefox-ios/Shared/Supporting Files/vi.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/vi.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "Trình theo dõi bị chặn: %@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "Trình chặn tiêu chuẩn thường được sử dụng sẽ chặn các trình theo dõi phổ biến sau khi trang bắt đầu tải, vì vậy bạn có thể thấy số lượng trình theo dõi cao hơn. %@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "Chế độ nghiêm ngặt chặn nhiều trình theo dõi hơn bằng cách ngăn chúng trước khi trang tải xong, vì vậy bạn có thể thấy số lượng trình theo dõi thấp hơn. %@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "Đã xác minh bởi %@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "Xem chứng chỉ";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "Tìm hiểu thêm";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ không còn hoạt động. Chúng tôi khuyên bạn nên bật lại trình chống.";
diff --git a/firefox-ios/Shared/Supporting Files/vi.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/vi.lproj/FirefoxHomepage.strings
index a85f0fc2ce2ac..a360202341e86 100644
--- a/firefox-ios/Shared/Supporting Files/vi.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/vi.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "Câu chuyện";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "Chúng tôi đã cập nhật %1$@ của mình để phù hợp với các tính năng mới nhất trong %2$@. %3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "Tất cả câu chuyện";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "Tin tức";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "Tin tức";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "Phổ biến hôm nay";
diff --git a/firefox-ios/Shared/Supporting Files/vi.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/vi.lproj/MainMenu.strings
index f0af373190f34..e3cb7a5e78c07 100644
--- a/firefox-ios/Shared/Supporting Files/vi.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/vi.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "Đặt %@ làm trình duyệt mặc định của bạn";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "Tắt";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "Bật";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "Dấu trang";
@@ -224,13 +218,13 @@
"MainMenu.Submenus.Tools.AccessibilityLabels.Print.Title.v132" = "In";
/* On the main menu, the accessibility label for the action that will turn the reader view on for the current website. */
-"MainMenu.Submenus.Tools.AccessibilityLabels.ReaderView.Off.Title.v132" = "Tắt chế độ đọc sách";
+"MainMenu.Submenus.Tools.AccessibilityLabels.ReaderView.Off.Title.v132" = "Tắt chế độ đọc";
/* On the main menu, the accessibility label for the action that will turn the reader view on for the current website. */
-"MainMenu.Submenus.Tools.AccessibilityLabels.ReaderView.On.Title.v132" = "Bật chế độ đọc sách";
+"MainMenu.Submenus.Tools.AccessibilityLabels.ReaderView.On.Title.v132" = "Bật chế độ đọc";
/* On the main menu, a string below the Tool submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Reader View tool. */
-"MainMenu.Submenus.Tools.AccessibilityLabels.ReaderView.Subtitle.v132" = "Chế độ đọc sách";
+"MainMenu.Submenus.Tools.AccessibilityLabels.ReaderView.Subtitle.v132" = "Chế độ đọc";
/* On the main menu, a string below the Tool submenu accessibility label, indicating what kind of tools are available in that menu. This string is for the Report Broken Site tool and is indicating that under the Tools submenu, a Report (Report Broken Site) action is available. */
"MainMenu.Submenus.Tools.AccessibilityLabels.ReportBrokenSite.Subtitle.v132" = "Báo cáo";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "Chế độ ban đêm";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "Thu phóng trang (%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "Thu phóng trang";
@@ -275,13 +266,13 @@
"MainMenu.Submenus.Tools.Print.Title.v131" = "In";
/* On the main menu, the title for the action that will turn the reader view on for the current website. */
-"MainMenu.Submenus.Tools.ReaderView.Off.Title.v131" = "Tắt chế độ đọc sách";
+"MainMenu.Submenus.Tools.ReaderView.Off.Title.v131" = "Tắt chế độ đọc";
/* On the main menu, the title for the action that will turn the reader view on for the current website. */
-"MainMenu.Submenus.Tools.ReaderView.On.Title.v131" = "Bật chế độ đọc sách";
+"MainMenu.Submenus.Tools.ReaderView.On.Title.v131" = "Bật chế độ đọc";
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Reader View tool. */
-"MainMenu.Submenus.Tools.ReaderView.Subtitle.v131" = "Chế độ đọc sách";
+"MainMenu.Submenus.Tools.ReaderView.Subtitle.v131" = "Chế độ đọc";
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Report Broken Site tool. */
"MainMenu.Submenus.Tools.ReportBrokenSite.Subtitle.v131" = "Báo cáo";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "Thêm";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "Chế độ đọc";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "Lưu";
diff --git a/firefox-ios/Shared/Supporting Files/vi.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/vi.lproj/RelayMask.strings
index 8026c8757a674..baa2fadeb4800 100644
--- a/firefox-ios/Shared/Supporting Files/vi.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/vi.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "Mới! Email ẩn danh của %@ Relay hiện đã có trên thiết bị di động.";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "5 email ẩn danh miễn phí của bạn đang được sử dụng, vì vậy chúng tôi đã chọn một cái trong đó cho bạn.";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "Bạn đã sử dụng hết 5 email ẩn danh miễn phí, vì vậy chúng tôi đã chọn một cái để bạn sử dụng lại.";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "Đã điền email ẩn danh";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "Ẩn email thật của bạn để bảo vệ hộp thư đến khỏi thư rác. Một số trang web không hỗ trợ tính năng này.";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "Ẩn email thật của bạn để bảo vệ hộp thư đến khỏi thư rác. Một số trang web không hỗ trợ email ẩn danh.";
diff --git a/firefox-ios/Shared/Supporting Files/vi.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/vi.lproj/Settings.strings
index 58e07922f348a..d235ce250e34f 100644
--- a/firefox-ios/Shared/Supporting Files/vi.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/vi.lproj/Settings.strings
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "Cử chỉ";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "Chọn một ngôn ngữ";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "Theo ngôn ngữ ứng dụng";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "Ngôn ngữ";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "Ngôn ngữ trang web";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "Tóm tắt trang";
diff --git a/firefox-ios/Shared/Supporting Files/vi.lproj/Summarize.strings b/firefox-ios/Shared/Supporting Files/vi.lproj/Summarize.strings
index 9144a306d4846..d72b5ca09ede3 100644
--- a/firefox-ios/Shared/Supporting Files/vi.lproj/Summarize.strings
+++ b/firefox-ios/Shared/Supporting Files/vi.lproj/Summarize.strings
@@ -1,3 +1,3 @@
/* Contextual hints are little popups that appear for the users informing them of new features. This is the description of one that points the user to the summarize button on the new toolbar layout. */
-"ContextualHints.Summarize.Description.v142" = "Nhấn để tóm tắt trang này. Nhấn và giữ để xem chế độ đọc sách.";
+"ContextualHints.Summarize.Description.v142" = "Nhấn để tóm tắt trang này. Nhấn và giữ để mở Chế độ đọc.";
diff --git a/firefox-ios/Shared/Supporting Files/vi.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/vi.lproj/Summarizer.strings
index d14e799fcd72d..431ac3210dde1 100644
--- a/firefox-ios/Shared/Supporting Files/vi.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/vi.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "Kéo hoặc nhấn vào trang web để đóng phần tóm tắt";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "Cho phép";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ sử dụng Apple Intelligence để tóm tắt các trang.";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "Hủy bỏ";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "Tiếp tục";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ sử dụng AI dựa trên nền tảng đám mây để tóm tắt các trang và trả về các bản tóm tắt đó cho thiết bị của bạn.";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "Tìm hiểu thêm";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "Cho phép tóm tắt trang?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "Tóm tắt không có sẵn";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "Nó hoạt động như thế nào";
diff --git a/firefox-ios/Shared/Supporting Files/vi.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/vi.lproj/TabsTray.strings
index c11c62d1971a6..72f012ade85bf 100644
--- a/firefox-ios/Shared/Supporting Files/vi.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/vi.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "Đồng bộ hóa thẻ";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "Thẻ mới";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "Thẻ";
diff --git a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/AppIconSelection.strings
index a3fe1a723258c..95a04b1589aed 100644
--- a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "蓝调时刻";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "可爱";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "青色";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "绿色";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "拥抱";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "慵懒";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "明亮";
diff --git a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/EnhancedTrackingProtection.strings
index 52c1ce2ae0cec..45f166404be2f 100644
--- a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "已拦截跟踪器:%@ 个";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "标准模式下,将在页面开始加载后拦截常见跟踪器,因此显示的跟踪器数量可能较多。%@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "严格模式下,拦截将在页面加载前进行,从而阻止更多跟踪器,因此显示的跟踪器数量可能较少。%@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "验证者:%@";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "查看证书";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "详细了解";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ 已关闭,建议重新启用保护。";
diff --git a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/FirefoxHomepage.strings
index ebabd6a296b74..d605aa89f51b5 100644
--- a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/FirefoxHomepage.strings
@@ -1,6 +1,3 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "文章";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
"FirefoxHome.PrivacyNotice.Body.v148" = "我们更新了%1$@,使之符合 %2$@ 功能的最新实际情况。%3$@";
@@ -19,6 +16,12 @@
/* This is the title that appears in the navigation bar for the All Stories view, a screen that displays a collection of trending news articles */
"FirefoxHome.Stories.AllStoriesViewTitle.v145" = "所有文章";
+/* This is the label, combined with a newspaper icon and a ^ chevron, used to show affordance that scrolling the homepage up reveals the News section containing a collection of trending news articles */
+"FirefoxHome.Stories.NewsAffordanceLabel.v149" = "新闻";
+
+/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
+"FirefoxHome.Stories.NewsSectionTitle.v149" = "新闻";
+
/* This is the title of the stories section on Firefox Homepage, which displays a collection of trending news articles */
"FirefoxHome.Stories.PopularTodaySectionTitle.v145" = "今日热门";
diff --git a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/MainMenu.strings
index ac918478ef98c..6f533ada13695 100644
--- a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "将 %@ 设为默认浏览器";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "关";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "开";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "书签";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "夜间模式";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "页面缩放(%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "页面缩放";
@@ -397,6 +388,9 @@
/* On the main menu, the title for the action that will show more menu options in the current section of the menu. */
"MainMenu.ToolsSection.MoreOptions.Title.v141" = "更多";
+/* On the main menu, the title for the action that will show the reader view for the webpage. */
+"MainMenu.ToolsSection.ReaderView.Title.v149" = "阅读模式";
+
/* On the main menu, the title for the action that will take the user to the Save submenu in the menu. */
"MainMenu.ToolsSection.SaveSubmenu.Title.v131" = "保存";
diff --git a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/RelayMask.strings
index 522be7543b082..4c540ac6b7653 100644
--- a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "新功能!%@ Relay 马甲邮箱现可在移动设备上使用。";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "您已注册全部 5 个免费马甲邮箱,我们为您选取了其中一个。";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "您的 5 个免费马甲邮箱已用完,我们选择了一个供您重复使用。";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "已填入马甲邮箱";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "隐藏您的真实邮箱地址,保护收件箱免受垃圾邮件侵扰。部分网站可能不支持此功能。";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "隐藏您的真实邮箱地址,保护收件箱免受垃圾邮件侵扰。部分网站不支持使用马甲邮箱。";
diff --git a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Settings.strings
index 1daf2c144a9b0..9251e2f209ef2 100644
--- a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Settings.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Settings.strings
@@ -251,7 +251,7 @@
"Settings.Studies.Message.v136" = "抢先体验尚未全面推出的功能和概念。";
/* A short description that explains that Mozilla is running studies. %@ is the app name (e.g. Firefox). */
-"Settings.Studies.Message.v148" = "%@ 将随机选择用户测试功能,以为全体用户改进质量。";
+"Settings.Studies.Message.v148" = "%@ 会随机选择用户测试功能,以为全体用户改进质量。";
/* Label used as a toggle item in Settings. When this is off, the user is opting out of all studies. */
"Settings.Studies.Title.v136" = "安装并运行研究";
@@ -271,6 +271,18 @@
/* This is the section title for the gestures features under the Summarize settings section. */
"Settings.Summarize.GesturesSection.Title.v142" = "手势";
+/* The accessibility label for the language picker button in the Summarize settings. */
+"Settings.Summarize.LanguageSection.PickerButtonAccessibilityLabel.v149" = "选择语言";
+
+/* The label for the picker option to select the preferred app language for the summarizer inside the Summarize settings. The preferred app language refers to the language that the user has selected to use for the app in the app settings. */
+"Settings.Summarize.LanguageSection.PreferredAppLanguageLabel.v149" = "首选应用语言";
+
+/* The title for the language choose section for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.Title.v149" = "语言";
+
+/* The label for the picker option to select the website language for the summarizer inside the Summarize settings. */
+"Settings.Summarize.LanguageSection.WebsiteLanguageLabel.v149" = "网页语言";
+
/* This is the title for the setting that toggles the Summarize feature under the Summarize settings section. */
"Settings.Summarize.SummarizePagesTitle.v142" = "生成页面摘要";
diff --git a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Summarizer.strings
index 543cf86e1ded0..5666dd4d5b8df 100644
--- a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Summarizer.strings
@@ -43,26 +43,8 @@
/* The a11y label for the web page view that shows on top of the summary view. Tapping or dragging on the view will close the summary page. */
"Summarizer.TabSnapshot.Accessibility.Label.v145" = "拖动或轻点网页以关闭摘要";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "允许";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ 使用 Apple 智能生成页面摘要。";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "取消";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "继续";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ 使用云端 AI 生成页面摘要,并将摘要结果返回至您的设备。";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "详细了解";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "允许生成页面摘要?";
+/* The label for the toast that shows when shaking and the summary is not available for that page. */
+"Summarizer.ToastLabel.v149" = "暂无摘要";
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "运作方式";
diff --git a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/TabsTray.strings b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/TabsTray.strings
index 1f9a963ef690c..f62da7da14b10 100644
--- a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/TabsTray.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/TabsTray.strings
@@ -16,6 +16,9 @@
/* Button label to sync tabs in your account */
"TabsTray.SyncTabs.SyncTabsButton.Title.v119" = "同步标签页";
+/* When user choose to have Blank Page as homepage, this will be displayed as tab title. */
+"TabTray.TabsSelectorBlankTabsTitle.v149" = "新标签页";
+
/* The title on the button to look at regular tabs. */
"TabTray.TabsSelectorNormalTabsTitle.v140" = "标签页";
diff --git a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/AppIconSelection.strings b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/AppIconSelection.strings
index c75493e564083..6a90d10aa1b52 100644
--- a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/AppIconSelection.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/AppIconSelection.strings
@@ -13,9 +13,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS app icon with a background gradient of blue fading to purple. */
"Settings.AppIconSelection.AppIconNames.BlueHour.Title.v137" = "藍色時刻";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of a cute cartoony fox artwork app icon. */
-"Settings.AppIconSelection.AppIconNames.Cute.Title.v139" = "可愛";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a cyan background. */
"Settings.AppIconSelection.AppIconNames.Cyan.Title.v137" = "青色";
@@ -43,12 +40,6 @@
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox icon with a green background. */
"Settings.AppIconSelection.AppIconNames.Green.Title.v136" = "綠色";
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a character hugging the Firefox logo. */
-"Settings.AppIconSelection.AppIconNames.Hug.Title.v136" = "環抱";
-
-/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the artsy Firefox for iOS icon of a funny fox lying on top of a globe. */
-"Settings.AppIconSelection.AppIconNames.Lazy.Title.v136" = "慵懶";
-
/* On the app icon customization screen where you can select an alternate icon for the app, this is the name of the Firefox for iOS icon with a white background. */
"Settings.AppIconSelection.AppIconNames.Light.Title.v139" = "亮色";
diff --git a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/EnhancedTrackingProtection.strings b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/EnhancedTrackingProtection.strings
index ecdc24012c1bd..58f512befdc15 100644
--- a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/EnhancedTrackingProtection.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/EnhancedTrackingProtection.strings
@@ -82,12 +82,21 @@
/* Text to let users know how many trackers were blocked on the current website. %@ is the number of trackers blocked. */
"Menu.EnhancedTrackingProtection.Details.Trackers.v128" = "追蹤器封鎖數量:%@";
+/* Text to let users know how standard mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStandardModeFooterText.v150" = "標準模式會在頁面開始載入後,才自動封鎖常見的追蹤器,所以您看到的追蹤器數量可能較多。%@";
+
+/* Text to let users know how strict mode for Tracking Protection work. %@ is a tappable text which contains a link with more informations about current Tracking Protection mode. e.g Learn more */
+"Menu.EnhancedTrackingProtection.Details.TrackersStrictModeFooterText.v150" = "嚴格模式會在頁面開始載入前就自動封鎖,所以您看到的追蹤器數量可能較少。%@";
+
/* Text to let users know the site verifier, where %@ represents the SSL certificate signer which is on the enhanced tracking protection screen after the user taps on the connection details. */
"Menu.EnhancedTrackingProtection.Details.Verifier.v128" = "由 %@ 驗證";
/* The title for the button that allows users to view certificates inside the enhanced tracking protection details screen. */
"Menu.EnhancedTrackingProtection.Details.ViewCertificatesTitle.v131" = "檢視憑證";
+/* Title for a link that explains how current Tracking Protection mode work. */
+"Menu.EnhancedTrackingProtection.Link.LearnMore.v150" = "更多資訊";
+
/* Header for the enhanced tracking protection screen when the user has opted out of the feature. %@ is the app name (e.g. Firefox). */
"Menu.EnhancedTrackingProtection.Off.Header.v128" = "%@ 不會保護您,建議重新開啟保護。";
diff --git a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/FirefoxHomepage.strings b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/FirefoxHomepage.strings
index f542595aa8237..aa8d7daee985e 100644
--- a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/FirefoxHomepage.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/FirefoxHomepage.strings
@@ -1,8 +1,5 @@
-/* This is the title of the Pocket section on Firefox Homepage. */
-"FirefoxHome.Pocket.SectionTitle.v140" = "文章";
-
/* Body label for the Privacy Notice card showed at the top of the homepage notifying users that the Privacy Notice has been updated. The %1$@ placeholder is for the string “Privacy Notice” which will contain a link to the updated privacy notice. The %2$@ placeholder is for the app name (e.g. Firefox). The %3$@ placeholder is for the string “Learn More” which will contain a link to specifically what has changed in the updated Privacy Notice */
-"FirefoxHome.PrivacyNotice.Body.v148" = "為了配合 %2$@ 推出的最新功能,我們已更新%1$@。%3$@";
+"FirefoxHome.PrivacyNotice.Body.v148" = "為了配合 %2$@ 推出的最新功能,我們已更新 %1$@。%3$@";
/* Label for the “Learn More” link inserted into the second placeholder of the Privacy Notice body label. This text will appear as a tappable link directing users to detailed information about what has changed in the updated Privacy Notice. */
"FirefoxHome.PrivacyNotice.LearnMoreLink.v148" = "更多資訊";
diff --git a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/MainMenu.strings b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/MainMenu.strings
index 20888b07d9e48..040462161e99c 100644
--- a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/MainMenu.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/MainMenu.strings
@@ -67,12 +67,6 @@
/* On the main menu, at the top, title for the banner which suggest user can set Firefox as default browser. %@ is the app name */
"MainMenu.HeaderBanner.Title.v142" = "將 %@ 設為您的預設瀏覽器";
-/* On the main menu, a title for a label that indicate the current option/action state is off. */
-"MainMenu.Off.Title.v141" = "關閉";
-
-/* On the main menu, a title for a label that indicate the current option/action state is on. */
-"MainMenu.On.Title.v141" = "開啟";
-
/* On the main menu, the accessibility label for the action that will take the user to the Bookmarks panel. */
"MainMenu.PanelLinkSection.AccessibilityLabels.Bookmarks.v132" = "書籤";
@@ -262,9 +256,6 @@
/* On the main menu, a string below the Tool submenu tiitle, indicating what kind of tools are available in that menu. This string is for the Night Mode tool. */
"MainMenu.Submenus.Tools.NightMode.Subtitle.v131" = "夜間模式";
-/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. %@ is the current zoom level percentage. */
-"MainMenu.Submenus.Tools.PageZoom.Title.v140" = "頁面縮放(%@)";
-
/* On the main menu, in the tools submenu, the title for the menu component that indicates the current page zoom level. */
"MainMenu.Submenus.Tools.PageZoomV2.Title.v141" = "頁面縮放";
diff --git a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/RelayMask.strings b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/RelayMask.strings
index f6721b4073a60..374f7e8fac767 100644
--- a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/RelayMask.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/RelayMask.strings
@@ -1,9 +1,6 @@
/* Displayed in a CFR help message to inform users about the availability of Relay email masking features now being available on mobile. %@ is the name of the app (e.g. 'Firefox') */
"RelayMask.RelayEmailMaskAvailableCFR.v146" = "新功能!現在起行動板也提供 %@ Relay 轉寄信箱功能。";
-/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
-"RelayMask.RelayEmailMaskFreeTierLimitReached.v146" = "您已經有 5 組免費的轉寄信箱使用中,我們幫您挑選了一組。";
-
/* Message displayed to users when they attempt to generate a new Relay email mask but they have reached their free tier 5 mask limit, and so an existing mask is chosen for them randomly. */
"RelayMask.RelayEmailMaskFreeTierLimitReached.v147" = "您已用完 5 組免費轉寄信箱,我們從中挑選一組讓您重複使用。";
@@ -13,9 +10,6 @@
/* VoiceOver announcement spoken aloud to accessibility users when an email mask is inserted successfully. */
"RelayMask.RelayEmailMaskInsertedA11yAnnouncement.v147" = "已插入轉寄信箱";
-/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
-"RelayMask.RelayEmailMaskSettingsDetailInfo.v146" = "隱藏您的實際電子郵件地址,以避免您的信箱收到垃圾信。某些網站不支援本功能。";
-
/* Detailed informational label to explain the Relay anonymous email masking feature to users, and warn that some websites may not support that functionality. */
"RelayMask.RelayEmailMaskSettingsDetailInfo.v147" = "隱藏您的實際電子郵件地址,以避免您的信箱收到垃圾信。某些網站不支援轉寄信箱功能。";
diff --git a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/Summarizer.strings b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/Summarizer.strings
index e859c38144ad8..56014c65d5bc0 100644
--- a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/Summarizer.strings
+++ b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/Summarizer.strings
@@ -46,27 +46,6 @@
/* The label for the toast that shows when shaking and the summary is not available for that page. */
"Summarizer.ToastLabel.v149" = "無法摘要";
-/* The label for the allow button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.AllowButton.Label.v142" = "允許";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Apple Intelligence. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.AppleMessage.Label.v142" = "%@ 使用 Apple Intelligence 摘要頁面內容。";
-
-/* The label for the cancel button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.CancelButton.Label.v142" = "取消";
-
-/* The label for the continue button on the Terms of Service alert. */
-"Summarizer.ToS.Alert.ContinueButton.Label.v144" = "繼續";
-
-/* The message for the Terms of Service alert that asks the user if they want to allow page summaries with Firefox AI. %@ is the app name (e.g Firefox). */
-"Summarizer.ToS.Alert.FirefoxMessage.Label.v144" = "%@ 使用雲端 AI 來摘要網頁內容,並且將摘要結果回傳到您的裝置。";
-
-/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
-"Summarizer.ToS.Alert.LearnMoreButton.Label.v142" = "更多資訊";
-
-/* The title for the Terms of Service alert that asks the user if they want to allow page summaries. */
-"Summarizer.ToS.Alert.Title.Label.v142" = "要允許摘要頁面內容嗎?";
-
/* The label for the learn more link button on the Terms of Service alert for the summarizer. */
"Summarizer.ToS.InfoLabel.LearnMoreButton.Label.v143" = "原理是什麼";
diff --git a/firefox-ios/Shared/be.lproj/Menu.strings b/firefox-ios/Shared/be.lproj/Menu.strings
index 14f405928b82f..256f93ddb545f 100644
--- a/firefox-ios/Shared/be.lproj/Menu.strings
+++ b/firefox-ios/Shared/be.lproj/Menu.strings
@@ -4,6 +4,12 @@
/* Label for the button, displayed in the menu, used to copy the current page link to the clipboard. */
"Menu.CopyLink.Title" = "Капіяваць спасылку";
+/* Toast displayed to user after downlaod pdf was pressed. */
+"Menu.DownloadPDF.Confirm.v129" = "PDF паспяхова сцягнуты";
+
+/* Label for the button, displayed in the menu, downloads a pdf when pressed. */
+"Menu.DownloadPDF.Label.v129" = "Сцягнуць PDF";
+
/* Label for the button, displayed in the menu, used to open the toolbar to search for text within the current page. */
"Menu.FindInPageAction.Title" = "Знайсці на старонцы";
diff --git a/firefox-ios/Shared/cs.lproj/Localizable.strings b/firefox-ios/Shared/cs.lproj/Localizable.strings
index e6c29ecd16cf6..b10d9149ca693 100644
--- a/firefox-ios/Shared/cs.lproj/Localizable.strings
+++ b/firefox-ios/Shared/cs.lproj/Localizable.strings
@@ -47,7 +47,7 @@
"Add to Reading List" = "Přidat do seznamu ke čtení";
/* Accessibility message e.g. spoken by VoiceOver after the current page gets added to the Reading List using the Reader View button, e.g. by long-pressing it or by its accessibility custom action. */
-"Added page to Reading List" = "Přidat stránku do seznamu ke čtení";
+"Added page to Reading List" = "Stránka přidána do seznamu ke čtení";
/* Button to dismiss the 'Add Pass Failed' alert. See https://support.apple.com/HT204003 for context on Wallet. */
"AddPass.Error.Dismiss" = "OK";
@@ -224,7 +224,7 @@
"CoverSheet.v24.ETP.Settings.Button" = "Přejít do Nastavení";
/* Title for the new ETP mode i.e. standard vs strict */
-"CoverSheet.v24.ETP.Title" = "Ochrana proti sledováním reklamami";
+"CoverSheet.v24.ETP.Title" = "Ochrana před sledováním reklamami";
/* See http://mzl.la/1Qtkf0j */
"Create an account" = "Vytvořit účet";
@@ -302,10 +302,10 @@
"ErrorPages.Advanced.Button" = "Rozšířené";
/* Warning text when clicking the Advanced button on error pages */
-"ErrorPages.AdvancedWarning1.Text" = "Varování: nemůžeme potvrdit, že je připojení k této stránce bezpečné.";
+"ErrorPages.AdvancedWarning1.Text" = "Varování: nemůžeme potvrdit, že je spojení s tímto serverem zabezpečené.";
/* Additional warning text when clicking the Advanced button on error pages */
-"ErrorPages.AdvancedWarning2.Text" = "Může to být chybná konfigurace nebo manipulace útočníkem. Pokračujte, pokud příjímáte potenciální riziko.";
+"ErrorPages.AdvancedWarning2.Text" = "Může to být chybná konfigurace nebo manipulace útočníkem. Pokračujte, pokud přijímáte potenciální riziko.";
/* Warning text on the certificate error page. %@ is the domain of the website. */
"ErrorPages.CertWarning.Description" = "Majitel webu %@ nakonfiguroval svůj server nesprávně. Abychom chránili vaše údaje před odcizením, Firefox se k tomuto webu nepřipojil.";
@@ -365,7 +365,7 @@
"FirefoxHomepage.JumpBackIn.TabPickup.ShowAll.ButtonTitle.v104" = "Zobrazit synchronizované panely";
/* If a user is signed in, and a sync has been performed to collect their recent tabs from other signed in devices, their most recent tab from another device can now appear in the Jump Back In section. This label specifically points out which cell inside the Jump Back In section shows that synced tab. */
-"FirefoxHomepage.JumpBackIn.TabPickup.v104" = "Panely";
+"FirefoxHomepage.JumpBackIn.TabPickup.v104" = "Vyzvednutý panel";
/* This string will show under the description on pocket story, indicating that the story is sponsored. */
"FirefoxHomepage.Pocket.Sponsored.v103" = "Sponzorováno";
@@ -938,7 +938,7 @@
"Reader View" = "Zobrazení čtečky";
/* Accessibility message e.g. spoken by VoiceOver when Reader Mode becomes available. */
-"ReaderMode.Available.VoiceOverAnnouncement" = "Je dostupný Režim čtení";
+"ReaderMode.Available.VoiceOverAnnouncement" = "Je dostupný Zobrazení čtečky";
/* Name for Mark as read button in reader mode */
"ReaderModeBar.MarkAsRead.v106" = "Označit jako přečtené";
@@ -1013,7 +1013,7 @@
"Search.SuggestSectionTitle.v102" = "Návrhy od Firefoxu";
/* The message that asks the user to Add the search provider explaining where the search engine will appear */
-"Search.ThirdPartyEngines.AddMessage" = "Nový vyhledávač se zobrazi v panelu rychlého hledání.";
+"Search.ThirdPartyEngines.AddMessage" = "Nový vyhledávač se zobrazí v panelu rychlého hledání.";
/* The success message that appears after a user sucessfully adds a new search engine */
"Search.ThirdPartyEngines.AddSuccess" = "Vyhledávač byl přidán!";
@@ -1064,13 +1064,13 @@
"SendTo.DeviceList.Text" = "Dostupná zařízení:";
/* Message in error prompt explaining why the URL is invalid. */
-"SendTo.Error.Message" = "Pouze HTTP a HTTPS odkazy mohou být sdíleny.";
+"SendTo.Error.Message" = "Sdílet lze pouze HTTP a HTTPS odkazy.";
/* OK button to dismiss the error prompt. */
"SendTo.Error.OK.Button" = "OK";
/* Title of error prompt displayed when an invalid URL is shared. */
-"SendTo.Error.Title" = "Odkaz, který se pokoušíte sdílet, nemůže být sdílen.";
+"SendTo.Error.Title" = "Tento odkaz nelze sdílet.";
/* Title of the dialog that allows you to send a tab to a different device */
"SendTo.NavBar.Title" = "Poslat panel";
@@ -1460,7 +1460,7 @@
"Settings.SendUsage.Link" = "Zjistit více.";
/* A short description that explains why mozilla collects usage data. */
-"Settings.SendUsage.Message" = "Mozilla sbírá jenom informace potřené pro vylepšování Firefoxu.";
+"Settings.SendUsage.Message" = "Mozilla sbírá jenom informace potřebné pro vylepšování Firefoxu.";
/* The title for the setting to send usage data. */
"Settings.SendUsage.Title" = "Odesílat údaje o používání";
diff --git a/firefox-ios/Shared/en-GB.lproj/Localizable.strings b/firefox-ios/Shared/en-GB.lproj/Localizable.strings
index f98abc259875c..cf39a2dd22c8b 100644
--- a/firefox-ios/Shared/en-GB.lproj/Localizable.strings
+++ b/firefox-ios/Shared/en-GB.lproj/Localizable.strings
@@ -830,7 +830,7 @@
"Menu.TrackingProtectionCryptominersBlocked.Title" = "Cryptominers";
/* Description of content trackers. */
-"Menu.TrackingProtectionDescription.ContentTrackers" = "Web sites may load outside ads, videos, and other content that contains hidden trackers. Blocking this can make web sites load faster, but some buttons, forms, and login fields, might not work.";
+"Menu.TrackingProtectionDescription.ContentTrackers" = "Web sites may load outside ads, videos and other content that contains hidden trackers. Blocking this can make web sites load faster, but some buttons, forms and login fields, might not work.";
/* Description of cross-site trackers. */
"Menu.TrackingProtectionDescription.CrossSiteNew" = "These cookies follow you from site to site to gather data about what you do online. They are set by third parties such as advertisers and analytics companies.";
diff --git a/firefox-ios/Shared/eu.lproj/Localizable.strings b/firefox-ios/Shared/eu.lproj/Localizable.strings
index 3fd907a79ee64..d7b5b6d822e18 100644
--- a/firefox-ios/Shared/eu.lproj/Localizable.strings
+++ b/firefox-ios/Shared/eu.lproj/Localizable.strings
@@ -278,13 +278,13 @@
"Downloads.Toast.GoToDownloads.Button" = "Deskargak";
/* The description text in the Download progress toast for showing the number of files when multiple files are downloading. %d is the total number of files. */
-"Downloads.Toast.MultipleFiles.DescriptionText" = "%d/1 fitxategi";
+"Downloads.Toast.MultipleFiles.DescriptionText" = "1/%d fitxategi";
/* The description text in the Download progress toast for showing the number of files (%1$@) and download progress (%2$@). This string only consists of two placeholders for purposes of displaying two other strings side-by-side where %1$@ is Downloads.Toast.MultipleFiles.DescriptionText and %2$@ is Downloads.Toast.Progress.DescriptionText. This string should only consist of the two placeholders side-by-side separated by a single space and %1$@ should come before %2$@ everywhere except for right-to-left locales. */
"Downloads.Toast.MultipleFilesAndProgress.DescriptionText" = "%1$@ %2$@";
/* The description text in the Download progress toast for showing the downloaded file size (%1$@) out of the total expected file size (%2$@). */
-"Downloads.Toast.Progress.DescriptionText" = "%2$@/%1$@";
+"Downloads.Toast.Progress.DescriptionText" = "%1$@/%2$@";
/* Action button for deleting downloaded files in the Downloads panel. */
"DownloadsPanel.Delete.Title" = "Ezabatu";
@@ -1646,7 +1646,7 @@
"SyncState.Offline.Title" = "Sync lineaz kanpo dago";
/* Message spoken by VoiceOver saying the position of the single currently visible tab in Tabs Tray (%1$@), along with the total number of tabs (%2$@). E.g. “Tab 2 of 5” says that tab 2 is visible (and is the only visible tab), out of 5 tabs total. */
-"Tab %@ of %@" = "%2$@/%1$@. fitxa";
+"Tab %@ of %@" = "%1$@/%2$@. fitxa";
/* A label indicating the keyboard shortcut of showing the tab tray. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
"Tab.ShowTabTray.KeyCodeTitle" = "Erakutsi fitxa guztiak";
diff --git a/firefox-ios/Shared/gd.lproj/3DTouchActions.strings b/firefox-ios/Shared/gd.lproj/3DTouchActions.strings
index 0a468b28ce7bc..9f9234889ae8a 100644
--- a/firefox-ios/Shared/gd.lproj/3DTouchActions.strings
+++ b/firefox-ios/Shared/gd.lproj/3DTouchActions.strings
@@ -16,3 +16,6 @@
/* Label for preview action on Tab Tray Tab to send the current tab to another device */
"Send to Device" = "Cuir gun uidheam";
+/* Label for preview action on Tab Tray Tab to remove current tab from Bookmarks */
+"TabPeek.RemoveBookmark.v146" = "Thoir an comharra-lìn air falbh";
+
diff --git a/firefox-ios/Shared/gd.lproj/Default Browser.strings b/firefox-ios/Shared/gd.lproj/Default Browser.strings
index 7ee9cf84f2f8a..ed45db4164799 100644
--- a/firefox-ios/Shared/gd.lproj/Default Browser.strings
+++ b/firefox-ios/Shared/gd.lproj/Default Browser.strings
@@ -40,6 +40,9 @@
/* Text for the screenshot of the iOS system settings page for Firefox. */
"DefaultBrowserOnboarding.Screenshot" = "Aplacaid brabhsair bhunaiteach";
+/* Button title for deferring the default browser onboarding (skip setting Firefox as default for now). */
+"DefaultBrowserOnboarding.SkipButton" = "Nì mi seo uaireigin eile";
+
/* Menu option for setting Firefox as default browser. */
"Settings.DefaultBrowserMenuItem" = "Suidhich mar am brabhsair bunaiteach";
diff --git a/firefox-ios/Shared/gd.lproj/HistoryPanel.strings b/firefox-ios/Shared/gd.lproj/HistoryPanel.strings
index ad81f1613a8e2..46443aa063915 100644
--- a/firefox-ios/Shared/gd.lproj/HistoryPanel.strings
+++ b/firefox-ios/Shared/gd.lproj/HistoryPanel.strings
@@ -1,3 +1,21 @@
/* Action button for deleting history entries in the history panel. */
"Delete" = "Sguab às";
+/* Destructive action button on the “Clear browsing history“ action sheet used to clear all browsing history */
+"LibraryPanel.History.AllTimeOption.v138" = "An-còmhnaidh";
+
+/* Destructive action button on the “Clear browsing history“ action sheet used to clear browsing history for the last 4 weeks */
+"LibraryPanel.History.LastFourWeeksOption.v138" = "Na 4 seachdainean seo chaidh";
+
+/* Destructive action button on the “Clear browsing history“ action sheet used to clear browsing history for the last hour */
+"LibraryPanel.History.LastHourOption.v138" = "An uair a thìde seo chaidh";
+
+/* Destructive action button on the “Clear browsing history“ action sheet used to clear browsing history for the last 7 days */
+"LibraryPanel.History.LastSevenDaysOption.v138" = "Na 7 làithean seo chaidh";
+
+/* Destructive action button on the “Clear browsing history“ action sheet used to clear browsing history for the last 24 hours */
+"LibraryPanel.History.LastTwentyFourHoursOption.v138" = "Sna 24 uair a thìde seo chaidh";
+
+/* Title of the “Clear browsing history“ action sheet */
+"LibraryPanel.History.Title.v138" = "Sguabaidh seo an eachdraidh (a’ gabhail a-staigh eachdraidh a chaidh a shioncronachadh o uidheaman eile), briosgaidean is dàta brabhsaidh eile às.";
+
diff --git a/firefox-ios/Shared/gd.lproj/Localizable.strings b/firefox-ios/Shared/gd.lproj/Localizable.strings
index 21ec022948229..f3d28740c898b 100644
--- a/firefox-ios/Shared/gd.lproj/Localizable.strings
+++ b/firefox-ios/Shared/gd.lproj/Localizable.strings
@@ -346,6 +346,9 @@
/* When a user taps and holds on an item from the Recently Visited section, this label will appear indicating the option to remove that item. */
"FirefoxHome.RecentHistory.Remove" = "Thoir air falbh";
+/* On each Story on the Firefox Homepage, this label appears and indicates the number of minutes to read an article. Minutes should be abbreviated due to space constraints. %d represents the number of minutes */
+"FirefoxHome.Stories.Minutes.v140" = "%dm";
+
/* Label showing how many pages there is in a search group. %d represents a number */
"FirefoxHomepage.Common.PagesCount.v112" = "Duilleagan: %d";
@@ -370,6 +373,9 @@
/* This string will show under a shortcuts tile on the firefox home page, indicating that the tile is a sponsored tile. Space is limited, please keep as short as possible. */
"FirefoxHomepage.Shortcuts.Sponsored.v100" = "Sponsairichte";
+/* This string will show under the description on pocket story, indicating that the story is sponsored. */
+"FirefoxHomepage.Stories.Sponsored.v140" = "Sponsairichte";
+
/* Accessibility Label for the tab toolbar Forward button */
"Forward" = "Air adhart";
@@ -1132,6 +1138,18 @@
/* The placeholder for URL Field when saving a custom search engine */
"Settings.AddCustomEngine.URLPlaceholder" = "URL (Cuir %s an àite na ceist)";
+/* In the settings menu, in the Address Bar customization section, this label indicates that selecting this will make the address bar appear at the bottom of the screen. */
+"Settings.AddressBar.Bottom.v138" = "Bonn";
+
+/* In the settings menu, in the Address Bar customization menu, this is the title of the section where the user can toggle the address bar position. */
+"Settings.AddressBar.SectionTitle.v138" = "Ionad bàr an t-seolaidh";
+
+/* In the settings menu, this label indicates that there is an option of customizing the Address Bar position. */
+"Settings.AddressBar.SettingsTitle.v138" = "Bàr an t-seòlaidh";
+
+/* In the settings menu, in the Address Bar customization section, this label indicates that selecting this will make the address bar appear at the top of the screen. */
+"Settings.AddressBar.Top.v138" = "Bàrr";
+
/* Browser theme settings section title in Appearance settings */
"Settings.Appearance.BrowserTheme.SectionHeader.v137" = "Ùrlair a’ bhrabhsair";
@@ -1141,6 +1159,12 @@
/* Website Appearance settings section title in Appearance settings */
"Settings.Appearance.WebsiteAppearance.SectionHeader.v137" = "Coltas nan làraichean";
+/* Under Website Appearance section in Appearance menu, this is the text under the toggle describing the dark mode feature. */
+"Settings.Appearance.WebsiteDarkMode.Description.v137" = "Cuiridh seo coltas dorcha air làraichean-lìn. Dh’fhaodte nach bi seo a’ coimhead ceart air gach làrach.";
+
+/* Under Website Appearance section in Appearance menu, this is the title of the toggle to switch dark theme on/off. */
+"Settings.Appearance.WebsiteDarkModeToggle.Title.v137" = "Modh dorcha nan làraichean-lìn";
+
/* Title of setting to block opening external apps when pressing links. */
"Settings.BlockOpeningExternalApps.Title" = "Bac fosgladh de dh’aplacaidean on taobh a-muigh";
diff --git a/firefox-ios/Shared/gd.lproj/LoginManager.strings b/firefox-ios/Shared/gd.lproj/LoginManager.strings
index 9d7552c5425ad..e1fca67ba13ce 100644
--- a/firefox-ios/Shared/gd.lproj/LoginManager.strings
+++ b/firefox-ios/Shared/gd.lproj/LoginManager.strings
@@ -40,6 +40,9 @@
/* Hide password text selection menu item */
"Hide" = "Falaich";
+/* This message appears briefly as a notification (toast) to inform the user that a password has been successfully removed. */
+"LoginList.DeleteToast.v135" = "Chaidh am facal-faire a thoirt air falbh";
+
/* Prompt message warning the user that deleting non-synced logins will permanently remove them */
"Logins will be permanently removed." = "Thèid na logins a thoirt air falbh gu buan.";
diff --git a/firefox-ios/Shared/gd.lproj/Menu.strings b/firefox-ios/Shared/gd.lproj/Menu.strings
index a35367fbc86b9..9d7ff0a8b80f9 100644
--- a/firefox-ios/Shared/gd.lproj/Menu.strings
+++ b/firefox-ios/Shared/gd.lproj/Menu.strings
@@ -1,5 +1,5 @@
/* Label for the button, displayed in the menu, used to close all tabs currently open. */
-"Menu.CloseAllTabsAction.Title" = "Dùin a h‑uile taba";
+"Menu.CloseAllTabsAction.Title" = "Dùin a h-uile taba";
/* Label for the button, displayed in the menu, used to copy the current page link to the clipboard. */
"Menu.CopyLink.Title" = "Dèan lethbhreac dhen cheangal";
@@ -10,6 +10,9 @@
/* Label for the button, displayed in the menu, downloads a pdf when pressed. */
"Menu.DownloadPDF.Label.v129" = "Luchdaich a-nuas am PDF";
+/* Label for the edit bookmark button in the legacy menu. Pressing this button opens the bookmark editing screen for the current page's bookmark. Please keep the text as short as possible for this label. */
+"Menu.EditBookmark.Label.v135" = "Deasaich";
+
/* Label for the button, displayed in the menu, used to open the toolbar to search for text within the current page. */
"Menu.FindInPageAction.Title" = "Lorg san duilleag";
diff --git a/firefox-ios/Shared/gd.lproj/Storage.strings b/firefox-ios/Shared/gd.lproj/Storage.strings
index bd6206486cbfb..229bef5018517 100644
--- a/firefox-ios/Shared/gd.lproj/Storage.strings
+++ b/firefox-ios/Shared/gd.lproj/Storage.strings
@@ -1,3 +1,6 @@
+/* The title of the folder that contains mobile bookmarks. */
+"Bookmarks" = "Comharran-lìn";
+
/* The name of the folder that contains desktop bookmarks in the menu. */
"Bookmarks Menu" = "Clàr-taice nan comharran-lìn";
diff --git a/firefox-ios/Shared/hr.lproj/Localizable.strings b/firefox-ios/Shared/hr.lproj/Localizable.strings
index e5f5eab9c5fbc..07aa255820578 100644
--- a/firefox-ios/Shared/hr.lproj/Localizable.strings
+++ b/firefox-ios/Shared/hr.lproj/Localizable.strings
@@ -764,10 +764,10 @@
"Menu.Passwords.Label" = "Lozinke";
/* The title for the button that lets you paste into the location bar */
-"Menu.Paste.Title" = "Zalijepi";
+"Menu.Paste.Title" = "Umetni";
/* The title for the button that lets you paste and go to a URL */
-"Menu.PasteAndGo.Title" = "Zalijepi i idi";
+"Menu.PasteAndGo.Title" = "Umetni i kreni";
/* Label for the button, displayed in the menu, takes you to Reading List screen when pressed. */
"Menu.ReadingList.Label" = "Popis čitanja";
@@ -1754,7 +1754,7 @@
"Twitter" = "Twitter";
/* The menu item that pastes the current contents of the clipboard into the URL bar and navigates to the page */
-"UIMenuItem.PasteGo" = "Zalijepi i kreni";
+"UIMenuItem.PasteGo" = "Umetni i kreni";
/* Search in New Tab Text selection menu item */
"UIMenuItem.SearchWithFirefox" = "Traži s Firefoxom";
diff --git a/firefox-ios/Shared/pt-BR.lproj/Localizable.strings b/firefox-ios/Shared/pt-BR.lproj/Localizable.strings
index 7c09370b61d3f..d2a86a593d08b 100644
--- a/firefox-ios/Shared/pt-BR.lproj/Localizable.strings
+++ b/firefox-ios/Shared/pt-BR.lproj/Localizable.strings
@@ -695,7 +695,7 @@
"LoginsList.Title" = "LOGINS SALVOS";
/* Restore Tabs Prompt Description */
-"Looks like Firefox crashed previously. Would you like to restore your tabs?" = "Parece que o Firefox travou anteriormente. Quer restaurar suas abas?";
+"Looks like Firefox crashed previously. Would you like to restore your tabs?" = "Parece que o Firefox falhou anteriormente. Quer restaurar suas abas?";
/* Title for the button that marks a reading list item as read */
"Mark as Read" = "Marcar como lido";
@@ -884,7 +884,7 @@
"Onboarding.WhatsNew.Button.Title" = "Iniciar navegação";
/* Title for prompt displayed to user after the app crashes */
-"Oops! Firefox crashed" = "Ops! O Firefox travou";
+"Oops! Firefox crashed" = "Ops! O Firefox falhou";
/* See http://mzl.la/1LXbDOL */
"Open articles in Reader View by tapping the book icon when it appears in the title bar." = "Abra artigos no modo de leitura tocando no ícone de livro quando ele aparecer na barra de título.";
diff --git a/firefox-ios/Shared/ru.lproj/Localizable.strings b/firefox-ios/Shared/ru.lproj/Localizable.strings
index 920cd564a9b54..1929a1ee6e5e4 100644
--- a/firefox-ios/Shared/ru.lproj/Localizable.strings
+++ b/firefox-ios/Shared/ru.lproj/Localizable.strings
@@ -1076,7 +1076,7 @@
"SendTo.NavBar.Title" = "Отправить вкладку";
/* Error message shown in the remote tabs panel */
-"SendTo.NoDevicesFound.Message" = "У вас нет ни одного устройства, подключенного к этому Аккаунту Firefox и доступного для синхронизации.";
+"SendTo.NoDevicesFound.Message" = "У вас нет ни одного устройства, подключённого к этому аккаунту Firefox и доступного для синхронизации.";
/* See http://mzl.la/1ISlXnU */
"SendTo.NotSignedIn.Message" = "Пожалуйста, откройте Firefox, перейдите в «Настройки» и войдите для продолжения.";
diff --git a/firefox-ios/Shared/sr.lproj/3DTouchActions.strings b/firefox-ios/Shared/sr.lproj/3DTouchActions.strings
new file mode 100644
index 0000000000000..c45836ec9b243
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/3DTouchActions.strings
@@ -0,0 +1,21 @@
+/* Label for preview action on Tab Tray Tab to add current tab to Bookmarks */
+"Add to Bookmarks" = "Додај у обележиваче";
+
+/* Label for preview action on Tab Tray Tab to close the current tab */
+"Close Tab" = "Затвори језичак";
+
+/* Label for preview action on Tab Tray Tab to copy the URL of the current tab to clipboard */
+"Copy URL" = "Копирај URL";
+
+/* Label for preview action on Tab Tray Tab to send the current link to another device */
+"Menu.SendLinkToDevice" = "Пошаљи везу на уређај";
+
+/* String describing the action of opening the last added bookmark from the home screen Quick Actions via 3D Touch */
+"Open Last Bookmark" = "Отвори последњи обележивач";
+
+/* Label for preview action on Tab Tray Tab to send the current tab to another device */
+"Send to Device" = "Пошаљи на уређај";
+
+/* Label for preview action on Tab Tray Tab to remove current tab from Bookmarks */
+"TabPeek.RemoveBookmark.v146" = "Уклони обележивач";
+
diff --git a/firefox-ios/Shared/sr.lproj/AuthenticationManager.strings b/firefox-ios/Shared/sr.lproj/AuthenticationManager.strings
new file mode 100644
index 0000000000000..889ecb24bed89
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/AuthenticationManager.strings
@@ -0,0 +1,6 @@
+/* Text displayed above the input field when changing the existing passcode */
+"Enter passcode" = "Унеси код";
+
+/* Touch ID prompt subtitle when accessing logins */
+"Use your fingerprint to access Logins now." = "Употребите отисак прста за приступ пријавама.";
+
diff --git a/firefox-ios/Shared/sr.lproj/ClearHistoryConfirm.strings b/firefox-ios/Shared/sr.lproj/ClearHistoryConfirm.strings
new file mode 100644
index 0000000000000..f7c6817b54941
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/ClearHistoryConfirm.strings
@@ -0,0 +1,9 @@
+/* The cancel button when confirming clear history. */
+"Cancel" = "Откажи";
+
+/* The confirmation button that clears history even when Sync is connected. */
+"OK" = "У реду";
+
+/* Description of the confirmation dialog shown when a user tries to clear history that's synced to another device. */
+"This action will clear all of your private data, including history from your synced devices." = "Ова радња ће обрисати све ваше приватне податке, укључујући историјат са ваших усклађених уређаја.";
+
diff --git a/firefox-ios/Shared/sr.lproj/ClearPrivateData.strings b/firefox-ios/Shared/sr.lproj/ClearPrivateData.strings
new file mode 100644
index 0000000000000..aecfabb4e2c56
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/ClearPrivateData.strings
@@ -0,0 +1,21 @@
+/* Settings item for clearing browsing history */
+"Browsing History" = "Историја прегледања";
+
+/* Settings item for clearing the cache */
+"Cache" = "Кеш";
+
+/* Settings item for clearing cookies */
+"Cookies" = "Колачићи";
+
+/* Settings item for deleting downloaded files */
+"Downloaded Files" = "Преузете датотеке";
+
+/* Settings item for clearing website data */
+"Offline Website Data" = "Примљени подаци са сајтова";
+
+/* Settings item for clearing passwords and login data */
+"Saved Logins" = "Сачуване пријаве";
+
+/* A settings item that allows a user to use Apple's “Spotlight Search” in Data Management's Website Data option to search for and select an item to delete. */
+"Spotlight Index" = "Спотлајт индекс";
+
diff --git a/firefox-ios/Shared/sr.lproj/ClearPrivateDataConfirm.strings b/firefox-ios/Shared/sr.lproj/ClearPrivateDataConfirm.strings
new file mode 100644
index 0000000000000..f08f43f6485c2
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/ClearPrivateDataConfirm.strings
@@ -0,0 +1,9 @@
+/* The cancel button when confirming clear private data. */
+"Cancel" = "Откажи";
+
+/* The button that clears private data. */
+"OK" = "У реду";
+
+/* Description of the confirmation dialog shown when a user tries to clear their private data. */
+"This action will clear all of your private data. It cannot be undone." = "Ова радња ће обрисати све ваше приватне податке. То се не може поништити.";
+
diff --git a/firefox-ios/Shared/sr.lproj/Default Browser.strings b/firefox-ios/Shared/sr.lproj/Default Browser.strings
new file mode 100644
index 0000000000000..b65e20267c422
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/Default Browser.strings
@@ -0,0 +1,48 @@
+/* Description for small home tab banner that allows the user to switch their default browser to Firefox. */
+"DefaultBrowserCard.BetterInternet.Description.v108" = "Постављање Firefox-а као вашег подразумеваног прегледача је глас за отворен и приступачан интернет.";
+
+/* Title for small home tab banner that allows the user to switch their default browser to Firefox. */
+"DefaultBrowserCard.BetterInternet.Title.v108" = "Поставите за подразумевани бољи интернет";
+
+/* Button string to learn how to set your default browser. */
+"DefaultBrowserCard.Button.v2" = "Сазнајте како";
+
+/* Description for small home tab banner that allows the user to switch their default browser to Firefox. */
+"DefaultBrowserCard.Description" = "Поставите везе са веб сајтова, е-поште и порука да се аутоматски отварају у Firefox-у.";
+
+/* Description for small home tab banner that allows the user to switch their default browser to Firefox. */
+"DefaultBrowserCard.NextLevel.Description.v108" = "Изаберите Firefox као свој подразумевани прегледач како бисте брзину, безбедност и приватност учинили аутоматским.";
+
+/* Title for small home tab banner that allows the user to switch their default browser to Firefox. */
+"DefaultBrowserCard.NextLevel.Title.v108" = "Унапредите свакодневно прегледање";
+
+/* Description for small home tab banner that allows the user to switch their default browser to Firefox. */
+"DefaultBrowserCard.PeaceOfMind.Description.v108" = "Firefox блокира преко 3.000 пратилаца по кориснику сваког месеца у просеку. Поставите нас за свој подразумевани прегледач за потпуну приватност.";
+
+/* Title for small home tab banner that allows the user to switch their default browser to Firefox. */
+"DefaultBrowserCard.PeaceOfMind.Title.v108" = "Firefox има покривену приватност";
+
+/* Title for small home tab banner that allows the user to switch their default browser to Firefox. */
+"DefaultBrowserCard.Title" = "Промените свој подразумевани прегледач";
+
+/* Button string to open settings that allows user to switch their default browser to Firefox. */
+"DefaultBrowserOnboarding.Button" = "Иди у подешавања";
+
+/* Description for default browser onboarding card. */
+"DefaultBrowserOnboarding.Description1" = "1. Иди у подешавања";
+
+/* Description for default browser onboarding card. */
+"DefaultBrowserOnboarding.Description2" = "2. Тапните на подразумевану апликацију прегледача";
+
+/* Description for default browser onboarding card. */
+"DefaultBrowserOnboarding.Description3" = "3. Изаберите Firefox";
+
+/* Text for the screenshot of the iOS system settings page for Firefox. */
+"DefaultBrowserOnboarding.Screenshot" = "Подразумевана апликација прегледача";
+
+/* Button title for deferring the default browser onboarding (skip setting Firefox as default for now). */
+"DefaultBrowserOnboarding.SkipButton" = "Урадићу ово касније";
+
+/* Menu option for setting Firefox as default browser. */
+"Settings.DefaultBrowserMenuItem" = "Постави као подразумевани прегледач";
+
diff --git a/firefox-ios/Shared/sr.lproj/ErrorPages.strings b/firefox-ios/Shared/sr.lproj/ErrorPages.strings
new file mode 100644
index 0000000000000..c0a7192c32ee0
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/ErrorPages.strings
@@ -0,0 +1,6 @@
+/* Shown in error pages for files that can't be shown and need to be downloaded. */
+"Open in Safari" = "Отвори у Safari-ју";
+
+/* Shown in error pages on a button that will try to load the page again */
+"Try again" = "Покушај поново";
+
diff --git a/firefox-ios/Shared/sr.lproj/FindInPage.strings b/firefox-ios/Shared/sr.lproj/FindInPage.strings
new file mode 100644
index 0000000000000..3b79b248721ce
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/FindInPage.strings
@@ -0,0 +1,12 @@
+/* Done button in Find in Page Toolbar. */
+"Done" = "Готово";
+
+/* Text selection menu item */
+"Find in Page" = "Пронађи на страници";
+
+/* Accessibility label for next result button in Find in Page Toolbar. */
+"Next in-page result" = "Следећи резултат на страници";
+
+/* Accessibility label for previous result button in Find in Page Toolbar. */
+"Previous in-page result" = "Претходни резултат на страници";
+
diff --git a/firefox-ios/Shared/sr.lproj/HistoryPanel.strings b/firefox-ios/Shared/sr.lproj/HistoryPanel.strings
new file mode 100644
index 0000000000000..5c34cd1ff93cb
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/HistoryPanel.strings
@@ -0,0 +1,21 @@
+/* Action button for deleting history entries in the history panel. */
+"Delete" = "Обриши";
+
+/* Destructive action button on the “Clear browsing history“ action sheet used to clear all browsing history */
+"LibraryPanel.History.AllTimeOption.v138" = "Све време";
+
+/* Destructive action button on the “Clear browsing history“ action sheet used to clear browsing history for the last 4 weeks */
+"LibraryPanel.History.LastFourWeeksOption.v138" = "Последње 4 недеље";
+
+/* Destructive action button on the “Clear browsing history“ action sheet used to clear browsing history for the last hour */
+"LibraryPanel.History.LastHourOption.v138" = "Последњи сат";
+
+/* Destructive action button on the “Clear browsing history“ action sheet used to clear browsing history for the last 7 days */
+"LibraryPanel.History.LastSevenDaysOption.v138" = "Последњих 7 дана";
+
+/* Destructive action button on the “Clear browsing history“ action sheet used to clear browsing history for the last 24 hours */
+"LibraryPanel.History.LastTwentyFourHoursOption.v138" = "Последња 24 сата";
+
+/* Title of the “Clear browsing history“ action sheet */
+"LibraryPanel.History.Title.v138" = "Брише историјат (укључујући усклађени историјат са других уређаја), колачиће и друге податке прегледања.";
+
diff --git a/firefox-ios/Shared/sr.lproj/Intro.strings b/firefox-ios/Shared/sr.lproj/Intro.strings
new file mode 100644
index 0000000000000..5080d44727ba9
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/Intro.strings
@@ -0,0 +1,9 @@
+/* Sign in to Firefox account button on second intro screen. */
+"Intro.Slides.Button.SignIn" = "Пријави се";
+
+/* Title for the first panel 'Welcome' in the First Run tour. */
+"Intro.Slides.Welcome.Title.v2" = "Добро дошли у Firefox";
+
+/* See http://mzl.la/1T8gxwo */
+"Start Browsing" = "Започни прегледање";
+
diff --git a/firefox-ios/Shared/sr.lproj/Localizable.strings b/firefox-ios/Shared/sr.lproj/Localizable.strings
new file mode 100644
index 0000000000000..79c5b27abbf43
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/Localizable.strings
@@ -0,0 +1,1815 @@
+/* Button for smaller reader font size. Keep this extremely short! This is shown in the reader mode toolbar. */
+"-" = "-";
+
+/* Button for larger reader font size. Keep this extremely short! This is shown in the reader mode toolbar. */
+"+" = "+";
+
+/* Authentication prompt message with no realm. %@ is the hostname of the site. */
+"A username and password are being requested by %@." = "%@ захтева корисничко име и лозинку.";
+
+/* Authentication prompt message with a realm. %1$@ is the hostname, %2$@ is the realm string. */
+"A username and password are being requested by %@. The site says: %@" = "%1$@ захтева корисничко име и лозинку. Веб страница каже: %2$@";
+
+/* Button for reader mode font size. Keep this extremely short! This is shown in the reader mode toolbar. */
+"Aa" = "Аа";
+
+/* About settings section title */
+"About" = "О програму";
+
+/* The title for the pinning a shortcut action */
+"ActivityStream.ContextMenu.AddToShortcuts" = "Додај у пречице";
+
+/* The title for the pinning a topsite action */
+"ActivityStream.ContextMenu.PinTopsite2" = "Закачи";
+
+/* The title for the unpinning a topsite action */
+"ActivityStream.ContextMenu.UnpinTopsite" = "Откачи";
+
+/* Title for the Jump Back In section. This section allows users to jump back in to a recently viewed tab */
+"ActivityStream.JumpBackIn.SectionTitle" = "Наставите где сте стали";
+
+/* On the Firefox homepage in the Jump Back In section, if a Tab group item - a collection of grouped tabs from a related search - exists underneath the search term for the tab group, there will be a subtitle with a number for how many tabs are in that group. %d is the number of tabs. It will read 'Tabs: 5' or similar. */
+"ActivityStream.JumpBackIn.TabGroup.SiteCount" = "Језичци: %d";
+
+/* A string used to signify the start of the Recently Saved section in Home Screen. */
+"ActivityStream.Library.Title" = "Недавно сачувано";
+
+/* Section title label for recently visited websites */
+"ActivityStream.RecentHistory.Title" = "Недавно посећено";
+
+/* The title for the setting page which lets you select the number of top site rows */
+"ActivityStream.TopSites.RowSettingFooter" = "Подеси редове";
+
+/* Accessibility label for the Add Tab button in the Tab Tray. */
+"Add Tab" = "Додај језичак";
+
+/* Name for button adding current article to reading list in reader mode */
+"Add to Reading List" = "Додај у листу за читање";
+
+/* Accessibility message e.g. spoken by VoiceOver after the current page gets added to the Reading List using the Reader View button, e.g. by long-pressing it or by its accessibility custom action. */
+"Added page to Reading List" = "Додата страница у листу за читање";
+
+/* Button to dismiss the 'Add Pass Failed' alert. See https://support.apple.com/HT204003 for context on Wallet. */
+"AddPass.Error.Dismiss" = "У реду";
+
+/* Text of the 'Add Pass Failed' alert. See https://support.apple.com/HT204003 for context on Wallet. */
+"AddPass.Error.Message" = "Дошло је до грешке приликом додавања пропуснице у Wallet. Покушајте поново касније.";
+
+/* Title of the 'Add Pass Failed' alert. See https://support.apple.com/HT204003 for context on Wallet. */
+"AddPass.Error.Title" = "Неуспело додавање пропуснице";
+
+/* Accessibility label for address and search field, both words (Address, Search) are therefore nouns. */
+"Address and Search" = "Адреса и претрага";
+
+/* Accessibility label for action adding current page to reading list. */
+"Address.Bar.ReadingList.v106" = "Додај у листу за читање";
+
+/* Accessibility label for the Address Bar, where a user can enter the search they wish to make */
+"Address.Bar.v99" = "Трака адресе";
+
+/* Used as a button label for crash dialog prompt */
+"Always Send" = "Увек пошаљи";
+
+/* Tile title for Amazon */
+"Amazon" = "Amazon";
+
+/* Authentication prompt title */
+"Authentication required" = "Потребна је пријава";
+
+/* Accessibility label for the Back button in the tab toolbar. */
+"Back" = "Назад";
+
+/* Block pop-up windows setting */
+"Block Pop-up Windows" = "Блокирај искачуће прозоре";
+
+/* The label for the Title field when editing a bookmark */
+"Bookmark.DetailFieldTitle.Label" = "Наслов";
+
+/* The label for the URL field when editing a bookmark */
+"Bookmark.DetailFieldURL.Label" = "URL";
+
+/* Toggle bookmarks syncing setting */
+"Bookmarks" = "Обележивачи";
+
+/* The button on the snackbar to edit a bookmark after adding it. */
+"Bookmarks.Edit.Button" = "Уреди";
+
+/* The button to edit a bookmark */
+"Bookmarks.EditBookmark.Label" = "Уреди обележивач";
+
+/* The button to edit a folder */
+"Bookmarks.EditFolder.Label" = "Уреди фасциклу";
+
+/* The label to show the location of the folder where the bookmark is located */
+"Bookmarks.Folder.Label" = "Фасцикла";
+
+/* A label indicating all bookmarks grouped under the category 'Desktop Bookmarks'. */
+"Bookmarks.Menu.DesktopBookmarks" = "Обележивачи на рачунару";
+
+/* The button to create a new bookmark */
+"Bookmarks.NewBookmark.Label" = "Нови обележивач";
+
+/* The button to create a new folder */
+"Bookmarks.NewFolder.Label" = "Нова фасцикла";
+
+/* The button to create a new separator */
+"Bookmarks.NewSeparator.Label" = "Нови раздвајач";
+
+/* The label for the title of a bookmark */
+"Bookmarks.Title.Label" = "Наслов";
+
+/* Describes the date on which the breach occurred */
+"BreachAlerts.BreachDate" = "Ова повреда се догодила";
+
+/* Description of what a breach is */
+"BreachAlerts.Description" = "Лозинке су процуреле или су украдене од када сте последњи пут променили лозинку. Да бисте заштитили овај налог, пријавите се на сајт и промените лозинку.";
+
+/* Link to monitor.firefox.com to learn more about breached passwords */
+"BreachAlerts.LearnMoreButton" = "Сазнај више";
+
+/* Leads to a link to the breached website */
+"BreachAlerts.Link" = "Иди на";
+
+/* Title for the Breached Login Detail View. */
+"BreachAlerts.Title" = "Повреда веб сајта";
+
+/* Accessibility label for brightness adjustment slider in Reader Mode display settings */
+"Brightness" = "Осветљење";
+
+/* Label for Cancel button */
+"Cancel" = "Откажи";
+
+/* Accessibility hint for the color theme setting buttons in reader mode display settings */
+"Changes color theme." = "Мења тему боја.";
+
+/* Accessibility hint for the font type buttons in reader mode display settings */
+"Changes font type." = "Мења врсту фонта.";
+
+/* The button to open a new tab with the copied link */
+"ClipboardToast.GoToCopiedLink.Button" = "Иди";
+
+/* Message displayed when the user has a copied link on the clipboard */
+"ClipboardToast.GoToCopiedLink.Title" = "Ићи на копирану везу?";
+
+/* Accessibility label for action denoting closing a tab in tab list (tray) */
+"Close" = "Затвори";
+
+/* Accessibility label (used by assistive technology) notifying the user that the tab is being closed. */
+"Closing tab" = "Затварање језичка";
+
+/* Context menu item for bookmarking a link URL */
+"ContextMenu.BookmarkLinkButtonTitle" = "Обележи везу";
+
+/* The label text in the Button Toast for switching to a fresh New Private Tab. */
+"ContextMenu.ButtonToast.NewPrivateTabOpened.LabelText" = "Отворен је нови приватни језичак";
+
+/* The label text in the Button Toast for switching to a fresh New Private Tab. */
+"ContextMenu.ButtonToast.NewPrivateTabOpened.LabelText.v113" = "Отворен нови приватни језичак";
+
+/* The button text in the Button Toast for switching to a fresh New Tab. */
+"ContextMenu.ButtonToast.NewTabOpened.ButtonText" = "Пребаци";
+
+/* The label text in the Button Toast for switching to a fresh New Tab. */
+"ContextMenu.ButtonToast.NewTabOpened.LabelText" = "Отворен је нови језичак";
+
+/* The label text in the Button Toast for switching to a fresh New Tab. */
+"ContextMenu.ButtonToast.NewTabOpened.LabelText.v114" = "Отворен нови језичак";
+
+/* Context menu item for copying an image to the clipboard */
+"ContextMenu.CopyImageButtonTitle" = "Копирај слику";
+
+/* Context menu item for copying an image URL to the clipboard */
+"ContextMenu.CopyImageLinkButtonTitle" = "Копирај адресу слике";
+
+/* Context menu item for copying a link URL to the clipboard */
+"ContextMenu.CopyLinkButtonTitle" = "Копирај везу";
+
+/* Context menu item for downloading a link URL */
+"ContextMenu.DownloadLinkButtonTitle" = "Преузми везу";
+
+/* Context menu item for opening a link in a new tab */
+"ContextMenu.OpenInNewTabButtonTitle" = "Отвори у новом језичку";
+
+/* Context menu item for saving an image */
+"ContextMenu.SaveImageButtonTitle" = "Сачувај слику";
+
+/* Context menu item for sharing a link URL */
+"ContextMenu.ShareLinkButtonTitle" = "Дели везу";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This one is a call to action for the popup describing search bar placement. It indicates a user can navigate to the settings page that allows them to customize the placement of the search bar. */
+"ContextualHints.SearchBarPlacement.CallToAction" = "Подешавања траке алата";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This one talks about the inactive tabs feature. */
+"ContextualHints.TabTray.InactiveTabs" = "Језичци које нисте погледали две недеље се премештају овде.";
+
+/* Contextual hints are little popups that appear for the users informing them of new features. This one is the call to action for the inactive tabs contextual popup. */
+"ContextualHints.TabTray.InactiveTabs.CallToAction" = "Искључи у подешавањима";
+
+/* Accessibility label for action denoting closing contextual hint. */
+"ContextualHintsCloseButtonAccessibility.v105" = "Затвори";
+
+/* Accessibility message e.g. spoken by VoiceOver after adding current webpage to the Reading List failed. */
+"Could not add page to Reading list" = "Не могу да додам страницу у листу за читање";
+
+/* Accessibility message e.g. spoken by VoiceOver after the user wanted to add current page to the Reading List and this was not done, likely because it already was in the Reading List, but perhaps also because of real failures. */
+"Could not add page to Reading List. Maybe it’s already there?" = "Не могу да додам страницу у листу за читање. Можда је већ тамо?";
+
+/* Error message that is shown in settings when there was a problem loading */
+"Could not load page." = "Не могу да учитам страницу.";
+
+/* Description for the new ETP mode i.e. standard vs strict */
+"CoverSheet.v24.ETP.Description" = "Уграђена побољшана заштита од праћења помаже у заустављању огласа који вас прате. Укључите „Строго“ да бисте блокирали још више пратилаца, огласа и искачућих прозора.";
+
+/* Text for the new ETP settings button */
+"CoverSheet.v24.ETP.Settings.Button" = "Иди у подешавања";
+
+/* Title for the new ETP mode i.e. standard vs strict */
+"CoverSheet.v24.ETP.Title" = "Заштита од праћења огласа";
+
+/* See http://mzl.la/1Qtkf0j */
+"Create an account" = "Направи налог";
+
+/* Dark theme setting in Reading View settings */
+"Dark" = "Тамна";
+
+/* Accessibility label for button decreasing font size in display settings of reader mode */
+"Decrease text size" = "Умањи величину текста";
+
+/* Title for default search engine picker. */
+"Default Search Engine" = "Подразумевани претраживач";
+
+/* Accessibility label for action denoting closing default browser home tab banner. */
+"DefaultBrowserCloseButtonAccessibility.v102" = "Затвори";
+
+/* Name for display settings button in reader mode. Display in the meaning of presentation, not monitor. */
+"Display Settings" = "Подешавања приказа";
+
+/* Used as a button label for crash dialog prompt */
+"Don’t Send" = "Не шаљи";
+
+/* Done button on left side of the Settings view controller title bar */
+"Done" = "Готово";
+
+/* Panel accessibility label */
+"Downloads" = "Преузимања";
+
+/* The label of the button the user will press to start downloading a file */
+"Downloads.Alert.DownloadNow" = "Преузми сада";
+
+/* Button confirming the cancellation of the download. */
+"Downloads.CancelDialog.Cancel" = "Откажи";
+
+/* Alert dialog body when the user taps the cancel download icon. */
+"Downloads.CancelDialog.Message" = "Да ли сте сигурни да желите да откажете ово преузимање?";
+
+/* Button declining the cancellation of the download. */
+"Downloads.CancelDialog.Resume" = "Настави";
+
+/* Alert dialog title when the user taps the cancel download icon. */
+"Downloads.CancelDialog.Title" = "Откажи преузимање";
+
+/* The label text in the Download Cancelled toast for showing confirmation that the download was cancelled. */
+"Downloads.Toast.Cancelled.LabelText" = "Преузимање је отказано";
+
+/* The label text in the Download Failed toast for showing confirmation that the download has failed. */
+"Downloads.Toast.Failed.LabelText" = "Преузимање није успело";
+
+/* The button to open a new tab with the Downloads home panel */
+"Downloads.Toast.GoToDownloads.Button" = "Преузимања";
+
+/* The description text in the Download progress toast for showing the number of files when multiple files are downloading. %d is the total number of files. */
+"Downloads.Toast.MultipleFiles.DescriptionText" = "1 од %d датотека";
+
+/* The description text in the Download progress toast for showing the number of files (%1$@) and download progress (%2$@). This string only consists of two placeholders for purposes of displaying two other strings side-by-side where %1$@ is Downloads.Toast.MultipleFiles.DescriptionText and %2$@ is Downloads.Toast.Progress.DescriptionText. This string should only consist of the two placeholders side-by-side separated by a single space and %1$@ should come before %2$@ everywhere except for right-to-left locales. */
+"Downloads.Toast.MultipleFilesAndProgress.DescriptionText" = "%1$@ %2$@";
+
+/* The description text in the Download progress toast for showing the downloaded file size (%1$@) out of the total expected file size (%2$@). */
+"Downloads.Toast.Progress.DescriptionText" = "%1$@/%2$@";
+
+/* Action button for deleting downloaded files in the Downloads panel. */
+"DownloadsPanel.Delete.Title" = "Обриши";
+
+/* Title for the Downloads Panel empty state. */
+"DownloadsPanel.EmptyState.Title" = "Преузете датотеке ће се појавити овде.";
+
+/* Action button for sharing downloaded files in the Downloads panel. */
+"DownloadsPanel.Share.Title" = "Подели";
+
+/* Text message in the settings table view */
+"Enter your password to connect" = "Унесите лозинку за повезивање";
+
+/* Label for button to perform advanced actions on the error page */
+"ErrorPages.Advanced.Button" = "Напредно";
+
+/* Warning text when clicking the Advanced button on error pages */
+"ErrorPages.AdvancedWarning1.Text" = "Упозорење: не можемо да потврдимо да је ваша веза са овим веб сајтом безбедна.";
+
+/* Additional warning text when clicking the Advanced button on error pages */
+"ErrorPages.AdvancedWarning2.Text" = "Могуће је да је у питању погрешно подешавање или неовлашћена измена од стране нападача. Наставите ако прихватате потенцијални ризик.";
+
+/* Warning text on the certificate error page. %@ is the domain of the website. */
+"ErrorPages.CertWarning.Description" = "Власник веб сајта %@ га је неправилно подесио. Да би заштитио ваше податке од крађе, Firefox се није повезао са овим веб сајтом.";
+
+/* Title on the certificate error page */
+"ErrorPages.CertWarning.Title" = "Ова веза није поверљива";
+
+/* Label for button to go back from the error page */
+"ErrorPages.GoBack.Button" = "Иди назад";
+
+/* Button label to temporarily continue to the site from the certificate error page */
+"ErrorPages.VisitOnce.Button" = "Ипак посети сајт";
+
+/* Question shown to user when tapping a link that opens the App Store app */
+"ExternalLink.AppStore.ConfirmationTitle" = "Отворити ову везу у App Store-у?";
+
+/* Question shown to user when tapping an SMS or MailTo link that opens the external app for those. */
+"ExternalLink.AppStore.GenericConfirmationTitle" = "Отворити ову везу у спољној апликацији?";
+
+/* Tile title for Facebook */
+"Facebook" = "Facebook";
+
+/* Title for firefox about:home page in tab history list */
+"Firefox.HomePage.Title" = "Firefox почетна страница";
+
+/* A button at bottom of the Firefox homepage that, when clicked, takes users straight to the settings options, where they can customize the Firefox Home page */
+"FirefoxHome.CustomizeHomeButton.Title" = "Прилагоди почетну страницу";
+
+/* At the end of the Pocket section on the Firefox Homepage, this button appears and indicates tapping it will navigate the user to more Pocket Stories. */
+"FirefoxHome.Pocket.DiscoverMore" = "Откријте више";
+
+/* On each Pocket Stories on the Firefox Homepage, this label appears and indicates the number of minutes to read an article. Minutes should be abbreviated due to space constraints. %d represents the number of minutes */
+"FirefoxHome.Pocket.Minutes.v99" = "%d мин";
+
+/* This is the title of the Pocket section on Firefox Homepage. */
+"FirefoxHome.Pocket.SectionTitle" = "Приче које подстичу на размишљање";
+
+/* When a user taps and holds on an item from the Recently Visited section, this label will appear indicating the option to remove that item. */
+"FirefoxHome.RecentHistory.Remove" = "Уклони";
+
+/* On each Story on the Firefox Homepage, this label appears and indicates the number of minutes to read an article. Minutes should be abbreviated due to space constraints. %d represents the number of minutes */
+"FirefoxHome.Stories.Minutes.v140" = "мин: %d";
+
+/* Label showing how many pages there is in a search group. %d represents a number */
+"FirefoxHomepage.Common.PagesCount.v112" = "Странице: %d";
+
+/* The title for the Settings context menu action for sponsored tiles in the Firefox home page shortcuts section. Clicking this brings the users to the Shortcuts Settings. */
+"FirefoxHomepage.ContextualMenu.Settings.v101" = "Подешавања";
+
+/* The title for the Sponsored Content context menu action for sponsored tiles in the Firefox home page shortcuts section. Clicking this brings the users to a support page where users can learn more about Sponsored content and how it works. */
+"FirefoxHomepage.ContextualMenu.SponsoredContent.v101" = "Наши спонзори и ваша приватност";
+
+/* Accessibility action title to open the synced tab for tab pickup on the Firefox homepage in the Jump Back In section. */
+"FirefoxHomepage.JumpBackIn.TabPickup.OpenTab.A11y.v106" = "Отвори усклађени језичак";
+
+/* Button title shown for tab pickup on the Firefox homepage in the Jump Back In section. */
+"FirefoxHomepage.JumpBackIn.TabPickup.ShowAll.ButtonTitle.v104" = "Види све усклађене језичке";
+
+/* If a user is signed in, and a sync has been performed to collect their recent tabs from other signed in devices, their most recent tab from another device can now appear in the Jump Back In section. This label specifically points out which cell inside the Jump Back In section shows that synced tab. */
+"FirefoxHomepage.JumpBackIn.TabPickup.v104" = "Преузимање језичка";
+
+/* This string will show under the description on pocket story, indicating that the story is sponsored. */
+"FirefoxHomepage.Pocket.Sponsored.v103" = "Спонзорисано";
+
+/* This string will show under a shortcuts tile on the firefox home page, indicating that the tile is a sponsored tile. Space is limited, please keep as short as possible. */
+"FirefoxHomepage.Shortcuts.Sponsored.v100" = "Спонзорисано";
+
+/* This string will show under the description on pocket story, indicating that the story is sponsored. */
+"FirefoxHomepage.Stories.Sponsored.v140" = "Спонзорисано";
+
+/* Accessibility Label for the tab toolbar Forward button */
+"Forward" = "Напред";
+
+/* Settings section title for Firefox Account */
+"FxA.FirefoxAccount" = "Firefox налог";
+
+/* Button label to go to Firefox Account settings */
+"FxA.ManageAccount" = "Управљајте налогом и уређајима";
+
+/* Label when no internet is present */
+"FxA.NoInternetConnection" = "Нема интернет везе";
+
+/* FxA sign in view subtitle */
+"fxa.signin.camera-signin" = "Пријавите се помоћу камере";
+
+/* FxA sign in view qr code instructions */
+"fxa.signin.qr-link-instruction" = "На рачунару отворите Firefox и идите на firefox.com/pair";
+
+/* FxA sign in view qr code scan button */
+"fxa.signin.ready-to-scan" = "Спремно за скенирање";
+
+/* FxA sign in view email login button */
+"fxa.signin.use-email-instead" = "Уместо тога користите е-пошту";
+
+/* Button label to Sync your Firefox Account */
+"FxA.SyncNow" = "Усклади сада";
+
+/* Title of a notification displayed when another device has connected to FxA. %@ refers to the name of the newly connected device. */
+"FxAPush_DeviceConnected_body" = "Firefox Sync је повезан са %@";
+
+/* Title of a notification displayed when another device has connected to FxA. */
+"FxAPush_DeviceConnected_title" = "Усаглашавање је повезано";
+
+/* Body of a notification displayed when named device has been disconnected from FxA. %@ refers to the name of the disconnected device. */
+"FxAPush_DeviceDisconnected_body" = "%@ је успешно прекинуо везу.";
+
+/* Body of a notification displayed when this device has been disconnected from FxA by another device. */
+"FxAPush_DeviceDisconnected_ThisDevice_body" = "Овај уређај је успешно прекинуо везу са Firefox Sync-ом.";
+
+/* Title of a notification displayed when this device has been disconnected by another device. */
+"FxAPush_DeviceDisconnected_ThisDevice_title" = "Усаглашавање је прекинуто";
+
+/* Title of a notification displayed when named device has been disconnected from FxA. */
+"FxAPush_DeviceDisconnected_title" = "Усаглашавање је прекинуто";
+
+/* Body of a notification displayed when unnamed device has been disconnected from FxA. */
+"FxAPush_DeviceDisconnected_UnknownDevice_body" = "Уређај је прекинуо везу са Firefox Sync-ом";
+
+/* On the firefox homepage, the string read by the voice over prompt for accessibility, for the button which changes the wallpaper */
+"FxHomepage.Wallpaper.ButtonLabel.v99" = "Firefox логотип, промените позадину.";
+
+/* Show the SUMO support page from the Support section in the settings. see http://mzl.la/1dmM8tZ */
+"Help" = "Помоћ";
+
+/* Toggle history syncing setting */
+"History" = "Историјат";
+
+/* Title for button in the history panel to clear recent history */
+"HistoryPanel.ClearHistoryButtonTitle" = "Очисти скорашњи историјат…";
+
+/* Option title to clear all browsing history. */
+"HistoryPanel.ClearHistoryMenuOptionEverything" = "Све";
+
+/* Button to perform action to clear history for the last hour */
+"HistoryPanel.ClearHistoryMenuOptionTheLastHour" = "Последњих сат времена";
+
+/* Button to perform action to clear history for today only */
+"HistoryPanel.ClearHistoryMenuOptionToday" = "Данас";
+
+/* Button to perform action to clear history for yesterday and today */
+"HistoryPanel.ClearHistoryMenuOptionTodayAndYesterday" = "Данас и јуче";
+
+/* Title for the History Panel empty state. */
+"HistoryPanel.EmptyState.Title" = "Веб сајтови које сте недавно посетили ће се појавити овде.";
+
+/* Description for the empty synced tabs null state in the History Panel */
+"HistoryPanel.EmptySyncedTabsNullState.Description" = "Ваши језичци са других уређаја ће се појавити овде.";
+
+/* Description for the empty synced tabs 'not signed in' state in the History Panel */
+"HistoryPanel.EmptySyncedTabsPanelNotSignedInState.Description" = "Пријавите се да бисте видели списак језичака са ваших других уређаја.";
+
+/* Title for the empty synced tabs state in the History Panel */
+"HistoryPanel.EmptySyncedTabsState.Title" = "Firefox Sync";
+
+/* Title for the Back to History button in the History Panel */
+"HistoryPanel.HistoryBackButton.Title" = "Историјат";
+
+/* Title for the Recently Closed button in the History Panel */
+"HistoryPanel.RecentlyClosedTabsButton.Title" = "Недавно затворено";
+
+/* Accessibility label for the tab toolbar indicating the Home button. */
+"Home" = "Почетна";
+
+/* The title for the Bookmark context menu action for sites in Home Panels */
+"HomePanel.ContextMenu.Bookmark" = "Обележи";
+
+/* The title for the Delete from History context menu action for sites in Home Panels */
+"HomePanel.ContextMenu.DeleteFromHistory" = "Обриши из историјата";
+
+/* The title for the Open in New Private Tab context menu action for sites in Home Panels */
+"HomePanel.ContextMenu.OpenInNewPrivateTab.v101" = "Отвори у приватном језичку";
+
+/* The title for the Open in New Tab context menu action for sites in Home Panels */
+"HomePanel.ContextMenu.OpenInNewTab" = "Отвори у новом језичку";
+
+/* The title for the Remove context menu action for sites in Home Panels */
+"HomePanel.ContextMenu.Remove" = "Уклони";
+
+/* The title for the Remove Bookmark context menu action for sites in Home Panels */
+"HomePanel.ContextMenu.RemoveBookmark" = "Уклони обележивач";
+
+/* The title for the Share context menu action for sites in Home Panels */
+"HomePanel.ContextMenu.Share" = "Подели";
+
+/* A label indicating the keyboard shortcut to navigate backwards, through session history, inside the current tab. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.Back.DiscoveryTitle" = "Назад";
+
+/* A label indicating the keyboard shortcut of closing the current tab a user is in. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.CloseTab.DiscoveryTitle" = "Затвори језичак";
+
+/* A label indicating the keyboard shortcut of finding text a user desires within a page. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.Find.DiscoveryTitle" = "Пронађи";
+
+/* A label indicating the keyboard shortcut of switching to a subsequent tab. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.Forward.DiscoveryTitle" = "Напред";
+
+/* A label indicating the keyboard shortcut of creating a new private tab. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.NewPrivateTab.DiscoveryTitle" = "Нови приватни језичак";
+
+/* A label indicating the keyboard shortcut of creating a new tab. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.NewTab.DiscoveryTitle" = "Нови језичак";
+
+/* A label indicating the keyboard shortcut of switching from Private Browsing to Normal Browsing Mode. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.NormalMode.DiscoveryTitle" = "Нормалан режим прегледања";
+
+/* A label indicating the keyboard shortcut of switching from Normal Browsing mode to Private Browsing Mode. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.PrivateMode.DiscoveryTitle" = "Приватан режим прегледања";
+
+/* A label indicating the keyboard shortcut of reloading the current page. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.Reload.DiscoveryTitle" = "Поново учитај страницу";
+
+/* A label indicating the keyboard shortcut of directly accessing the URL, location, bar. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.SelectLocationBar.DiscoveryTitle" = "Изабери траку локације";
+
+/* A label indicating the keyboard shortcut of switching to a subsequent tab. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.ShowNextTab.DiscoveryTitle" = "Прикажи следећи језичак";
+
+/* A label indicating the keyboard shortcut of switching to a tab immediately preceding to the currently selected tab. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Hotkeys.ShowPreviousTab.DiscoveryTitle" = "Прикажи претходни језичак";
+
+/* In the Tabs Tray, in the Inactive Tabs section, this is the button the user must tap in order to close all inactive tabs. */
+"InactiveTabs.TabTray.CloseButtonTitle" = "Затвори све неактивне језичке";
+
+/* Accessibility label for button increasing font size in display settings of reader mode */
+"Increase text size" = "Повећај величину текста";
+
+/* Relative time for a tab that was visited within the last few moments. */
+"just now" = "управо сада";
+
+/* A label indicating the keyboard shortcut of resetting a web page's view to the standard viewing size. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.ActualSize" = "Стварна величина";
+
+/* A label indicating the keyboard shortcut of adding the currently viewing web page as a bookmark. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.AddBookmark" = "Додај обележивач";
+
+/* A label indicating the keyboard shortcut of clearing recent history. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.ClearRecentHistory" = "Очисти недавни историјат";
+
+/* A label indicating the keyboard shortcut of finding text a user desires within a page again. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.FindAgain" = "Пронађи поново";
+
+/* A label indicating the keyboard shortcut to reload a tab without it's cache. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. */
+"Keyboard.Shortcuts.RefreshWithoutCache.v108" = "Поново учитај занемарујући кеш";
+
+/* A label indicating a grouping of related keyboard shortcuts describing actions a user can do with Bookmarks. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.Section.Bookmark" = "Обележивачи";
+
+/* A label indicating a grouping of related keyboard shortcuts describing actions a user can do with History. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.Section.History" = "Историјат";
+
+/* A label indicating a grouping of related keyboard shortcuts describing actions a user can do with locally saved items. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.Section.Tools" = "Алати";
+
+/* A label indicating a grouping of related keyboard shortcuts describing actions a user can take when navigating between their availale set of tabs. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.Section.Window" = "Прозор";
+
+/* A label indicating the keyboard shortcut of opening the application's settings menu. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.Settings" = "Поставке";
+
+/* A label indicating the keyboard shortcut of showing all bookmarks. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.ShowBookmarks" = "Прикажи обележиваче";
+
+/* A label indcating the keyboard shortcut of showing all downloads. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.ShowDownloads" = "Прикажи преузимања";
+
+/* A label indicating the keyboard shortcut to switch from the current tab to the first tab. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.ShowFirstTab" = "Прикажи први језичак";
+
+/* A label indicating the keyboard shortcut of showing all history. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.ShowHistory" = "Прикажи историјат";
+
+/* A label indicating the keyboard shortcut switch from your current tab to the last tab. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.ShowLastTab" = "Прикажи последњи језичак";
+
+/* A label indicating the keyboard shortcut of enlarging the view of the current web page. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.ZoomIn" = "Увећај";
+
+/* A label indicating the keyboard shortcut of shrinking the view of the current web page. This label is displayed in the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Keyboard.Shortcuts.ZoomOut" = "Умањи";
+
+/* This label is meant to signify the section containing a group of items from the past thirty days. */
+"Last month" = "Прошлог месеца";
+
+/* This label is meant to signify the section containing a group of items from the past seven days. */
+"Last week" = "Прошле недеље";
+
+/* Panel accessibility label */
+"LibraryPanel.Accessibility.Bookmarks.v106" = "Обележивачи";
+
+/* Panel accessibility label */
+"LibraryPanel.Accessibility.History.v106" = "Историјат";
+
+/* Within the History Panel, users can delete search group sites history. They can cancel this action by pressing a cancel button. */
+"LibraryPanel.History.ClearGroupedTabsCancel.v100" = "Откажи";
+
+/* Within the History Panel, users can delete search group sites history. They need to confirm the action by pressing the delete button. */
+"LibraryPanel.History.ClearGroupedTabsDelete.v100" = "Обриши";
+
+/* Within the History Panel, users can delete search group sites history. %@ represents the search group name. */
+"LibraryPanel.History.ClearGroupedTabsTitle.v100" = "Обрисати све сајтове у %@?";
+
+/* Within the History Panel, users can open an action menu to clear recent history. */
+"LibraryPanel.History.ClearHistoryMenuTitle.v100" = "Уклања историјат (укључујући историјат усклађен са других уређаја), колачиће и остале податке прегледања.";
+
+/* Within the history panel, a user can navigate into a screen with only grouped history items. Within that screen, a user can now swipe to delete a single item in the list. This label informs the user of a deletion action on the item. */
+"LibraryPanel.History.DeleteGroupedItem.v104" = "TRANSLATION";
+
+/* In the history panel, users will be able to search terms in their browsing history. This label is shown when there is no results after querying the search terms in the user's history. */
+"LibraryPanel.History.NoHistoryFound.v99" = "TRANSLATION";
+
+/* In the history panel, this is the title on the button that navigates the user to a screen showing their recently closed tabs. */
+"LibraryPanel.History.RecentlyClosedTabs.v99" = "TRANSLATION";
+
+/* In the history panel, users will be able to search terms in their browsing history. This placeholder text inside the search component will indicate that a user can search through their browsing history. */
+"LibraryPanel.History.SearchHistoryPlaceholder.v99" = "TRANSLATION";
+
+/* Within the History Panel, users can see the option of viewing their history from synced tabs. */
+"LibraryPanel.History.SyncedHistory.v100" = "TRANSLATION";
+
+/* This label is meant to signify the section containing a group of items that are older than thirty days. */
+"LibraryPanel.Section.Older" = "TRANSLATION";
+
+/* Settings item that opens a tab containing the licenses. See http://mzl.la/1NSAWCG */
+"Licenses" = "TRANSLATION";
+
+/* Light theme setting in Reading View settings */
+"Light" = "TRANSLATION";
+
+/* Link for going to the non-reader page when the reader view could not be loaded. This message will appear only when sharing to Firefox reader mode from another app. */
+"Load original page" = "TRANSLATION";
+
+/* Message displayed when the reader mode page is loading. This message will appear only when sharing to Firefox reader mode from another app. */
+"Loading content…" = "TRANSLATION";
+
+/* Authentication prompt log in button */
+"Log in" = "TRANSLATION";
+
+/* Toggle logins syncing setting */
+"Logins" = "TRANSLATION";
+
+/* Title of the Learn More button that links to a support page about device passcode requirements. */
+"Logins.DevicePasscodeRequired.LearnMoreButtonTitle" = "TRANSLATION";
+
+/* Title of the Continue button. */
+"Logins.Onboarding.ContinueButtonTitle" = "TRANSLATION";
+
+/* Title of the Learn More button that links to a support page about device passcode requirements. */
+"Logins.Onboarding.LearnMoreButtonTitle" = "TRANSLATION";
+
+/* Warning message shown when you try to enable or use native AutoFill without a device passcode setup */
+"Logins.PasscodeRequirement.Warning" = "TRANSLATION";
+
+/* Label displaying welcome view tagline under the title */
+"Logins.WelcomeView.Tagline" = "TRANSLATION";
+
+/* Label displaying welcome view title */
+"Logins.WelcomeView.Title2" = "TRANSLATION";
+
+/* Title of the big blue button to enable AutoFill */
+"Logins.WelcomeView.TurnOnAutoFill" = "TRANSLATION";
+
+/* Button to not save the user's password */
+"LoginsHelper.DontSave.Button" = "TRANSLATION";
+
+/* Button to not update the user's password */
+"LoginsHelper.DontUpdate.Button" = "Don’t Update";
+
+/* Button to save the user's password */
+"LoginsHelper.SaveLogin.Button" = "Save Login";
+
+/* Button to update the user's password */
+"LoginsHelper.Update.Button" = "Update";
+
+/* Placeholder test for search box in logins list view. */
+"LoginsList.LoginsListSearchPlaceholder" = "Filter";
+
+/* Label that appears after the search if there are no logins matching the search */
+"LoginsList.NoMatchingResult.Subtitle" = "There are no results matching your search.";
+
+/* Title for cancel button for user to stop searching for a particular login */
+"LoginsList.Search.Cancel" = "Cancel";
+
+/* Label displaying select a password to fill instruction */
+"LoginsList.SelectPassword.Title" = "Select a password to fill";
+
+/* Title for the list of logins */
+"LoginsList.Title" = "SAVED LOGINS";
+
+/* Restore Tabs Prompt Description */
+"Looks like Firefox crashed previously. Would you like to restore your tabs?" = "Looks like Firefox crashed previously. Would you like to restore your tabs?";
+
+/* Title for the button that marks a reading list item as read */
+"Mark as Read" = "Mark as Read";
+
+/* Title for the button that marks a reading list item as unread */
+"Mark as Unread" = "Mark as Unread";
+
+/* Toast displayed to the user after a bookmark has been added. */
+"Menu.AddBookmark.Confirm" = "Bookmark Added";
+
+/* Label for the add bookmark button in the menu. Pressing this button bookmarks the current page. Please keep the text as short as possible for this label. */
+"Menu.AddBookmark.Label.v99" = "Add";
+
+/* Toast displayed to the user after adding the item to the Shortcuts. */
+"Menu.AddPin.Confirm2" = "Added to Shortcuts";
+
+/* Label for the add to reading list button in the menu. Pressing this button adds the current page to the reading list. Please keep the text as short as possible for this label. */
+"Menu.AddReadingList.Label.v99" = "Add";
+
+/* Toast displayed to the user after adding the item to their reading list. */
+"Menu.AddToReadingList.Confirm" = "Added To Reading List";
+
+/* Label for the add to shortcuts button in the menu. Pressing this button pins the current website as a shortcut on the home page. */
+"Menu.AddToShortcuts.v99" = "Add to Shortcuts";
+
+/* Label for the button, displayed in the menu, takes you to bookmarks screen when pressed. */
+"Menu.Bookmarks.Label" = "Bookmarks";
+
+/* The title for the button that lets you copy the url from the location bar. */
+"Menu.Copy.Title" = "Copy Address";
+
+/* Toast displayed to user after copy url pressed. */
+"Menu.CopyURL.Confirm" = "URL Copied To Clipboard";
+
+/* Label for the customize homepage button in the menu page. Pressing this button takes users to the settings options, where they can customize the Firefox Home page */
+"Menu.CustomizeHomePage.v99" = "Прилагоди почетну страну";
+
+/* Label for the button, displayed in the menu, takes you to Downloads screen when pressed. */
+"Menu.Downloads.Label" = "Преузимања";
+
+/* A switch to disable enhanced tracking protection inside the menu. */
+"Menu.EnhancedTrackingProtectionOff.Title" = "Заштите су ИСКЉУЧЕНЕ за овај сајт";
+
+/* A switch to enable enhanced tracking protection inside the menu. */
+"Menu.EnhancedTrackingProtectionOn.Title" = "Заштите су УКЉУЧЕНЕ за овај сајт";
+
+/* Label for the help button in the menu page. Pressing this button opens the support page https://support.mozilla.org/en-US/products/ios */
+"Menu.Help.v99" = "Помоћ";
+
+/* Label for the button, displayed in the menu, takes you to History screen when pressed. */
+"Menu.History.Label" = "Историјат";
+
+/* Label for the new private tab button in the menu page. Pressing this button opens a new private tab. */
+"Menu.NewPrivateTab.Label" = "Нови приватни језичак";
+
+/* Label for the new tab button in the menu page. Pressing this button opens a new tab. */
+"Menu.NewTab.v99" = "Нови језичак";
+
+/* Label for the button, displayed in the menu, turns off night mode. */
+"Menu.NightModeTurnOff.Label2" = "Искључи ноћни режим";
+
+/* Label for the button, displayed in the menu, turns on night mode. */
+"Menu.NightModeTurnOn.Label2" = "Укључи ноћни режим";
+
+/* Label for the button, displayed in the menu, takes you to passwords screen when pressed. */
+"Menu.Passwords.Label" = "Лозинке";
+
+/* The title for the button that lets you paste into the location bar */
+"Menu.Paste.Title" = "Налепи";
+
+/* The title for the button that lets you paste and go to a URL */
+"Menu.PasteAndGo.Title" = "Налепи и иди";
+
+/* Label for the button, displayed in the menu, takes you to Reading List screen when pressed. */
+"Menu.ReadingList.Label" = "Листа за читање";
+
+/* Label for the button, displayed in the menu, used to reload the current website without Tracking Protection */
+"Menu.ReloadWithoutTrackingProtection.Title" = "Поново учитај без заштите од праћења";
+
+/* Label for the button, displayed in the menu, used to reload the current website with Tracking Protection enabled */
+"Menu.ReloadWithTrackingProtection.Title" = "Поново учитај са заштитом од праћења";
+
+/* Toast displayed to the user after a bookmark has been removed. */
+"Menu.RemoveBookmark.Confirm" = "Обележивач је уклоњен";
+
+/* Label for the remove bookmark button in the menu. Pressing this button remove the current page from the bookmarks. Please keep the text as short as possible for this label. */
+"Menu.RemoveBookmark.Label.v99" = "Уклони";
+
+/* Label for the remove from shortcuts button in the menu. Pressing this button removes the current website from the shortcut pins on the home page. */
+"Menu.RemovedFromShortcuts.v99" = "Уклони из пречица";
+
+/* Toast displayed to the user after removing the item to the Shortcuts. */
+"Menu.RemovePin.Confirm2.v99" = "Уклоњено из пречица";
+
+/* Toast displayed to confirm to the user that his reading list item was correctly removed. */
+"Menu.RemoveReadingList.Confirm.v99" = "Уклоњено из листе за читање";
+
+/* Label for the remove from reading list button in the menu. Pressing this button removes the current page from the reading list. Please keep the text as short as possible for this label. */
+"Menu.RemoveReadingList.Label.v99" = "Уклони";
+
+/* Label for the share button in the menu page. Pressing this button open the share menu to share the current website. */
+"Menu.Share.v99" = "Подели";
+
+/* Label for the Firefox Sync button in the menu page. Pressing this button open the sign in to Firefox page service to sync and save data. */
+"Menu.SyncAndSaveData.v103" = "Усклади и сачувај податке";
+
+/* Toast displayed to the user after a tab has been sent successfully. */
+"Menu.TabSent.Confirm" = "Језичак је послат";
+
+/* Accessibility label for the Bookmark button on the toolbar. Pressing this button opens the bookmarks menu */
+"Menu.Toolbar.Bookmarks.AccessibilityLabel.v99" = "Обележивачи";
+
+/* Accessibility label for the Home button on the toolbar. Pressing this button brings the user to the home page. */
+"Menu.Toolbar.Home.AccessibilityLabel.v99" = "Почетна";
+
+/* String to let users know the site verifier, where %@ represents the SSL certificate signer. */
+"Menu.TrackingProtection.Details.Verifier" = "Потврдио %@";
+
+/* The title for tracking protection settings */
+"Menu.TrackingProtection.ProtectionSettings.Title" = "Подешавања заштите";
+
+/* The title that shows the number of content cookies blocked */
+"Menu.TrackingProtectionBlockedContent.Title" = "Садржај за праћење";
+
+/* The title that shows the number of social URLs blocked */
+"Menu.TrackingProtectionBlockedSocial.Title" = "Друштвени пратиоци";
+
+/* The title that shows the number of cross-site URLs blocked */
+"Menu.TrackingProtectionCrossSiteTrackers.Title" = "Пратиоци између сајтова";
+
+/* The title that shows the number of cryptomining scripts blocked */
+"Menu.TrackingProtectionCryptominersBlocked.Title" = "Крипторудари";
+
+/* Description of content trackers. */
+"Menu.TrackingProtectionDescription.ContentTrackers" = "Веб сајтови могу учитавати спољне огласе, видео снимке и други садржај који садржи скривене пратиоце. Блокирање овога може убрзати учитавање веб сајтова, али нека дугмад, обрасци и поља за пријаву можда неће радити.";
+
+/* Description of cross-site trackers. */
+"Menu.TrackingProtectionDescription.CrossSiteNew" = "Ови колачићи вас прате са сајта на сајт како би прикупили податке о томе шта радите на мрежи. Постављају их треће стране, као што су оглашивачи и компаније за аналитику.";
+
+/* Description of cryptominers. */
+"Menu.TrackingProtectionDescription.CryptominersNew" = "Крипторудари тајно користе рачунарску снагу вашег система за рударење дигиталног новца. Скрипте за крипторударење троше вашу батерију, успоравају ваш рачунар и могу повећати ваш рачун за струју.";
+
+/* Description of fingerprinters. */
+"Menu.TrackingProtectionDescription.Fingerprinters" = "Подешавања вашег прегледача и рачунара су јединствена. Сакупљачи дигиталних отисака прикупљају низ ових јединствених подешавања како би направили ваш профил, који се може користити за ваше праћење док прегледате мрежу.";
+
+/* Description of social network trackers. */
+"Menu.TrackingProtectionDescription.SocialNetworksNew" = "Друштвене мреже постављају пратиоце на друге веб сајтове како би изградиле потпунији и циљанији профил о вама. Блокирање ових пратилаца смањује колико компаније друштвених медија могу да виде шта радите на мрежи.";
+
+/* The title that shows the number of fingerprinting scripts blocked */
+"Menu.TrackingProtectionFingerprintersBlocked.Title" = "Сакупљачи дигиталних отисака";
+
+/* The title for the option to view the What's new page. */
+"Menu.WhatsNew.Title" = "Шта је ново";
+
+/* Label for the zoom page button in the menu, used to show the Zoom Page bar. %@ shows the current zoom level in percent. */
+"Menu.ZoomPage.Title.v113" = "Увећај (%@)";
+
+/* Accessibility label for Mobile Device image in remote tabs list */
+"mobile device" = "мобилни уређај";
+
+/* Relative date for dates older than a month and less than two months. */
+"more than a month ago" = "пре више од месец дана";
+
+/* Description for a date more than a week ago, but less than a month ago. */
+"more than a week ago" = "пре више од недељу дана";
+
+/* Accessibility label for the navigation toolbar displayed at the bottom of the screen. */
+"Navigation Toolbar" = "Трака за навигацију";
+
+/* Accessibility label for the New Tab button in the tab toolbar. */
+"New Tab" = "Нови језичак";
+
+/* Restore Tabs Negative Action */
+"No" = "Не";
+
+/* Message spoken by VoiceOver to indicate that there are no tabs in the Tabs Tray */
+"No tabs" = "Нема језичака";
+
+/* OK button */
+"OK" = "У реду";
+
+/* Restore Tabs Affirmative Action */
+"Okay" = "У реду";
+
+/* On the onboarding card letting users know what's new in this version of Firefox, this is the title for the button, on the bottom of the card, used to get back to browsing on Firefox by dismissing the onboarding card */
+"Onboarding.WhatsNew.Button.Title" = "Почни прегледање";
+
+/* Title for prompt displayed to user after the app crashes */
+"Oops! Firefox crashed" = "Упс! Firefox се срушио";
+
+/* See http://mzl.la/1LXbDOL */
+"Open articles in Reader View by tapping the book icon when it appears in the title bar." = "Отворите чланке у приказу за читање притиском на иконицу књиге када се појави у траци наслова.";
+
+/* See http://mzl.la/1G7uHo7 */
+"Open Settings" = "Отвори подешавања";
+
+/* Toggle tabs syncing setting */
+"Open Tabs" = "Отворени језичци";
+
+/* The message displayed to a user when they try to open a URL that cannot be handled by Firefox, or any external app. */
+"OpenURL.Error.Message" = "Firefox не може да отвори страницу јер има неисправну адресу.";
+
+/* Title of the message shown when the user attempts to navigate to an invalid link. */
+"OpenURL.Error.Title" = "Не могу да отворим страницу";
+
+/* Password textbox in Authentication prompt */
+"Password" = "Лозинка";
+
+/* See http://mzl.la/1G7uHo7 */
+"PhotoLibrary.FirefoxWouldLikeAccessMessage" = "Ово вам омогућава да сачувате слику у вашу галерију камера.";
+
+/* See http://mzl.la/1G7uHo7 */
+"PhotoLibrary.FirefoxWouldLikeAccessTitle" = "Firefox жели да приступи вашим фотографијама";
+
+/* Button for closing the menu action sheet */
+"PhotonMenu.close" = "Затвори";
+
+/* Privacy section title */
+"Privacy" = "Приватност";
+
+/* Show Firefox Browser Privacy Policy page from the Privacy section in the settings. See https://www.mozilla.org/privacy/firefox/ */
+"Privacy Policy" = "Политика приватности";
+
+/* This is the value for a label that indicates if a user is on an unencrypted website. */
+"ProtectionStatus.NotSecure" = "Веза није безбедна";
+
+/* This is the value for a label that indicates if a user is on a secure https connection. */
+"ProtectionStatus.Secure" = "Веза је безбедна";
+
+/* Title for quick-search engines settings section. */
+"Quick-Search Engines" = "Претраживачи за брзу претрагу";
+
+/* A label indicating the action that a user can rate the Firefox app in the App store. */
+"Ratings.Settings.RateOnAppStore" = "Оцените у App Store-у";
+
+/* Accessibility label for read article in reading list. It's a past participle - functions as an adjective. */
+"read" = "прочитано";
+
+/* Accessibility label for the Reader View button */
+"Reader View" = "Приказ за читање";
+
+/* Accessibility message e.g. spoken by VoiceOver when Reader Mode becomes available. */
+"ReaderMode.Available.VoiceOverAnnouncement" = "Режим читања је доступан";
+
+/* Name for Mark as read button in reader mode */
+"ReaderModeBar.MarkAsRead.v106" = "Означи као прочитано";
+
+/* Name for Mark as unread button in reader mode */
+"ReaderModeBar.MarkAsUnread.v106" = "Означи као непрочитано";
+
+/* Panel accessibility label */
+"Reading list" = "Листа за читање";
+
+/* Title for the Recently Closed Tabs Panel */
+"RecentlyClosedTabsPanel.Title" = "Недавно затворено";
+
+/* More button text for Recently Saved items at the home page. */
+"RecentlySaved.Actions.More" = "Прикажи све";
+
+/* Accessibility Label for the tab toolbar Reload button */
+"Reload" = "Поново учитај";
+
+/* Accessibility label for the reload button */
+"Reload page" = "Поново учитај страницу";
+
+/* Title for the button that removes a reading list item */
+"Remove" = "Уклони";
+
+/* Name for button removing current article from reading list in reader mode */
+"Remove from Reading List" = "Уклони из листе за читање";
+
+/* Cancel button text shown in reopen-alert at home page. */
+"ReopenAlert.Actions.Cancel" = "Откажи";
+
+/* Reopen button text shown in reopen-alert at home page. */
+"ReopenAlert.Actions.Reopen" = "Поново отвори";
+
+/* Reopen alert title shown at home page. */
+"ReopenAlert.Title" = "Поново отвори последњи затворени језичак";
+
+/* Accessibility label for button resetting font size in display settings of reader mode */
+"Reset text size" = "Ресетуј величину текста";
+
+/* Font type setting in the reading view settings */
+"Sans-serif" = "Бесерифни";
+
+/* See http://mzl.la/1LXbDOL */
+"Save pages to your Reading List by tapping the book plus icon in the Reader View controls." = "Сачувајте странице у своју листу за читање притиском на иконицу књиге са плусом у контролама приказа за читање.";
+
+/* OK button to dismiss the error prompt. */
+"ScanQRCode.Error.OK.Button" = "У реду";
+
+/* Text for the instructions label, displayed in the QR scanner view */
+"ScanQRCode.Instructions.Label" = "Поравнајте КР код унутар оквира за скенирање";
+
+/* Text of the prompt that is shown to the user when the data is invalid */
+"ScanQRCode.InvalidDataError.Message" = "Подаци су неисправни";
+
+/* Text of the prompt to setup the camera authorization for the Scan QR Code feature. */
+"ScanQRCode.PermissionError.Message.v100" = "Идите у „Подешавања“ уређаја > „Firefox“. Дозволите Firefox-у приступ камери.";
+
+/* Title for the QR code scanner view. */
+"ScanQRCode.View.Title" = "Скенирај КР код";
+
+/* Open search section of settings */
+"Search" = "Претрага";
+
+/* The text shown in the URL bar on about:home */
+"Search or enter address" = "Претражите или унесите адресу";
+
+/* Search suggestion cell label that allows user to switch to tab which they searched for in url bar */
+"Search.Awesomebar.SwitchToTab" = "Пређи на језичак";
+
+/* When making a new search from the awesome bar, suggestions appear to the user as they write new letters in their search. Different types of suggestions can appear. This string will be used as a header to separate Firefox suggestions from normal suggestions. */
+"Search.SuggestSectionTitle.v102" = "Firefox предлози";
+
+/* The message that asks the user to Add the search provider explaining where the search engine will appear */
+"Search.ThirdPartyEngines.AddMessage" = "Нови претраживач ће се појавити у траци за брзу претрагу.";
+
+/* The success message that appears after a user sucessfully adds a new search engine */
+"Search.ThirdPartyEngines.AddSuccess" = "Претраживач је додат!";
+
+/* The title that asks the user to Add the search provider */
+"Search.ThirdPartyEngines.AddTitle" = "Додати добављача претраге?";
+
+/* The cancel button if you do not want to add a search engine. */
+"Search.ThirdPartyEngines.Cancel" = "Откажи";
+
+/* A message explaining fault in custom search engine form. */
+"Search.ThirdPartyEngines.DuplicateErrorMessage" = "Претраживач са овим насловом или адресом је већ додат.";
+
+/* A title stating that we failed to add custom search engine. */
+"Search.ThirdPartyEngines.DuplicateErrorTitle" = "Није успело";
+
+/* A title explaining that we failed to add a search engine */
+"Search.ThirdPartyEngines.FailedMessage" = "Добављач претраге није могао бити додат.";
+
+/* A title explaining that we failed to add a search engine */
+"Search.ThirdPartyEngines.FailedTitle" = "Није успело";
+
+/* A message explaining fault in custom search engine form. */
+"Search.ThirdPartyEngines.FormErrorMessage" = "Попуните сва поља исправно.";
+
+/* A title stating that we failed to add custom search engine. */
+"Search.ThirdPartyEngines.FormErrorTitle" = "Није успело";
+
+/* The confirmation button */
+"Search.ThirdPartyEngines.OK" = "OK";
+
+/* Message displayed in the crash dialog above the buttons used to select when sending reports */
+"Send a crash report so Mozilla can fix the problem?" = "Send a crash report so Mozilla can fix the problem?";
+
+/* Menu item in settings used to open input.mozilla.org where people can submit feedback */
+"Send Feedback" = "Send Feedback";
+
+/* Used as a button label for crash dialog prompt */
+"Send Report" = "Send Report";
+
+/* Button title for cancelling share screen */
+"SendTo.Cancel.Button" = "Cancel";
+
+/* Close button in top navigation bar */
+"SendTo.Close.Button" = "Close";
+
+/* Header for the list of devices table */
+"SendTo.DeviceList.Text" = "Available devices:";
+
+/* Message in error prompt explaining why the URL is invalid. */
+"SendTo.Error.Message" = "Only HTTP and HTTPS links can be shared.";
+
+/* OK button to dismiss the error prompt. */
+"SendTo.Error.OK.Button" = "OK";
+
+/* Title of error prompt displayed when an invalid URL is shared. */
+"SendTo.Error.Title" = "The link you are trying to share cannot be shared.";
+
+/* Title of the dialog that allows you to send a tab to a different device */
+"SendTo.NavBar.Title" = "Send Tab";
+
+/* Error message shown in the remote tabs panel */
+"SendTo.NoDevicesFound.Message" = "You don’t have any other devices connected to this Firefox Account available to sync.";
+
+/* See http://mzl.la/1ISlXnU */
+"SendTo.NotSignedIn.Message" = "Please open Firefox, go to Settings and sign in to continue.";
+
+/* See http://mzl.la/1ISlXnU */
+"SendTo.NotSignedIn.Title" = "You are not signed in to your Firefox Account.";
+
+/* Navigation bar button to Send the current page to a device */
+"SendTo.SendAction.Text" = "Send";
+
+/* Body of notification shown when the device is sent one or more tabs from an unnamed device. */
+"SentTab_TabArrivingNotification_NoDevice_body" = "New tab arrived from another device.";
+
+/* Title of notification shown when the device is sent one or more tabs from an unnamed device. */
+"SentTab_TabArrivingNotification_NoDevice_title" = "Tab received";
+
+/* Body of notification shown when the device is sent one or more tabs from the named device. %@ is the placeholder for the app name. */
+"SentTab_TabArrivingNotification_WithDevice_body" = "Нови језичак је стигао у %@";
+
+/* Title of notification shown when the device is sent one or more tabs from the named device. %@ is the placeholder for the device name. This device name will be localized by that device. */
+"SentTab_TabArrivingNotification_WithDevice_title" = "Језичак је примљен са %@";
+
+/* Body of notification received after a spurious message from FxA has been received. */
+"SentTab.NoTabArrivingNotification.body" = "Tap to begin";
+
+/* Title of notification received after a spurious message from FxA has been received. */
+"SentTab.NoTabArrivingNotification.title" = "Firefox Sync";
+
+/* Label for an action used to view one or more tabs from a notification. */
+"SentTab.ViewAction.title" = "View";
+
+/* Sepia theme setting in Reading View settings */
+"Sepia" = "Сепија";
+
+/* Font type setting in the reading view settings */
+"Serif" = "Серифни";
+
+/* Title in the settings view controller title bar */
+"Settings" = "Подешавања";
+
+/* The button text in Search Settings that opens the Custom Search Engine view. */
+"Settings.AddCustomEngine" = "Додај претраживач";
+
+/* The text on the Save button when saving a custom search engine */
+"Settings.AddCustomEngine.SaveButtonText" = "Сачувај";
+
+/* The title of the Custom Search Engine view. */
+"Settings.AddCustomEngine.Title" = "Додај претраживач";
+
+/* The title for the field which sets the title for a custom search engine. */
+"Settings.AddCustomEngine.TitleLabel" = "Наслов";
+
+/* The placeholder for Title Field when saving a custom search engine. */
+"Settings.AddCustomEngine.TitlePlaceholder" = "Претраживач";
+
+/* The title for URL Field */
+"Settings.AddCustomEngine.URLLabel" = "Адреса";
+
+/* The placeholder for URL Field when saving a custom search engine */
+"Settings.AddCustomEngine.URLPlaceholder" = "Адреса (замените упит са %s)";
+
+/* In the settings menu, in the Address Bar customization section, this label indicates that selecting this will make the address bar appear at the bottom of the screen. */
+"Settings.AddressBar.Bottom.v138" = "Доле";
+
+/* In the settings menu, in the Address Bar customization menu, this is the title of the section where the user can toggle the address bar position. */
+"Settings.AddressBar.SectionTitle.v138" = "Положај траке адресе";
+
+/* In the settings menu, this label indicates that there is an option of customizing the Address Bar position. */
+"Settings.AddressBar.SettingsTitle.v138" = "Трака адреса";
+
+/* In the settings menu, in the Address Bar customization section, this label indicates that selecting this will make the address bar appear at the top of the screen. */
+"Settings.AddressBar.Top.v138" = "Врх";
+
+/* Browser theme settings section title in Appearance settings */
+"Settings.Appearance.BrowserTheme.SectionHeader.v137" = "Тема прегледача";
+
+/* Title in main app settings for Appearance settings */
+"Settings.Appearance.Title.v137" = "Изглед";
+
+/* Website Appearance settings section title in Appearance settings */
+"Settings.Appearance.WebsiteAppearance.SectionHeader.v137" = "Изглед веб странице";
+
+/* Under Website Appearance section in Appearance menu, this is the text under the toggle describing the dark mode feature. */
+"Settings.Appearance.WebsiteDarkMode.Description.v137" = "Омогућава веб сајтовима тамни изглед. Неки сајтови можда неће изгледати исправно.";
+
+/* Under Website Appearance section in Appearance menu, this is the title of the toggle to switch dark theme on/off. */
+"Settings.Appearance.WebsiteDarkModeToggle.Title.v137" = "Тамни режим веб сајта";
+
+/* Title of setting to block opening external apps when pressing links. */
+"Settings.BlockOpeningExternalApps.Title" = "Блокирај отварање спољних апликација";
+
+/* Button in Data Management that clears all items. */
+"Settings.ClearAllWebsiteData.Clear.Button" = "Обриши све податке веб страница";
+
+/* Button in settings that clears private data for the selected items. */
+"Settings.ClearPrivateData.Clear.Button" = "Обриши приватне податке";
+
+/* Label used as an item in Settings. When touched it will open a dialog prompting the user to make sure they want to clear all of their private data. */
+"Settings.ClearPrivateData.SectionName" = "Очисти приватне податке";
+
+/* Button in Data Management that clears private data for the selected items. %1$@ is the number of items to be cleared. */
+"Settings.ClearSelectedWebsiteData.ClearSelected.Button" = "Очисти ставке: %1$@";
+
+/* Copy app version alert shown in settings. */
+"Settings.CopyAppVersion.Title" = "Копирано у оставу";
+
+/* Default text in search bar for Data Management */
+"Settings.DataManagement.SearchLabel" = "Филтрирај сајтове";
+
+/* Label used as an item in Settings. When touched it will open a dialog prompting the user to make sure they want to clear all of their private data. */
+"Settings.DataManagement.SectionName" = "Управљање подацима";
+
+/* Title displayed in header of the setting panel. */
+"Settings.DataManagement.Title" = "Управљање подацима";
+
+/* Body of the alert when prompting the user asking to disconnect. */
+"Settings.Disconnect.Body" = "Firefox ће прекинути усклађивање са вашим налогом, али неће обрисати податке прегледања са овог уређаја.";
+
+/* Button displayed at the bottom of settings page allowing users to Disconnect from FxA */
+"Settings.Disconnect.Button" = "Прекини везу са Sync-ом";
+
+/* Cancel action button in alert when user is prompted for disconnect */
+"Settings.Disconnect.CancelButton" = "Откажи";
+
+/* Destructive action button in alert when user is prompted for disconnect */
+"Settings.Disconnect.DestructiveButton" = "Прекини везу";
+
+/* Title of the alert when prompting the user asking to disconnect. */
+"Settings.Disconnect.Title" = "Прекинути везу са Sync-ом?";
+
+/* Section header for brightness slider. */
+"Settings.DisplayTheme.BrightnessThreshold.SectionHeader" = "Праг";
+
+/* Display (theme) settings label to show if manually switch theme is enabled. */
+"Settings.DisplayTheme.Manual.StatusLabel" = "Ручно";
+
+/* Display (theme) settings switch subtitle, explaining the title 'Manually'. */
+"Settings.DisplayTheme.Manual.SwitchSubtitle" = "Изаберите жељену тему";
+
+/* Display (theme) setting to choose the theme manually. */
+"Settings.DisplayTheme.Manual.SwitchTitle" = "Ручно";
+
+/* Option choice in display theme settings for dark theme */
+"Settings.DisplayTheme.OptionDark" = "Тамна";
+
+/* Option choice in display theme settings for light theme */
+"Settings.DisplayTheme.OptionLight" = "Светла";
+
+/* Display (theme) settings footer describing how the brightness slider works. */
+"Settings.DisplayTheme.SectionFooter" = "Тема ће се аутоматски променити на основу осветљености вашег екрана. Можете поставити праг када се тема мења. Кружић означава тренутну осветљеност вашег екрана.";
+
+/* Display (theme) settings label to show if automatically switch theme is enabled. */
+"Settings.DisplayTheme.StatusTitle" = "Аутоматски";
+
+/* Switch mode settings section title */
+"Settings.DisplayTheme.SwitchMode.SectionHeader" = "Начин промене";
+
+/* Display (theme) settings switch subtitle, explaining the title 'Automatically'. */
+"Settings.DisplayTheme.SwitchSubtitle" = "Промени аутоматски на основу осветљености екрана";
+
+/* Display (theme) settings switch to choose whether to set the dark mode manually, or automatically based on the brightness slider. */
+"Settings.DisplayTheme.SwitchTitle" = "Аутоматски";
+
+/* System theme settings section title */
+"Settings.DisplayTheme.SystemTheme.SectionHeader" = "Системска тема";
+
+/* System theme settings switch to choose whether to use the same theme as the system */
+"Settings.DisplayTheme.SystemTheme.SwitchTitle" = "Користи системски светли/тамни режим";
+
+/* Theme picker settings section title */
+"Settings.DisplayTheme.ThemePicker.SectionHeader" = "Бирач теме";
+
+/* Title in main app settings for Theme settings */
+"Settings.DisplayTheme.Title.v2" = "Тема";
+
+/* Label used for the device name settings section. */
+"Settings.FxA.DeviceName" = "Назив уређаја";
+
+/* Label used as a section title in the Firefox Accounts Settings screen. */
+"Settings.FxA.Sync.SectionName" = "Подешавања усаглашавања";
+
+/* Title displayed in header of the FxA settings panel. */
+"Settings.FxA.Title" = "Firefox налог";
+
+/* General settings section title */
+"Settings.General.SectionName" = "Опште";
+
+/* This is the description below the settings section located in the menu under customize current homepage. It describes what the options in the section are for. */
+"Settings.Home.Current.Description.v101" = "Изаберите шта се приказује као почетна страница.";
+
+/* In the settings menu, on the Firefox homepage customization section, this is the description below the section, describing what the options in the section are for. */
+"Settings.Home.Option.Description.v101" = "Изаберите шта је укључено на Firefox почетној страници.";
+
+/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to toggle the Jump Back In section on homepage on or off */
+"Settings.Home.Option.JumpBackIn" = "Наставите где сте стали";
+
+/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to turn the Pocket Recommendations section on the Firefox homepage on or off */
+"Settings.Home.Option.Pocket" = "Препоручује Pocket";
+
+/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to toggle Recently Saved section on the Firefox homepage on or off */
+"Settings.Home.Option.RecentlySaved" = "Недавно сачувано";
+
+/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to toggle Recently Visited section on the Firfox homepage on or off */
+"Settings.Home.Option.RecentlyVisited" = "Недавно посећено";
+
+/* In the settings menu, in the Firefox homepage customization section, this is the title for the option that allows users to toggle Shortcuts section on the Firefox homepage on or off */
+"Settings.Home.Option.Shortcuts" = "Пречице";
+
+/* In the settings menu, on the Start at Home homepage customization option, this allows users to set this setting to return to the Homepage after four hours of inactivity. */
+"Settings.Home.Option.StartAtHome.AfterFourHours" = "Почетна страница након четири сата неактивности";
+
+/* In the settings menu, on the Start at Home homepage customization option, this allows users to set this setting to return to the Homepage every time they open up Firefox */
+"Settings.Home.Option.StartAtHome.Always" = "Почетна страница";
+
+/* In the settings menu, in the Start at Home customization options, this is text that appears below the section, describing what the section settings do. */
+"Settings.Home.Option.StartAtHome.Description" = "Изаберите шта желите да видите када се вратите у Firefox.";
+
+/* In the settings menu, on the Start at Home homepage customization option, this allows users to set this setting to return to the last tab they were on, every time they open up Firefox */
+"Settings.Home.Option.StartAtHome.Never" = "Последњи језичак";
+
+/* Title for the section in the settings menu where users can configure the behaviour of the Start at Home feature on the Firefox Homepage. */
+"Settings.Home.Option.StartAtHome.Title" = "Почетни екран";
+
+/* In the settings menu, this is the title of the Firefox Homepage customization settings section */
+"Settings.Home.Option.Title.v101" = "Укључи на почетну страницу";
+
+/* In the settings menu, on the Firefox homepage customization section, this is the title for the option that allows users to access the wallpaper settings for the application. */
+"Settings.Home.Option.Wallpaper" = "Позадина";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the accessibility string for the amethyst firefox wallpaper. */
+"Settings.Home.Option.Wallpaper.Accessibility.AmethystWallpaper.v99" = "Firefox позадина, аметист шара.";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the title accessibility string for the beach hills firefox wallpaper. */
+"Settings.Home.Option.Wallpaper.Accessibility.BeachHillsWallpaper.v100" = "Firefox позадина, пешчана брда шара.";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the title accessibility string for the cerulean firefox wallpaper. */
+"Settings.Home.Option.Wallpaper.Accessibility.CeruleanWallpaper.v99" = "Firefox позадина, плаветна шара.";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the accessibility string for the default wallpaper. */
+"Settings.Home.Option.Wallpaper.Accessibility.DefaultWallpaper.v99" = "Подразумевана чиста позадина.";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the title accessibility string for the sunrise firefox wallpaper. */
+"Settings.Home.Option.Wallpaper.Accessibility.SunriseWallpaper.v99" = "Firefox позадина, шара изласка сунца.";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the accessibility string of the toggle for turning wallpaper cycling shortcut on or off on the homepage. */
+"Settings.Home.Option.Wallpaper.Accessibility.ToggleButton" = "Прекидач за кружење позадине почетне странице";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the title accessibility string for the twilight hills firefox wallpaper. */
+"Settings.Home.Option.Wallpaper.Accessibility.TwilightHillsWallpaper.v100" = "Firefox позадина, шара сумрачних брда.";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the title of the group of wallpapers that are always available to the user. The %@ will be replaced by the app name and thus doesn't need translation. */
+"Settings.Home.Option.Wallpaper.Classic.Title.v106" = "Класично %@";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the title of the section that allows users to change the wallpaper settings for the application. */
+"Settings.Home.Option.Wallpaper.CollectionTitle" = "ПОЧЕТНИ ЕКРАН";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the button title of the group of wallpapers that are seasonally available to the user. */
+"Settings.Home.Option.Wallpaper.LearnMore.v106" = "Сазнај више";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the default description of the group of wallpapers that are seasonally available to the user. */
+"Settings.Home.Option.Wallpaper.LimitedEdition.Default.Description.v106" = "Испробајте нову колекцију.";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the description of the group of wallpapers that are seasonally available to the user. */
+"Settings.Home.Option.Wallpaper.LimitedEdition.IndependentVoices.Description.v106" = "Нова колекција „Независни гласови“.";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the title of the group of wallpapers that are seasonally available to the user. */
+"Settings.Home.Option.Wallpaper.LimitedEdition.Title.v106" = "Ограничено издање";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the string titling the switch button's function, which allows a user to toggle wallpaper switching from the homepage logo on or off. */
+"Settings.Home.Option.Wallpaper.SwitchTitle.v99" = "Промените позадину додиром на логотип почетне странице Firefox-а";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the title of that screen, which allows users to change the wallpaper settings for the application. */
+"Settings.Home.Option.Wallpaper.Title" = "Позадина";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the title of toast that comes up when the user changes wallpaper, which lets them know that the wallpaper has been updated. */
+"Settings.Home.Option.Wallpaper.UpdatedToast" = "Позадина је ажурирана!";
+
+/* In the settings menu, on the Firefox wallpaper customization screen, this is the title of the button found on the toast that comes up once the user changes wallpaper, and allows users to dismiss the settings page. In this case, consider View as a verb - the action of dismissing settings and seeing the wallpaper. */
+"Settings.Home.Option.Wallpaper.UpdatedToastButton" = "Прегледај";
+
+/* Label used as an item in Settings. When touched it will open a dialog to configure the home page and its uses. */
+"Settings.HomePage.SectionName" = "Почетна страница";
+
+/* This string is the title of the setting button which can be clicked to open a page to customize the number of rows in the shortcuts section */
+"Settings.Homepage.Shortcuts.Rows.v100" = "Редови";
+
+/* This string is the title of the page to customize the number of rows in the shortcuts section */
+"Settings.Homepage.Shortcuts.RowsPageTitle.v100" = "Редови";
+
+/* Users can disable or enable shortcuts related settings. This string is the title of the page to change your shortcuts settings. */
+"Settings.Homepage.Shortcuts.ShortcutsPageTitle.v100" = "Пречице";
+
+/* This string is the title of the toggle to disable the shortcuts section in the settings page. */
+"Settings.Homepage.Shortcuts.ShortcutsToggle.v100" = "Пречице";
+
+/* This string is the title of the toggle to disable the sponsored shortcuts functionnality which can be enabled in the shortcut sections. This toggle is in the settings page. */
+"Settings.Homepage.Shortcuts.SponsoredShortcutsToggle.v100" = "Спонзорисане пречице";
+
+/* Toggled OFF to hide the shortcuts section */
+"Settings.Homepage.Shortcuts.ToggleOff.v100" = "Искључено";
+
+/* Toggled ON to show the shortcuts section */
+"Settings.Homepage.Shortcuts.ToggleOn.v100" = "Укључено";
+
+/* Title of the setting section containing the URL of the current home page. */
+"Settings.HomePage.URL.Title" = "Тренутна почетна страница";
+
+/* Button in settings to use the current page as home page. */
+"Settings.HomePage.UseCurrent.Button" = "Користи тренутну страницу";
+
+/* Title for the logins and passwords screen. Translation could just use 'Logins' if the title is too long */
+"Settings.LoginsAndPasswordsTitle" = "Пријаве и лозинке";
+
+/* Label used to set a custom url as the new tab option (homepage). */
+"Settings.NewTab.CustomURL" = "Прилагођена адреса";
+
+/* Option in settings to show a blank page when you open a new tab */
+"Settings.NewTab.Option.BlankPage" = "Празна страница";
+
+/* Option in settings to show your homepage when you open a new tab */
+"Settings.NewTab.Option.Custom" = "Прилагођено";
+
+/* Option in settings to show Firefox Home when you open a new tab */
+"Settings.NewTab.Option.FirefoxHome" = "Firefox Home";
+
+/* Option in settings to show your homepage when you open a new tab */
+"Settings.NewTab.Option.HomePage" = "Матична страница";
+
+/* Label used as an item in Settings. When touched it will open a dialog to configure the new tab behavior. */
+"Settings.NewTab.SectionName" = "Нови језичак";
+
+/* Title displayed in header of the setting panel. */
+"Settings.NewTab.Title" = "Нови језичак";
+
+/* Label at the top of the New Tab screen after entering New Tab in settings */
+"Settings.NewTab.TopSectionName" = "Прикажи";
+
+/* Footer at the bottom of the New Tab screen after entering New Tab in settings */
+"Settings.NewTab.TopSectionNameFooter" = "Изаберите шта да се учита при отварању новог језичка";
+
+/* Label for the block images toggle displayed in the settings menu. Enabling this toggle will hide images on any webpage the user visits. */
+"Settings.NoImageModeBlockImages.Label.v99" = "Блокирај слике";
+
+/* Description displayed under the ”Offer to Open Copied Link” option. See https://bug1223660.bmoattachments.org/attachment.cgi?id=8898349 */
+"Settings.OfferClipboardBar.Status" = "При отварању Firefox-а";
+
+/* Description displayed under the ”Offer to Open Copied Link” option. See https://bug1223660.bmoattachments.org/attachment.cgi?id=8898349. %@ is for the app name. */
+"Settings.OfferClipboardBar.Status.v128" = "При отварању %@";
+
+/* Title of setting to enable the Go to Copied URL feature. See https://bug1223660.bmoattachments.org/attachment.cgi?id=8898349 */
+"Settings.OfferClipboardBar.Title" = "Понуди отварање умножених веза";
+
+/* Title for Open With Settings */
+"Settings.OpenWith.PageTitle" = "Отвори везе е-поште помоћу";
+
+/* Label used as an item in Settings. When touched it will open a dialog to configure the open with (mail links) behavior. */
+"Settings.OpenWith.SectionName" = "Апликација за е-пошту";
+
+/* Touch ID prompt subtitle when accessing logins and passwords */
+"Settings.Passwords.FingerPrintReason.v103" = "Користите отисак прста за приступ лозинкама.";
+
+/* Message shown when you enter Passwords screen for the first time. It explains how password are protected in the Firefox for iOS application. */
+"Settings.Passwords.OnboardingMessage.v103" = "Ваше лозинке су сада заштићене путем Face ID-а, Touch ID-а или лозинке уређаја.";
+
+/* Setting that appears in the Passwords screen to enable the built-in password manager so users can save their passwords. */
+"Settings.Passwords.SavePasswords.v103" = "Сачувај лозинке";
+
+/* Title for the passwords screen. */
+"Settings.Passwords.Title.v103" = "Лозинке";
+
+/* Setting to enable the built-in password manager */
+"Settings.SaveLogins.Title" = "Сачувај пријаве";
+
+/* Button displayed at the top of the search settings. */
+"Settings.Search.Done.Button" = "Готово";
+
+/* Button displayed at the top of the search settings. */
+"Settings.Search.Edit.Button" = "Уреди";
+
+/* title for a link that explains how mozilla collects telemetry */
+"Settings.SendUsage.Link" = "Сазнајте више.";
+
+/* A short description that explains why mozilla collects usage data. */
+"Settings.SendUsage.Message" = "Mozilla се труди да прикупља само оно што нам је потребно да бисмо обезбедили и побољшали Firefox за све.";
+
+/* The title for the setting to send usage data. */
+"Settings.SendUsage.Title" = "Слање података о употреби";
+
+/* Description displayed under the ”Show Link Previews” option */
+"Settings.ShowLinkPreviews.Status" = "Приликом дугог притиска на везе";
+
+/* Description displayed under the ”Show Link Previews” option */
+"Settings.ShowLinkPreviews.StatusV2" = "Приликом дугог притиска на везе";
+
+/* Title of setting to enable link previews when long-pressing links. */
+"Settings.ShowLinkPreviews.Title" = "Прикажи прегледе веза";
+
+/* Setting to show Logins & Passwords quick access in the application menu */
+"Settings.ShowLoginsInAppMenu.Title" = "Прикажи у менију апликације";
+
+/* The description of the open new tab siri shortcut */
+"Settings.Siri.OpenTabShortcut" = "Отвори нови језичак";
+
+/* The description that describes what siri shortcuts are */
+"Settings.Siri.SectionDescription" = "Користите Siri пречице за брзо отварање Firefox-а путем Siri-ја";
+
+/* The option that takes you to the siri shortcuts settings page */
+"Settings.Siri.SectionName" = "Siri пречице";
+
+/* Title for a link that explains what Mozilla means by Studies */
+"Settings.Studies.Toggle.Link" = "Сазнајте више.";
+
+/* A short description that explains that Mozilla is running studies */
+"Settings.Studies.Toggle.Message" = "Firefox може с времена на време да инсталира и покрене студије.";
+
+/* Label used as a toggle item in Settings. When this is off, the user is opting out of all studies. */
+"Settings.Studies.Toggle.Title" = "Студије";
+
+/* Ddescription that appears in the settings screen to explain what Firefox Sync is useful for. */
+"Settings.Sync.ButtonDescription.v103" = "Пријавите се да бисте ускладили језичке, обележиваче, лозинке и још много тога.";
+
+/* Button label that appears in the settings to prompt the user to sign in to Firefox for iOS sync service to sync and save data. */
+"Settings.Sync.ButtonTitle.v103" = "Усклади и сачувај податке";
+
+/* Title for the page where the user sign in to their Firefox Sync account. */
+"Settings.Sync.SignInView.Title.v103" = "Усклади и сачувај податке";
+
+/* This is the description for the setting that toggles the Inactive Tabs feature in the settings menu under the Tabs customization section. Inactive tabs are a separate section of tabs that appears in the Tab Tray, which can be enabled or not */
+"Settings.Tabs.CustomizeTabsSection.InactiveTabs" = "Неактивни језичци";
+
+/* This is the description for the setting that toggles the Inactive Tabs feature in the settings menu under the Tabs customization section. Inactive tabs are a separate section of tabs that appears in the Tab Tray, which can be enabled or not */
+"Settings.Tabs.CustomizeTabsSection.InactiveTabsDescription.v101" = "Језичци које нисте погледали две недеље премештају се у одељак за неактивне.";
+
+/* In the settings menu, in the Tabs customization section, this is the title for the setting that toggles the Tab Groups feature - where tabs from related searches are grouped - on or off */
+"Settings.Tabs.CustomizeTabsSection.TabGroups" = "Групе језичака";
+
+/* In the settings menu, in the Tabs customization section, this is the title for the Tabs Tray customization section. The tabs tray is accessed from firefox hompage */
+"Settings.Tabs.CustomizeTabsSection.Title" = "Прилагоди приказ језичака";
+
+/* In the settings menu, this is the title for the Tabs customization section option */
+"Settings.Tabs.Title" = "Језичци";
+
+/* In the settings menu, in the Toolbar customization section, this label indicates that selecting this will make the toolbar appear at the bottom of the screen. */
+"Settings.Toolbar.Bottom" = "Доле";
+
+/* In the settings menu, this label indicates that there is an option of customizing the Toolbar appearance. */
+"Settings.Toolbar.SettingsTitle" = "Алатна трака";
+
+/* In the settings menu, in the Toolbar customization section, this label indicates that selecting this will make the toolbar appear at the top of the screen. */
+"Settings.Toolbar.Top" = "На врху";
+
+/* Dismiss button for the tracker protection alert. */
+"Settings.TrackingProtection.Alert.Button" = "У реду, разумем";
+
+/* Decription for the tracker protection alert. */
+"Settings.TrackingProtection.Alert.Description" = "Ако веб сајт не ради како је очекивано, додирните катанац у траци адреса и искључите побољшану заштиту од праћења за ту страницу.";
+
+/* Title for the tracker protection alert. */
+"Settings.TrackingProtection.Alert.Title" = "Пажња!";
+
+/* The Title on info view which shows a list of all blocked websites */
+"Settings.TrackingProtection.Info.BlocksTitle" = "БЛОКОВИ";
+
+/* 'Learn more' info link on the Tracking Protection settings screen. */
+"Settings.TrackingProtection.LearnMore" = "Сазнај више";
+
+/* Additional information about your Enhanced Tracking Protection */
+"Settings.TrackingProtection.ProtectionCellFooter" = "Смањује циљане огласе и помаже у спречавању оглашивача да прате ваше прегледање.";
+
+/* Footer information for tracker protection level. */
+"Settings.TrackingProtection.ProtectionLevel.Footer" = "Ако веб сајт не ради како је очекивано, додирните катанац у траци адреса и искључите побољшану заштиту од праћења за ту страницу.";
+
+/* Footer information for tracker protection level. */
+"Settings.TrackingProtection.ProtectionLevel.Footer.Lock" = "Ако веб сајт не ради како је очекивано, додирните катанац у траци адреса и искључите побољшану заштиту од праћења за ту страницу.";
+
+/* Description for standard level tracker protection */
+"Settings.TrackingProtection.ProtectionLevelStandard.Description" = "Дозвољава неко праћење огласа како би веб сајтови функционисали исправно.";
+
+/* Description for strict level tracker protection */
+"Settings.TrackingProtection.ProtectionLevelStrict.Description" = "Блокира више пратилаца, огласа и искачућих прозора. Странице се учитавају брже, али неке функционалности можда неће радити.";
+
+/* Title for tracking protection options section where level can be selected. */
+"Settings.TrackingProtection.ProtectionLevelTitle" = "Ниво заштите";
+
+/* Row in top-level of settings that gets tapped to show the tracking protection settings detail view. */
+"Settings.TrackingProtection.SectionName" = "Заштита од праћења";
+
+/* Tracking protection settings option for using the basic blocklist. */
+"Settings.TrackingProtectionOption.BasicBlockList" = "Стандардно (подразумевано)";
+
+/* Tracking protection settings status showing the current option selected. */
+"Settings.TrackingProtectionOption.BasicBlockList.Status" = "Стандардно";
+
+/* Tracking protection settings option for using the strict blocklist. */
+"Settings.TrackingProtectionOption.BlockListStrict" = "Строго";
+
+/* Settings option to specify that Tracking Protection is on */
+"Settings.TrackingProtectionOption.NormalBrowsingLabelOn" = "Побољшана заштита од праћења";
+
+/* Title of link to help page to find out how to solve Sync issues */
+"Settings.TroubleShootSync.Title" = "Решавање проблема";
+
+/* Button shows all websites on website data tableview */
+"Settings.WebsiteData.ButtonShowMore" = "Прикажи више";
+
+/* Description of the confirmation dialog shown when a user tries to clear their private data. */
+"Settings.WebsiteData.ConfirmPrompt" = "Ова радња ће обрисати све ваше податке веб страница. То се не може опозвати.";
+
+/* Description of the confirmation dialog shown when a user tries to clear some of their private data. */
+"Settings.WebsiteData.SelectedConfirmPrompt" = "Ова радња ће обрисати изабране ставке. То се не може опозвати.";
+
+/* Title displayed in header of the Data Management panel. */
+"Settings.WebsiteData.Title" = "Подаци веб страница";
+
+/* Action label on share extension to add page to the Firefox reading list. */
+"ShareExtension.AddToReadingListAction.Title" = "Додај у листу за читање";
+
+/* Share extension label shown after user has performed 'Add to Reading List' action. */
+"ShareExtension.AddToReadingListActionDone.Title" = "Додато у листу за читање";
+
+/* Action label on share extension to bookmark the page in Firefox. */
+"ShareExtension.BookmarkThisPageAction.Title" = "Забележи ову страницу";
+
+/* Share extension label shown after user has performed 'Bookmark this Page' action. */
+"ShareExtension.BookmarkThisPageActionDone.Title" = "Забележено";
+
+/* Action label on share extension to load the page in Firefox when user switches apps to bring it to foreground. */
+"ShareExtension.LoadInBackgroundAction.Title" = "Учитај у позадини";
+
+/* Share extension label shown after user has performed 'Load in Background' action. */
+"ShareExtension.LoadInBackgroundActionDone.Title" = "Учитавање у Firefox-у";
+
+/* Action label on share extension to immediately open page in Firefox. */
+"ShareExtension.OpenInFirefoxAction.Title" = "Отвори у Firefox-у";
+
+/* Action label on share extension to search for the selected text in Firefox. */
+"ShareExtension.SeachInFirefoxAction.Title" = "Претражи у Firefox-у";
+
+/* Button in share sheet to copy the url of the current tab. */
+"ShareSheet.Copy.Title.v108" = "Умножи";
+
+/* Button in the share sheet to send the current link to another device. */
+"ShareSheet.SendToDevice.Title.v108" = "Пошаљи везу на уређај";
+
+/* Label for show search suggestions setting. */
+"Show Search Suggestions" = "Прикажи предлоге претраге";
+
+/* Accessibility label for the tabs button in the (top) tab toolbar */
+"Show Tabs" = "Прикажи језичке";
+
+/* Show the on-boarding screen again from the settings */
+"Show Tour" = "Прикажи водич";
+
+/* Accessibility Label for the tab toolbar Stop button */
+"Stop" = "Заустави";
+
+/* Support section title */
+"Support" = "Подршка";
+
+/* Accessibility hint for tab tray's displayed tab. */
+"Swipe right or left with three fingers to close the tab." = "Превлачите десно или лево са три прста да бисте затворили језичак.";
+
+/* Message displayed when the user's account is syncing with ellipsis at the end */
+"Sync.SyncingEllipsis.Label" = "Усклађивање…";
+
+/* Title for Sync status message when Sync failed due to being offline */
+"SyncState.Offline.Title" = "Усклађивање је ван мреже";
+
+/* Message spoken by VoiceOver saying the position of the single currently visible tab in Tabs Tray (%1$@), along with the total number of tabs (%2$@). E.g. “Tab 2 of 5” says that tab 2 is visible (and is the only visible tab), out of 5 tabs total. */
+"Tab %@ of %@" = "Језичак %1$@ од %2$@";
+
+/* A label indicating the keyboard shortcut of showing the tab tray. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"Tab.ShowTabTray.KeyCodeTitle" = "Прикажи све језичке";
+
+/* Message spoken by VoiceOver saying the range of tabs that are currently visible in Tabs Tray (%1$@ to %2$@), along with the total number of tabs (%3$@). E.g. “Tabs 8 to 10 of 15” says tabs 8, 9 and 10 are visible, out of 15 tabs total. */
+"Tabs %@ to %@ of %@" = "Језичци %1$@ до %2$@ од %3$@";
+
+/* Accessibility label for the Tabs Tray view. */
+"Tabs Tray" = "Фиока са језичцима";
+
+/* The button to undo the delete all tabs */
+"Tabs.DeleteAllUndo.Button" = "Опозови";
+
+/* Accessibility title for the inactive tabs section button when section is closed. This section groups all tabs that haven't been used in a while. */
+"TabsTray.InactiveTabs.SectionTitle.Closed.Accessibility.v103" = "Прикажи неактивне језичке";
+
+/* Accessibility title for the inactive tabs section button when section is open. This section groups all tabs that haven't been used in a while. */
+"TabsTray.InactiveTabs.SectionTitle.Opened.Accessibility.v103" = "Сакриј неактивне језичке";
+
+/* Accessibility Label for the tab toolbar Search button */
+"TabToolbar.Accessibility.Search.v106" = "Претрага";
+
+/* Accessibility label for the Add Tab button in the Tab Tray. */
+"TabTray.AddTab.Button" = "Додај језичак";
+
+/* A label indicating the keyboard shortcut of closing all tabs from the tab tray. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"TabTray.CloseAllTabs.KeyCodeTitle" = "Затвори све језичке";
+
+/* Accessibility label for the currently selected tab. */
+"TabTray.CurrentSelectedTab.A11Y" = "Тренутно изабрани језичак.";
+
+/* In the tab tray, when tab groups appear and there exist tabs that don't belong to any group, those tabs are listed under this header as “Others”. */
+"TabTray.Header.FilteredTabs.SectionHeader" = "Остали";
+
+/* Title for the inactive tabs section. This section groups all tabs that haven't been used in a while. */
+"TabTray.InactiveTabs.SectionTitle" = "Неактивни језичци";
+
+/* A label indicating the keyboard shortcut of opening a new tab in the tab tray. This label is displayed inside the Discoverability overlay when a user presses the Command key. The Discoverability overlay and shortcut become available only when a user has connected a hardware keyboard to an iPad. See https://drive.google.com/file/d/1gH3tbvDceg7yG5N67NIHS-AXgDgCzBHN/view?usp=sharing for more details. */
+"TabTray.OpenNewTab.KeyCodeTitle" = "Отвори нови језичак";
+
+/* The title on the button to look at private tabs. */
+"TabTray.SegmentedControlTitles.PrivateTabs" = "Приватно";
+
+/* The title on the button to look at synced tabs. */
+"TabTray.SegmentedControlTitles.SyncedTabs" = "Усклађено";
+
+/* The title on the button to look at regular tabs. */
+"TabTray.SegmentedControlTitles.Tabs" = "Језичци";
+
+/* The title for the tab tray */
+"TabTray.Title" = "Отворени језичци";
+
+/* Accessibility Label for the tabs button in the tab toolbar */
+"TabTrayButtons.Accessibility.ShowTabs.v106" = "Прикажи језичке";
+
+/* Message displayed when the reader mode page could not be loaded. This message will appear only when sharing to Firefox reader mode from another app. */
+"The page could not be displayed in Reader View." = "Страница не може бити приказана у приказу за читање.";
+
+/* Error message in the remote tabs panel */
+"There was a problem accessing tabs from your other devices. Try again in a few moments." = "Дошло је до проблема при приступу језичцима са ваших осталих уређаја. Покушајте поново за неколико тренутака.";
+
+/* Error displayed when reader mode cannot be enabled */
+"There was an error converting the page" = "Дошло је до грешке при претварању странице";
+
+/* Relative date for date in past week. */
+"this week" = "ове недеље";
+
+/* Relative date for yesterday. */
+"TimeConstants.Yesterday.v106" = "јуче";
+
+/* label for Not Now button */
+"Toasts.NotNow" = "Не сада";
+
+/* Open App Store button */
+"Toasts.OpenAppStore" = "Отвори App Store";
+
+/* Label for button to undo the action just performed */
+"Toasts.Undo" = "Опозови";
+
+/* This label is meant to signify the section containing a group of items from the current day. */
+"Today" = "Данас";
+
+/* Relative date for date older than a minute. %@ is the time. */
+"today at %@" = "данас у %@";
+
+/* Accessibility label for the Menu button. */
+"Toolbar.Menu.AccessibilityLabel" = "Мени";
+
+/* Accessibility label for the Close All Tabs menu button. */
+"Toolbar.Menu.CloseAllTabs" = "Затвори све језичке";
+
+/* Button shown in editing mode to remove this site from the top sites panel. %@ is the title of the site. */
+"TopSites.RemovePage.Button" = "Уклони страницу — %@";
+
+/* Button to disallow the page to be translated to the user locale language */
+"TranslationToastHandler.PromptTranslate.Cancel" = "Не";
+
+/* Button to allow the page to be translated to the user locale language */
+"TranslationToastHandler.PromptTranslate.OK" = "Да";
+
+/* Prompt for translation. %1$@ is the language the page is in. %2$@ is the name of our local language. %3$@ is the name of the service. */
+"TranslationToastHandler.PromptTranslate.Title" = "Ова страница изгледа као да је на језику %1$@. Желите ли да је преведете на %2$@ путем услуге %3$@?";
+
+/* Tile title for Twitter */
+"Twitter" = "Twitter";
+
+/* The menu item that pastes the current contents of the clipboard into the URL bar and navigates to the page */
+"UIMenuItem.PasteGo" = "Налепи и иди";
+
+/* Search in New Tab Text selection menu item */
+"UIMenuItem.SearchWithFirefox" = "Претражи помоћу Firefox-а";
+
+/* Accessibility label for unread article in reading list. It's a past participle - functions as an adjective. */
+"unread" = "непрочитано";
+
+/* Debug option */
+"Use stage servers" = "Користи тестне сервере";
+
+/* Username textbox in Authentication prompt */
+"Username" = "Корисничко име";
+
+/* The message of the error displayed to a user when they trying to change a wallpaper failed. */
+"Wallpaper.Change.Error.Body.v106" = "Нешто није у реду са овом позадином.";
+
+/* The title of the error displayed when changing wallpaper fails. */
+"Wallpaper.Change.Error.Title.v106" = "Не могу да променим позадину";
+
+/* The message of the error displayed to a user when they try change a wallpaper that failed downloading. */
+"Wallpaper.Download.Error.Body.v106" = "Нешто није у реду са вашим преузимањем.";
+
+/* The title of the error displayed if download fails when changing a wallpaper. */
+"Wallpaper.Download.Error.Title.v106" = "Не могу да преузмем позадину";
+
+/* An action for the error displayed to a user when they trying to change a wallpaper failed. */
+"Wallpaper.Error.Dismiss.v106" = "Откажи";
+
+/* Action displayed when changing wallpaper fails. */
+"Wallpaper.Error.TryAgain.v106" = "Покушај поново";
+
+/* Accessibility label for the main web content view */
+"Web content" = "Веб садржај";
+
+/* See http://mzl.la/1LXbDOL */
+"Welcome to your Reading List" = "Добро дошли у вашу листу за читање";
+
+/* Restore Tabs Prompt Title */
+"Well, this is embarrassing." = "Ех, ово је непријатно.";
+
+/* Tile title for Wikipedia */
+"Wikipedia" = "Википедија";
+
+/* Relative date for yesterday. */
+"yesterday" = "јуче";
+
+/* This label is meant to signify the section containing a group of items from the past 24 hours. */
+"Yesterday" = "Јуче";
+
+/* Error message in the remote tabs panel */
+"You don’t have any tabs open in Firefox on your other devices." = "Немате отворених језичака у Firefox-у на вашим осталим уређајима.";
+
+/* Your Rights settings section title */
+"Your Rights" = "Ваша права";
+
+/* Tile title for YouTube */
+"YouTube" = "YouTube";
+
diff --git a/firefox-ios/Shared/sr.lproj/LoginManager.strings b/firefox-ios/Shared/sr.lproj/LoginManager.strings
new file mode 100644
index 0000000000000..3e11410b24986
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/LoginManager.strings
@@ -0,0 +1,87 @@
+/* Prompt title when deleting logins */
+"Are you sure?" = "Да ли сте сигурни?";
+
+/* Prompt option for cancelling out of deletion */
+"Cancel" = "Откажи";
+
+/* Accessibility message e.g. spoken by VoiceOver after the user taps the close button in the search field to clear the search and exit search mode */
+"Clear Search" = "Очисти претрагу";
+
+/* Copy password text selection menu item */
+"Copy" = "Умножи";
+
+/* Label describing when the current login was created. %@ is the timestamp. */
+"Created %@" = "Направљено %@";
+
+/* Label for the button used to delete the current login. */
+"Delete" = "Обриши";
+
+/* Prompt option for cancelling out of deletion */
+"DeleteLoginAlert.DeleteButton.Cancel.v122" = "Откажи";
+
+/* Label for the button used to delete the current login. */
+"DeleteLoginAlert.DeleteButton.Title.v122" = "Уклони";
+
+/* Prompt message warning the user that deleting non-synced logins will permanently remove them, when they attempt to do so */
+"DeleteLoginAlert.Message.Local.v122" = "Ова радња се не може опозвати.";
+
+/* Prompt message warning the user that deleted logins will remove logins from all connected devices */
+"DeleteLoginAlert.Message.Synced.v122" = "Ово ће уклонити лозинку са свих ваших усклађених уређаја.";
+
+/* Title for the prompt that appears when the user deletes a login. */
+"DeleteLoginsAlert.Title.v122" = "Уклонити лозинку?";
+
+/* Label for the button used to deselect all logins. */
+"Deselect All" = "Поништи избор свега";
+
+/* Accessibility label for entering search mode for logins */
+"Enter Search Mode" = "Уђи у режим претраге";
+
+/* Hide password text selection menu item */
+"Hide" = "Сакриј";
+
+/* This message appears briefly as a notification (toast) to inform the user that a password has been successfully removed. */
+"LoginList.DeleteToast.v135" = "Лозинка је уклоњена";
+
+/* Prompt message warning the user that deleting non-synced logins will permanently remove them */
+"Logins will be permanently removed." = "Пријаве ће бити трајно уклоњене.";
+
+/* Prompt message warning the user that deleted logins will remove logins from all connected devices */
+"Logins will be removed from all connected devices." = "Пријаве ће бити уклоњене са свих повезаних уређаја.";
+
+/* Label describing when the current login was last modified. %@ is the timestamp. */
+"Modified %@" = "Измењено %@";
+
+/* Label displayed when no logins are found after searching. */
+"No logins found" = "Нису пронађене пријаве";
+
+/* Label displayed when no logins are found after searching. */
+"NoLoginsFound.Title.v122" = "Нису пронађене лозинке";
+
+/* Open and Fill website text selection menu item */
+"Open & Fill" = "Отвори и попуни";
+
+/* Label displayed above the password row in Login Detail View. */
+"Password" = "Лозинка";
+
+/* Reveal password text selection menu item */
+"Reveal" = "Откриј";
+
+/* Title for the search field at the top of the Logins list screen */
+"Search" = "Претрага";
+
+/* Accessibility label for the search input field in the Logins list */
+"Search Input Field" = "Поље за унос претраге";
+
+/* Title for the search field at the top of the Logins list screen */
+"SearchInput.Title.Search.v106" = "Претрага";
+
+/* Label for the button used to select all logins. */
+"Select All" = "Изабери све";
+
+/* Label displayed above the username row in Login Detail View. */
+"Username" = "Корисничко име";
+
+/* Label displayed above the website row in Login Detail View. */
+"Website" = "Веб-сајт";
+
diff --git a/firefox-ios/Shared/sr.lproj/Menu.strings b/firefox-ios/Shared/sr.lproj/Menu.strings
new file mode 100644
index 0000000000000..61c61b7cc1593
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/Menu.strings
@@ -0,0 +1,60 @@
+/* Label for the button, displayed in the menu, used to close all tabs currently open. */
+"Menu.CloseAllTabsAction.Title" = "Затвори све језичке";
+
+/* Label for the button, displayed in the menu, used to copy the current page link to the clipboard. */
+"Menu.CopyLink.Title" = "Копирај везу";
+
+/* Toast displayed to user after downlaod pdf was pressed. */
+"Menu.DownloadPDF.Confirm.v129" = "ПДФ је успешно преузет";
+
+/* Label for the button, displayed in the menu, downloads a pdf when pressed. */
+"Menu.DownloadPDF.Label.v129" = "Преузми ПДФ";
+
+/* Label for the edit bookmark button in the legacy menu. Pressing this button opens the bookmark editing screen for the current page's bookmark. Please keep the text as short as possible for this label. */
+"Menu.EditBookmark.Label.v135" = "Уреди";
+
+/* Label for the button, displayed in the menu, used to open the toolbar to search for text within the current page. */
+"Menu.FindInPageAction.Title" = "Нађи на страници";
+
+/* Label for the button, displayed in the menu, used to open a new private tab. */
+"Menu.NewPrivateTabAction.Title" = "Отвори нови приватни језичак";
+
+/* Label for the button, displayed in the menu, used to open a new tab */
+"Menu.NewTabAction.Title" = "Отвори нови језичак";
+
+/* Accessibility label for the button, displayed in the menu, used to open the Bookmarks home panel. */
+"Menu.OpenBookmarksAction.AccessibilityLabel.v2" = "Обележивачи";
+
+/* Accessibility label for the button, displayed in the menu, used to open the Downloads home panel. */
+"Menu.OpenDownloadsAction.AccessibilityLabel.v2" = "Преузимања";
+
+/* Accessibility label for the button, displayed in the menu, used to open the History home panel. */
+"Menu.OpenHistoryAction.AccessibilityLabel.v2" = "Историјат";
+
+/* Accessibility label for the button, displayed in the menu, used to open the Reading list home panel. */
+"Menu.OpenReadingListAction.AccessibilityLabel.v2" = "Списак за читање";
+
+/* Label for the button, displayed in the menu, used to open the Settings menu. */
+"Menu.OpenSettingsAction.Title" = "Поставке";
+
+/* Accessibility label for the button, displayed in the menu, used to open the Synced Tabs home panel. */
+"Menu.OpenSyncedTabsAction.AccessibilityLabel.v2" = "Усклађени језичци";
+
+/* Label for the button, displayed in the menu, used to report a compatibility issue with the current page. */
+"Menu.ReportSiteIssueAction.Title" = "Пријави проблем са сајтом";
+
+/* Label for the button, displayed in Firefox Home, used to see all Library panels. */
+"Menu.SeeAllAction.Title" = "Види све";
+
+/* Label for the button, displayed in the menu, used to open the share dialog. */
+"Menu.SharePageAction.Title" = "Подели страницу са…";
+
+/* Label for the button, displayed in the menu, used to request the desktop version of the current website. */
+"Menu.ViewDekstopSiteAction.Title" = "Захтевај веб-сајт за стоне рачунаре";
+
+/* Label for the button, displayed in the menu, used to request the mobile version of the current website. */
+"Menu.ViewMobileSiteAction.Title" = "Захтевај мобилни веб-сајт";
+
+/* Label for the button, displayed in the menu, used to navigate to the home page. */
+"SettingsMenu.OpenHomePageAction.Title" = "Почетна страница";
+
diff --git a/firefox-ios/Shared/sr.lproj/PrivateBrowsing.strings b/firefox-ios/Shared/sr.lproj/PrivateBrowsing.strings
new file mode 100644
index 0000000000000..4679218b81998
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/PrivateBrowsing.strings
@@ -0,0 +1,33 @@
+/* Setting for closing private tabs */
+"Close Private Tabs" = "Затвори приватне језичке";
+
+/* Context menu option for opening a link in a new private tab */
+"ContextMenu.OpenInNewPrivateTabButtonTitle" = "Отвори у новом приватном језичку";
+
+/* Description text displayed when there are no open tabs while in private mode */
+"Firefox won’t remember any of your history or cookies, but new bookmarks will be saved." = "Firefox неће памтити историјат или колачиће, али ће нови обележивачи бити сачувани.";
+
+/* Text button displayed when there are no tabs open while in private mode */
+"Learn More" = "Сазнај више";
+
+/* Toggled OFF accessibility value */
+"Off" = "Искључено";
+
+/* Toggled ON accessibility value */
+"On" = "Укључено";
+
+/* Title displayed for when there are no open tabs while in private mode */
+"Private Browsing" = "Приватно прегледање";
+
+/* Accessibility label for toggling on/off private mode */
+"Private Mode" = "Приватни режим";
+
+/* Accessibility label for toggling on/off private mode */
+"PrivateBrowsing.Toggle.A11y.Label.v132" = "Приватно прегледање";
+
+/* Accessiblity hint for toggling on/off private mode */
+"Turns private mode on or off" = "Укључује или искључује приватни режим";
+
+/* Will be displayed in Settings under 'Close Private Tabs' */
+"When Leaving Private Browsing" = "При напуштању приватног прегледања";
+
diff --git a/firefox-ios/Shared/sr.lproj/Search.strings b/firefox-ios/Shared/sr.lproj/Search.strings
new file mode 100644
index 0000000000000..80ab6a829ce10
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/Search.strings
@@ -0,0 +1,9 @@
+/* Label for search engine buttons. %@ is the name of the search engine. */
+"%@ search" = "%@ претрага";
+
+/* Label for search settings button. */
+"Search Settings" = "Подешавања претраге";
+
+/* When making a new search from the awesome bar, suggestions appear to the user as they write new letters in their search. Different types of suggestions can appear. This string will be used as a label for sponsored Firefox suggestions. */
+"Search.SponsoredSuggestionDescription.v119" = "Спонзорисано";
+
diff --git a/firefox-ios/Shared/sr.lproj/Shared.strings b/firefox-ios/Shared/sr.lproj/Shared.strings
new file mode 100644
index 0000000000000..6225d709c7c66
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/Shared.strings
@@ -0,0 +1,3 @@
+/* A brief descriptive name for this app on this device, used for Send Tab and Synced Tabs. %1$@ is the app name, %2$@ is the device name. */
+"%@ on %@" = "%1$@ на %2$@";
+
diff --git a/firefox-ios/Shared/sr.lproj/Storage.strings b/firefox-ios/Shared/sr.lproj/Storage.strings
new file mode 100644
index 0000000000000..fc6fdab30805f
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/Storage.strings
@@ -0,0 +1,15 @@
+/* The title of the folder that contains mobile bookmarks. */
+"Bookmarks" = "Обележивачи";
+
+/* The name of the folder that contains desktop bookmarks in the menu. */
+"Bookmarks Menu" = "Мени обележивача";
+
+/* The name of the folder that contains desktop bookmarks in the toolbar. */
+"Bookmarks Toolbar" = "Трака са обележивачима";
+
+/* The legacy title of the folder that contains mobile bookmarks. */
+"Mobile Bookmarks" = "Мобилни обележивачи";
+
+/* The name of the folder that contains unsorted desktop bookmarks. */
+"Unsorted Bookmarks" = "Несортирани обележивачи";
+
diff --git a/firefox-ios/Shared/sr.lproj/Today.strings b/firefox-ios/Shared/sr.lproj/Today.strings
new file mode 100644
index 0000000000000..d080b30bde1c8
--- /dev/null
+++ b/firefox-ios/Shared/sr.lproj/Today.strings
@@ -0,0 +1,60 @@
+/* Close Private Tabs button label */
+"TodayWidget.ClosePrivateTabsButton" = "Затвори приватне језичке";
+
+/* Close Private Tabs */
+"TodayWidget.ClosePrivateTabsLabelV2" = "Затвори\nприватне језичке";
+
+/* Description for medium size widget to add Firefox Shortcut to home screen */
+"TodayWidget.FirefoxShortcutGalleryDescription" = "Додајте пречице за Firefox на почетни екран.";
+
+/* Go to link pasted on the clipboard */
+"TodayWidget.GoToCopiedLinkLabelV1" = "Иди на умножену везу";
+
+/* Go to copied link */
+"TodayWidget.GoToCopiedLinkLabelV2" = "Иди на\nумножену везу";
+
+/* %d represents number and it becomes something like +5 more where 5 is the number of open tabs in tab tray beyond what is displayed in the widget */
+"TodayWidget.MoreTabsLabel" = "+%d више…";
+
+/* Open New Tab button label */
+"TodayWidget.NewTabButtonLabelV1" = "Нова претрага";
+
+/* Label that is shown when there are no tabs opened in tab tray i.e. Empty State */
+"TodayWidget.NoOpenTabsLabel" = "Нема отворених језичака.";
+
+/* Open Firefox when there are no tabs opened in tab tray i.e. Empty State */
+"TodayWidget.OpenFirefoxLabel" = "Отвори Firefox";
+
+/* Open New Private Tab button label */
+"TodayWidget.PrivateTabButtonLabelV1" = "Приватна претрага";
+
+/* Description for small size widget to add it to home screen */
+"TodayWidget.QuickActionGalleryDescription" = "Додајте Firefox пречицу на почетни екран. Након додавања виџета, додирните га и задржите да бисте га уредили и изабрали другу пречицу.";
+
+/* Quick Actions title when widget enters edit mode */
+"TodayWidget.QuickActionsGalleryTitle" = "Брзе радње";
+
+/* Firefox shortcuts title when widget enters edit mode. Do not translate the word Firefox. */
+"TodayWidget.QuickActionsGalleryTitleV2" = "Firefox пречице";
+
+/* Description for Quick View widget in Gallery View where user can add it to home screen */
+"TodayWidget.QuickViewGalleryDescriptionV2" = "Додајте пречице до својих отворених језичака.";
+
+/* Title for Quick View widget in Gallery View where user can add it to home screen */
+"TodayWidget.QuickViewGalleryTitle" = "Брзи преглед";
+
+/* Search in Firefox. Do not translate the word Firefox */
+"TodayWidget.SearchInFirefoxV2" = "Тражи у\nFirefox-у";
+
+/* Search in private tab */
+"TodayWidget.SearchInPrivateTabLabelV2" = "Тражи у\nприватном језичку";
+
+/* Description for top sites widget to add Firefox top sites shotcuts to home screen */
+"TodayWidget.TopSitesGalleryDescription" = "Додајте пречице до често и недавно посећених сајтова.";
+
+/* Title for top sites widget to add Firefox top sites shotcuts to home screen */
+"TodayWidget.TopSitesGalleryTitle" = "Најпосећенији сајтови";
+
+/* Title for top sites widget to add Firefox top sites shotcuts to home screen */
+"TodayWidget.TopSitesGalleryTitleV2" = "Пречице до веб сајтова";
+
diff --git a/firefox-ios/Shared/vi.lproj/Localizable.strings b/firefox-ios/Shared/vi.lproj/Localizable.strings
index 6307941a514d4..fc05c6526975d 100644
--- a/firefox-ios/Shared/vi.lproj/Localizable.strings
+++ b/firefox-ios/Shared/vi.lproj/Localizable.strings
@@ -887,7 +887,7 @@
"Oops! Firefox crashed" = "Oops! Firefox đã gặp sự cố";
/* See http://mzl.la/1LXbDOL */
-"Open articles in Reader View by tapping the book icon when it appears in the title bar." = "Mở bài viết trong chế độ đọc sách bằng cách nhấn vào biểu tượng sách khi nó xuất hiện trên thanh tiêu đề.";
+"Open articles in Reader View by tapping the book icon when it appears in the title bar." = "Mở bài viết trong chế độ đọc bằng cách nhấn vào biểu tượng sách khi nó xuất hiện trên thanh tiêu đề.";
/* See http://mzl.la/1G7uHo7 */
"Open Settings" = "Mở Cài đặt";
@@ -935,7 +935,7 @@
"read" = "đọc";
/* Accessibility label for the Reader View button */
-"Reader View" = "Chế độ đọc sách";
+"Reader View" = "Chế độ đọc";
/* Accessibility message e.g. spoken by VoiceOver when Reader Mode becomes available. */
"ReaderMode.Available.VoiceOverAnnouncement" = "Chế độ đọc sách có sẵn";
@@ -983,7 +983,7 @@
"Sans-serif" = "Sans-serif";
/* See http://mzl.la/1LXbDOL */
-"Save pages to your Reading List by tapping the book plus icon in the Reader View controls." = "Nhấp vào biểu tượng cộng với sách trong công cụ chế độ đọc sách để lưu trang vào danh sách đọc.";
+"Save pages to your Reading List by tapping the book plus icon in the Reader View controls." = "Lưu các trang vào danh sách đọc của bạn bằng cách nhấn vào biểu tượng dấu cộng hình cuốn sách trong phần điều khiển Chế độ đọc.";
/* OK button to dismiss the error prompt. */
"ScanQRCode.Error.OK.Button" = "OK";
@@ -1703,7 +1703,7 @@
"TabTrayButtons.Accessibility.ShowTabs.v106" = "Hiển thị thẻ";
/* Message displayed when the reader mode page could not be loaded. This message will appear only when sharing to Firefox reader mode from another app. */
-"The page could not be displayed in Reader View." = "Trang này không thể hiển thị trong chế độ đọc sách.";
+"The page could not be displayed in Reader View." = "Trang này không thể hiển thị trong chế độ đọc.";
/* Error message in the remote tabs panel */
"There was a problem accessing tabs from your other devices. Try again in a few moments." = "Đã xảy ra sự cố khi truy cập các thẻ từ các thiết bị khác của bạn. Hãy thử một lần nữa trong chốc lát.";
diff --git a/firefox-ios/Shared/zh-TW.lproj/Localizable.strings b/firefox-ios/Shared/zh-TW.lproj/Localizable.strings
index 11537f8d8b35c..ec41f48396e6e 100644
--- a/firefox-ios/Shared/zh-TW.lproj/Localizable.strings
+++ b/firefox-ios/Shared/zh-TW.lproj/Localizable.strings
@@ -1178,7 +1178,7 @@
"Settings.ClearPrivateData.SectionName" = "清除隱私資料";
/* Button in Data Management that clears private data for the selected items. %1$@ is the number of items to be cleared. */
-"Settings.ClearSelectedWebsiteData.ClearSelected.Button" = "清除項目: %1$@";
+"Settings.ClearSelectedWebsiteData.ClearSelected.Button" = "清除項目:%1$@";
/* Copy app version alert shown in settings. */
"Settings.CopyAppVersion.Title" = "已複製至剪貼簿";
diff --git a/firefox-ios/WidgetKit/cs.lproj/WidgetIntents.strings b/firefox-ios/WidgetKit/cs.lproj/WidgetIntents.strings
index 8919b7eec09f2..46e5e7f4647b1 100644
--- a/firefox-ios/WidgetKit/cs.lproj/WidgetIntents.strings
+++ b/firefox-ios/WidgetKit/cs.lproj/WidgetIntents.strings
@@ -32,13 +32,13 @@
"PzSrmZ-eHmH1H" = "Jen pro potvrzení, chtěli jste „Smazat anonymní panely“?";
/* (No Comment) */
-"PzSrmZ-scEmjs" = "Jen pro potvrzení, chtěli jste „Nové soukromé vyhledávání“?";
+"PzSrmZ-scEmjs" = "Jen pro potvrzení, chtěli jste „Nové anonymní vyhledávání“?";
/* (No Comment) */
"PzSrmZ-xRJbBP" = "Jen pro potvrzení, chtěli jste „Nové vyhledávání“?";
/* (No Comment) */
-"scEmjs" = "Nové soukromé vyhledávání";
+"scEmjs" = "Nové anonymní vyhledávání";
/* (No Comment) */
"w9jdPK" = "Rychlá akce";
diff --git a/firefox-ios/WidgetKit/sr.lproj/Localizable.strings b/firefox-ios/WidgetKit/sr.lproj/Localizable.strings
new file mode 100644
index 0000000000000..edd0f1ec70f43
--- /dev/null
+++ b/firefox-ios/WidgetKit/sr.lproj/Localizable.strings
@@ -0,0 +1,3 @@
+/* No comment provided by engineer. */
+"Open Firefox" = "Отвори Firefox";
+
diff --git a/firefox-ios/WidgetKit/sr.lproj/WidgetIntents.strings b/firefox-ios/WidgetKit/sr.lproj/WidgetIntents.strings
new file mode 100644
index 0000000000000..ac2ca7ee07abd
--- /dev/null
+++ b/firefox-ios/WidgetKit/sr.lproj/WidgetIntents.strings
@@ -0,0 +1,48 @@
+/* (No Comment) */
+"2GqvPe" = "Иди на умножену везу";
+
+/* (No Comment) */
+"ctDNmu" = "Брз приступ разним Firefox радњама";
+
+/* (No Comment) */
+"eHmH1H" = "Очисти приватне језичке";
+
+/* (No Comment) */
+"eqyNJg" = "Брза радња";
+
+/* (No Comment) */
+"eV8mOT" = "Врста брзе радње";
+
+/* (No Comment) */
+"fi3W24-2GqvPe" = "Постоји ${count} опција које се подударају са „Иди на копирану везу“.";
+
+/* (No Comment) */
+"fi3W24-eHmH1H" = "Постоји ${count} опција које се подударају са „Очисти приватне језичке“.";
+
+/* (No Comment) */
+"fi3W24-scEmjs" = "Постоји ${count} опција које се подударају са „Нова приватна претрага“.";
+
+/* (No Comment) */
+"fi3W24-xRJbBP" = "Постоји ${count} опција које се подударају са „Нова претрага“.";
+
+/* (No Comment) */
+"PzSrmZ-2GqvPe" = "Само да потврдимо, желите „Иди на умножену везу“?";
+
+/* (No Comment) */
+"PzSrmZ-eHmH1H" = "Само да потврдимо, желите „Очисти приватне језичке“?";
+
+/* (No Comment) */
+"PzSrmZ-scEmjs" = "Само да потврдимо, желите „Нова приватна претрага“?";
+
+/* (No Comment) */
+"PzSrmZ-xRJbBP" = "Само да потврдимо, желите „Нова претрага“?";
+
+/* (No Comment) */
+"scEmjs" = "Нова приватна претрага";
+
+/* (No Comment) */
+"w9jdPK" = "Брза радња";
+
+/* (No Comment) */
+"xRJbBP" = "Нова претрага";
+
diff --git a/focus-ios/Blockzilla.xcodeproj/project.pbxproj b/focus-ios/Blockzilla.xcodeproj/project.pbxproj
index fd9d4184d5157..89790fb3775ff 100644
--- a/focus-ios/Blockzilla.xcodeproj/project.pbxproj
+++ b/focus-ios/Blockzilla.xcodeproj/project.pbxproj
@@ -3647,7 +3647,7 @@
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -3673,7 +3673,7 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.XCUITest;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.XCUITest;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -3710,7 +3710,7 @@
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -3729,7 +3729,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.XCUITest;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.XCUITest;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -3767,7 +3767,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -3786,7 +3786,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.XCUITests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.XCUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -3823,7 +3823,7 @@
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -3842,7 +3842,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.XCUITests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.XCUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -3947,7 +3947,7 @@
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 43AQ936H96;
+ "DEVELOPMENT_TEAM[sdk=iphoneos*]" = NFZL2NT288;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3974,10 +3974,10 @@
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.FocusIntentExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.FocusIntentExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT org.mozilla.ios.Klar.FocusIntentExtension";
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT me.whydontyoulove.ios.webviewer.Klar.FocusIntentExtension";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
@@ -4020,11 +4020,11 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_ENTITLEMENTS = FocusIntentExtension/FocusIntentExtension.entitlements;
- CODE_SIGN_STYLE = Manual;
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4044,10 +4044,9 @@
);
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.FocusIntentExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.FocusIntentExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT org.mozilla.ios.Focus.FocusIntentExtension";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -4096,7 +4095,7 @@
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4116,9 +4115,9 @@
);
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.FocusIntentExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.FocusIntentExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = "bitrise org.mozilla.ios.Klar.FocusIntentExtension";
+ PROVISIONING_PROFILE_SPECIFIER = "bitrise me.whydontyoulove.ios.webviewer.Klar.FocusIntentExtension";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -4167,7 +4166,7 @@
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4187,9 +4186,9 @@
);
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.FocusIntentExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.FocusIntentExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = "bitrise org.mozilla.ios.Focus.FocusIntentExtension";
+ PROVISIONING_PROFILE_SPECIFIER = "bitrise me.whydontyoulove.ios.webviewer.Focus.FocusIntentExtension";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -4237,7 +4236,7 @@
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4257,7 +4256,7 @@
);
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.FocusIntentExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.FocusIntentExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
@@ -4306,7 +4305,7 @@
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4326,7 +4325,7 @@
);
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.FocusIntentExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.FocusIntentExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
@@ -4378,7 +4377,7 @@
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -4416,7 +4415,7 @@
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.RustMozillaAppServices;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.RustMozillaAppServices;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -4474,7 +4473,7 @@
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -4505,7 +4504,7 @@
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.RustMozillaAppServices;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.RustMozillaAppServices;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -4563,7 +4562,7 @@
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -4594,7 +4593,7 @@
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.RustMozillaAppServices;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.RustMozillaAppServices;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -4652,7 +4651,7 @@
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -4683,7 +4682,7 @@
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.RustMozillaAppServices;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.RustMozillaAppServices;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -4772,7 +4771,7 @@
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.RustMozillaAppServices;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.RustMozillaAppServices;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
@@ -4860,7 +4859,7 @@
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.RustMozillaAppServices;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.RustMozillaAppServices;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
@@ -4904,7 +4903,7 @@
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 43AQ936H96;
+ "DEVELOPMENT_TEAM[sdk=iphoneos*]" = NFZL2NT288;
DISPLAY_NAME = "Firefox Klar";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -4931,10 +4930,10 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.ShareExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.ShareExtension;
PRODUCT_NAME = ShareExtension;
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT org.mozilla.ios.Klar.ShareExtension";
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT me.whydontyoulove.ios.webviewer.Klar.ShareExtension";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "KLAR DEBUG";
@@ -4968,13 +4967,11 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- CODE_SIGN_STYLE = Manual;
+ CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 43AQ936H96;
- DISPLAY_NAME = "Firefox Focus";
+ DEVELOPMENT_TEAM = NFZL2NT288;
+ DISPLAY_NAME = "Web Viewer";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -4993,10 +4990,9 @@
"@executable_path/../../Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.ShareExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.ShareExtension;
PRODUCT_NAME = ShareExtension;
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT org.mozilla.ios.Focus.ShareExtension";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "FOCUS DEBUG";
@@ -5035,7 +5031,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
DISPLAY_NAME = "Firefox Klar";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -5055,10 +5051,10 @@
"@executable_path/../../Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.ShareExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.ShareExtension;
PRODUCT_NAME = ShareExtension;
PROVISIONING_PROFILE = "19a73a45-cb96-420d-96d5-2b7b2954781e";
- PROVISIONING_PROFILE_SPECIFIER = "bitrise org.mozilla.ios.Klar.ShareExtension";
+ PROVISIONING_PROFILE_SPECIFIER = "bitrise me.whydontyoulove.ios.webviewer.Klar.ShareExtension";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -5097,8 +5093,8 @@
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
- DISPLAY_NAME = "Firefox Focus";
+ DEVELOPMENT_TEAM = NFZL2NT288;
+ DISPLAY_NAME = "Web Viewer";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -5117,10 +5113,10 @@
"@executable_path/../../Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.ShareExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.ShareExtension;
PRODUCT_NAME = ShareExtension;
PROVISIONING_PROFILE = "2c2c3eef-8a98-49d6-a31f-754ddff5867b";
- PROVISIONING_PROFILE_SPECIFIER = "bitrise org.mozilla.ios.Focus.ShareExtension";
+ PROVISIONING_PROFILE_SPECIFIER = "bitrise me.whydontyoulove.ios.webviewer.Focus.ShareExtension";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -5159,7 +5155,7 @@
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
- DISPLAY_NAME = "Firefox Focus";
+ DISPLAY_NAME = "Web Viewer";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -5178,7 +5174,7 @@
"@executable_path/../../Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.enterprise.ShareExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.enterprise.ShareExtension;
PRODUCT_NAME = ShareExtension;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -5238,7 +5234,7 @@
"@executable_path/../../Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.enterprise.ShareExtension;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.enterprise.ShareExtension;
PRODUCT_NAME = ShareExtension;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -5290,7 +5286,7 @@
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 43AQ936H96;
+ "DEVELOPMENT_TEAM[sdk=iphoneos*]" = NFZL2NT288;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -5320,10 +5316,10 @@
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.Widgets;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.Widgets;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT org.mozilla.ios.Klar.Widgets";
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT me.whydontyoulove.ios.webviewer.Klar.Widgets";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
@@ -5368,13 +5364,12 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- CODE_SIGN_STYLE = Manual;
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -5397,10 +5392,9 @@
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.Widgets;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.Widgets;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT org.mozilla.ios.Focus.Widgets";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -5452,7 +5446,7 @@
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -5475,9 +5469,9 @@
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.Widgets;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.Widgets;
PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = "bitrise org.mozilla.ios.Klar.Widgets";
+ PROVISIONING_PROFILE_SPECIFIER = "bitrise me.whydontyoulove.ios.webviewer.Klar.Widgets";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -5529,7 +5523,7 @@
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -5552,9 +5546,9 @@
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.Widgets;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.Widgets;
PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = "bitrise org.mozilla.ios.Focus.Widgets";
+ PROVISIONING_PROFILE_SPECIFIER = "bitrise me.whydontyoulove.ios.webviewer.Focus.Widgets";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -5628,7 +5622,7 @@
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.Widgets;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.Widgets;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -5704,7 +5698,7 @@
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.Widgets;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.Widgets;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -5787,13 +5781,14 @@
ENABLE_NS_ASSERTIONS = YES;
HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
INFOPLIST_FILE = Blockzilla/Info.plist;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.enterprise;
- PRODUCT_NAME = "Firefox Focus";
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.enterprise;
+ PRODUCT_NAME = "Web Viewer";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = FOCUS;
SWIFT_VERSION = 5.0;
VALID_ARCHS = "$(ARCHS_STANDARD)";
@@ -5813,7 +5808,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.enterprise.ContentBlocker;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.enterprise.ContentBlocker;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
@@ -5890,12 +5885,13 @@
ENABLE_NS_ASSERTIONS = YES;
HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
INFOPLIST_FILE = Blockzilla/Info.plist;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.enterprise;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.enterprise;
PRODUCT_NAME = "Firefox Klar";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = KLAR;
SWIFT_VERSION = 5.0;
@@ -5916,7 +5912,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.enterprise.ContentBlocker;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.enterprise.ContentBlocker;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
@@ -6013,7 +6009,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -6048,22 +6044,20 @@
BUNDLE_ID_SUFFIX = .dev;
CODE_SIGN_ENTITLEMENTS = Focus.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- CODE_SIGN_STYLE = Manual;
- DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 43AQ936H96;
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
INFOPLIST_FILE = Blockzilla/Info.plist;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus;
- PRODUCT_NAME = "Firefox Focus";
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus;
+ PRODUCT_NAME = "Web Viewer";
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT org.mozilla.ios.Focus";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "FOCUS DEBUG";
SWIFT_VERSION = 5.0;
VALID_ARCHS = "$(ARCHS_STANDARD)";
@@ -6074,9 +6068,9 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Focus.entitlements;
- CODE_SIGN_STYLE = Manual;
- DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 43AQ936H96;
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = NFZL2NT288;
INFOPLIST_FILE = ContentBlocker/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
@@ -6084,10 +6078,9 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.ContentBlocker;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.ContentBlocker;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT org.mozilla.ios.Focus.ContentBlocker";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "FOCUS DEBUG";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
@@ -6129,7 +6122,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -6161,19 +6154,20 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
INFOPLIST_FILE = Blockzilla/Info.plist;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus;
- PRODUCT_NAME = "Firefox Focus";
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus;
+ PRODUCT_NAME = "Web Viewer";
PROVISIONING_PROFILE = "a0e006fd-308f-466b-8037-c39e3e78188e";
- PROVISIONING_PROFILE_SPECIFIER = "bitrise org.mozilla.ios.Focus";
+ PROVISIONING_PROFILE_SPECIFIER = "bitrise me.whydontyoulove.ios.webviewer.Focus";
SWIFT_VERSION = 5.0;
VALID_ARCHS = "$(ARCHS_STANDARD)";
};
@@ -6186,7 +6180,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
INFOPLIST_FILE = ContentBlocker/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
@@ -6194,10 +6188,10 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.ContentBlocker;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.ContentBlocker;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "c9ecd7a2-c454-4991-a6d0-fcea18c3a475";
- PROVISIONING_PROFILE_SPECIFIER = "bitrise org.mozilla.ios.Focus.ContentBlocker";
+ PROVISIONING_PROFILE_SPECIFIER = "bitrise me.whydontyoulove.ios.webviewer.Focus.ContentBlocker";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
VALID_ARCHS = "$(ARCHS_STANDARD)";
@@ -6239,7 +6233,7 @@
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -6266,7 +6260,7 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.ClientTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.ClientTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "KLAR DEBUG";
@@ -6312,7 +6306,7 @@
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -6332,7 +6326,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.ClientTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.ClientTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "FOCUS DEBUG";
@@ -6379,7 +6373,7 @@
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -6399,7 +6393,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.ClientTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.ClientTests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -6446,7 +6440,7 @@
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -6466,7 +6460,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.ClientTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.ClientTests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -6533,7 +6527,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.ClientTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.ClientTests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -6600,7 +6594,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Focus.ClientTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Focus.ClientTests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -6640,7 +6634,7 @@
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -6666,7 +6660,7 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.blockzilla.ScreenshotTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.blockzilla.ScreenshotTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "KLAR DEBUG";
@@ -6700,7 +6694,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -6719,7 +6713,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.blockzilla.ScreenshotTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.blockzilla.ScreenshotTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "FOCUS DEBUG";
@@ -6754,7 +6748,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -6773,7 +6767,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.blockzilla.ScreenshotTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.blockzilla.ScreenshotTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -6808,7 +6802,7 @@
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -6827,7 +6821,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.blockzilla.ScreenshotTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.blockzilla.ScreenshotTests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
@@ -6881,7 +6875,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.blockzilla.ScreenshotTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.blockzilla.ScreenshotTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -6934,7 +6928,7 @@
"@loader_path/Frameworks",
);
MTL_ENABLE_DEBUG_INFO = NO;
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.blockzilla.ScreenshotTests;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.blockzilla.ScreenshotTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
@@ -6978,7 +6972,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -7039,7 +7033,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -7068,21 +7062,21 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon${BUNDLE_ID_SUFFIX}";
BUNDLE_ID_SUFFIX = .dev;
CODE_SIGN_ENTITLEMENTS = Klar.entitlements;
- CODE_SIGN_STYLE = Manual;
- DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 43AQ936H96;
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
INFOPLIST_FILE = Blockzilla/Info.plist;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar;
PRODUCT_NAME = "Firefox Klar";
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT org.mozilla.ios.Klar";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "KLAR DEBUG";
SWIFT_VERSION = 5.0;
VALID_ARCHS = "$(ARCHS_STANDARD)";
@@ -7098,19 +7092,20 @@
CODE_SIGN_ENTITLEMENTS = Klar.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
INFOPLIST_FILE = Blockzilla/Info.plist;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar;
PRODUCT_NAME = "Firefox Klar";
PROVISIONING_PROFILE = "3d0198ab-c4fb-4dd9-8140-927873f44e85";
- PROVISIONING_PROFILE_SPECIFIER = "bitrise org.mozilla.ios.Klar";
+ PROVISIONING_PROFILE_SPECIFIER = "bitrise me.whydontyoulove.ios.webviewer.Klar";
SWIFT_VERSION = 5.0;
VALID_ARCHS = "$(ARCHS_STANDARD)";
};
@@ -7122,7 +7117,7 @@
CODE_SIGN_ENTITLEMENTS = Klar.entitlements;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
- "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 43AQ936H96;
+ "DEVELOPMENT_TEAM[sdk=iphoneos*]" = NFZL2NT288;
INFOPLIST_FILE = ContentBlocker/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
@@ -7130,10 +7125,10 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.ContentBlocker;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.ContentBlocker;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT org.mozilla.ios.Klar.ContentBlocker";
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "BT me.whydontyoulove.ios.webviewer.Klar.ContentBlocker";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "KLAR DEBUG";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
@@ -7147,7 +7142,7 @@
CODE_SIGN_ENTITLEMENTS = Klar.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
- DEVELOPMENT_TEAM = 43AQ936H96;
+ DEVELOPMENT_TEAM = NFZL2NT288;
INFOPLIST_FILE = ContentBlocker/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
@@ -7155,10 +7150,10 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.Klar.ContentBlocker;
+ PRODUCT_BUNDLE_IDENTIFIER = me.whydontyoulove.ios.webviewer.Klar.ContentBlocker;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "2255b2ac-3bcf-4a39-99f9-fd5ccf21c3c9";
- PROVISIONING_PROFILE_SPECIFIER = "bitrise org.mozilla.ios.Klar.ContentBlocker";
+ PROVISIONING_PROFILE_SPECIFIER = "bitrise me.whydontyoulove.ios.webviewer.Klar.ContentBlocker";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
VALID_ARCHS = "$(ARCHS_STANDARD)";
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/ContentBlocker.xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/ContentBlocker.xcscheme
index d610dbb8592e7..e0d0da4739ad5 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/ContentBlocker.xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/ContentBlocker.xcscheme
@@ -30,7 +30,7 @@
@@ -62,7 +62,7 @@
@@ -81,7 +81,7 @@
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Focus (Enterprise).xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Focus (Enterprise).xcscheme
index ea725a7902d3a..da19cfa79fa2d 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Focus (Enterprise).xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Focus (Enterprise).xcscheme
@@ -15,7 +15,7 @@
@@ -32,7 +32,7 @@
@@ -81,7 +81,7 @@
@@ -98,7 +98,7 @@
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Focus.xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Focus.xcscheme
index 0d18216b190b7..b364077fe5a95 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Focus.xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Focus.xcscheme
@@ -15,7 +15,7 @@
@@ -45,7 +45,7 @@
@@ -146,7 +146,7 @@
@@ -163,7 +163,7 @@
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusIntentExtension.xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusIntentExtension.xcscheme
index 010592161e481..b8e33bb9642e2 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusIntentExtension.xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusIntentExtension.xcscheme
@@ -30,7 +30,7 @@
@@ -62,7 +62,7 @@
@@ -81,7 +81,7 @@
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusMarketingTests.xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusMarketingTests.xcscheme
index b14b0e9fa93a8..775b03246de0c 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusMarketingTests.xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusMarketingTests.xcscheme
@@ -15,7 +15,7 @@
@@ -31,7 +31,7 @@
@@ -69,7 +69,7 @@
@@ -86,7 +86,7 @@
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusSnapshotTests.xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusSnapshotTests.xcscheme
index 60d4f95eeebe3..95a2bf0bf7646 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusSnapshotTests.xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusSnapshotTests.xcscheme
@@ -15,7 +15,7 @@
@@ -31,7 +31,7 @@
@@ -64,7 +64,7 @@
@@ -81,7 +81,7 @@
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusWidgetsExtension.xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusWidgetsExtension.xcscheme
index d4b1d149dd21a..e8b0a5b20bb86 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusWidgetsExtension.xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/FocusWidgetsExtension.xcscheme
@@ -30,7 +30,7 @@
@@ -72,7 +72,7 @@
@@ -101,13 +101,14 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES"
+ askForAppToLaunch = "Yes"
launchAutomaticallySubstyle = "2">
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Klar (Enterprise).xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Klar (Enterprise).xcscheme
index 7deb6286d673f..1aee19e35a98e 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Klar (Enterprise).xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Klar (Enterprise).xcscheme
@@ -15,7 +15,7 @@
@@ -32,7 +32,7 @@
@@ -66,7 +66,7 @@
@@ -83,7 +83,7 @@
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Klar.xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Klar.xcscheme
index a4c3f2adc42ec..e1a4e53d183bc 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Klar.xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/Klar.xcscheme
@@ -15,7 +15,7 @@
@@ -45,7 +45,7 @@
@@ -106,7 +106,7 @@
@@ -123,7 +123,7 @@
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/KlarMarketingTests.xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/KlarMarketingTests.xcscheme
index e39e9cec89adb..0bc81f2121a8d 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/KlarMarketingTests.xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/KlarMarketingTests.xcscheme
@@ -15,7 +15,7 @@
@@ -31,7 +31,7 @@
@@ -70,7 +70,7 @@
@@ -87,7 +87,7 @@
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/KlarSnapshotTests.xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/KlarSnapshotTests.xcscheme
index 7a05d60c93d8f..129218d3a7166 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/KlarSnapshotTests.xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/KlarSnapshotTests.xcscheme
@@ -15,7 +15,7 @@
@@ -31,7 +31,7 @@
@@ -70,7 +70,7 @@
@@ -87,7 +87,7 @@
diff --git a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/ShareExtension.xcscheme b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/ShareExtension.xcscheme
index ea3571daa0765..b1423f74d9142 100644
--- a/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/ShareExtension.xcscheme
+++ b/focus-ios/Blockzilla.xcodeproj/xcshareddata/xcschemes/ShareExtension.xcscheme
@@ -30,7 +30,7 @@
@@ -62,7 +62,7 @@
@@ -81,7 +81,7 @@
diff --git a/focus-ios/Blockzilla/AppDelegate.swift b/focus-ios/Blockzilla/AppDelegate.swift
index 6a3eafc93d405..ff929b84014c1 100644
--- a/focus-ios/Blockzilla/AppDelegate.swift
+++ b/focus-ios/Blockzilla/AppDelegate.swift
@@ -81,7 +81,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
case .willResignActive:
guard privacyProtectionWindow == nil else { return }
- showPrivacyProtectionWindow()
+// showPrivacyProtectionWindow()
case .didEnterBackground:
authenticationManager.logout()
@@ -101,7 +101,8 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
self.hidePrivacyProtectionWindow()
case .loggedout:
- self.showPrivacyProtectionWindow()
+// self.showPrivacyProtectionWindow()
+ break
case .canceled:
break
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/Contents.json b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/Contents.json
index 28d9cc7aae2e0..a690abe713c90 100644
--- a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/Contents.json
+++ b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/Contents.json
@@ -1,153 +1,33 @@
{
"images" : [
- {
- "filename" : "notification-icon@2x.png",
- "idiom" : "iphone",
- "scale" : "2x",
- "size" : "20x20"
- },
- {
- "filename" : "notification-icon@3x.png",
- "idiom" : "iphone",
- "scale" : "3x",
- "size" : "20x20"
- },
- {
- "filename" : "icon-small.png",
- "idiom" : "iphone",
- "scale" : "1x",
- "size" : "29x29"
- },
- {
- "filename" : "icon-small@2x.png",
- "idiom" : "iphone",
- "scale" : "2x",
- "size" : "29x29"
- },
- {
- "filename" : "icon-small@3x.png",
- "idiom" : "iphone",
- "scale" : "3x",
- "size" : "29x29"
- },
- {
- "filename" : "icon-40@2x.png",
- "idiom" : "iphone",
- "scale" : "2x",
- "size" : "40x40"
- },
- {
- "filename" : "icon-40@3x.png",
- "idiom" : "iphone",
- "scale" : "3x",
- "size" : "40x40"
- },
{
"filename" : "icon.png",
- "idiom" : "iphone",
- "scale" : "1x",
- "size" : "57x57"
- },
- {
- "filename" : "icon@2x.png",
- "idiom" : "iphone",
- "scale" : "2x",
- "size" : "57x57"
- },
- {
- "filename" : "icon-60@2x.png",
- "idiom" : "iphone",
- "scale" : "2x",
- "size" : "60x60"
- },
- {
- "filename" : "icon-60@3x.png",
- "idiom" : "iphone",
- "scale" : "3x",
- "size" : "60x60"
- },
- {
- "filename" : "notification-icon~ipad.png",
- "idiom" : "ipad",
- "scale" : "1x",
- "size" : "20x20"
- },
- {
- "filename" : "notification-icon~ipad@2x.png",
- "idiom" : "ipad",
- "scale" : "2x",
- "size" : "20x20"
- },
- {
- "filename" : "icon-small.png",
- "idiom" : "ipad",
- "scale" : "1x",
- "size" : "29x29"
- },
- {
- "filename" : "icon-small@2x.png",
- "idiom" : "ipad",
- "scale" : "2x",
- "size" : "29x29"
- },
- {
- "filename" : "icon-40.png",
- "idiom" : "ipad",
- "scale" : "1x",
- "size" : "40x40"
- },
- {
- "filename" : "icon-40@2x.png",
- "idiom" : "ipad",
- "scale" : "2x",
- "size" : "40x40"
- },
- {
- "filename" : "icon-small-50.png",
- "idiom" : "ipad",
- "scale" : "1x",
- "size" : "50x50"
- },
- {
- "filename" : "icon-small-50@2x.png",
- "idiom" : "ipad",
- "scale" : "2x",
- "size" : "50x50"
- },
- {
- "filename" : "icon-72.png",
- "idiom" : "ipad",
- "scale" : "1x",
- "size" : "72x72"
- },
- {
- "filename" : "icon-72@2x.png",
- "idiom" : "ipad",
- "scale" : "2x",
- "size" : "72x72"
- },
- {
- "filename" : "icon-76.png",
- "idiom" : "ipad",
- "scale" : "1x",
- "size" : "76x76"
- },
- {
- "filename" : "icon-76@2x.png",
- "idiom" : "ipad",
- "scale" : "2x",
- "size" : "76x76"
+ "idiom" : "universal",
+ "platform" : "ios",
+ "size" : "1024x1024"
},
{
- "filename" : "icon-83.5@2x.png",
- "idiom" : "ipad",
- "scale" : "2x",
- "size" : "83.5x83.5"
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ],
+ "filename" : "icon-dark.png",
+ "idiom" : "universal",
+ "platform" : "ios",
+ "size" : "1024x1024"
},
{
- "filename" : "ios-marketing.png",
- "idiom" : "ios-marketing",
- "scale" : "1x",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "tinted"
+ }
+ ],
+ "filename" : "icon-tinted.png",
+ "idiom" : "universal",
+ "platform" : "ios",
"size" : "1024x1024"
}
],
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-40.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-40.png
deleted file mode 100644
index 599cd063b3c73..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-40.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-40@2x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-40@2x.png
deleted file mode 100644
index 6a40c92d0500f..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-40@2x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-40@3x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-40@3x.png
deleted file mode 100644
index da8145ffef92b..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-40@3x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-60@2x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-60@2x.png
deleted file mode 100644
index da8145ffef92b..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-60@2x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-60@3x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-60@3x.png
deleted file mode 100644
index a23aad53a65c0..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-60@3x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-72.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-72.png
deleted file mode 100644
index ef967b8ad5e0b..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-72.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-72@2x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-72@2x.png
deleted file mode 100644
index 0259bc9e0f6dc..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-72@2x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-76.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-76.png
deleted file mode 100644
index 193f97c343ef5..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-76.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-76@2x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-76@2x.png
deleted file mode 100644
index 8481ad21acc1b..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-76@2x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-83.5@2x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-83.5@2x.png
deleted file mode 100644
index d34e41314966e..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-83.5@2x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-dark.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-dark.png
new file mode 100644
index 0000000000000..b7d3f4d670469
Binary files /dev/null and b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-dark.png differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small-50.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small-50.png
deleted file mode 100644
index d0dcba4a28f53..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small-50.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small-50@2x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small-50@2x.png
deleted file mode 100644
index 9bf00cf18e3db..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small-50@2x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small.png
deleted file mode 100644
index 37fbbd2dc89f7..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small@2x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small@2x.png
deleted file mode 100644
index d6eb9a7cca207..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small@2x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small@3x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small@3x.png
deleted file mode 100644
index ccee0678a826e..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-small@3x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-tinted.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-tinted.png
new file mode 100644
index 0000000000000..0350d499ae26c
Binary files /dev/null and b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon-tinted.png differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon.png
index 6cfb9f19bade3..0350d499ae26c 100644
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon.png and b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon.png differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon@2x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon@2x.png
deleted file mode 100644
index abca9b992c79f..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/icon@2x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/ios-marketing.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/ios-marketing.png
deleted file mode 100644
index c3eb58849094d..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/ios-marketing.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon@2x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon@2x.png
deleted file mode 100644
index 599cd063b3c73..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon@2x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon@3x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon@3x.png
deleted file mode 100644
index d708a3c63d3ee..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon@3x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon~ipad.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon~ipad.png
deleted file mode 100644
index bb944e974442f..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon~ipad.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon~ipad@2x.png b/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon~ipad@2x.png
deleted file mode 100644
index 599cd063b3c73..0000000000000
Binary files a/focus-ios/Blockzilla/Assets.xcassets/AppIcon.dev.appiconset/notification-icon~ipad@2x.png and /dev/null differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/background_iphone_portrait.imageset/iPhone - Splash@2x.png b/focus-ios/Blockzilla/Assets.xcassets/background_iphone_portrait.imageset/iPhone - Splash@2x.png
index fcee15a4d001a..7aed55917de6c 100644
Binary files a/focus-ios/Blockzilla/Assets.xcassets/background_iphone_portrait.imageset/iPhone - Splash@2x.png and b/focus-ios/Blockzilla/Assets.xcassets/background_iphone_portrait.imageset/iPhone - Splash@2x.png differ
diff --git a/focus-ios/Blockzilla/Assets.xcassets/background_iphone_portrait.imageset/iPhone_Production_Mode_Portrait.png b/focus-ios/Blockzilla/Assets.xcassets/background_iphone_portrait.imageset/iPhone_Production_Mode_Portrait.png
index 9a7a31b0d32b8..1e033baab0ff4 100644
Binary files a/focus-ios/Blockzilla/Assets.xcassets/background_iphone_portrait.imageset/iPhone_Production_Mode_Portrait.png and b/focus-ios/Blockzilla/Assets.xcassets/background_iphone_portrait.imageset/iPhone_Production_Mode_Portrait.png differ
diff --git a/focus-ios/Blockzilla/BrowserViewController.swift b/focus-ios/Blockzilla/BrowserViewController.swift
index e6b604cdea251..dcdfa262ec8ed 100644
--- a/focus-ios/Blockzilla/BrowserViewController.swift
+++ b/focus-ios/Blockzilla/BrowserViewController.swift
@@ -79,7 +79,7 @@ final class BrowserViewController: UIViewController {
private var homeViewContainer = UIView()
- fileprivate var showsToolsetInURLBar = false {
+ fileprivate var showsToolsetInURLBar = true {
didSet {
if showsToolsetInURLBar {
browserBottomConstraint.deactivate()
@@ -138,7 +138,6 @@ final class BrowserViewController: UIViewController {
}
fileprivate func addShortcutsBackgroundConstraints() {
- shortcutsBackground.backgroundColor = isIPadRegularDimensions ? .systemBackground.withAlphaComponent(0.85) : .foundation
shortcutsBackground.layer.cornerRadius = isIPadRegularDimensions ? 10 : 0
if isIPadRegularDimensions {
@@ -263,7 +262,7 @@ final class BrowserViewController: UIViewController {
alertStackView.alignment = .center
// true if device is an iPad or is an iPhone in landscape mode
- showsToolsetInURLBar = (UIDevice.current.userInterfaceIdiom == .pad && (UIScreen.main.bounds.width == view.frame.size.width || view.frame.size.width > view.frame.size.height)) || (UIDevice.current.userInterfaceIdiom == .phone && view.frame.size.width > view.frame.size.height)
+ showsToolsetInURLBar = true
containWebView()
createHomeView()
@@ -335,31 +334,7 @@ final class BrowserViewController: UIViewController {
}
func controller(for route: ToolTipRoute) -> UIViewController? {
- switch route {
- case .trackingProtectionShield(let version):
- return handleTrackingProtectionShieldAction(version: version)
-
- case .trash(let version):
- return handleTrashAction(version: version)
-
- case .searchBar:
- return handleSearchBarAction()
-
- case .onboarding(let onboardingType):
- return handleOnboardingAction(onboardingType: onboardingType)
-
- case .trackingProtection:
- return nil
-
- case .widget:
- return handleWidgetAction()
-
- case .menu:
- return handleMenuAction()
-
- case .widgetTutorial:
- return handleWidgetTutorialAction()
- }
+ return nil
}
private func handleTrackingProtectionShieldAction(version: OnboardingVersion) -> UIViewController? {
@@ -894,44 +869,7 @@ final class BrowserViewController: UIViewController {
}
func requestReviewIfNecessary() {
- if AppInfo.isTesting() { return }
- let currentLaunchCount = UserDefaults.standard.integer(forKey: UIConstants.strings.userDefaultsLaunchCountKey)
- let threshold = UserDefaults.standard.integer(forKey: UIConstants.strings.userDefaultsLaunchThresholdKey)
-
- if threshold == 0 {
- UserDefaults.standard.set(14, forKey: UIConstants.strings.userDefaultsLaunchThresholdKey)
- return
- }
-
- // Make sure the request isn't within 90 days of last request
- let minimumDaysBetweenReviewRequest = 90
- let daysSinceLastRequest: Int
- if let previousRequest = UserDefaults.standard.object(forKey: UIConstants.strings.userDefaultsLastReviewRequestDate) as? Date {
- daysSinceLastRequest = Calendar.current.dateComponents([.day], from: previousRequest, to: Date()).day ?? 0
- } else {
- // No previous request date found, meaning we've never asked for a review
- daysSinceLastRequest = minimumDaysBetweenReviewRequest
- }
-
- if currentLaunchCount <= threshold || daysSinceLastRequest < minimumDaysBetweenReviewRequest {
- return
- }
-
- UserDefaults.standard.set(Date(), forKey: UIConstants.strings.userDefaultsLastReviewRequestDate)
-
- // Increment the threshold by 50 so the user is not constantly pestered with review requests
- switch threshold {
- case 14:
- UserDefaults.standard.set(64, forKey: UIConstants.strings.userDefaultsLaunchThresholdKey)
- case 64:
- UserDefaults.standard.set(114, forKey: UIConstants.strings.userDefaultsLaunchThresholdKey)
- default:
- break
- }
-
- if let scene = UIApplication.shared.connectedScenes.first(where: { $0.activationState == .foregroundActive }) as? UIWindowScene {
- SKStoreReviewController.requestReview(in: scene)
- }
+ return
}
private func showSiriFavoriteSettings() {
@@ -1019,7 +957,7 @@ final class BrowserViewController: UIViewController {
orientationWillChange = true
// UIDevice.current.orientation isn't reliable. See https://bugzilla.mozilla.org/show_bug.cgi?id=1315370#c5
// As a workaround, consider the phone to be in landscape if the new width is greater than the height.
- showsToolsetInURLBar = (UIDevice.current.userInterfaceIdiom == .pad && (UIScreen.main.bounds.width == size.width || size.width > size.height)) || (UIDevice.current.userInterfaceIdiom == .phone && size.width > size.height)
+ showsToolsetInURLBar = true
// isIPadRegularDimensions check if the device is a Ipad and the app is not in split mode
isIPadRegularDimensions = ((UIDevice.current.userInterfaceIdiom == .pad && (UIScreen.main.bounds.width == size.width || size.width > size.height))) || (UIDevice.current.userInterfaceIdiom == .pad && UIApplication.shared.orientation?.isPortrait == true && UIScreen.main.bounds.width == size.width)
@@ -1103,7 +1041,7 @@ final class BrowserViewController: UIViewController {
}
private func toggleURLBarBackground(isBright: Bool) {
- urlBarContainer.backgroundColor = urlBar.inBrowsingMode ? .foundation : .clear
+ urlBarContainer.backgroundColor = .clear
}
override var keyCommands: [UIKeyCommand]? {
@@ -1169,12 +1107,6 @@ final class BrowserViewController: UIViewController {
if let url = urlBar.url {
let utils = OpenUtils(url: url, webViewController: webViewController)
- getShortcutsItem(for: url)
- .map(UIAction.init)
- .map { UIMenu(options: .displayInline, children: [$0]) }
- .map {
- actions.append($0)
- }
var actionItems: [UIMenuElement] = [UIAction(findInPageItem)]
actionItems.append(
@@ -1188,8 +1120,6 @@ final class BrowserViewController: UIViewController {
var shareItems: [UIMenuElement?] = [UIAction(copyItem(url: url))]
shareItems.append(UIAction(sharePageItem(for: utils, sender: sender)))
- shareItems.append(openInFireFoxItem(for: url).map(UIAction.init))
- shareItems.append(openInChromeItem(for: url).map(UIAction.init))
shareItems.append(UIAction(openInDefaultBrowserItem(for: url)))
let shareMenu = UIMenu(options: .displayInline, children: shareItems.compactMap { $0 })
@@ -1208,8 +1138,6 @@ final class BrowserViewController: UIViewController {
if let url = urlBar.url {
let utils = OpenUtils(url: url, webViewController: webViewController)
- actions.append([getShortcutsItem(for: url).map(PhotonActionSheetItem.init)].compactMap { $0 })
-
var actionItems = [PhotonActionSheetItem(findInPageItem)]
actionItems.append(
webViewController.requestMobileSite
@@ -1219,9 +1147,6 @@ final class BrowserViewController: UIViewController {
var shareItems: [PhotonActionSheetItem?] = [PhotonActionSheetItem(copyItem(url: url))]
shareItems.append(PhotonActionSheetItem(sharePageItem(for: utils, sender: sender)))
- shareItems.append(openInFireFoxItem(for: url).map(PhotonActionSheetItem.init))
- shareItems.append(openInChromeItem(for: url).map(PhotonActionSheetItem.init))
- shareItems.append(PhotonActionSheetItem(openInDefaultBrowserItem(for: url)))
actions.append(actionItems)
actions.append(shareItems.compactMap { $0 })
@@ -1364,20 +1289,10 @@ extension BrowserViewController: URLBarDelegate {
switch scrollBarState {
case .expanded:
- let y = tap.location(in: urlBar).y
-
- // If the tap is greater than this threshold, the user wants to type in the URL bar
- if y >= 10 {
- urlBar.activateTextField()
- return
+ if let url = urlBar.url {
+ let utils = OpenUtils(url: url, webViewController: webViewController)
+ showSharePage(for: utils, sender: urlBar)
}
-
- // FXIOS-8635 - #19155 Integrate EngineSession scrolling to top in Focus iOS
- // Just scroll the vertical position so the page doesn't appear under
- // the notch on the iPhone X
- var point = webViewController.scrollView.contentOffset
- point.y = 0
- webViewController.scrollView.setContentOffset(point, animated: true)
case .collapsed: showToolbars()
default: break
}
diff --git a/focus-ios/Blockzilla/HomeViewController.swift b/focus-ios/Blockzilla/HomeViewController.swift
index cc2e0f2a3cf07..5fddf889094a8 100644
--- a/focus-ios/Blockzilla/HomeViewController.swift
+++ b/focus-ios/Blockzilla/HomeViewController.swift
@@ -110,7 +110,7 @@ final class HomeViewController: UIViewController {
if UIDevice.current.userInterfaceIdiom == .pad {
// On iPad in landscape we only show the tips.
hideTextLogo()
- showTips()
+ hideTips()
} else {
// On iPhone in landscape we show neither.
hideTextLogo()
@@ -118,8 +118,8 @@ final class HomeViewController: UIViewController {
}
} else {
// In portrait on any form factor we show both.
- showTextLogo()
- showTips()
+ hideTextLogo()
+ hideTips()
}
}
diff --git a/focus-ios/Blockzilla/Info.plist b/focus-ios/Blockzilla/Info.plist
index 538b46d267cb7..e7c6e6e9b0293 100644
--- a/focus-ios/Blockzilla/Info.plist
+++ b/focus-ios/Blockzilla/Info.plist
@@ -42,6 +42,7 @@
googlechromes
googlechrome
firefox
+ echodotapp
LSRequiresIPhoneOS
diff --git a/focus-ios/Blockzilla/LaunchScreen.storyboard b/focus-ios/Blockzilla/LaunchScreen.storyboard
index 4b10751f4a8a3..a852092c235ad 100644
--- a/focus-ios/Blockzilla/LaunchScreen.storyboard
+++ b/focus-ios/Blockzilla/LaunchScreen.storyboard
@@ -1,10 +1,10 @@
-
+
-
-
+
+
@@ -19,18 +19,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -39,9 +28,8 @@
-
-
-
-
+
+
+
diff --git a/focus-ios/Blockzilla/Lib/RequestHandler/RequestHandler.swift b/focus-ios/Blockzilla/Lib/RequestHandler/RequestHandler.swift
index 8cc16ff49eb59..1dee410a74079 100644
--- a/focus-ios/Blockzilla/Lib/RequestHandler/RequestHandler.swift
+++ b/focus-ios/Blockzilla/Lib/RequestHandler/RequestHandler.swift
@@ -59,6 +59,34 @@ final class RequestHandler {
}
switch host {
+ case "twitter.com", "www.twitter.com", "mobile.twitter.com", "x.com", "www.x.com", "mobile.x.com":
+ // Build deep link to Echo: echodotapp://
+ // Extract path + query + fragment from the original URL
+ var deepLinkString = "echodotapp://"
+ let pathComponent = url.path.trimmingCharacters(in: CharacterSet(charactersIn: "/"))
+ if !pathComponent.isEmpty {
+ deepLinkString += pathComponent
+ }
+ if let query = url.query, !query.isEmpty {
+ deepLinkString += "?" + query
+ }
+ if let fragment = url.fragment, !fragment.isEmpty {
+ deepLinkString += "#" + fragment
+ }
+
+ if let deepLinkURL = URL(string: deepLinkString, invalidCharacters: false) {
+ // Open directly if possible, otherwise fall back to in-app navigation
+ if UIApplication.shared.canOpenURL(deepLinkURL) {
+ UIApplication.shared.open(deepLinkURL, options: [:])
+ return false
+ } else {
+ // If iOS requires confirmation or the scheme isn't allowed, present confirmation to open Echo
+ let alert = RequestHandler.makeAlert(title: String(format: UIConstants.strings.externalAppLinkWithAppName, AppInfo.productName, "Echo"), action: UIConstants.strings.open, forURL: deepLinkURL)
+ alertCallback(alert)
+ return false
+ }
+ }
+ return true
case "maps.apple.com":
let alert = RequestHandler.makeAlert(title: String(format: UIConstants.strings.externalAppLinkWithAppName, AppInfo.productName, "Maps"), action: UIConstants.strings.open, forURL: url)
alertCallback(alert)
diff --git a/focus-ios/Blockzilla/Menu/Protocol/MenuItemProvider.swift b/focus-ios/Blockzilla/Menu/Protocol/MenuItemProvider.swift
index eb9a8414362a1..823810e4920eb 100644
--- a/focus-ios/Blockzilla/Menu/Protocol/MenuItemProvider.swift
+++ b/focus-ios/Blockzilla/Menu/Protocol/MenuItemProvider.swift
@@ -8,42 +8,18 @@ import AppShortcuts
protocol MenuItemProvider {
var shortcutManager: ShortcutsManager { get }
- func openInFireFoxItem(for url: URL) -> MenuAction?
- func openInChromeItem(for url: URL) -> MenuAction?
-
var findInPageItem: MenuAction { get }
var requestDesktopItem: MenuAction { get }
var requestMobileItem: MenuAction { get }
var settingsItem: MenuAction { get }
var helpItem: MenuAction { get }
- func getShortcutsItem(for url: URL) -> MenuAction?
- func addToShortcutsItem(for url: URL) -> MenuAction
- func removeFromShortcutsItem(for url: URL) -> MenuAction
-
func openInDefaultBrowserItem(for url: URL) -> MenuAction
func copyItem(url: URL) -> MenuAction
func sharePageItem(for utils: OpenUtils, sender: UIView) -> MenuAction
}
extension MenuItemProvider where Self: MenuActionable {
- func openInFireFoxItem(for url: URL) -> MenuAction? {
- canOpenInFirefox
-
- ? MenuAction(title: UIConstants.strings.shareOpenInFirefox, image: "open_in_firefox_icon") { [unowned self] in
- self.openInFirefox(url: url)
- }
- : nil
- }
-
- func openInChromeItem(for url: URL) -> MenuAction? {
- canOpenInChrome ?
- MenuAction(title: UIConstants.strings.shareOpenInChrome, image: "open_in_chrome_icon") { [unowned self] in
- self.openInChrome(url: url)
- }
- : nil
- }
-
var findInPageItem: MenuAction {
MenuAction(title: UIConstants.strings.shareMenuFindInPage, image: "icon_searchfor") { [unowned self] in
self.findInPage()
@@ -74,28 +50,6 @@ extension MenuItemProvider where Self: MenuActionable {
}
}
- func getShortcutsItem(for url: URL) -> MenuAction? {
- if shortcutManager.isSaved(url: url) {
- return removeFromShortcutsItem(for: url)
- } else if shortcutManager.hasSpace {
- return addToShortcutsItem(for: url)
- } else {
- return nil
- }
- }
-
- func addToShortcutsItem(for url: URL) -> MenuAction {
- MenuAction(title: UIConstants.strings.shareMenuAddToShortcuts, image: "icon_shortcuts_add") { [unowned self] in
- self.addToShortcuts(url: url)
- }
- }
-
- func removeFromShortcutsItem(for url: URL) -> MenuAction {
- MenuAction(title: UIConstants.strings.shareMenuRemoveFromShortcuts, image: "icon_shortcuts_remove") { [unowned self] in
- self.removeShortcut(url: url)
- }
- }
-
func openInDefaultBrowserItem(for url: URL) -> MenuAction {
MenuAction(title: UIConstants.strings.shareOpenInDefaultBrowser, image: "icon_favicon") { [unowned self] in
self.openInDefaultBrowser(url: url)
diff --git a/focus-ios/Blockzilla/Pro Tips/TipManager.swift b/focus-ios/Blockzilla/Pro Tips/TipManager.swift
index 648420d02df7d..0e80cfbcbb114 100644
--- a/focus-ios/Blockzilla/Pro Tips/TipManager.swift
+++ b/focus-ios/Blockzilla/Pro Tips/TipManager.swift
@@ -91,12 +91,11 @@ final class TipManager {
if laContext.canEvaluatePolicy(.deviceOwnerAuthenticationWithBiometrics, error: nil) {
tips.append(biometricTip)
}
- return tips
+ return []
}
private var availableTips: [Tip] {
- guard Settings.getToggle(.showHomeScreenTips) else { return [] }
- return tips.filter { $0.canShow() }
+ return []
}
private let laContext = LAContext()
diff --git a/focus-ios/Blockzilla/UIComponents/BrowserToolbar.swift b/focus-ios/Blockzilla/UIComponents/BrowserToolbar.swift
index caef55bd3d93e..2c7dc2a428f0d 100644
--- a/focus-ios/Blockzilla/UIComponents/BrowserToolbar.swift
+++ b/focus-ios/Blockzilla/UIComponents/BrowserToolbar.swift
@@ -70,7 +70,7 @@ public final class BrowserToolbar: UIView {
bindViewModelEvents()
let background = UIView()
- background.backgroundColor = .foundation
+ background.backgroundColor = .clear
background.translatesAutoresizingMaskIntoConstraints = false
addSubview(background)
diff --git a/focus-ios/Blockzilla/UIComponents/SplashViewController.swift b/focus-ios/Blockzilla/UIComponents/SplashViewController.swift
index 885d5cd44d14b..fbcc61bbe1169 100644
--- a/focus-ios/Blockzilla/UIComponents/SplashViewController.swift
+++ b/focus-ios/Blockzilla/UIComponents/SplashViewController.swift
@@ -55,15 +55,10 @@ final class SplashViewController: UIViewController {
private func commonInit() {
view.backgroundColor = .launchScreenBackground
view.addSubview(authButton)
- view.addSubview(logoImage)
- logoImage.translatesAutoresizingMaskIntoConstraints = false
NSLayoutConstraint.activate([
- logoImage.centerXAnchor.constraint(equalTo: view.centerXAnchor),
- logoImage.centerYAnchor.constraint(equalTo: view.centerYAnchor),
-
authButton.centerXAnchor.constraint(equalTo: view.centerXAnchor),
- authButton.topAnchor.constraint(equalTo: logoImage.topAnchor, constant: .authButtonTop),
+ authButton.topAnchor.constraint(equalTo: view.topAnchor, constant: .authButtonTop),
authButton.heightAnchor.constraint(equalToConstant: .authButtonHeight),
authButton.widthAnchor.constraint(equalToConstant: .authButtonWidth),
authButton.leadingAnchor.constraint(greaterThanOrEqualTo: view.leadingAnchor, constant: .authButtonInset),
diff --git a/focus-ios/Blockzilla/UIComponents/URLBar/URLBar.swift b/focus-ios/Blockzilla/UIComponents/URLBar/URLBar.swift
index 69d9ffa5369d6..dc6a2a4336b51 100644
--- a/focus-ios/Blockzilla/UIComponents/URLBar/URLBar.swift
+++ b/focus-ios/Blockzilla/UIComponents/URLBar/URLBar.swift
@@ -36,6 +36,7 @@ final class URLBar: UIView {
button.setContentCompressionResistancePriority(.required, for: .horizontal)
button.setContentHuggingPriority(.required, for: .horizontal)
button.isPointerInteractionEnabled = true
+ button.isHidden = true
return button
}()
@@ -43,7 +44,7 @@ final class URLBar: UIView {
private lazy var urlBarBorderView: UIView = {
let view = UIView()
- view.backgroundColor = .secondaryButton
+ view.backgroundColor = .clear
view.layer.cornerRadius = UIConstants.layout.urlBarCornerRadius
view.setContentCompressionResistancePriority(UILayoutPriority(rawValue: UIConstants.layout.urlBarLayoutPriorityRawValue), for: .horizontal)
view.setContentHuggingPriority(UILayoutPriority(rawValue: UIConstants.layout.urlBarLayoutPriorityRawValue), for: .horizontal)
@@ -51,12 +52,22 @@ final class URLBar: UIView {
}()
private lazy var urlBarBackgroundView: UIView = {
- let view = UIView()
- view.backgroundColor = .locationBar
- view.layer.cornerRadius = UIConstants.layout.urlBarCornerRadius
- view.setContentCompressionResistancePriority(UILayoutPriority(rawValue: UIConstants.layout.urlBarLayoutPriorityRawValue), for: .horizontal)
- view.setContentHuggingPriority(UILayoutPriority(rawValue: UIConstants.layout.urlBarLayoutPriorityRawValue), for: .horizontal)
- return view
+ if #available(iOS 26, *) {
+ let glassEffect = UIGlassEffect()
+ let effectView = UIVisualEffectView(effect: glassEffect)
+ effectView.layer.cornerRadius = UIConstants.layout.urlBarCornerRadius
+ effectView.clipsToBounds = true
+ effectView.setContentCompressionResistancePriority(UILayoutPriority(rawValue: UIConstants.layout.urlBarLayoutPriorityRawValue), for: .horizontal)
+ effectView.setContentHuggingPriority(UILayoutPriority(rawValue: UIConstants.layout.urlBarLayoutPriorityRawValue), for: .horizontal)
+ return effectView
+ } else {
+ let view = UIView()
+ view.backgroundColor = .clear
+ view.layer.cornerRadius = UIConstants.layout.urlBarCornerRadius
+ view.setContentCompressionResistancePriority(UILayoutPriority(rawValue: UIConstants.layout.urlBarLayoutPriorityRawValue), for: .horizontal)
+ view.setContentHuggingPriority(UILayoutPriority(rawValue: UIConstants.layout.urlBarLayoutPriorityRawValue), for: .horizontal)
+ return view
+ }
}()
private lazy var truncatedUrlText: UITextView = {
@@ -94,7 +105,6 @@ final class URLBar: UIView {
textField.setContentHuggingPriority(UILayoutPriority(rawValue: UIConstants.layout.urlBarLayoutPriorityRawValue), for: .vertical)
textField.autocompleteDelegate = self
textField.accessibilityIdentifier = "URLBar.urlText"
- textField.placeholder = UIConstants.strings.urlTextPlaceholder
textField.isUserInteractionEnabled = false
return textField
}()
@@ -326,7 +336,11 @@ final class URLBar: UIView {
addSubview(forwardButton)
addSubview(deleteButton)
addSubview(contextMenuButton)
- urlBarBackgroundView.addSubview(textAndLockContainer)
+ if let effectView = urlBarBackgroundView as? UIVisualEffectView {
+ effectView.contentView.addSubview(textAndLockContainer)
+ } else {
+ urlBarBackgroundView.addSubview(textAndLockContainer)
+ }
addSubview(cancelButton)
textAndLockContainer.addSubview(stopReloadButton)
addSubview(urlBarBorderView)
@@ -685,9 +699,6 @@ final class URLBar: UIView {
@objc
public func activateTextField() {
- urlTextField.isUserInteractionEnabled = true
- urlTextField.becomeFirstResponder()
- isEditing = true
}
private func displayClearButton(shouldDisplay: Bool, animated: Bool = true) {
@@ -850,12 +861,12 @@ final class URLBar: UIView {
compressBar = isIPadRegularDimensions ? false : true
showBackgroundView = true
- shieldIcon.animateHidden(false, duration: UIConstants.layout.urlBarTransitionAnimationDuration)
+ shieldIcon.animateHidden(true, duration: UIConstants.layout.urlBarTransitionAnimationDuration)
cancelButton.animateHidden(true, duration: UIConstants.layout.urlBarTransitionAnimationDuration)
setTextToURL()
deactivate()
- borderColor = .foundation
+ borderColor = .clear
backgroundColor = .clear
case .browsing:
@@ -863,11 +874,11 @@ final class URLBar: UIView {
compressBar = isIPadRegularDimensions ? false : true
showBackgroundView = false
- shieldIcon.animateHidden(false, duration: UIConstants.layout.urlBarTransitionAnimationDuration)
+ shieldIcon.animateHidden(true, duration: UIConstants.layout.urlBarTransitionAnimationDuration)
cancelButton.animateHidden(true, duration: UIConstants.layout.urlBarTransitionAnimationDuration)
setTextToURL()
- borderColor = .foundation
+ borderColor = .clear
backgroundColor = .clear
editingURLTextConstrains.forEach { $0.deactivate() }
@@ -896,7 +907,7 @@ final class URLBar: UIView {
shieldIcon.animateHidden(true, duration: UIConstants.layout.urlBarTransitionAnimationDuration)
cancelButton.animateHidden(isIPadRegularDimensions ? true : false, duration: UIConstants.layout.urlBarTransitionAnimationDuration)
contextMenuButton.isEnabled = true
- borderColor = .foundation
+ borderColor = .clear
backgroundColor = .clear
}
@@ -1016,14 +1027,10 @@ final class URLBar: UIView {
let isHidden: Bool
switch state {
- case .default:
+ case .browsing, .editing, .default:
isHidden = true
showToolset = false
centerURLBar = false
- case .browsing, .editing:
- isHidden = !shouldShowToolset
- showToolset = !isHidden && inBrowsingMode
- centerURLBar = shouldShowToolset
}
backButton.animateHidden(isHidden, duration: UIConstants.layout.urlBarTransitionAnimationDuration)
@@ -1139,9 +1146,9 @@ final class URLBar: UIView {
contextMenuButton.alpha = expandAlpha
if isEditing {
- shieldIcon.alpha = collapseAlpha
+ shieldIcon.alpha = 0
} else {
- shieldIcon.alpha = expandAlpha
+ shieldIcon.alpha = 0
}
self.layoutIfNeeded()
diff --git a/focus-ios/Focus.entitlements b/focus-ios/Focus.entitlements
index 8b903d82b2893..34d88d081968e 100644
--- a/focus-ios/Focus.entitlements
+++ b/focus-ios/Focus.entitlements
@@ -2,11 +2,9 @@
- com.apple.developer.siri
-
com.apple.security.application-groups
- group.org.mozilla.ios.Focus
+ group.me.whydontyoulove.ios.webviewer.Focus
diff --git a/focus-ios/FocusIntentExtension/FocusIntentExtension.entitlements b/focus-ios/FocusIntentExtension/FocusIntentExtension.entitlements
index 3601f065136d1..34d88d081968e 100644
--- a/focus-ios/FocusIntentExtension/FocusIntentExtension.entitlements
+++ b/focus-ios/FocusIntentExtension/FocusIntentExtension.entitlements
@@ -4,8 +4,7 @@
com.apple.security.application-groups
- group.org.mozilla.ios.Klar
- group.org.mozilla.ios.Focus
+ group.me.whydontyoulove.ios.webviewer.Focus
diff --git a/focus-ios/Klar.entitlements b/focus-ios/Klar.entitlements
index 489fdd0dce81b..2eb7e333a6f6c 100644
--- a/focus-ios/Klar.entitlements
+++ b/focus-ios/Klar.entitlements
@@ -2,11 +2,7 @@
- com.apple.developer.siri
-
com.apple.security.application-groups
-
- group.org.mozilla.ios.Klar
-
+
diff --git a/focus-ios/version.xcconfig b/focus-ios/version.xcconfig
index ea938b0608fbb..93280e46bf6cd 100644
--- a/focus-ios/version.xcconfig
+++ b/focus-ios/version.xcconfig
@@ -1 +1 @@
-APP_VERSION = 140.0
+APP_VERSION = 148.3