diff options
author | cyBerta <cyberta@riseup.net> | 2020-01-02 22:57:50 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2020-01-24 10:36:03 -0600 |
commit | 87bdccc31f5fcd10e697d30225105ca40114582c (patch) | |
tree | f81a3cc140d2841fe95ab4eb2999aca225e990a5 /app/src/main/res/values | |
parent | 0157b7b54f864258ae437c3566fe2cb74f0da61e (diff) |
add new strings for tethering
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b52e34dd..f8e6b887 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -105,6 +105,14 @@ <string name="save_battery_message">Background data connections will hibernate when your phone is inactive.</string> <string name="always_on_vpn">Always-on VPN</string> <string name="subtitle_always_on_vpn">Open Android System Settings</string> + <string name="tethering">VPN Hotspot</string> + <string name="subtitle_tethering">Share your VPN</string> + <string name="tethering_enabled_message">Please make sure that you have enabled tethering in the %s first!</string> + <string name="tethering_system_settings">system settings</string> + <string name="tethering_message">Share your VPN with other devices via:</string> + <string name="tethering_wifi">Wifi hotspot</string> + <string name="tethering_usb">USB tethering</string> + <string name="tethering_bluetooth">Bluetooth tethering</string> <string name="do_not_show_again">Do not show again</string> <string name="always_on_vpn_user_message">To enable always-on VPN in Android VPN Settings click on the configure icon [img src] and turn the switch on.</string> <string name="always_on_blocking_vpn_user_message">To protect your privacy optimally, you should also activate the option \"Block connections without VPN\".</string> |