Add Find By Username and Find By Phone Number interstitials.

Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
Alex Hart
2024-02-01 17:59:20 -04:00
committed by Greyson Parrelli
parent ca3d239ce2
commit 700fe5e463
28 changed files with 1357 additions and 37 deletions

View File

@@ -2570,6 +2570,10 @@
<item quantity="one">%1$d member</item>
<item quantity="other">%1$d members</item>
</plurals>
<!-- Text on row item to find user by phone number -->
<string name="ContactSelectionListFragment__find_by_phone_number">Find by phone number</string>
<!-- Text on row item to find user by username -->
<string name="ContactSelectionListFragment__find_by_username">Find by username</string>
<!-- contact_selection_list_fragment -->
<string name="contact_selection_list_fragment__signal_needs_access_to_your_contacts_in_order_to_display_them">Signal needs access to your contacts in order to display them.</string>
@@ -6452,5 +6456,41 @@
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, second button to dismiss the dialog entirely -->
<string name="MonthlyDonationCanceled__not_now_button">Not now</string>
<!-- FindByActivity -->
<!-- Title of activity when finding by username -->
<string name="FindByActivity__find_by_username">Find by username</string>
<!-- Title of activity when finding by phone number -->
<string name="FindByActivity__find_by_phone_number">Find by phone number</string>
<!-- Title of screen to select a country code -->
<string name="FindByActivity__select_country_code">Select country code</string>
<!-- Entry placeholder for find by username -->
<string name="FindByActivity__username">Username</string>
<!-- Entry placeholder for find by phone number -->
<string name="FindByActivity__phone_number">Phone number</string>
<!-- Help text under user entry for find by username -->
<string name="FindByActivity__enter_a_full_username">Enter a full username with its pair of digits.</string>
<!-- Content description for next action button -->
<string name="FindByActivity__next">Next</string>
<!-- Placeholder text for search input for selecting country code -->
<string name="FindByActivity__search">Search</string>
<!-- Dialog title for invalid username -->
<string name="FindByActivity__invalid_username">Invalid username</string>
<!-- Dialog title for invalid phone number -->
<string name="FindByActivity__invalid_phone_number">Invalid phone number</string>
<!-- Dialog title when phone number is not a registered signal user -->
<string name="FindByActivity__invite_to_signal">Invite to Signal</string>
<!-- Dialog title when username is not found -->
<string name="FindByActivity__username_not_found">Username not found</string>
<!-- Dialog body for invalid username. Placeholder is the entered username. -->
<string name="FindByActivity__s_is_not_a_valid_username">%1$s is not a valid username. Make sure you\'ve entered the complete username followed by its set of digits.</string>
<!-- Dialog body for an invalid phone number. Placeholder is the entered phone number. -->
<string name="FindByActivity__s_is_not_a_valid_phone_number">%1$s is not valid phone number. Try again with a valid phone number</string>
<!-- Dialog body for not found username -->
<string name="FindByActivity__s_is_not_a_signal_user">%1$s is not a Signal user. Please check the username and try again.</string>
<!-- Dialog body for not found phone number -->
<string name="FindByActivity__s_is_not_a_signal_user_would">%1$s is not a Signal user. Would you like to invite this number?</string>
<!-- Dialog action to invite the phone number to Signal -->
<string name="FindByActivity__invite">Invite</string>
<!-- EOF -->
</resources>