mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Pluralize gateway string.
This commit is contained in:
committed by
Cody Henthorne
parent
8ab16164eb
commit
8056aafc9d
@@ -5576,7 +5576,10 @@
|
||||
<!-- Sheet title when giving a one-time donation -->
|
||||
<string name="GatewaySelectorBottomSheet__donate_s_to_signal">Donate %1$s to Signal</string>
|
||||
<!-- Sheet summary when giving a one-time donation -->
|
||||
<string name="GatewaySelectorBottomSheet__get_a_s_badge_for_d_days">Get a %1$s badge for %2$d days</string>
|
||||
<plurals name="GatewaySelectorBottomSheet__get_a_s_badge_for_d_days">
|
||||
<item quantity="one">Get a %1$s badge for %2$d day</item>
|
||||
<item quantity="other">Get a %1$s badge for %2$d days</item>
|
||||
</plurals>
|
||||
<!-- Button label for paying with a credit card -->
|
||||
<string name="GatewaySelectorBottomSheet__credit_or_debit_card">Credit or debit card</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user