diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-08-13 23:09:21 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-08-13 23:09:21 +0200 |
commit | 661cc31f36331dd9565df7c4a0ebd8e6ba510051 (patch) | |
tree | ae40806cdebd340523f523aec655cb3939aa5927 /res/values | |
parent | 9471bec3505d3b76c2e7a1b8a6c31458d265cba5 (diff) |
Allow editing the VPN Config from the log screen to ease configuration iterations
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d18c9563..29b7069d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -244,4 +244,9 @@ <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> + <string name="ignore">Ignore</string> + <string name="restart">Restart</string> + <string name="restart_vpn_after_change">Configuration changes are applied after restarting the VPN. (Re)start the VPN now?</string> + <string name="configuration_changed">Configuration changed</string> + <string name="log_no_last_vpn">Could not determine last connected profile for editing</string> </resources> |