diff options
author | cyBerta <cyberta@riseup.net> | 2018-02-23 02:22:25 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-02-23 02:22:25 +0100 |
commit | 06eb4014837704e04d6ea8e9d7a69475a58c3c65 (patch) | |
tree | 02928ce2c698c2a78d0749e0bb425401d45c4d10 /app/src/main/res/values | |
parent | d6db9433d9f9e0e2f1dc21cd3de7d88d1e473861 (diff) |
#8754 enable pause openvpn on device inactivity feature
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2ea4670a..a69c2420 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -107,4 +107,7 @@ <string name="downloading_vpn_certificate_failed">Downloading the VPN certificate failed. Try again or choose another provider.</string> <string name="vpn_certificate_is_invalid">VPN certificate is invalid. Try to download a new one.</string> <string name="vpn_certificate_user_message">The VPN certificate is invalid. Please log in to download a new one.</string> + <string name="save_battery">Save battery</string> + <string name="experimental_feature_title">Save Battery Warning</string> + <string name="experimental_feature_message">Background data connections will hibernate when your phone is inactive. This feature is still experimental.</string> </resources> |