diff options
author | cyberta <cyberta@riseup.net> | 2019-09-19 07:34:54 -0700 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2019-09-19 07:34:54 -0700 |
commit | 7820e8c0819a10c5b4729678607681fcfe30cbae (patch) | |
tree | 43590440908ce85ef286487bb5c44155b3de1f8e /app/src/main/res/values/strings.xml | |
parent | 303dd2a0e498fac87144b2d7ac930b27fe1bc7e8 (diff) | |
parent | 2e1c94d3f51dc6d667435b2a2bbd81a036d57bae (diff) |
Merge branch 'master' into 'master'
[New Feature] Option for excluding apps from VPN
See merge request leap/bitmask_android!93
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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 1b22592a..e685cff5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -32,6 +32,7 @@ <string name="password_mismatch">Passwords do not match</string> <string name="user_message">User message</string> <string name="about_fragment_title">About</string> + <string name="exclude_apps_fragment_title">Exclude apps from VPN</string> <string name="error_srp_math_error_user_message">Try again: Server math error</string> <string name="error_bad_user_password_user_message">Incorrect username or password</string> <string name="error_not_valid_password_user_message">It must be at least 8 characters long</string> @@ -110,4 +111,6 @@ <string name="donate_message">LEAP depends on donations and grants. Please donate today if you value secure communication that is easy for both the end-user and the service provider.</string> <string name="donate_button_remind_later">Remind me later</string> <string name="donate_button_donate">Donate</string> + <string name="warning_exclude_apps_message">Be careful of excluding apps from VPN. This will reveal your identity and compromise your security.</string> + </resources> |