Skip to content

Commit

Permalink
add missing strings
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Mar 21, 2023
1 parent d3d5e0f commit e780404
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,10 @@

<!-- Multi Device -->
<string name="multidevice_title">Add Another Device</string>
<string name="multidevice_same_network_hint">Make sure both devices are on the same Wi-Fi or network</string>
<string name="multidevice_install_dc_on_other_device">Install and start Delta Chat 1.36 or newer on your other device (https://get.delta.chat)</string>
<string name="multidevice_tap_scan_on_other_device">During setup, tap “Scan QR Code” and scan the code shown here</string>
<string name="multidevice_receiver_scanning_ask">Copy the account from the other device to this device? Both devices will work independently afterwards.</string>
<string name="multidevice_same_network_hint">Both devices must be on the same Wi-Fi or network.</string>
<string name="multidevice_exporting_database">Exporting database…</string>
<string name="multidevice_creating_collection">Creating collection…</string>
<string name="multidevice_collection_created">Collection created.</string>
Expand All @@ -481,6 +483,7 @@
<string name="multidevice_transferring">Transferring…</string>
<string name="multidevice_abort">Abort transfer?</string>
<string name="multidevice_abort_will_invalidate_copied_qr">This will invalidate the QR code copied to clipboard.</string>
<string name="troubleshooting">Troubleshooting</string>

<!-- Connectivity -->
<!-- Headline for the "Inbox" eg. in the "Connectivity" view -->
Expand Down

0 comments on commit e780404

Please sign in to comment.