@ -313,13 +313,16 @@
/* Label for button that shows the privacy settings. */
"CALL_VIEW_SETTINGS_NAG_SHOW_CALL_SETTINGS" = "Show Privacy Settings";
/* Accessibility label to toggle front vs. rear facing camera */
"CALL_VIEW_SWITCH_CAMERA_DIRECTION" = "Switch Camera Direction";
/* Accessibility label to switch to audio only */
"CALL_VIEW_SWITCH_TO_AUDIO_LABEL" = "Switch to audio call";
/* Accessibility label to switch to video call */
"CALL_VIEW_SWITCH_TO_VIDEO_LABEL" = "Switch to video call";
/* Label for the 'return to call' indicato r. */
/* Label for the 'return to call' banne r. */
"CALL_WINDOW_RETURN_TO_CALL" = "Touch to return to call";
/* notification action */
@ -1043,6 +1046,9 @@
/* Status label for messages which are sent. */
"MESSAGE_METADATA_VIEW_MESSAGE_STATUS_SENT" = "Sent";
/* Status label for messages which were skipped. */
"MESSAGE_METADATA_VIEW_MESSAGE_STATUS_SKIPPED" = "Skipped";
/* Status label for messages which are uploading. */
"MESSAGE_METADATA_VIEW_MESSAGE_STATUS_UPLOADING" = "Uploading";
@ -1076,6 +1082,9 @@
/* message footer for read messages */
"MESSAGE_STATUS_READ" = "Read";
/* message status if message delivery to a recipient is skipped. We skip delivering group messages to users who have left the group or deactivated their Signal account. */
"MESSAGE_STATUS_RECIPIENT_SKIPPED" = "Skipped";
/* message status while message is sending. */
"MESSAGE_STATUS_SENDING" = "Sending...";