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
staticlettitle=NSLocalizedString("stats.insights.management.title", value:"Manage Stats Cards", comment:"Title of the Stats Insights Management screen")
167
210
staticletactiveCardsHeader=NSLocalizedString("stats.insights.management.activeCards", value:"Active Cards", comment:"Header title indicating which Stats Insights cards the user currently has set to active.")
168
211
staticletplaceholderRowTitle=NSLocalizedString("stats.insights.management.selectCardsPrompt", value:"Select cards from the list below", comment:"Prompt displayed on the Stats Insights management screen telling the user to tap a row to add it to their list of active cards.")
212
+
213
+
staticletsavePromptMessage=NSLocalizedString("stats.insights.management.savePrompt.message", value:"You've made changes to your active Insights cards.", comment:"Title of alert in Stats Insights management, prompting the user to save changes to their list of active Stats cards.")
214
+
staticletsavePromptSaveButton=NSLocalizedString("stats.insights.management.savePrompt.saveButton", value:"Save Changes", comment:"Title of button in Stats Insights management, prompting the user to save changes to their list of active Stats cards.")
215
+
staticletsavePromptDiscardButton=NSLocalizedString("stats.insights.management.savePrompt.discardButton", value:"Discard Changes", comment:"Title of button in Stats Insights management, prompting the user to discard changes to their list of active Stats cards.")
216
+
staticletsavePromptCancelButton=NSLocalizedString("stats.insights.management.savePrompt.cancelButton", value:"Cancel", comment:"Title of button to cancel an alert and take no action.")
0 commit comments