Link new device using QrCode.

This commit is contained in:
Benoit Marty 2025-12-04 10:52:26 +01:00 committed by Benoit Marty
parent 028741d81c
commit fd446e98dd
94 changed files with 4431 additions and 36 deletions

View file

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_link_new_device_desktop_scanning_title">"Scan the QR code"</string>
<string name="screen_link_new_device_desktop_step1">"Open %1$s on a laptop or desktop computer"</string>
<string name="screen_link_new_device_desktop_step3">"Scan the QR code with this device"</string>
<string name="screen_link_new_device_desktop_submit">"Ready to scan"</string>
<string name="screen_link_new_device_desktop_title">"Open %1$s on a desktop computer to get the QR code"</string>
<string name="screen_link_new_device_enter_number_error_numbers_do_not_match">"The numbers dont match"</string>
<string name="screen_link_new_device_enter_number_notice">"Enter 2-digit code"</string>
<string name="screen_link_new_device_enter_number_subtitle">"This will verify that the connection to your other device is secure."</string>
<string name="screen_link_new_device_enter_number_title">"Enter the number shown on your other device"</string>
<string name="screen_link_new_device_error_app_not_supported_subtitle">"Your account provider does not support %1$s."</string>
<string name="screen_link_new_device_error_app_not_supported_title">"%1$s not supported"</string>
<string name="screen_link_new_device_error_not_supported_subtitle">"Your account provider doesnt support signing into a new device with a QR code."</string>
<string name="screen_link_new_device_error_not_supported_title">"QR code not supported"</string>
<string name="screen_link_new_device_error_request_cancelled_subtitle">"The sign in was cancelled on the other device."</string>
<string name="screen_link_new_device_error_request_cancelled_title">"Sign in request cancelled"</string>
<string name="screen_link_new_device_error_request_timeout_subtitle">"Sign in expired. Please try again."</string>
<string name="screen_link_new_device_error_request_timeout_title">"The sign in was not completed in time"</string>
<string name="screen_link_new_device_mobile_step1">"Open %1$s on the other device"</string>
<string name="screen_link_new_device_mobile_step2">"Select %1$s"</string>
<string name="screen_link_new_device_mobile_step2_action">"“Sign in with QR code”"</string>
<string name="screen_link_new_device_mobile_step3">"Scan the QR code shown here with the other device"</string>
<string name="screen_link_new_device_mobile_title">"Open %1$s on the other device"</string>
<string name="screen_link_new_device_root_desktop_computer">"Desktop computer"</string>
<string name="screen_link_new_device_root_loading_qr_code">"Loading QR code…"</string>
<string name="screen_link_new_device_root_mobile_device">"Mobile device"</string>
<string name="screen_link_new_device_root_title">"What type of device do you want to link?"</string>
<string name="screen_link_new_device_wrong_number_subtitle">"Please try again and make sure that youve entered the 2-digit code correctly. If the numbers still dont match then contact your account provider."</string>
<string name="screen_link_new_device_wrong_number_title">"The numbers dont match"</string>
<string name="screen_qr_code_login_connection_note_secure_state_description">"A secure connection could not be made to the new device. Your existing devices are still safe and you don\'t need to worry about them."</string>
<string name="screen_qr_code_login_connection_note_secure_state_list_header">"What now?"</string>
<string name="screen_qr_code_login_connection_note_secure_state_list_item_1">"Try signing in again with a QR code in case this was a network problem"</string>
<string name="screen_qr_code_login_connection_note_secure_state_list_item_2">"If you encounter the same problem, try a different wifi network or use your mobile data instead of wifi"</string>
<string name="screen_qr_code_login_connection_note_secure_state_list_item_3">"If that doesnt work, sign in manually"</string>
<string name="screen_qr_code_login_connection_note_secure_state_title">"Connection not secure"</string>
<string name="screen_qr_code_login_error_cancelled_subtitle">"The sign in was cancelled on the other device."</string>
<string name="screen_qr_code_login_error_cancelled_title">"Sign in request cancelled"</string>
<string name="screen_qr_code_login_error_declined_subtitle">"The sign in was declined on the other device."</string>
<string name="screen_qr_code_login_error_declined_title">"Sign in declined"</string>
<string name="screen_qr_code_login_error_expired_subtitle">"Sign in expired. Please try again."</string>
<string name="screen_qr_code_login_error_expired_title">"The sign in was not completed in time"</string>
<string name="screen_qr_code_login_error_linking_not_suported_subtitle">"Your other device does not support signing in to %s with a QR code.
Try signing in manually, or scan the QR code with another device."</string>
<string name="screen_qr_code_login_error_linking_not_suported_title">"QR code not supported"</string>
<string name="screen_qr_code_login_error_sliding_sync_not_supported_subtitle">"Your account provider does not support %1$s."</string>
<string name="screen_qr_code_login_error_sliding_sync_not_supported_title">"%1$s not supported"</string>
<string name="screen_qr_code_login_invalid_scan_state_description">"Use the QR code shown on the other device."</string>
<string name="screen_qr_code_login_invalid_scan_state_retry_button">"Try again"</string>
<string name="screen_qr_code_login_invalid_scan_state_subtitle">"Wrong QR code"</string>
<string name="screen_qr_code_login_no_camera_permission_state_description">"You need to give permission for %1$s to use your devices camera in order to continue."</string>
<string name="screen_qr_code_login_no_camera_permission_state_title">"Allow camera access to scan the QR code"</string>
<string name="screen_qr_code_login_unknown_error_description">"An unexpected error occurred. Please try again."</string>
</resources>