diff options
author | Steven Barth <steven@midlink.org> | 2008-08-14 20:33:30 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-14 20:33:30 +0000 |
commit | 68d499edb91de2d73f14d5dcc4d6328fff2e23ea (patch) | |
tree | 771e508072c738b8d4e21fcd5de28227a2e6b9ed /i18n/english | |
parent | 7726e737252026683d10f5d85a32798f975ef437 (diff) |
modules/admin-full: Rewrote route configuration page
Diffstat (limited to 'i18n/english')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 767608722..a34530b54 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -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" |