/* Attachment error message for video attachments which could not be converted to MP4 */
"ATTACHMENT_ERROR_COULD_NOT_CONVERT_TO_MP4" = "Unable to process video.";
/* Attachment error message for image attachments in which metadata could not be removed */
"ATTACHMENT_ERROR_COULD_NOT_REMOVE_METADATA" = "Unable to remove metadata from image.";
/* Attachment error message for image attachments which cannot be parsed */
"ATTACHMENT_ERROR_COULD_NOT_PARSE_IMAGE" = "Image attachment could not be parsed.";
@ -1690,6 +1693,15 @@
/* No comment provided by engineer. */
"SETTINGS_SCREEN_SECURITY_DETAIL" = "Prevent Signal previews from appearing in the app switcher.";
/* Remove metadata table view header label. */
"SETTINGS_REMOVE_METADATA_TITLE" = "Metadata";
/* Label for the remove metadata setting. */
"SETTINGS_REMOVE_METADATA" = "Remove Media Metadata";
/* Footer label explanation of the remove metadata setting. */
"SETTINGS_REMOVE_METADATA_DETAIL" = "Removes user-identifying metadata and GPS information when sending image and video messages.";
/* Settings table section footer. */
"SETTINGS_SECTION_CALL_KIT_DESCRIPTION" = "iOS Call Integration shows Signal calls on your lock screen and in the system's call history. You may optionally show your contact's name and number. If iCloud is enabled, this call history will be shared with Apple.";
returnNSLocalizedString("ATTACHMENT_ERROR_INVALID_FILE_FORMAT",comment:"Attachment error message for attachments with an invalid file format")
case.couldNotConvertToMpeg4:
returnNSLocalizedString("ATTACHMENT_ERROR_COULD_NOT_CONVERT_TO_MP4",comment:"Attachment error message for video attachments which could not be converted to MP4")
case.couldNotRemoveMetadata:
returnNSLocalizedString("ATTACHMENT_ERROR_COULD_NOT_REMOVE_METADATA",comment:"Attachment error message for image attachments in which metadata could not be removed")
}
}
}
@ -625,8 +628,13 @@ public class SignalAttachment: NSObject {