diff options
author | Markus Wigge <markus@cultcom.de> | 2009-04-16 15:18:24 +0000 |
---|---|---|
committer | Markus Wigge <markus@cultcom.de> | 2009-04-16 15:18:24 +0000 |
commit | 43173b1f31f36d22db5f4918587d80acfe10b9cd (patch) | |
tree | 908122f0e90962b158be38ff0538cf0bba08edcb /applications/luci-openvpn/luasrc/i18n/openvpn.en.lua | |
parent | e152620080cf0a279e2fa5219913ec6539c65733 (diff) |
- removed init- and config-files shipped with the openvpn package
- changed the description for the management port option
- changed PKI options from "Value" to "FileUpload"
- added "pkcs12" option to basic theme
- cleaned the recipes by removing defaults and adding
approved config options we use for some years now.
- ... more to come.
Diffstat (limited to 'applications/luci-openvpn/luasrc/i18n/openvpn.en.lua')
-rw-r--r-- | applications/luci-openvpn/luasrc/i18n/openvpn.en.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-openvpn/luasrc/i18n/openvpn.en.lua b/applications/luci-openvpn/luasrc/i18n/openvpn.en.lua index b56e5780d..0e48944cd 100644 --- a/applications/luci-openvpn/luasrc/i18n/openvpn.en.lua +++ b/applications/luci-openvpn/luasrc/i18n/openvpn.en.lua @@ -114,7 +114,7 @@ openvpn_param_disable_occ="Disable options consistency check" openvpn_param_gremlin="Special stress testing mode" openvpn_param_comp_lzo="Use fast LZO compression" openvpn_param_comp_noadapt="Don't use adaptive lzo compression" -openvpn_param_management="Enable TCP server on ip:port" +openvpn_param_management="Enable management interface on <IP> <port>" openvpn_param_management_client="Management interface will connect as a TCP client" openvpn_param_management_query_passwords="Query management channel for private key" openvpn_param_management_hold="Start OpenVPN in a hibernating state" |