lettitle=NSLocalizedString("INVITE_FLOW_REQUIRES_CONTACT_ACCESS_TITLE",comment:"Alert title when contacts disabled while trying to invite contacts to signal")
letbody=NSLocalizedString("INVITE_FLOW_REQUIRES_CONTACT_ACCESS_BODY",comment:"Alert body when contacts disabled while trying to invite contacts to signal")
lettitle=NSLocalizedString("AB_PERMISSION_MISSING_TITLE",comment:"Alert title when contacts disabled")
letbody=NSLocalizedString("ADDRESSBOOK_RESTRICTED_ALERT_BODY",comment:"Alert body when contacts disabled")
"ACCEPT_NEW_IDENTITY_ACTION" = "Accept new safety number";
@ -22,9 +19,6 @@
/* Title for the 'add group member' view. */
"ADD_GROUP_MEMBER_VIEW_TITLE" = "Add Member";
/* Alert body when contacts disabled */
"ADDRESSBOOK_RESTRICTED_ALERT_BODY" = "Signal requires access to your contacts. Access to contacts is restricted. Signal will close. You can disable the restriction temporarily to let Signal access your contacts by going the Settings app >> General >> Restrictions >> Contacts >> Allow Changes.";
/* The label for the 'discard' button in alerts and action sheets. */
"ALERT_DISCARD_BUTTON" = "Discard";
@ -223,6 +217,9 @@
/* Activity Sheet label */
"COMPARE_SAFETY_NUMBER_ACTION" = "Compare with Clipboard";
"COMPOSE_SCREEN_MISSING_CONTACTS_PERMISSION" = "To see which of your contacts are Signal users, enable contacts access in your system settings.";
/* No comment provided by engineer. */
"CONFIRM_ACCOUNT_DESTRUCTION_TEXT" = "This will reset the application by deleting your messages and unregister you with the server. The app will close after deletion of data.";
@ -568,7 +565,7 @@
/* Call setup status label */
"IN_CALL_TERMINATED" = "Call Ended.";
/* Multiline label explainging how to show names instead of phone numbers in your inbox */
/* Multiline label explaining how to show names instead of phone numbers in your inbox */
"INBOX_VIEW_MISSING_CONTACTS_PERMISSION" = "To see the names of your contacts, update your sytem settings to allow contact access.";