lettitle=NSLocalizedString("APP_UPDATE_NAG_ALERT_TITLE",comment:"Title for the 'new app version available' alert.")
letmessageFormat=NSLocalizedString("APP_UPDATE_NAG_ALERT_MESSAGE_FORMAT",comment:"Message format for the 'new app version available' alert. Embeds: {{The latest app version number}}")
letbuttonTitle=NSLocalizedString("APP_UPDATE_NAG_ALERT_UPDATE_BUTTON",comment:"Label for the 'update' button in the 'new app version available' alert.")
letbodyFormat=NSLocalizedString("APP_UPDATE_NAG_ALERT_MESSAGE_FORMAT",comment:"Message format for the 'new app version available' alert. Embeds: {{The latest app version number}}")
letupdateButtonText=NSLocalizedString("APP_UPDATE_NAG_ALERT_UPDATE_BUTTON",comment:"Label for the 'update' button in the 'new app version available' alert.")
letdismissButtonText=NSLocalizedString("APP_UPDATE_NAG_ALERT_DISMISS_BUTTON",comment:"Label for the 'dismiss' button in the 'new app version available' alert.")