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
staticletsectionSettings=NSLocalizedString("debugMenu.section.settings", value:"Settings", comment:"Debug Menu section title")
202
243
staticletsectionLogging=NSLocalizedString("debugMenu.section.logging", value:"Logging", comment:"Debug Menu section title")
203
244
staticletsectionTipKit=NSLocalizedString("debugMenu.section.tipKit", value:"TipKit", comment:"Debug Menu section title")
245
+
staticletsectionWebView=NSLocalizedString("debugMenu.section.webView", value:"Web View", comment:"Debug Menu section title")
204
246
staticletsandboxStoreCookieSecretRow=NSLocalizedString("Sandbox Store", comment:"Title of a row displayed on the debug screen used to configure the sandbox store use in the App.")
205
247
staticletsendTestCrash=NSLocalizedString("Send Test Crash", comment:"Title of a row displayed on the debug screen used to crash the app and send a crash report to the crash logging provider to ensure everything is working correctly")
206
248
staticletsendLogMessage=NSLocalizedString("Send Log Message", comment:"Title of a row displayed on the debug screen used to send a pretend error message to the crash logging provider to ensure everything is working correctly")
@@ -214,6 +256,8 @@ private enum Strings {
214
256
staticletfeatureFlags=NSLocalizedString("debugMenu.featureFlags", value:"Feature Flags", comment:"Feature flags menu item")
215
257
staticletweeklyRoundup=NSLocalizedString("debugMenu.weeklyRoundup", value:"Weekly Roundup", comment:"Weekly Roundup debug menu item")
216
258
staticletbooleanUserDefaults=NSLocalizedString("debugMenu.booleanUserDefaults", value:"Boolean User Defaults", comment:"Boolean User Defaults debug menu item")
259
+
staticletwebViewRow=NSLocalizedString("debugMenu.webView.row", value:"Browse as loggedin account", comment:"Debug menu item to present an authenticated web view for the currently displayed site")
260
+
staticletwebViewDialogTitle=NSLocalizedString("debugMenu.webView.dialogTitle", value:"Enter URL", comment:"Title for web view URL input dialog")
217
261
218
262
staticletshowAllTips=NSLocalizedString("debugMenu.showAllTips", value:"Show All Tips", comment:"Debug Menu action for TipKit")
219
263
staticlethideAllTips=NSLocalizedString("debugMenu.hideAllTips", value:"Hide All Tips", comment:"Debug Menu action for TipKit")
0 commit comments