mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Implement donations one-time pending state.
This commit is contained in:
committed by
Cody Henthorne
parent
57135ea2c6
commit
627c47b155
@@ -151,6 +151,14 @@
|
||||
<!-- Button label to confirm credit card input and proceed with subscription payment -->
|
||||
<string name="CreditCardFragment__donate_s_month">Donate %1$s/month</string>
|
||||
|
||||
<!-- OneTimeDonationPreference -->
|
||||
<!-- Preference title with placeholder for amount. -->
|
||||
<string name="OneTimeDonationPreference__one_time_s">One time %1$s</string>
|
||||
<!-- Preference subtitle when donation is pending -->
|
||||
<string name="OneTimeDonationPreference__donation_pending">Donation pending</string>
|
||||
<!-- Preference subtitle when donation is processing -->
|
||||
<string name="OneTimeDonationPreference__donation_processing">Donation processing</string>
|
||||
|
||||
<!-- BlockUnblockDialog -->
|
||||
<string name="BlockUnblockDialog_block_and_leave_s">Block and leave %1$s?</string>
|
||||
<string name="BlockUnblockDialog_block_s">Block %1$s?</string>
|
||||
|
||||
Reference in New Issue
Block a user