diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-04-06 19:46:07 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-04-06 19:46:07 +0200 |
commit | bde3a3f780cc668619076df96147b76be1c4ab64 (patch) | |
tree | 0c47b7894df388844ef3b9a806711b704c227b3d /res/values | |
parent | ad2256b6fe9c211d06321d99590cb457427d8e7d (diff) |
Add external API with security.
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index cdc42288..3e969f18 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -277,5 +277,9 @@ <string name="rdn_prefix">RDN prefix</string> <string name="tls_remote_deprecated">tls-remote (DEPRECATED)</string> <string name="help_translate">You can help translating by visiting http://crowdin.net/project/ics-openvpn/invite</string> + <!-- Dialog title to identify the request from a VPN application. [CHAR LIMIT=60] --> + <string name="prompt">%1$s attempts to control %2$s</string> + <string name="remote_warning">By proceeding, you are giving the application permission to completely control OpenVPN for Android and to intercept all network traffic. <b> Do NOT accept unless you trust the application. </b> Otherwise, you run the risk of having your data compromised by malicious software."</string> + <string name="remote_trust">I trust this application.</string> </resources>
\ No newline at end of file |