[PATCH] Add regdomain, country and outdoor options for madwifi
[project/luci.git] / i18n / english / luasrc / i18n / wifi.en.lua
1 wifi_auto = 'auto'
2 wifi_fh = 'Frequency Hopping'
3 wifi_diversity = 'Diversity'
4 wifi_txantenna = 'Transmitter Antenna'
5 wifi_rxantenna = 'Receiver Antenna'
6 wifi_distance = 'Distance Optimization'
7 wifi_distance_desc = 'Distance to farthest network member in meters.'
8 wifi_macpolicy = 'MAC-Address Filter'
9 wifi_whitelist = 'Allow listed only'
10 wifi_blacklist = 'Allow all except listed'
11 wifi_maclist = 'MAC-List'
12 wifi_bursting = 'Frame Bursting'
13 wifi_regdomain = 'Regulatory Domain'
14 wifi_country = 'Country Code'
15 wifi_outdoor = 'Outdoor Channels'
16 wifi_maxassoc = 'Connection Limit'
17 wifi_essid = '<abbr title="Extended Service Set Identifier">ESSID</abbr>'
18 wifi_bssid = '<abbr title="Basic Service Set Identifier">BSSID</abbr>'
19 wifi_frag = 'Fragmentation Threshold'
20 wifi_rts = 'RTS/CTS Threshold'
21 wifi_wds = '<abbr title="Wireless Distribution System">WDS</abbr>'
22 wifi_wdssep = 'Separate WDS'
23 wifi_hidden = 'Hide <abbr title="Extended Service Set Identifier">ESSID</abbr>'
24 wifi_isloate = 'Isolate Clients'
25 wifi_isloate_desc = 'Prevent Client to Client Communication'
26 wifi_bgscan = 'Background Scan'
27 wifi_rate = 'Transmission Rate'
28 wifi_mcast_rate = 'Multicast Rate'
29 wifi_minrate = 'Minimum Rate'
30 wifi_maxrate = 'Maximum Rate'
31 wifi_compression = 'Compression'
32 wifi_turbo = 'Turbo Mode'
33 wifi_ff = 'Fast Frames'
34 wifi_wmm = 'WMM Mode'
35 wifi_xr = 'XR Support'
36 wifi_ar = 'AR Support'
37 wifi_nosbeacon = 'Disable HW-Beacon timer'
38 wifi_noprobereq = 'Do not send probe responses'
39 wifi_wpareq = 'WPA-Encryption requires wpa_supplicant (for client mode) or hostapd (for AP and ad-hoc mode) to be installed.'