mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add additional text formatting support.
This commit is contained in:
committed by
Greyson Parrelli
parent
1c3636eedd
commit
25028e0e6f
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user