diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-01 18:15:20 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-01 18:15:20 +0000 |
commit | 4d34417ebc3e46cc16529e7e6da46e80229787c5 (patch) | |
tree | c97d444794eced2662a1914788830b6caab41e2f /i18n/english | |
parent | ae6c1f618f3618e386863b655a3be02de14d8f3b (diff) |
modules/admin-full: add support for the probereq iwpriv param
i18n: add required strings
Diffstat (limited to 'i18n/english')
-rw-r--r-- | i18n/english/luasrc/i18n/wifi.en.lua | 1 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/wifi.en.xml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/i18n/english/luasrc/i18n/wifi.en.lua b/i18n/english/luasrc/i18n/wifi.en.lua index e5680d1d8..438ef1c66 100644 --- a/i18n/english/luasrc/i18n/wifi.en.lua +++ b/i18n/english/luasrc/i18n/wifi.en.lua @@ -33,4 +33,5 @@ wifi_wmm = 'WMM Mode' wifi_xr = 'XR Support' wifi_ar = 'AR Support' wifi_nosbeacon = 'Disable HW-Beacon timer' +wifi_noprobereq = 'Don not send probe responses' wifi_wpareq = 'WPA-Encryption requires wpa_supplicant (for client mode) or hostapd (for AP and ad-hoc mode) to be installed.' diff --git a/i18n/english/luasrc/i18n/wifi.en.xml b/i18n/english/luasrc/i18n/wifi.en.xml index 4a64b5d4f..fd6751f32 100644 --- a/i18n/english/luasrc/i18n/wifi.en.xml +++ b/i18n/english/luasrc/i18n/wifi.en.xml @@ -37,7 +37,8 @@ <i18n:msg xml:id="wifi_xr">XR Support</i18n:msg> <i18n:msg xml:id="wifi_ar">AR Support</i18n:msg> <i18n:msg xml:id="wifi_nosbeacon">Disable HW-Beacon timer</i18n:msg> +<i18n:msg xml:id="wifi_noprobereq">Don not send probe responses</i18n:msg> <i18n:msg xml:id="wifi_wpareq">WPA-Encryption requires wpa_supplicant (for client mode) or hostapd (for AP and ad-hoc mode) to be installed.</i18n:msg> -</i18n:msgs>
\ No newline at end of file +</i18n:msgs> |