Add additional text formatting support.

This commit is contained in:
Cody Henthorne
2023-03-20 12:24:52 -04:00
committed by Greyson Parrelli
parent 1c3636eedd
commit 25028e0e6f
11 changed files with 155 additions and 44 deletions

View File

@@ -384,6 +384,15 @@
<!-- Snackbar message shown after dismissing the full screen sms export megaphone indicating we\'ll do it again soon -->
<string name="ConversationActivity__you_will_be_reminded_again_soon">You will be reminded again soon.</string>
<!-- Title for dialog shown when first sending formatted text -->
<string name="SendingFormattingTextDialog_title">Sending formatted text</string>
<!-- Message for dialog shown when first sending formatted text -->
<string name="SendingFormattingTextDialog_message">Some people may be using a version of Signal that doesn\'t support formatted text. They will not be able to see the formatting changes you\'ve made to your message.</string>
<!-- Button text for confirming they'd like to send the message with formatting after seeing warning. -->
<string name="SendingFormattingTextDialog_send_anyway_button">Send anyway</string>
<!-- Button text for canceling sending the message with formatting after seeing warning. -->
<string name="SendingFormattingTextDialog_cancel_send_button">Cancel</string>
<!-- ConversationAdapter -->
<plurals name="ConversationAdapter_n_unread_messages">
<item quantity="one">%d unread message</item>