10 lines
123 B
Lua
10 lines
123 B
Lua
|
return {
|
||
|
legend = {
|
||
|
{ },
|
||
|
{ "IgnoreSelected" },
|
||
|
{ "Interfaces" }
|
||
|
},
|
||
|
label = _("Wireless"),
|
||
|
category = "network"
|
||
|
}
|