mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Add support for pin entry sad paths.
This commit is contained in:
committed by
Greyson Parrelli
parent
afb9b76208
commit
62414e72b5
@@ -1596,6 +1596,17 @@
|
||||
<string name="PinRestoreLockedFragment_create_new_pin">Create new PIN</string>
|
||||
<string name="PinRestoreLockedFragment_learn_more_url" translatable="false">https://support.signal.org/hc/articles/360007059792</string>
|
||||
|
||||
<!-- Dialog button text indicating user wishes to send an sms code isntead of skipping it -->
|
||||
<string name="ReRegisterWithPinFragment_send_sms_code">Send SMS code</string>
|
||||
<!-- Email subject used when user contacts support about an issue with the reregister flow. -->
|
||||
<string name="ReRegisterWithPinFragment_support_email_subject">Signal Registration - Need Help with reregister PIN for Android</string>
|
||||
<!-- Dialog message shown in reregister flow when tapping a informational button to to learn about pins or contact support for help -->
|
||||
<string name="ReRegisterWithPinFragment_need_help_local">Your PIN is a %1$d+ digit code you created that can be numeric or alphanumeric.\n\nIf you can’t remember your PIN, you can create a new one.</string>
|
||||
<!-- Dialog message shown in reregister flow when user requests to skip this flow and return to the normal flow -->
|
||||
<string name="ReRegisterWithPinFragment_skip_local">If you can’t remember your PIN, you can create a new one.</string>
|
||||
<!-- Dialog message shown in reregister flow when user uses up all of their guesses for their pin and we are going to move on -->
|
||||
<string name="ReRegisterWithPinFragment_out_of_guesses_local">You\'ve run out of PIN guesses, but you can still access your Signal account by creating a new PIN.</string>
|
||||
|
||||
<!-- PinOptOutDialog -->
|
||||
<string name="PinOptOutDialog_warning">Warning</string>
|
||||
<string name="PinOptOutDialog_if_you_disable_the_pin_you_will_lose_all_data">If you disable the PIN, you will lose all data when you re-register Signal unless you manually back up and restore. You cannot turn on Registration Lock while the PIN is disabled.</string>
|
||||
@@ -3326,6 +3337,8 @@
|
||||
<!-- KbsLockFragment -->
|
||||
<string name="RegistrationLockFragment__enter_your_pin">Enter your PIN</string>
|
||||
<string name="RegistrationLockFragment__enter_the_pin_you_created">Enter the PIN you created for your account. This is different from your SMS verification code.</string>
|
||||
<!-- Info text shown above a pin entry text box describing what pin they should be entering. -->
|
||||
<string name="RegistrationLockFragment__enter_the_pin_you_created_for_your_account">Enter the PIN you created for your account.</string>
|
||||
<string name="RegistrationLockFragment__enter_alphanumeric_pin">Enter alphanumeric PIN</string>
|
||||
<string name="RegistrationLockFragment__enter_numeric_pin">Enter numeric PIN</string>
|
||||
<string name="RegistrationLockFragment__incorrect_pin_try_again">Incorrect PIN. Try again.</string>
|
||||
|
||||
Reference in New Issue
Block a user