modules/admin-full: Rewrote route configuration page
[project/luci.git] / i18n / english / luasrc / i18n / admin-core.en.lua
index 7676087..a34530b 100644 (file)
@@ -245,9 +245,10 @@ network_interface_demand_desc = "Time (in s) after which an unused connection wi
 network_interface_keepalive = "Keep-Alive"
 network_interface_keepalive_desc = "Number of failed connection tests to initiate automatic reconnect"
 
-a_n_routes = "Static Routes"
-a_n_routes1 = [[With Static Routes you can specify through which
+a_n_routes1 = [[Routes specify over which
 interface and gateway a certain host or network can be reached.]]
+a_n_routes_static = [[Static Routes]]
+a_n_routes_kernel4 = [[Kernel IPv4-Routes]]
 a_n_r_target1 = "host-IP or network"
 a_n_r_netmask1 = "if target is a network"