summaryrefslogtreecommitdiffhomepage
path: root/android/app/src
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-10-12 11:59:18 +0200
committerOskar Nyberg <oskar@mullvad.net>2022-10-12 12:20:25 +0200
commitb3db9af9fe4dad24af7671572b0c3458aa4ae818 (patch)
treeab1606087fcb668c9cc6ad96a2d904c646f1e23d /android/app/src
parent49983ab29e9c065c5c674eeb67b54a2ab3223205 (diff)
downloadmullvadvpn-b3db9af9fe4dad24af7671572b0c3458aa4ae818.tar.xz
mullvadvpn-b3db9af9fe4dad24af7671572b0c3458aa4ae818.zip
Mark some Android strings as non-translatable
Diffstat (limited to 'android/app/src')
-rw-r--r--android/app/src/main/res/values/strings.xml2
-rw-r--r--android/app/src/main/res/values/strings_non_translatable.xml4
2 files changed, 4 insertions, 2 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index fa81964bf2..b9b795bdbb 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -103,7 +103,6 @@
<string name="disconnect">Disconnect</string>
<string name="dismiss">Dismiss</string>
<string name="switch_location">Switch location</string>
- <string name="wireguard">WireGuard</string>
<string name="tcp">TCP</string>
<string name="udp">UDP</string>
<string name="in_address">In</string>
@@ -142,7 +141,6 @@
<string name="select_location">Select location</string>
<string name="select_location_description">While connected, your real location is masked with a
private and secure location in the selected region.</string>
- <string name="split_tunneling">Split tunneling</string>
<string name="split_tunneling_description">Split tunneling makes it possible to select which
applications should not be routed through the VPN tunnel.</string>
<string name="enable">Enable</string>
diff --git a/android/app/src/main/res/values/strings_non_translatable.xml b/android/app/src/main/res/values/strings_non_translatable.xml
index a93e47960f..4890e8f4e8 100644
--- a/android/app/src/main/res/values/strings_non_translatable.xml
+++ b/android/app/src/main/res/values/strings_non_translatable.xml
@@ -13,4 +13,8 @@
translatable="false">https://mullvad.net/download</string>
<string name="faqs_and_guides_url"
translatable="false">https://mullvad.net/help/tag/mullvad-app/</string>
+ <string name="split_tunneling"
+ translatable="false">Split tunneling</string>
+ <string name="wireguard"
+ translatable="false">WireGuard</string>
</resources>