* Add support for starting verification of a user * Add support for replying to incoming user verification requests * Add reset recovery key button and previews to `ChooseSelfVerificationModeView` * Add 'Profile' item in room details screen * Update screenshots * Remove `showDeviceVerifiedScreen` parameter from `NavTarget.UseAnotherDevice` * Allow exiting the FTUE flow, which will close the app. The previous state will be restored when the app is reopened. * When outgoing verification fails, move to the `Canceled` state. Then, when resetting the state machine state also reset the verification service. --------- Co-authored-by: ElementBot <android@element.io>
22 lines
1.9 KiB
XML
22 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||
<string name="screen_identity_confirmation_cannot_confirm">"Can\'t confirm?"</string>
|
||
<string name="screen_identity_confirmation_create_new_recovery_key">"Create a new recovery key"</string>
|
||
<string name="screen_identity_confirmation_subtitle">"Verify this device to set up secure messaging."</string>
|
||
<string name="screen_identity_confirmation_title">"Confirm your identity"</string>
|
||
<string name="screen_identity_confirmation_use_another_device">"Use another device"</string>
|
||
<string name="screen_identity_confirmation_use_recovery_key">"Use recovery key"</string>
|
||
<string name="screen_identity_confirmed_subtitle">"Now you can read or send messages securely, and anyone you chat with can also trust this device."</string>
|
||
<string name="screen_identity_confirmed_title">"Device verified"</string>
|
||
<string name="screen_identity_use_another_device">"Use another device"</string>
|
||
<string name="screen_identity_waiting_on_other_device">"Waiting on other device…"</string>
|
||
<string name="screen_notification_optin_subtitle">"You can change your settings later."</string>
|
||
<string name="screen_notification_optin_title">"Allow notifications and never miss a message"</string>
|
||
<string name="screen_session_verification_enter_recovery_key">"Enter recovery key"</string>
|
||
<string name="screen_welcome_bullet_1">"Calls, polls, search and more will be added later this year."</string>
|
||
<string name="screen_welcome_bullet_2">"Message history for encrypted rooms isn’t available yet."</string>
|
||
<string name="screen_welcome_bullet_3">"We’d love to hear from you, let us know what you think via the settings page."</string>
|
||
<string name="screen_welcome_button">"Let\'s go!"</string>
|
||
<string name="screen_welcome_subtitle">"Here’s what you need to know:"</string>
|
||
<string name="screen_welcome_title">"Welcome to %1$s!"</string>
|
||
</resources>
|