mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Add ability to set custom username discriminators.
This commit is contained in:
@@ -2202,6 +2202,8 @@
|
||||
<string name="UnverifiedSendDialog_send">Send</string>
|
||||
|
||||
<!-- UsernameEditFragment -->
|
||||
<!-- Placeholder text for custom discriminator -->
|
||||
<string name="UsernameEditFragment__00">00</string>
|
||||
<!-- Toolbar title when entering from registration -->
|
||||
<string name="UsernameEditFragment__add_a_username">Add a username</string>
|
||||
<!-- Instructional text at the top of the username edit screen -->
|
||||
@@ -2224,6 +2226,12 @@
|
||||
<string name="UsernameEditFragment__skip">Skip</string>
|
||||
<!-- Content description for done button -->
|
||||
<string name="UsernameEditFragment__done">Done</string>
|
||||
<!-- Displayed when the chosen discriminator is not available for the given nickname -->
|
||||
<string name="UsernameEditFragment__this_username_is_not_available_try_another_number">This username is not available, try another number.</string>
|
||||
<!-- Displayed when the chosen discriminator is too short -->'
|
||||
<string name="UsernameEditFragment__invalid_username_enter_a_minimum_of_d_digits">Invalid username, enter a minimum of %1$d digits.</string>
|
||||
<!-- Displayed when the chosen discriminator is too long -->'
|
||||
<string name="UsernameEditFragment__invalid_username_enter_a_maximum_of_d_digits">Invalid username, enter a maximum of %1$d digits.</string>
|
||||
|
||||
<plurals name="UserNotificationMigrationJob_d_contacts_are_on_signal">
|
||||
<item quantity="one">%d contact is on Signal!</item>
|
||||
|
||||
Reference in New Issue
Block a user