mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Start re-work of play billing checkout flow.
This commit is contained in:
committed by
Greyson Parrelli
parent
b340097f9c
commit
48bd57c56a
@@ -7274,6 +7274,8 @@
|
||||
|
||||
<!-- BackupsTypeSettingsFragment -->
|
||||
<!-- Displayed as the user\'s payment method as a label in a preference row -->
|
||||
<string name="BackupsTypeSettingsFragment__google_play">Google Play</string>
|
||||
<!-- Displayed as the user\'s payment method as a label in a preference row -->
|
||||
<string name="BackupsTypeSettingsFragment__credit_or_debit_card">Credit or debit card</string>
|
||||
<!-- Displayed as the user\'s payment method as a label in a preference row -->
|
||||
<string name="BackupsTypeSettingsFragment__iDEAL">iDEAL</string>
|
||||
@@ -7411,12 +7413,6 @@
|
||||
<!-- The body of an alert dialog shown when we detect the user may be confused by the lock screen -->
|
||||
<string name="PassphrasePromptActivity_help_prompt_body">Please enter your device pin, password or pattern.</string>
|
||||
|
||||
<!-- MessageBackupsCheckoutSheet -->
|
||||
<!-- Sheet title. Placeholder is formatted price. -->
|
||||
<string name="MessageBackupsCheckoutSheet__pay_s_per_month">Pay %1$s/month to Signal</string>
|
||||
<!-- Sheet subtitle -->
|
||||
<string name="MessageBackupsCheckoutSheet__youll_get">You\'ll get:</string>
|
||||
|
||||
<!-- MessageBackupsEducationScreen -->
|
||||
<!-- Screen subtitle underneath large headline title -->
|
||||
<string name="MessageBackupsEducationScreen__backup_your_messages_and_media">Back up your messages and media and using Signal\'s secure, end-to-end encrypted storage service. Never lose a message when you get a new phone or reinstall Signal.</string>
|
||||
@@ -7431,29 +7427,35 @@
|
||||
<!-- Action button label to learn more -->
|
||||
<string name="MessageBackupsEducationScreen__learn_more">Learn more</string>
|
||||
|
||||
<!-- MessageBackupsPinConfirmationScreen -->
|
||||
<!-- Screen title -->
|
||||
<string name="MessageBackupsPinConfirmationScreen__enter_your_pin">Enter your PIN</string>
|
||||
<!-- Screen subtitle -->
|
||||
<string name="MessageBackupsPinConfirmationScreen__enter_your_signal_pin_to_enable_backups">Enter your Signal PIN to enable backups</string>
|
||||
<!-- Action button to confirm pin entry and continue -->
|
||||
<string name="MessageBackupsPinConfirmationScreen__next">Next</string>
|
||||
<!-- Action button to switch keyboard type -->
|
||||
<string name="MessageBackupsPinConfirmationScreen__switch_keyboard">Switch keyboard</string>
|
||||
<!-- Action button to create a new pin if we type the incorrect one -->
|
||||
<string name="MessageBackupsPinConfirmationScreen__create_new_pin">Create new pin</string>
|
||||
|
||||
<!-- MessageBackupsPinEducationScreen -->
|
||||
<!-- MessageBackupsKeyEducationScreen -->
|
||||
<!-- Screen headline -->
|
||||
<string name="MessageBackupsPinEducationScreen__pins_protect_your_backup">PINs protect your backup</string>
|
||||
<!-- Notice about pin length. Placeholder is recommended pin length -->
|
||||
<string name="MessageBackupsPinEducationScreen__your_signal_pin_lets_you">Your Signal PIN lets you restore your backup when you re-install Signal. We recommend using a PIN that\'s at least %1$d digits.</string>
|
||||
<!-- Notice about changing your pin. -->
|
||||
<string name="MessageBackupsPinEducationScreen__if_you_forget_your_pin">If you forget your PIN, you will not be able to restore your backup. You can change your PIN at any time in settings.</string>
|
||||
<!-- Action button label to utilize current pin -->
|
||||
<string name="MessageBackupsPinEducationScreen__use_current_signal_pin">Use current Signal PIN</string>
|
||||
<!-- Action button to create a new pin -->
|
||||
<string name="MessageBackupsPinEducationScreen__create_new_pin">Create new PIN</string>
|
||||
<string name="MessageBackupsKeyEducationScreen__your_backup_key">Your backup key</string>
|
||||
<!-- Screen body part 1 -->
|
||||
<string name="MessageBackupsKeyEducationScreen__your_backup_key_is_a">Your backup key is a 64-digit code that lets you restore your backup when you re-install Signal.</string>
|
||||
<!-- Screen body part 2 -->
|
||||
<string name="MessageBackupsKeyEducationScreen__if_you_forget_your_key">If you forget your key, you will not be able to restore your backup. Signal cannot help you recover your backup.</string>
|
||||
<!-- Action button label -->
|
||||
<string name="MessageBackupsKeyEducationScreen__next">Next</string>
|
||||
|
||||
<!-- MessageBackupsKeyRecordScreen -->
|
||||
<!-- Screen headline -->
|
||||
<string name="MessageBackupsKeyRecordScreen__record_your_backup_key">Record your backup key</string>
|
||||
<!-- Screen subhead -->
|
||||
<string name="MessageBackupsKeyRecordScreen__this_key_is_required_to_recover">This key is required to recover your account and data. Store this key somewhere safe. If you lose it, you won’t be able to recover your account.</string>
|
||||
<!-- Copy to clipboard button label -->
|
||||
<string name="MessageBackupsKeyRecordScreen__copy_to_clipboard">Copy to clipboard</string>
|
||||
<!-- Action button label -->
|
||||
<string name="MessageBackupsKeyRecordScreen__next">Next</string>
|
||||
<!-- Bottom sheet title -->
|
||||
<string name="MessageBackupsKeyRecordScreen__keep_your_key_safe">Keep your key safe</string>
|
||||
<!-- Bottom sheet subtitle -->
|
||||
<string name="MessageBackupsKeyRecordScreen__signal_will_not">Signal will not be able to help you restore your backup if you lose your key. Store it somewhere safe and secure, and do not share it with others.</string>
|
||||
<!-- Checkbox label -->
|
||||
<string name="MessageBackupsKeyRecordScreen__ive_recorded_my_key">I\'ve recorded my key</string>
|
||||
<!-- Sheet action button label -->
|
||||
<string name="MessageBackupsKeyRecordScreen__continue">Continue</string>
|
||||
<!-- Sheet secondary action button label -->
|
||||
<string name="MessageBackupsKeyRecordScreen__see_key_again">See key again</string>
|
||||
|
||||
<!-- MessagesBackupsTypeSelectionScreen -->
|
||||
<!-- Screen headline -->
|
||||
|
||||
Reference in New Issue
Block a user