wifi-config: mark ibss as outdated

This commit is contained in:
Maciej Krüger 2022-01-09 18:30:54 +01:00 committed by Alexander List
parent ee65187d07
commit 5634c0cb9a
4 changed files with 6 additions and 6 deletions

View File

@ -25,8 +25,8 @@ msgstr "Client-Netz aktivieren (Access Point)"
msgid "Enable mesh network (802.11s)"
msgstr "Mesh-Netz aktivieren (802.11s)"
msgid "Enable mesh network (IBSS)"
msgstr "Mesh-Netz aktivieren (IBSS)"
msgid "Enable mesh network (IBSS, outdated)"
msgstr "Mesh-Netz aktivieren (IBSS, veraltet)"
msgid "Transmission power"
msgstr "Sendeleistung"

View File

@ -24,8 +24,8 @@ msgstr "Activer le réseau client (Access Point)"
msgid "Enable mesh network (802.11s)"
msgstr "Activer le réseau MESH (802.11s)"
msgid "Enable mesh network (IBSS)"
msgstr "Activer le réseau MESH (IBSS)"
msgid "Enable mesh network (IBSS, outdated)"
msgstr "Activer le réseau MESH (IBSS, obsolète)"
msgid "Transmission power"
msgstr "Puissance d'émission"

View File

@ -16,7 +16,7 @@ msgstr ""
msgid "Enable mesh network (802.11s)"
msgstr ""
msgid "Enable mesh network (IBSS)"
msgid "Enable mesh network (IBSS, outdated)"
msgstr ""
msgid "Transmission power"

View File

@ -94,7 +94,7 @@ uci:foreach('wireless', 'wifi-device', function(config)
end
vif_option('client', {'client', 'owe'}, translate('Enable client network (access point)'))
vif_option('ibss', {'ibss'}, translate("Enable mesh network (IBSS)"))
vif_option('ibss', {'ibss'}, translate("Enable mesh network (IBSS, outdated)"))
local mesh_vif = vif_option('mesh', {'mesh'}, translate("Enable mesh network (802.11s)"))
if is_5ghz then