mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Implement session-based account registration API.
This commit is contained in:
committed by
Greyson Parrelli
parent
3de17fa2d0
commit
a47e3900c1
@@ -1782,11 +1782,18 @@
|
||||
<string name="RegistrationActivity_signal_needs_access_to_your_contacts_and_media_in_order_to_connect_with_friends">Signal needs the contacts and media permissions to help you connect with friends and send messages. Your contacts are uploaded using Signal\'s private contact discovery, which means they are end-to-end encrypted and never visible to the Signal service.</string>
|
||||
<string name="RegistrationActivity_signal_needs_access_to_your_contacts_in_order_to_connect_with_friends">Signal needs the contacts permission to help you connect with friends. Your contacts are uploaded using Signal\'s private contact discovery, which means they are end-to-end encrypted and never visible to the Signal service.</string>
|
||||
<string name="RegistrationActivity_rate_limited_to_service">You\'ve made too many attempts to register this number. Please try again later.</string>
|
||||
<!-- During registration, if the user attempts (and fails) to register, we display this error message with a number of minutes timer they are allowed to try again.-->
|
||||
<string name="RegistrationActivity_rate_limited_to_try_again">You\'ve made too many attempts to register this number. Please try again in %s.</string>
|
||||
<string name="RegistrationActivity_unable_to_connect_to_service">Unable to connect to service. Please check network connection and try again.</string>
|
||||
<string name="RegistrationActivity_non_standard_number_format">Non-standard number format</string>
|
||||
<string name="RegistrationActivity_the_number_you_entered_appears_to_be_a_non_standard">The number you entered (%1$s) appears to be a non-standard format.\n\nDid you mean %2$s?</string>
|
||||
<string name="RegistrationActivity_signal_android_phone_number_format">Signal Android - Phone Number Format</string>
|
||||
<!-- Small "toast" notification to the user confirming that they have requested a new code via voice call.-->
|
||||
<string name="RegistrationActivity_call_requested">Call requested</string>
|
||||
<!-- Small "toast" notification to the user confirming that they have requested a new code via SMS.-->
|
||||
<string name="RegistrationActivity_sms_requested">SMS requested</string>
|
||||
<!-- Small "toast" notification to the user confirming that they have requested a new code (through an unspecified channel).-->
|
||||
<string name="RegistrationActivity_code_requested">Verification code requested</string>
|
||||
<plurals name="RegistrationActivity_debug_log_hint">
|
||||
<item quantity="one">You are now %d step away from submitting a debug log.</item>
|
||||
<item quantity="other">You are now %d steps away from submitting a debug log.</item>
|
||||
@@ -1806,6 +1813,11 @@
|
||||
<string name="RegistrationActivity_call">Call</string>
|
||||
<string name="RegistrationActivity_verification_code">Verification Code</string>
|
||||
<string name="RegistrationActivity_resend_code">Resend Code</string>
|
||||
<string name="RegistrationActivity_support_bottom_sheet_title">Having trouble registering?</string>
|
||||
<string name="RegistrationActivity_support_bottom_sheet_body_part_1">• Make sure your phone has a cellular signal to receive your SMS or call\n • Confirm you can receive a phone call to the number\n • Check that you have entered your phone number correctly.\nFor more information, please follow </string>
|
||||
<string name="RegistrationActivity_support_bottom_sheet_body_part_2">these troubleshooting steps</string>
|
||||
<string name="RegistrationActivity_support_bottom_sheet_body_part_3"> or </string>
|
||||
<string name="RegistrationActivity_support_bottom_sheet_body_part_4">Contact Support</string>
|
||||
|
||||
<!-- RegistrationLockV2Dialog -->
|
||||
<string name="RegistrationLockV2Dialog_turn_on_registration_lock">Turn on Registration Lock?</string>
|
||||
@@ -3417,7 +3429,10 @@
|
||||
<string name="LocalBackupJobApi29_your_backup_contains_a_very_large_file">Your backup contains a very large file that cannot be backed up. Please delete it and create a new backup.</string>
|
||||
<string name="LocalBackupJobApi29_tap_to_manage_backups">Tap to manage backups.</string>
|
||||
<string name="RegistrationActivity_wrong_number">Wrong number?</string>
|
||||
<!-- Countdown to when the user can request a new code via phone call during registration.-->
|
||||
<string name="RegistrationActivity_call_me_instead_available_in">Call me (%1$02d:%2$02d)</string>
|
||||
<!-- Countdown to when the user can request a new SMS code during registration.-->
|
||||
<string name="RegistrationActivity_resend_sms_available_in">Resend Code (%1$02d:%2$02d)</string>
|
||||
<string name="RegistrationActivity_contact_signal_support">Contact Signal Support</string>
|
||||
<string name="RegistrationActivity_code_support_subject">Signal Registration - Verification Code for Android</string>
|
||||
<string name="RegistrationActivity_incorrect_code">Incorrect code</string>
|
||||
|
||||
Reference in New Issue
Block a user