Update add linked devices screen.

This commit is contained in:
Michelle Tang
2024-06-05 18:14:17 -07:00
committed by Alex Hart
parent ac52b5b992
commit d3eb480d31
19 changed files with 1429 additions and 28 deletions

View File

@@ -882,6 +882,28 @@
<!-- Toast message indicating a device has been unlinked where %s is the name of the device -->
<string name="LinkDeviceFragment__s_unlinked">%s unlinked</string>
<!-- AddLinkDeviceFragment -->
<!-- Description text shown on the QR code scanner when linking a device -->
<string name="AddLinkDeviceFragment__scan_the_qr_code">Scan the QR code displayed on the device to link.</string>
<!-- Bottom sheet title telling users to scan a qr code -->
<string name="AddLinkDeviceFragment__scan_qr_code">Scan QR code</string>
<!-- Bottom sheet description telling users how to scan a qr code -->
<string name="AddLinkDeviceFragment__use_this_device_to_scan_qr_code">Use this device to scan the QR code displayed on the device you want to link</string>
<!-- Confirmation button to dismiss bottom sheet dialog -->
<string name="AddLinkDeviceFragment__okay">Okay</string>
<!-- Dialog text describing the consequences of linking a device -->
<string name="AddLinkDeviceFragment__this_device_will_see_your_groups_contacts">This device will be able to see your groups and contacts, access your chats, and send messages in your name.</string>
<!-- Bottom sheet title telling users to complete the linking process on the other device -->
<string name="AddLinkDeviceFragment__finish_linking_on_other_device">Finish linking on your other device</string>
<!-- Bottom sheet description telling users to complete the linking process -->
<string name="AddLinkDeviceFragment__finish_linking_signal">Finish linking Signal on your other device.</string>
<!-- Title of dialog when the QR code being scanned is invalid -->
<string name="AddLinkDeviceFragment__linking_device_failed">Linking device failed</string>
<!-- Text shown in a dialog when the QR code being scanned is invalid -->
<string name="AddLinkDeviceFragment__this_qr_code_not_valid">This QR code is not valid. Please make sure you are scanning the QR code that is displayed on the device you want to link.</string>
<!-- Button in dialog to retry linking a device with a qr code -->
<string name="AddLinkDeviceFragment__retry">Retry</string>
<!-- DeviceListActivity -->
<string name="DeviceListActivity_unlink_s">Unlink \'%s\'?</string>
<string name="DeviceListActivity_by_unlinking_this_device_it_will_no_longer_be_able_to_send_or_receive">By unlinking this device, it will no longer be able to send or receive messages.</string>