You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* This is the footer text for the setting that toggles the Summarize feature under the Summarize settings section. */
245
263
"Settings.Summarize.FooterTitle.v142" = "Provides access to summarise pages.";
246
264
@@ -291,4 +309,3 @@
291
309
292
310
/* This is the title for the setting that toggles the Translation feature that allows users to translate web pages under the Translation settings section. */
Copy file name to clipboardExpand all lines: focus-ios/Blockzilla/UIComponents/UIConstants.swift
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -199,9 +199,14 @@ struct UIConstants {
199
199
staticletlabelBlockOther=NSLocalizedString("Settings.toggleBlockOther2", value:"Content", comment:"Label for the checkbox to toggle Other trackers")
200
200
staticletlabelBlockFonts=NSLocalizedString("Settings.toggleBlockFonts", value:"Block web fonts", comment:"Label for toggle on main screen")
201
201
staticletlabelSendAnonymousUsageData=NSLocalizedString("Settings.toggleSendUsageData", value:"Send usage data", comment:"Label for Send Usage Data toggle on main screen")
202
-
staticletdetailTextSendUsageData=NSLocalizedString("Settings.detailTextSendUsageData", value:"Mozilla strives to collect only what we need to provide and improve %@ for everyone.", comment:"Description associated to the Send Usage Data toggle on main screen. %@ is the app name (for example “Firefox Focus” or ”Firefox Klar”).")
202
+
staticletdetailTextSendUsageData=NSLocalizedString("Settings.detailTextSendUsageData", value:"Mozilla strives to collect only what we need to provide and improve %@ for everyone.", comment:"Description associated to the Send Usage Data toggle on main screen. %@ is the app name (for example \"Firefox Focus\" or \"Firefox Klar\").")
203
+
staticletdetailTextSendUsageDataV2=NSLocalizedString("Settings.detailTextSendUsageData.v2", value:"Mozilla strives to collect only what we need to provide and improve %@ for everyone.", comment:"Description associated to the Send Usage Data toggle on main screen. %@ is the app name (for example \"Firefox Focus\" or \"Firefox Klar\").")
203
204
staticletlabelStudies=NSLocalizedString("Settings.toggleStudies", value:"Studies", comment:"Label for Studies toggle on the settings screen")
204
-
staticletdetailTextStudies=NSLocalizedString("Settings.detailTextStudies", value:"%@ may install and run studies from time to time.", comment:"Description associated to the Studies toggle on the settings screen. %@ is the app name (for example “Firefox Focus” or ”Firefox Klar”).")
205
+
staticletdetailTextStudies=NSLocalizedString("Settings.detailTextStudies", value:"%@ may install and run studies from time to time.", comment:"Description associated to the Studies toggle on the settings screen. %@ is the app name (for example \"Firefox Focus\" or \"Firefox Klar\").")
206
+
staticletlabelStudiesV2=NSLocalizedString("Settings.toggleStudies.v2", value:"Allow Feature Studies", comment:"Label for Studies toggle on the settings screen")
207
+
staticletdetailTextStudiesV2=NSLocalizedString("Settings.detailTextStudies.v2", value:"%@ randomly selects users to test features, which improves quality for everyone.", comment:"Description associated to the Studies toggle on the settings screen. %@ is the app name (for example \"Firefox Focus\" or \"Firefox Klar\").")
208
+
staticletlabelRollouts=NSLocalizedString("Settings.toggleRollouts", value:"Allow Remote Improvements", comment:"Label for Rollouts toggle on the settings screen")
209
+
staticletdetailTextRollouts=NSLocalizedString("Settings.detailTextRollouts", value:"%@ will improve features, performance, and stability between updates. Changes applied remotely.", comment:"Description associated to the Rollouts toggle on the settings screen. %@ is the app name (for example \"Firefox Focus\" or \"Firefox Klar\").")
0 commit comments