diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-08-12 18:52:38 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-08-12 18:52:38 +0200 |
commit | 5e7b841c8d5111e6b63e74944903a168939ca723 (patch) | |
tree | f782a9d293893393ce9222a7fe9b29ae46ef91d9 /res/values/strings.xml | |
parent | 5438e464aaf326973938fee31d91bfdd7ece8f63 (diff) |
Implement starting a VPN on boot. (closes issue #62)
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3627f30a..d18c9563 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -242,4 +242,6 @@ <string name="use_system_proxy">Use system proxy</string> <string name="use_system_proxy_summary">Use the system wide configuration for HTTP/HTTPS proxies to connect.</string> <string name="donatewithpaypal">You can <a href=\"https://www.paypal.com/cgi-bin/webscr?hosted_button_id=R2M6ZP9AF25LS&amp;cmd=_s-xclick\">donate with PayPal</a> </string> + <string name="onbootrestartsummary">OpenVPN will reconnect a VPN if it was active on system reboot/shutdown. Please read the Connection warning FAQ before using this option.</string> + <string name="onbootrestart">Reconnect on reboot</string> </resources> |