diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 9aea17be8..2ded2d573 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -456,6 +456,7 @@ This often occurs with apps installed via Google Play or other sources, if they
Try it
+
Touch to swap
If your friend has F-Droid and NFC turned on touch your devices together.
@@ -464,7 +465,9 @@ This often occurs with apps installed via Google Play or other sources, if they
access to the same network, one of you can create a Wi-Fi Hotspot.
Help your friend join your hotspot
+
Swap apps
+
Swap success!
No network yet
%1$s (your hotspot)
@@ -476,10 +479,13 @@ This often occurs with apps installed via Google Play or other sources, if they
Don\'t show this again
One person needs to scan the code, or type the URL of the other in a browser.
+
Choose Apps
+
Scan QR Code
People Nearby
Searching for nearby peopleā¦
+
Nearby Swap
Connect and trade apps with people near you.
Visible via Bluetooth
@@ -491,9 +497,12 @@ This often occurs with apps installed via Google Play or other sources, if they
Not visible via Wi-Fi
Device Name
Can\'t find who you\'re looking for?
+
Send F-Droid
Could not find people nearby to swap with.
+
Connecting
+
Confirm swap
The QR code you scanned doesn\'t look like a swap code.
Use Bluetooth
diff --git a/tools/check-string-maxlength.py b/tools/check-string-maxlength.py
index 8be69cc0a..7f3b92e8f 100755
--- a/tools/check-string-maxlength.py
+++ b/tools/check-string-maxlength.py
@@ -13,6 +13,15 @@ maxlengths = {
"menu_uninstall": 20,
"nearby_splash__find_people_button": 30,
"nearby_splash__request_permission": 30,
+ "swap": 25,
+ "swap_nfc_title": 25,
+ "swap_choose_apps": 25,
+ "swap_confirm": 25,
+ "swap_connecting": 25,
+ "swap_nearby": 25,
+ "swap_scan_qr": 18,
+ "swap_send_fdroid": 18,
+ "swap_success": 25,
"update_all": 20,
"updates__hide_updateable_apps": 35,
"updates__show_updateable_apps": 35,