mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-11 10:58:17 +00:00
9 lines
182 B
Lua
9 lines
182 B
Lua
local it = {
|
|
welcome = "Benvenuto",
|
|
version = "La tua verione è %{vers}.",
|
|
report = {period = "Intervallo",
|
|
date = "%{day}/%{month}/%{year}"}
|
|
}
|
|
|
|
return {it = it}
|
|
|