* luci/olsr: added config-support and translations for Hna4, Hna6 and IpcConnect...
[project/luci.git] / applications / luci-olsr / luasrc / i18n / olsr.en.lua
1 olsr_routes = "Routes"
2 olsr_topology = "Topology"
3 olsr_error1 = [[Unable to connect to the OLSR daemon.]]
4 olsr_error2 = [[To collect status information start the OLSR-Daemon and enable the "txtinfo"-Plugin]]
5 olsr_links = "OLSR-Connections"
6 olsr_links1 = "Overview over current OLSR connections"
7 olsrlinks_lq1 = "Success rate of transmitted packets"
8 olsrlinks_nlq1 = "Success rate of received packets"
9 olsrlinks_etx1 = "Expected transmission tries per packet"
10 olsr_mid = "MID"
11
12 olsr_desc = [[OLSR is a flexible routing protocol that supports building mobile ad-hoc networks.]]
13 olsr_general = "General settings"
14 olsr_general_debuglevel = "Debugmode"
15 olsr_general_ipversion = "Internet Protocol"
16 olsr_general_allownoint = "Start without network"
17 olsr_general_pollrate = "Pollrate"
18 olsr_general_tcredundancy = "TC-Redundancy"
19 olsr_general_tcredundancy_0 = "MPR-Selectors"
20 olsr_general_tcredundancy_1 = "MPR-Selectors and MPR"
21 olsr_general_tcredundancy_2 = "All Neighbors"
22 olsr_general_mprcoverage = "MPR-Coverage"
23 olsr_general_linkqualitylevel = "LQ-Level"
24 olsr_general_linkqualitylevel_1 = "MPR-Selection"
25 olsr_general_linkqualitylevel_2 = "MPR-Selection and Routing"
26 olsr_general_linkqualityfisheye = "LQ-Fisheye"
27 olsr_general_linkqualitywinsize = "LQ-Windowsize"
28 olsr_general_linkqualitydijkstralimit = "LQ-Dijkstralimit"
29 olsr_general_usehysteresis = "Use hysteresis"
30 olsr_interface_hellointerval = "Hello-Interval"
31 olsr_interface_hellovaliditytime = "Hello-Validity"
32 olsr_interface_tcinterval = "TC-Interval"
33 olsr_interface_tcvaliditytime = "TC-Validity"
34 olsr_interface_midinterval = "MID-Interval"
35 olsr_interface_midvaliditytime = "MID-Validity"
36 olsr_interface_hnainterval = "HNA-Interval"
37 olsr_interface_hnavaliditytime = "HNA-Validity"
38 olsr_loadplugin = "Plugins"
39
40 olsr_hna4 = "IPv4 HNA-Announcements"
41 olsr_hna4_desc = "Hna4-entries are used to announce local ipv4 host- and net-routes within the mesh-network"
42 olsr_hna4_netaddr = "Network-Address"
43 olsr_hna4_netaddr_desc = "ipv4 address"
44 olsr_hna4_prefix  = "Netmask"
45 olsr_hna4_prefix_desc = "ipv4 address"
46
47 olsr_hna4 = "IPv6 HNA-Announcements"
48 olsr_hna6_desc = "Hna6-entries are used to announce local ipv6 host- and net-routes within the mesh-network"
49 olsr_hna6_netaddr = "Network-Address"
50 olsr_hna6_netaddr_desc = "ipv6 address"
51 olsr_hna6_prefix  = "Netmask"
52 olsr_hna6_prefix_desc = "ipv6 address"
53
54 olsr_ipcconnect = "IPC-Settings"
55 olsr_ipcconnect_desc = "IPC-connections allow external programs to remote-control the local OLSR process"
56 olsr_ipcconnect_maxconnections = "max. allowed connections"
57 olsr_ipcconnect_maxconnections_desc = "0 disables IPC"
58 olsr_ipcconnect_host = "Allowed hosts"
59 olsr_ipcconnect_host_desc = "multiple separated by space"
60 olsr_ipcconnect_net = "Allowed networks"
61 olsr_ipcconnect_net_desc = "address netmask; separated by space"
62