mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
7 lines
143 B
Lua
7 lines
143 B
Lua
local lang = {
|
|
["24h"] = "24H Availability",
|
|
["cont_icmp"] = "Continuous ICMPv4",
|
|
["cont_icmp6"] = "Continuous ICMPv6"
|
|
}
|
|
|
|
return lang
|