mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add in-chat payment messages.
This commit is contained in:
committed by
Greyson Parrelli
parent
28193c2f61
commit
1dc29fda12
@@ -1463,6 +1463,8 @@
|
||||
<string name="MessageRecord__you_will_no_longer_be_able_to_send_sms_messages_from_signal_soon">You will no longer be able to send SMS messages from Signal soon. Invite %1$s to Signal to keep the conversation here.</string>
|
||||
<!-- In-conversation update message to indicate that the current contact is sms only and will need to migrate to signal to continue the conversation in signal. -->
|
||||
<string name="MessageRecord__you_can_no_longer_send_sms_messages_in_signal">You can no longer send SMS messages in Signal. Invite %1$s to Signal to keep the conversation here.</string>
|
||||
<!-- Body for quote when message being quoted is an in-app payment message -->
|
||||
<string name="MessageRecord__payment_s">Payment: %1$s</string>
|
||||
|
||||
<!-- MessageRequestBottomView -->
|
||||
<string name="MessageRequestBottomView_accept">Accept</string>
|
||||
@@ -1960,6 +1962,8 @@
|
||||
<string name="ThreadRecord__reacted_s_to_your_story">Reacted %1$s to your story</string>
|
||||
<!-- Displayed in the conversation list when you reacted to someone\'s story -->
|
||||
<string name="ThreadRecord__reacted_s_to_their_story">Reacted %1$s to their story</string>
|
||||
<!-- Displayed in the conversation list when your most recent message is a payment to or from the person the conversation is with -->
|
||||
<string name="ThreadRecord_payment">Payment</string>
|
||||
|
||||
<!-- UpdateApkReadyListener -->
|
||||
<string name="UpdateApkReadyListener_Signal_update">Signal update</string>
|
||||
@@ -3120,6 +3124,8 @@
|
||||
<string name="conversation_selection__menu_resend_message">Resend</string>
|
||||
<!-- Button to select a message and enter selection mode -->
|
||||
<string name="conversation_selection__menu_multi_select">Select</string>
|
||||
<!-- Button to view a in-chat payment message's full payment details -->
|
||||
<string name="conversation_selection__menu_payment_details">Payment details</string>
|
||||
|
||||
<!-- conversation_expiring_on -->
|
||||
|
||||
@@ -5556,6 +5562,12 @@
|
||||
<!-- A toast that will be shown if we are unable to open the user's default contacts app. -->
|
||||
<string name="CdsPermanentErrorBottomSheet_no_contacts_toast">No contacts app found</string>
|
||||
|
||||
<!-- PaymentMessageView -->
|
||||
<!-- In-chat conversation message shown when you sent a payment to another person, placeholder is the other person name -->
|
||||
<string name="PaymentMessageView_you_sent_s">You sent %1$s</string>
|
||||
<!-- In-chat conversation message shown when another person sent a payment to you, placeholder is the other person name -->
|
||||
<string name="PaymentMessageView_s_sent_you">%1$s sent you</string>
|
||||
|
||||
<!-- EOF -->
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user