build: integrate po files in the build system
[project/luci.git] / applications / luci-openvpn / luasrc / i18n / openvpn.en.lua
1 openvpn="OpenVPN"
2
3 openvpn_switch_basic="« Switch to basic configuration"
4 openvpn_switch_advanced="Switch to advanced configuration »"
5
6 openvpn_enable="Enabled"
7 openvpn_active="Started"
8 openvpn_active_no="no"
9 openvpn_active_yes="yes (%i)"
10 openvpn_port="Port"
11 openvpn_proto="Protocol"
12
13 openvpn_instance="Instance \"%s\""
14
15 openvpn_overview="OpenVPN instances"
16 openvpn_overview_desc="Below is a list of configured OpenVPN instances and their current state"
17
18 openvpn_service="Daemon configuration"
19 openvpn_networking="Networking options"
20 openvpn_vpn="VPN options"
21 openvpn_cryptography="Cryptography settings"
22
23 openvpn_param_config="Read configuration options from file"
24 openvpn_param_local="Local host name or ip address"
25 openvpn_param_remote="Remote host name or ip address"
26 openvpn_param_remote_random="Randomly choose remote server"
27 openvpn_param_mode="Major mode"
28 openvpn_param_proto="Use protocol"
29 openvpn_param_connect_retry="Connection retry interval"
30 openvpn_param_connect_timeout="Connection timeout"
31 openvpn_param_connect_retry_max="Maximum connection attempt retries"
32 openvpn_param_auto_proxy="Try to sense proxy settings automatically"
33 openvpn_param_http_proxy="Connect to remote host"
34 openvpn_param_http_proxy_retry="Retry indefinitely on HTTP proxy errors"
35 openvpn_param_http_proxy_timeout="Proxy timeout in seconds"
36 openvpn_param_http_proxy_option="Set extended HTTP proxy options"
37 openvpn_param_socks_proxy="Connect through Socks5 proxy"
38 openvpn_param_socks_proxy_retry="Retry indefinitely on Socks proxy errors"
39 openvpn_param_resolv_retry="If hostname resolve fails, retry"
40 openvpn_param_float="Allow remote to change its IP or port"
41 openvpn_param_ipchange="Execute shell command on remote ip change"
42 openvpn_param_port="TCP/UDP port # for both local and remote"
43 openvpn_param_lport="TCP/UDP port # for local (default=1194)"
44 openvpn_param_rport="TCP/UDP port # for remote (default=1194)"
45 openvpn_param_bind="Bind to local address and port"
46 openvpn_param_nobind="Do not bind to local address and port"
47 openvpn_param_dev="tun/tap device"
48 openvpn_param_dev_type="Type of used device"
49 openvpn_param_dev_node="Use tun/tap device node"
50 openvpn_param_lladdr="Set the link layer address of the tap device"
51 openvpn_param_topology="'net30', 'p2p', or 'subnet'"
52 openvpn_param_tun_ipv6="Make tun device IPv6 capable"
53 openvpn_param_ifconfig="Configure device to use IP address"
54 openvpn_param_ifconfig_noexec="Don't actually execute ifconfig"
55 openvpn_param_ifconfig_nowarn="Don't warn on ifconfig inconsistencies"
56 openvpn_param_route="Add route after establishing connection"
57 openvpn_param_route_gateway="Specify a default gateway for routes"
58 openvpn_param_route_metric="Specify a default metric for routes"
59 openvpn_param_route_delay="Delay n seconds after connection "
60 openvpn_param_route_up="Execute shell cmd after routes are added"
61 openvpn_param_route_noexec="Don't add routes automatically"
62 openvpn_param_route_nopull="Don't pull options from server"
63 openvpn_param_redirect_gateway="Automatically redirect default route"
64 openvpn_param_setenv="Pass environment variables to script"
65 openvpn_param_shaper="Shaping for peer bandwidth"
66 openvpn_param_keepalive="Set timeouts in server mode"
67 openvpn_param_inactive="tun/tap inactivity timeout"
68 openvpn_param_ping_exit="Remote ping timeout"
69 openvpn_param_ping_restart="Restart after remote ping timeout"
70 openvpn_param_ping_timer_rem="Only process ping timeouts if routes exist"
71 openvpn_param_ping="Ping remote every n seconds over TCP/UDP port"
72 openvpn_param_multihome="Configure a multi-homed UDP server"
73 openvpn_param_fast_io="Optimize TUN/TAP/UDP writes"
74 openvpn_param_remap_usr1="Remap SIGUSR1 signals"
75 openvpn_param_persist_tun="Keep tun/tap device open on restart"
76 openvpn_param_persist_remote_ip="Keep remote IP address on restart"
77 openvpn_param_persist_local_ip="Keep local IP address on restart"
78 openvpn_param_persist_key="Don't re-read key on restart"
79 openvpn_param_passtos="TOS passthrough (applies to IPv4 only)"
80 openvpn_param_tun_mtu="Set tun/tap device MTU"
81 openvpn_param_tun_mtu_extra="Set tun/tap device overhead"
82 openvpn_param_link_mtu="Set TCP/UDP MTU"
83 openvpn_param_mtu_disc="Enable Path MTU discovery"
84 openvpn_param_mtu_test="Empirically measure MTU"
85 openvpn_param_fragment="Enable internal datagram fragmentation"
86 openvpn_param_mssfix="Set upper bound on TCP MSS"
87 openvpn_param_sndbuf="Set the TCP/UDP send buffer size"
88 openvpn_param_rcvbuf="Set the TCP/UDP receive buffer size"
89 openvpn_param_txqueuelen="Set tun/tap TX queue length"
90 openvpn_param_mlock="Disable Paging"
91 openvpn_param_up="Shell cmd to execute after tun device open"
92 openvpn_param_up_delay="Delay tun/tap open and up script execution"
93 openvpn_param_down="Shell cmd to run after tun device close"
94 openvpn_param_down_pre="Call down cmd/script before TUN/TAP close"
95 openvpn_param_up_restart="Run up/down scripts for all restarts"
96 openvpn_param_user="Set UID to user"
97 openvpn_param_group="Set GID to group"
98 openvpn_param_chroot="Chroot to directory after initialization"
99 openvpn_param_cd="Change to directory before initialization"
100 openvpn_param_daemon="Daemonize after initialization"
101 openvpn_param_syslog="Output to syslog and do not daemonize"
102 openvpn_param_inetd="Run as an inetd or xinetd server"
103 openvpn_param_log="Write log to file"
104 openvpn_param_log_append="Append log to file"
105 openvpn_param_suppress_timestamps="Don't log timestamps"
106 openvpn_param_writepid="Write process ID to file"
107 openvpn_param_nice="Change process priority"
108 openvpn_param_echo="Echo parameters to log"
109 openvpn_param_verb="Set output verbosity"
110 openvpn_param_mute="Limit repeated log messages"
111 openvpn_param_status="Write status to file every n seconds"
112 openvpn_param_status_version="Status file format version"
113 openvpn_param_disable_occ="Disable options consistency check"
114 openvpn_param_gremlin="Special stress testing mode"
115 openvpn_param_comp_lzo="Use fast LZO compression"
116 openvpn_param_comp_noadapt="Don't use adaptive lzo compression"
117 openvpn_param_management="Enable management interface on <IP> <port>"
118 openvpn_param_management_client="Management interface will connect as a TCP client"
119 openvpn_param_management_query_passwords="Query management channel for private key"
120 openvpn_param_management_hold="Start OpenVPN in a hibernating state"
121 openvpn_param_management_signal="Issue SIGUSR1 on management disconnect"
122 openvpn_param_management_forget_disconnect="Forget passwords on management disconnect"
123 openvpn_param_management_log_cache="Number of lines for log file history"
124 openvpn_param_plugin="Load plug-in module"
125 openvpn_param_server="Configure server mode"
126 openvpn_param_server_bridge="Configure server bridge"
127 openvpn_param_push="Push options to peer"
128 openvpn_param_push_reset="Don't inherit global push options"
129 openvpn_param_ifconfig_pool="Set aside a pool of subnets"
130 openvpn_param_ifconfig_pool_linear="Use individual addresses rather than /30 subnets"
131 openvpn_param_ifconfig_pool_persist="Persist/unpersist ifconfig-pool"
132 openvpn_param_ifconfig_push="Push an ifconfig option to remote"
133 openvpn_param_iroute="Route subnet to client"
134 openvpn_param_disable="Client is disabled"
135 openvpn_param_client_cert_not_required="Don't require client certificate"
136 openvpn_param_username_as_common_name="Use username as common name"
137 openvpn_param_auth_user_pass_verify="Script to verify interactive authentication"
138 openvpn_param_client_to_client="Allow client-to-client traffic"
139 openvpn_param_duplicate_cn="Allow multiple clients with same certificate"
140 openvpn_param_client_connect="Run script cmd on client connection"
141 openvpn_param_client_disconnect="Run script cmd on client disconnection"
142 openvpn_param_client_config_dir="Directory for custom client config files"
143 openvpn_param_ccd_exclusive="Refuse connection if no custom client config"
144 openvpn_param_tmp_dir="Temporary directory for client-connect return file"
145 openvpn_param_hash_size="Set size of real and virtual address hash tables"
146 openvpn_param_bcast_buffers="Number of allocated broadcast buffers"
147 openvpn_param_tcp_queue_limit="Maximum number of queued TCP output packets"
148 openvpn_param_learn_address="Script to validate client virtual addresses"
149 openvpn_param_connect_freq="Allowed maximum of new connections"
150 openvpn_param_max_clients="Allowed maximum of connected clients"
151 openvpn_param_max_routes_per_client="Allowed maximum of internal"
152 openvpn_param_port_share="Proxy incoming HTTPS sessions"
153 openvpn_param_client="Configure client mode"
154 openvpn_param_auth_user_pass="Authenticate using username/password"
155 openvpn_param_pull="Accept options pushed from server"
156 openvpn_param_auth_retry="Handling of authentication failures"
157 openvpn_param_explicit_exit_notify="Send notification to peer on disconnect"
158 openvpn_param_secret="Enable Static Key encryption mode (non-TLS)"
159 openvpn_param_auth="HMAC authentication for packets"
160 openvpn_param_cipher="Encryption cipher for packets"
161 openvpn_param_keysize="Size of cipher key"
162 openvpn_param_engine="Enable OpenSSL hardware crypto engines"
163 openvpn_param_no_replay="Disable replay protection"
164 openvpn_param_mute_replay_warnings="Silence the output of replay warnings"
165 openvpn_param_replay_window="Replay protection sliding window size"
166 openvpn_param_no_iv="Disable cipher initialisation vector"
167 openvpn_param_replay_persist="Persist replay-protection state"
168 openvpn_param_test_crypto="Run a self-test of crypto features"
169 openvpn_param_tls_server="Enable TLS and assume server role"
170 openvpn_param_tls_client="Enable TLS and assume client role"
171 openvpn_param_key_method="Data channel key exchange method"
172 openvpn_param_ca="Certificate authority"
173 openvpn_param_capath="Directory of trusted certificates (CAs and CRLs)"
174 openvpn_param_dh="Diffie Hellman parameters"
175 openvpn_param_cert="Local certificate"
176 openvpn_param_key="Local private key"
177 openvpn_param_pkcs12="PKCS#12 file containing keys"
178 openvpn_param_tls_cipher="TLS cipher"
179 openvpn_param_tls_timeout="Retransmit timeout on TLS control channel"
180 openvpn_param_reneg_bytes="Renegotiate data chan. key after bytes"
181 openvpn_param_reneg_pkts="Renegotiate data chan. key after packets"
182 openvpn_param_reneg_sec="Renegotiate data chan. key after seconds"
183 openvpn_param_hand_window="Timeframe for key exchange"
184 openvpn_param_tran_window="Key transition window"
185 openvpn_param_single_session="Allow only one session"
186 openvpn_param_tls_exit="Exit on TLS negotiation failure"
187 openvpn_param_tls_auth="Additional authentication over TLS"
188 openvpn_param_askpass="Get PEM password from controlling tty before we daemonize"
189 openvpn_param_auth_nocache="Don't cache --askpass or --auth-user-pass passwords"
190 openvpn_param_crl_verify="Check peer certificate against a CRL"
191 openvpn_param_tls_verify="Shell command to verify X509 name"
192 openvpn_param_tls_remote="Only accept connections from given X509 name"
193 openvpn_param_ns_cert_type="Require explicit designation on certificate"
194 openvpn_param_remote_cert_ku="Require explicit key usage on certificate"
195 openvpn_param_remote_cert_eku="Require extended explicit key usage on certificate"
196 openvpn_param_remote_cert_tls="Require normal and extended key usage on certificate"