mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Add in-chat payment activation requests.
Co-authored-by: Varsha <varsha@mobilecoin.com>
This commit is contained in:
@@ -105,6 +105,14 @@
|
||||
<string name="AttachmentManager_signal_requires_the_external_storage_permission_in_order_to_attach_photos_videos_or_audio">Signal requires the Storage permission in order to attach photos, videos, or audio, but it has been permanently denied. Please continue to the app settings menu, select \"Permissions\", and enable \"Storage\".</string>
|
||||
<string name="AttachmentManager_signal_requires_contacts_permission_in_order_to_attach_contact_information">Signal requires Contacts permission in order to attach contact information, but it has been permanently denied. Please continue to the app settings menu, select \"Permissions\", and enable \"Contacts\".</string>
|
||||
<string name="AttachmentManager_signal_requires_location_information_in_order_to_attach_a_location">Signal requires Location permission in order to attach a location, but it has been permanently denied. Please continue to the app settings menu, select \"Permissions\", and enable \"Location\".</string>
|
||||
<!-- Alert dialog title to show the recipient has not activated payments -->
|
||||
<string name="AttachmentManager__not_activated_payments">%1$s hasn\’t activated Payments </string>
|
||||
<!-- Alert dialog description to send the recipient a request to activate payments -->
|
||||
<string name="AttachmentManager__request_to_activate_payments">Do you want to send them a request to activate Payments?</string>
|
||||
<!-- Alert dialog button to send request -->
|
||||
<string name="AttachmentManager__send_request">Send request</string>
|
||||
<!-- Alert dialog button to cancel dialog -->
|
||||
<string name="AttachmentManager__cancel">Cancel</string>
|
||||
|
||||
<!-- AttachmentUploadJob -->
|
||||
<string name="AttachmentUploadJob_uploading_media">Uploading media…</string>
|
||||
@@ -1411,6 +1419,14 @@
|
||||
<string name="MessageRecord_your_message_history_with_s_and_their_number_s_has_been_merged">Your message history with %1$s and their number %2$s has been merged.</string>
|
||||
<!-- Update item message shown when we merge two threads together and we don't know the phone number of the other thread -->
|
||||
<string name="MessageRecord_your_message_history_with_s_and_another_chat_has_been_merged">Your message history with %1$s and another chat that belonged to them has been merged.</string>
|
||||
<!-- Message to notify sender that activate payments request has been sent to the recipient -->
|
||||
<string name="MessageRecord_you_sent_request">You sent %s a request to activate Payments</string>
|
||||
<!-- Request message from recipient to activate payments -->
|
||||
<string name="MessageRecord_wants_you_to_activate_payments">%s wants you to activate Payments. Only send payments to people you trust.</string>
|
||||
<!-- Message to inform user that payments was activated-->
|
||||
<string name="MessageRecord_you_activated_payments">You activated Payments</string>
|
||||
<!-- Message to inform sender that recipient can now accept payments -->
|
||||
<string name="MessageRecord_can_accept_payments">%s can now accept Payments</string>
|
||||
|
||||
<!-- Group Calling update messages -->
|
||||
<string name="MessageRecord_s_started_a_group_call_s">%1$s started a group call · %2$s</string>
|
||||
@@ -1904,6 +1920,14 @@
|
||||
<string name="ThreadRecord_view_once_media">View-once media</string>
|
||||
<string name="ThreadRecord_this_message_was_deleted">This message was deleted.</string>
|
||||
<string name="ThreadRecord_you_deleted_this_message">You deleted this message.</string>
|
||||
<!-- Displayed in the notification when the user sends a request to activate payments -->
|
||||
<string name="ThreadRecord_you_sent_request">You sent a request to activate Payments</string>
|
||||
<!-- Displayed in the notification when the recipient wants to activate payments -->
|
||||
<string name="ThreadRecord_wants_you_to_activate_payments">%s wants you to activate Payments</string>
|
||||
<!-- Displayed in the notification when the user activates payments -->
|
||||
<string name="ThreadRecord_you_activated_payments">You activated Payments</string>
|
||||
<!-- Displayed in the notification when the recipient can accept payments -->
|
||||
<string name="ThreadRecord_can_accept_payments">%s can now accept Payments</string>
|
||||
<string name="ThreadRecord_s_is_on_signal">%s is on Signal!</string>
|
||||
<string name="ThreadRecord_disappearing_messages_disabled">Disappearing messages disabled</string>
|
||||
<string name="ThreadRecord_disappearing_message_time_updated_to_s">Disappearing message time set to %s</string>
|
||||
@@ -2260,6 +2284,11 @@
|
||||
<string name="ConversationUpdateItem_the_disappearing_message_time_will_be_set_to_s_when_you_message_them">The disappearing message time will be set to %1$s when you message them.</string>
|
||||
<!-- Update item button text to show to boost a feature -->
|
||||
<string name="ConversationUpdateItem_donate">Donate</string>
|
||||
<!-- Update item button text to send payment -->
|
||||
<string name="ConversationUpdateItem_send_payment">Send payment</string>
|
||||
<!-- Update item button text to activate payments -->
|
||||
<string name="ConversationUpdateItem_activate_payments">Activate payments</string>
|
||||
|
||||
|
||||
<!-- audio_view -->
|
||||
<string name="audio_view__play_pause_accessibility_description">Play … Pause</string>
|
||||
|
||||
Reference in New Issue
Block a user