/* Call setup status label after outgoing call times out */
"CALL_SCREEN_STATUS_NO_ANSWER" = "No Answer";
@ -1113,16 +1113,13 @@
/* Multi-line label explaining how to show names instead of phone numbers in your inbox */
"INBOX_VIEW_MISSING_CONTACTS_PERMISSION" = "You can enable contacts access in the iOS Settings app to see contact names in your Signal conversation list.";
/* notification body */
/* info message text in conversation view */
"INCOMING_CALL" = "Incoming call";
/* notification body */
"INCOMING_CALL_FROM" = "Incoming call from %@";
/* info message recorded in conversation history when local user declined a call */
"INCOMING_DECLINED_CALL" = "You declined a call";
/* No comment provided by engineer. */
/* info message text in conversation view */
"INCOMING_INCOMPLETE_CALL" = "Incoming call";
/* info message text shown in conversation view */
@ -1374,15 +1371,9 @@
/* Messages that indicates that there are more unseen messages including safety number changes. */
"MESSAGES_VIEW_UNREAD_INDICATOR_HAS_MORE_UNSEEN_MESSAGES_AND_SAFETY_NUMBER_CHANGES" = "There are more unread messages (including safety number changes).";
/* notification title */
/* info message text in conversation view */
"MISSED_CALL" = "Missed call";
/* notification title. Embeds {{caller's name or phone number}} */
"MISSED_CALL_WITH_CHANGED_IDENTITY_BODY_WITH_CALLER_NAME" = "Missed call from %@ because their safety number changed.";
/* notification title */
"MISSED_CALL_WITH_CHANGED_IDENTITY_BODY_WITHOUT_CALLER_NAME" = "Missed call because the caller's safety number changed.";
/* Alert body
Alert body when camera is not authorized */
"MISSING_CAMERA_PERMISSION_MESSAGE" = "You can enable camera access in the iOS Settings app to make video calls in Signal.";
@ -1397,9 +1388,6 @@
/* Alert title when user has previously denied media library access */
"MISSING_MEDIA_LIBRARY_PERMISSION_TITLE" = "Signal requires access to your photos for this feature.";
/* notification title. Embeds {{caller's name or phone number}} */
"MSGVIEW_MISSED_CALL_WITH_NAME" = "Missed call from %@.";
/* alert title: cannot link - reached max linked devices */
"MULTIDEVICE_PAIRING_MAX_DESC" = "You cannot link any more devices.";
@ -1451,6 +1439,9 @@
/* An indicator that a user is a member of the new group. */
"NEW_GROUP_MEMBER_LABEL" = "Member";
/* notification title. Embeds {{author name}} and {{group name}} */
"NEW_GROUP_MESSAGE_NOTIFICATION_TITLE" = "%@ to %@";
/* Placeholder text for group name field */
"NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Name this group chat";
@ -1481,9 +1472,6 @@
/* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */
"NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "You may have received messages while your %@ was restarting.";
/* No comment provided by engineer. */
"NOTIFICATION_SEND_FAILED" = "Your message failed to send to %@.";
/* No comment provided by engineer. */
"NOTIFICATIONS_FOOTER_WARNING" = "Due to known bugs in Apple's push framework, message previews will only be shown if the message is retrieved within 30 seconds after being sent. The application badge might be inaccurate as a result.";
@ -1520,10 +1508,10 @@
/* Label warning the user that the Signal service may be down. */
"OUTAGE_WARNING" = "Signal is experiencing technical difficulties. We are working hard to restore service as quickly as possible.";
/* No comment provided by engineer. */
/* info message text in conversation view */
"OUTGOING_CALL" = "Outgoing call";
/* No comment provided by engineer. */
/* info message text in conversation view */
"OUTGOING_INCOMPLETE_CALL" = "Outgoing call";
/* info message recorded in conversation history when local user tries and fails to call another user. */
@ -1667,10 +1655,10 @@
/* Title for the profile view. */
"PROFILE_VIEW_TITLE" = "Profile";
/* No comment provided by engineer. */
/* Notification action button title */
"PUSH_MANAGER_MARKREAD" = "Mark as Read";
/* No comment provided by engineer. */
/* Notification action button title */
"PUSH_MANAGER_REPLY" = "Reply";
/* Title of alert shown when push tokens sync job succeeds. */
@ -1814,7 +1802,7 @@
/* Title of alert indicating that users needs to enter a phone number to register. */
"REGISTRATION_VIEW_NO_PHONE_NUMBER_ALERT_TITLE" = "No Phone Number";
/* No comment provided by engineer. */
/* notification action */
"REJECT_CALL_BUTTON_TITLE" = "Reject";
/* No comment provided by engineer. */
@ -1922,9 +1910,12 @@
/* No comment provided by engineer. */
"SEND_AGAIN_BUTTON" = "Send Again";
/* Label for the send button in the conversation view. */
/* Label for the button to send a message */
"SEND_BUTTON_TITLE" = "Send";
/* notification body */
"SEND_FAILED_NOTIFICATION_BODY" = "Your message failed to send.";
/* Alert body after invite failed */
"SEND_INVITE_FAILURE" = "Sending invite failed, please try again later.";
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'")
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}}")
@objc
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}}")