diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-04-09 09:02:37 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-04-10 17:29:33 +0200 |
| commit | 4fdf70105137c33b63a56a08688b27b7d3ec2260 (patch) | |
| tree | 23ca41e984b0742882bedf192bcd808708df55fb /android/lib | |
| parent | 70ac76921d33ebcba57a3792ed3b37ce6e77dc9d (diff) | |
| download | mullvadvpn-4fdf70105137c33b63a56a08688b27b7d3ec2260.tar.xz mullvadvpn-4fdf70105137c33b63a56a08688b27b7d3ec2260.zip | |
Add support for DAITA: Multihop indicator
Diffstat (limited to 'android/lib')
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 1 | ||||
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings_non_translatable.xml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml index 5ff72dfcd1..6c7f7da319 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -410,4 +410,5 @@ <string name="ip_version_v6_unavailable">IPv6 is not available, please try changing \"Device IP version\" setting.</string> <string name="device_ip_info_first_paragraph">This feature allows you to choose whether to use only IPv4, only IPv6, or allow the app to automatically decide the best option when connecting to a server.</string> <string name="device_ip_info_second_paragraph">It can be useful when you are aware of problems caused by a certain IP version.</string> + <string name="daita_multihop">%s: Multihop</string> </resources> diff --git a/android/lib/resource/src/main/res/values/strings_non_translatable.xml b/android/lib/resource/src/main/res/values/strings_non_translatable.xml index c53332f663..837740aa47 100644 --- a/android/lib/resource/src/main/res/values/strings_non_translatable.xml +++ b/android/lib/resource/src/main/res/values/strings_non_translatable.xml @@ -15,6 +15,5 @@ <![CDATA[<ul><li>10.0.0.0/8</li><li>172.16.0.0/12</li><li>192.168.0.0/16</li><li>169.254.0.0/16</li><li>fe80::/10</li><li>fc00::/7</li></ul>]]> </string> <string name="daita">DAITA</string> - <string name="daita_multihop">DAITA: Multihop</string> <string name="daita_full">Defence against AI-guided Traffic Analysis</string> </resources> |
