* luci/olsr: added config-support and translations for Hna4, Hna6 and IpcConnect...
[project/luci.git] / applications / luci-olsr / luasrc / i18n / olsr.en.lua
index 2b2dd0adbeb5a4f49facb9e2d258c2c2d81e00ba..2e15f908d62a27f6afc79e94e770daca38cd21a7 100644 (file)
@@ -35,4 +35,28 @@ olsr_interface_midinterval = "MID-Interval"
 olsr_interface_midvaliditytime = "MID-Validity"
 olsr_interface_hnainterval = "HNA-Interval"
 olsr_interface_hnavaliditytime = "HNA-Validity"
-olsr_loadplugin = "Plugins"
\ No newline at end of file
+olsr_loadplugin = "Plugins"
+
+olsr_hna4 = "IPv4 HNA-Announcements"
+olsr_hna4_desc = "Hna4-entries are used to announce local ipv4 host- and net-routes within the mesh-network"
+olsr_hna4_netaddr = "Network-Address"
+olsr_hna4_netaddr_desc = "ipv4 address"
+olsr_hna4_prefix  = "Netmask"
+olsr_hna4_prefix_desc = "ipv4 address"
+
+olsr_hna4 = "IPv6 HNA-Announcements"
+olsr_hna6_desc = "Hna6-entries are used to announce local ipv6 host- and net-routes within the mesh-network"
+olsr_hna6_netaddr = "Network-Address"
+olsr_hna6_netaddr_desc = "ipv6 address"
+olsr_hna6_prefix  = "Netmask"
+olsr_hna6_prefix_desc = "ipv6 address"
+
+olsr_ipcconnect = "IPC-Settings"
+olsr_ipcconnect_desc = "IPC-connections allow external programs to remote-control the local OLSR process"
+olsr_ipcconnect_maxconnections = "max. allowed connections"
+olsr_ipcconnect_maxconnections_desc = "0 disables IPC"
+olsr_ipcconnect_host = "Allowed hosts"
+olsr_ipcconnect_host_desc = "multiple separated by space"
+olsr_ipcconnect_net = "Allowed networks"
+olsr_ipcconnect_net_desc = "address netmask; separated by space"
+