build: integrate po files in the build system
[project/luci.git] / applications / luci-coovachilli / luasrc / i18n / coovachilli.en.lua
1 coovachilli = 'CoovaChilli'
2 coovachilli_general = 'General configuration'
3 coovachilli_general_desc = 'General CoovaChilli settings'
4 coovachilli_general_cmdsock = 'Command socket'
5 coovachilli_general_cmdsock_desc = 'UNIX socket used for communication with chilli_query'
6 coovachilli_general_interval = 'Config refresh interval'
7 coovachilli_general_interval_desc = 'Re-read configuration file and do DNS lookups every interval seconds. This has the same effect as sending the HUP signal. If interval is 0 (zero) this feature is disabled. '
8 coovachilli_general_pidfile = 'Pid file'
9 coovachilli_general_pidfile_desc = 'Filename to put the process id'
10 coovachilli_general_statedir = 'State directory'
11 coovachilli_general_statedir_desc = 'Directory of non-volatile data'
12 coovachilli_tun = 'TUN/TAP configuration'
13 coovachilli_tun_desc = 'Network/Tun configuration'
14 coovachilli_tun_condown = 'Network down script'
15 coovachilli_tun_condown_desc = 'Script executed after a session has moved from authorized state to unauthorized'
16 coovachilli_tun_conup = 'Network up script'
17 coovachilli_tun_conup_desc = 'Script executed after the tun network interface has been brought up'
18 coovachilli_tun_dns1 = 'Primary DNS Server'
19 coovachilli_tun_dns1_desc = 'Is used to inform the client about the DNS address to use for host name resolution'
20 coovachilli_tun_dns2 = 'Secondary DNS Server'
21 coovachilli_tun_dns2_desc = 'Is used to inform the client about the DNS address to use for host name resolution'
22 coovachilli_tun_domain = 'Domain name'
23 coovachilli_tun_domain_desc = 'Is used to inform the client about the domain name to use for DNS lookups'
24 coovachilli_tun_dynip = 'Dynamic IP address pool'
25 coovachilli_tun_dynip_desc = 'Specifies a pool of dynamic IP addresses'
26 coovachilli_tun_ipdown = 'IP down script'
27 coovachilli_tun_ipdown_desc = 'Script executed after the tun network interface has been taken down'
28 coovachilli_tun_ipup = 'IP up script'
29 coovachilli_tun_ipup_desc = 'Script executed after the TUN/TAP network interface has been brought up'
30 coovachilli_tun_net = 'Uplink subnet'
31 coovachilli_tun_net_desc = 'Network address of the uplink interface (CIDR notation)'
32 coovachilli_tun_statip = 'Static IP address pool'
33 coovachilli_tun_statip_desc = 'Specifies a pool of static IP addresses'
34 coovachilli_tun_tundev = 'TUN/TAP device'
35 coovachilli_tun_tundev_desc = 'The specific device to use for the TUN/TAP interface'
36 coovachilli_tun_txqlen = 'TX queue length'
37 coovachilli_tun_txqlen_desc = 'The TX queue length to set on the TUN/TAP interface'
38 coovachilli_tun_usetap = 'Use TAP device'
39 coovachilli_tun_usetap_desc = 'Use the TAP interface instead of TUN'
40 coovachilli_dhcp = 'DHCP configuration'
41 coovachilli_dhcp_desc = 'Set DHCP options for connecting clients'
42 coovachilli_dhcp_dhcpend = 'DHCP end number'
43 coovachilli_dhcp_dhcpend_desc = 'Where to stop assigning IP addresses (default 254)'
44 coovachilli_dhcp_dhcpif = 'DHCP interface'
45 coovachilli_dhcp_dhcpif_desc = 'Ethernet interface to listen to for the downlink interface'
46 coovachilli_dhcp_dhcpmac = 'Listen MAC address'
47 coovachilli_dhcp_dhcpmac_desc = 'MAC address to listen to. If not specified the MAC address of the interface will be used'
48 coovachilli_dhcp_dhcpstart = 'DHCP start number'
49 coovachilli_dhcp_dhcpstart_desc = 'Where to start assigning IP addresses (default 10)'
50 coovachilli_dhcp_eapolenable = 'Enable IEEE 802.1x'
51 coovachilli_dhcp_eapolenable_desc = 'Enable IEEE 802.1x authentication and listen for EAP requests'
52 coovachilli_dhcp_lease = 'Leasetime'
53 coovachilli_dhcp_lease_desc = 'Use a DHCP lease of seconds (default 600)'
54 coovachilli_radius = 'RADIUS configuration'
55 coovachilli_radius_desc = 'RADIUS configuration'
56 coovachilli_radius_acctupdate = 'Allow session update through RADIUS'
57 coovachilli_radius_acctupdate_desc = 'Allow updating of session parameters with RADIUS attributes sent in Accounting-Response'
58 coovachilli_radius_adminpasswd = 'Admin password'
59 coovachilli_radius_adminpasswd_desc = 'Password to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session'
60 coovachilli_radius_adminuser = 'Admin user'
61 coovachilli_radius_adminuser_desc = 'User-name to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session'
62 coovachilli_radius_coanoipcheck = 'Do not check disconnection requests'
63 coovachilli_radius_coanoipcheck_desc = 'Do not check the source IP address of radius disconnect requests'
64 coovachilli_radius_coaport = 'RADIUS disconnect port'
65 coovachilli_radius_coaport_desc = 'UDP port to listen to for accepting radius disconnect requests'
66 coovachilli_radius_nasip = 'NAS IP'
67 coovachilli_radius_nasip_desc = 'Value to use in RADIUS NAS-IP-Address attribute'
68 coovachilli_radius_nasmac = 'NAS MAC'
69 coovachilli_radius_nasmac_desc = 'MAC address value to use in RADIUS Called-Station-ID attribute'
70 coovachilli_radius_openidauth = 'Allow OpenID authentication'
71 coovachilli_radius_openidauth_desc = 'Allows OpenID authentication by sending ChilliSpot-Config=allow-openidauth in RADIUS Access-Requests'
72 coovachilli_radius_radiusacctport = 'RADIUS accounting port'
73 coovachilli_radius_radiusacctport_desc = 'The UDP port number to use for radius accounting requests (default 1813)'
74 coovachilli_radius_radiusauthport = 'RADIUS authentication port'
75 coovachilli_radius_radiusauthport_desc = 'The UDP port number to use for radius authentication requests (default 1812)'
76 coovachilli_radius_radiuscalled = 'Option radiuscalled'
77 coovachilli_radius_radiuslisten = 'RADIUS listen address'
78 coovachilli_radius_radiuslisten_desc = 'Local interface IP address to use for the radius interface'
79 coovachilli_radius_radiuslocationid = 'RADIUS location ID'
80 coovachilli_radius_radiuslocationid_desc = 'WISPr Location ID'
81 coovachilli_radius_radiuslocationname = 'RADIUS location name'
82 coovachilli_radius_radiuslocationname_desc = 'WISPr Location Name'
83 coovachilli_radius_radiusnasid = 'NAS ID'
84 coovachilli_radius_radiusnasid_desc = 'Network access server identifier'
85 coovachilli_radius_radiusnasip = 'Option radiusnasip'
86 coovachilli_radius_radiusnasporttype = 'NAS port type'
87 coovachilli_radius_radiusnasporttype_desc = 'Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)'
88 coovachilli_radius_radiusoriginalurl = 'Send RADIUS VSA'
89 coovachilli_radius_radiusoriginalurl_desc = 'Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request'
90 coovachilli_radius_radiussecret = 'RADIUS secret'
91 coovachilli_radius_radiussecret_desc = 'Radius shared secret for both servers'
92 coovachilli_radius_radiusserver1 = 'RADIUS server 1'
93 coovachilli_radius_radiusserver1_desc = 'The IP address of radius server 1'
94 coovachilli_radius_radiusserver2 = 'RADIUS server 2'
95 coovachilli_radius_radiusserver2_desc = 'The IP address of radius server 2'
96 coovachilli_radius_swapoctets = 'Swap octets'
97 coovachilli_radius_swapoctets_desc = 'Swap the meaning of "input octets" and "output octets" as it related to RADIUS attribtues'
98 coovachilli_radius_wpaguests = 'Allow WPA guests'
99 coovachilli_radius_wpaguests_desc = 'Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-guests in RADIUS Access-Requests'
100 coovachilli_proxy = 'RADIUS proxy settings'
101 coovachilli_proxy_desc = 'RADIUS proxy settings'
102 coovachilli_proxy_proxyclient = 'Proxy client'
103 coovachilli_proxy_proxyclient_desc = 'IP address from which radius requests are accepted. If omitted the server will not accept radius requests'
104 coovachilli_proxy_proxylisten = 'Proxy listen address'
105 coovachilli_proxy_proxylisten_desc = 'Local interface IP address to use for accepting radius requests'
106 coovachilli_proxy_proxyport = 'Proxy port'
107 coovachilli_proxy_proxyport_desc = 'UDP Port to listen to for accepting radius requests'
108 coovachilli_proxy_proxysecret = 'Proxy secret'
109 coovachilli_proxy_proxysecret_desc = 'Radius shared secret for clients'
110 coovachilli_uam = 'UAM configuration'
111 coovachilli_uam_desc = 'Unified Configuration Method settings'
112 coovachilli_uam_chillixml = 'Use Chilli XML'
113 coovachilli_uam_chillixml_desc = 'Return the so-called Chilli XML along with WISPr XML'
114 coovachilli_uam_defidletimeout = 'Default idle timeout'
115 coovachilli_uam_defidletimeout_desc = 'Default idle timeout unless otherwise set by RADIUS (defaults to 0)'
116 coovachilli_uam_definteriminterval = 'Default interim interval'
117 coovachilli_uam_definteriminterval_desc = 'Default interim-interval for RADIUS accounting unless otherwise set by RADIUS (defaults to 0)'
118 coovachilli_uam_defsessiontimeout = 'Default session timeout'
119 coovachilli_uam_defsessiontimeout_desc = 'Default session timeout unless otherwise set by RADIUS (defaults to 0)'
120 coovachilli_uam_dnsparanoia = 'Inspect DNS traffic'
121 coovachilli_uam_dnsparanoia_desc = 'Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX records to prevent dns tunnels (experimental)'
122 coovachilli_uam_localusers = 'Local users file'
123 coovachilli_uam_localusers_desc = 'A colon seperated file containing usernames and passwords of locally authenticated users'
124 coovachilli_uam_locationname = 'Location name'
125 coovachilli_uam_locationname_desc = 'Human readable location name used in JSON interface'
126 coovachilli_uam_nouamsuccess = 'Do not redirect to UAM server'
127 coovachilli_uam_nouamsuccess_desc = 'Do not return to UAM server on login success, just redirect to original URL'
128 coovachilli_uam_nouamwispr = 'Do not do WISPr'
129 coovachilli_uam_nouamwispr_desc = 'Do not do any WISPr XML, assume the back-end is doing this instead'
130 coovachilli_uam_postauthproxy = 'Post auth proxy'
131 coovachilli_uam_postauthproxy_desc = 'Used with postauthproxyport to define a post authentication HTTP proxy server'
132 coovachilli_uam_postauthproxyport = 'Post auth proxy port'
133 coovachilli_uam_postauthproxyport_desc = 'Used with postauthproxy to define a post authentication HTTP proxy server'
134 coovachilli_uam_uamallowed = 'Allowed resources'
135 coovachilli_uam_uamallowed_desc = 'List of resources the client can access without first authenticating'
136 coovachilli_uam_uamanydns = 'Allow any DNS server'
137 coovachilli_uam_uamanydns_desc = 'Allow any DNS server for unauthenticated clients'
138 coovachilli_uam_uamanyip = 'Allow any IP address'
139 coovachilli_uam_uamanyip_desc = 'Allow clients to use any IP settings they wish by spoofing ARP (experimental)'
140 coovachilli_uam_uamdomain = 'Allowed domains'
141 coovachilli_uam_uamdomain_desc = 'Defines a list of domain names to automatically add to the walled garden'
142 coovachilli_uam_uamhomepage = 'UAM homepage'
143 coovachilli_uam_uamhomepage_desc = 'URL of homepage to redirect unauthenticated users to'
144 coovachilli_uam_uamiport = 'UAM static content port'
145 coovachilli_uam_uamiport_desc = 'TCP port to bind to for only serving embedded content'
146 coovachilli_uam_uamlisten = 'UAM listening address'
147 coovachilli_uam_uamlisten_desc = 'IP address to listen to for authentication of clients'
148 coovachilli_uam_uamlogoutip = 'UAM logout IP'
149 coovachilli_uam_uamlogoutip_desc = 'Use this IP address to instantly logout a client accessing it (defaults to 1.1.1.1)'
150 coovachilli_uam_uamport = 'UAM listening port'
151 coovachilli_uam_uamport_desc = 'TCP port to bind to for authenticating clients (default 3990)'
152 coovachilli_uam_uamsecret = 'UAM secret'
153 coovachilli_uam_uamsecret_desc = 'Shared secret between uamserver and chilli'
154 coovachilli_uam_uamserver = 'UAM server'
155 coovachilli_uam_uamserver_desc = 'URL of web server to use for authenticating clients'
156 coovachilli_uam_uamui = 'UAM user interface'
157 coovachilli_uam_uamui_desc = 'An init.d style program to handle local content on the uamuiport web server'
158 coovachilli_uam_usestatusfile = 'Use status file'
159 coovachilli_uam_usestatusfile_desc = 'Write the status of clients in a non-volatile state file (experimental)'
160 coovachilli_uam_wisprlogin = 'WISPr login url'
161 coovachilli_uam_wisprlogin_desc = 'Specific URL to be given in WISPr XML LoginURL'
162 coovachilli_uam_wwwbin = 'CGI program'
163 coovachilli_uam_wwwbin_desc = 'Executable to run as a CGI type program (like haserl) for URLs with extention .chi'
164 coovachilli_uam_wwwdir = 'Web content directory'
165 coovachilli_uam_wwwdir_desc = 'Directory where embedded local web content is placed'
166 coovachilli_macauth = 'MAC configuration'
167 coovachilli_macauth_desc = 'Configure MAC authentication'
168 coovachilli_macauth_macallowed = 'Allowed MAC addresses'
169 coovachilli_macauth_macallowed_desc = 'List of MAC addresses for which MAC authentication will be performed'
170 coovachilli_macauth_macallowlocal = 'Authenticate locally allowed MACs'
171 coovachilli_macauth_macallowlocal_desc = 'Authenticate allowed MAC addresses without the use of RADIUS'
172 coovachilli_macauth_macauth = 'Enable MAC authentification'
173 coovachilli_macauth_macauth_desc = 'Try to authenticate all users based on their mac address alone'
174 coovachilli_macauth_macpasswd = 'Password'
175 coovachilli_macauth_macpasswd_desc = 'Password used when performing MAC authentication'
176 coovachilli_macauth_macsuffix = 'Suffix'
177 coovachilli_macauth_macsuffix_desc = 'Suffix to add to the MAC address in order to form the User-Name, which is sent to the radius server'