Update link+sync ui.

This commit is contained in:
Michelle Tang
2024-11-19 14:17:00 -08:00
committed by Greyson Parrelli
parent 66f851e92a
commit 75f4fed9ce
9 changed files with 162 additions and 9 deletions

View File

@@ -1035,6 +1035,16 @@
<!-- Button in dialog to retry linking a device with a qr code -->
<string name="AddLinkDeviceFragment__retry">Retry</string>
<!-- LinkDeviceSyncBottomSheet -->
<!-- Option in bottom sheet to transfer message history -->
<string name="LinkDeviceSyncBottomSheet_transfer">Transfer message history</string>
<!-- Description in bottom sheet of what transferring message history will do -->
<string name="LinkDeviceSyncBottomSheet_transfer_your_text">Transfer your text messages and recent media to your desktop</string>
<!-- Option in bottom sheet to not transfer message history -->
<string name="LinkDeviceSyncBottomSheet_dont_transfer">Don\'t transfer</string>
<!-- Description in bottom sheet of what not transferring history will do -->
<string name="LinkDeviceSyncBottomSheet_no_old_messages">No old messages or media will be transferred to your desktop</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>