diff options
| author | saber safavi <saber.safavi@codic.se> | 2023-05-08 13:40:58 +0200 |
|---|---|---|
| committer | saber safavi <saber.safavi@codic.se> | 2023-05-15 16:23:59 +0200 |
| commit | a48a0236ad6160fac5522569d39670bc063cc518 (patch) | |
| tree | df5499b60cd3ff39b9e52514ec9731f58d2d3018 /android | |
| parent | 811e4aa6200137c25c526e4a7b651b555860b556 (diff) | |
| download | mullvadvpn-a48a0236ad6160fac5522569d39670bc063cc518.tar.xz mullvadvpn-a48a0236ad6160fac5522569d39670bc063cc518.zip | |
Add string resources
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/src/main/res/values/strings.xml | 2 | ||||
| -rw-r--r-- | android/app/src/main/res/values/strings_non_translatable.xml | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 871ef46360..9baef011b7 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -194,4 +194,6 @@ <string name="off">Off</string> <string name="udp_over_tcp_port_info">Which TCP port the UDP-over-TCP obfuscation protocol should connect to on the VPN server.</string> <string name="created_x">Created: %s</string> + <string name="local_network_sharing_info">This feature allows access to other devices on the local network, such as for sharing, printing, streaming, etc.</string> + <string name="local_network_sharing_additional_info">It does this by allowing network communication outside the tunnel to local multicast and broadcast ranges as well as to and from these private IP ranges:</string> </resources> 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 c9c92fe66d..7c8b868059 100644 --- a/android/app/src/main/res/values/strings_non_translatable.xml +++ b/android/app/src/main/res/values/strings_non_translatable.xml @@ -9,4 +9,7 @@ <string name="privacy_policy_url" translatable="false">https://mullvad.net/help/privacy-policy/</string> <string name="split_tunneling" translatable="false">Split tunneling</string> <string name="wireguard" translatable="false">WireGuard</string> + <string name="local_network_sharing_ip_ranges"> + <![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>0xfe80::/10</li><li>0xfc00::/7</li></ul>]]> + </string> </resources> |
