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
staticletviewTitle=NSLocalizedString("Prompts", comment:"View title for Blogging Prompts list.")
52
94
}
53
95
96
+
enumNoResults{
97
+
staticletloadingTitle=NSLocalizedString("Loading prompts...", comment:"Displayed while blogging prompts are being loaded.")
98
+
staticleterrorTitle=NSLocalizedString("Oops", comment:"Title for the view when there's an error loading blogging prompts.")
99
+
staticleterrorSubtitle=NSLocalizedString("There was an error loading prompts.", comment:"Text displayed when there is a failure loading blogging prompts.")
100
+
staticletemptyTitle=NSLocalizedString("No prompts yet", comment:"Title displayed when there are no blogging prompts to display.")
0 commit comments