staticpublicletnewGroupDefaultTitle=NSLocalizedString("NEW_GROUP_DEFAULT_TITLE",comment:"Used in place of the group name when a group has not yet been named.")
staticpublicletcallStatusFormat=NSLocalizedString("CALL_STATUS_FORMAT",comment:"embeds {{Call Status}} in call screen label. For ongoing calls, {{Call Status}} is a seconds timer like 01:23, otherwise {{Call Status}} is a short text like 'Ringing', 'Busy', or 'Failed Call'")
staticpublicletconfirmAndCallButtonTitle=NSLocalizedString("SAFETY_NUMBER_CHANGED_CONFIRM_CALL_ACTION",comment:"alert button text to confirm placing an outgoing call after the recipients Safety Number has changed.")
staticpublicletcallBackAlertTitle=NSLocalizedString("CALL_USER_ALERT_TITLE",comment:"Title for alert offering to call a user.")
@objc
staticpublicletcallBackAlertMessageFormat=NSLocalizedString("CALL_USER_ALERT_MESSAGE_FORMAT",comment:"Message format for alert offering to call a user. Embeds {{the user's display name or phone number}}.")
@objc
staticpublicletcallBackAlertCallButton=NSLocalizedString("CALL_USER_ALERT_CALL_BUTTON",comment:"Label for call button for alert offering to call a user.")
staticpublicletmissedCallNotificationBodyWithCallerName=NSLocalizedString("MSGVIEW_MISSED_CALL_WITH_NAME",comment:"notification title. Embeds {{caller's name or phone number}}")
staticpublicletmissedCallWithIdentityChangeNotificationBodyWithCallerName=NSLocalizedString("MISSED_CALL_WITH_CHANGED_IDENTITY_BODY_WITH_CALLER_NAME",comment:"notification title. Embeds {{caller's name or phone number}}")
staticpublicletincomingCallWithoutCallerNameNotification=NSLocalizedString("INCOMING_CALL",comment:"notification body, does not include the callers name")
@objc
staticpublicletincomingCallNotificationFormat=NSLocalizedString("INCOMING_CALL_FROM",comment:"notification body, embeds {{caller name or number}}")