dc1e4423f4fa6c23e13622bb01629a0c0c9cab33
[project/luci.git] / applications / luci-olsr / luasrc / i18n / olsr.en.lua
1 olsrd = 'OLSR Daemon'
2 olsrd_neighbour_ip = 'Neighbour IP'
3 olsrd_local_ip = 'Local interface IP'
4 olsrd_network = 'Announced network'
5 olsrd_gateway = 'OLSR gateway'
6 olsrd_node = 'OLSR node'
7 olsrd_error = 'Unable to connect to the OLSR daemon!'
8 olsrd_error_desc = 'Make sure that OLSRd is running, the "txtinfo" plugin is loaded, configured on port 2006 and accepts connections from "127.0.0.1".'
9 olsrd_hna = 'OLSR - HNA-Announcements'
10 olsrd_plugins = 'OLSR - Plugins'
11 olsrd_links = 'OLSR connections'
12 olsrd_links_desc = 'Overview of currently established OLSR connections'
13 olsrd_links_etx_desc = 'Expected retransmission count'
14 olsrd_links_lq_desc = 'Success rate of sent packages'
15 olsrd_links_nlq_desc = 'Success rate of received packages'
16 olsrd_routes = 'Known OLSR routes'
17 olsrd_routes_desc = 'Overview of currently known routes to other OLSR nodes'
18 olsrd_topology = 'Active OLSR nodes'
19 olsrd_topology_desc = 'Overview of currently known OLSR nodes'
20 olsrd_topology_lasthop = 'Last hop'
21 olsrd_hna2 = 'Active host net announcements'
22 olsrd_hna_desc = 'Overview of currently active OLSR host net announcements'
23 olsrd_mid = 'Active MID announcements'
24 olsrd_mid_desc = 'Overview of known multiple interface announcements'
25 olsrd_mid_aliases = 'Secondary OLSR interfaces'
26 olsrd_etx_ff = 'Freifunk'
27 olsrd_etx_float = 'floating point'
28 olsrd_etx_fpm = 'fixed point math'
29 olsrd_olsrd = 'General settings'
30 olsrd_olsrd_allownoint = 'Start without network'
31 olsrd_olsrd_clearscreen = 'Clear screen'
32 olsrd_olsrd_debuglevel = 'Debugmode'
33 olsrd_olsrd_fibmetric = 'FIB metric'
34 olsrd_olsrd_ipversion = 'Internet protocol'
35 olsrd_olsrd_linkqualityaging = 'LQ aging'
36 olsrd_olsrd_linkqualityalgorithm = 'LQ algorithm'
37 olsrd_olsrd_linkqualitydijkstralimit = 'LQ Dijkstra limit'
38 olsrd_olsrd_linkqualityfisheye = 'LQ fisheye'
39 olsrd_olsrd_linkqualitylevel = 'LQ level'
40 olsrd_olsrd_linkqualitylevel_1 = 'MPR selection'
41 olsrd_olsrd_linkqualitylevel_2 = 'MPR selection and routing'
42 olsrd_olsrd_linkqualitywinsize = 'LQ window size'
43 olsrd_olsrd_mprcoverage = 'MPR coverage'
44 olsrd_olsrd_pollrate = 'Pollrate'
45 olsrd_olsrd_tcredundancy = 'TC redundancy'
46 olsrd_olsrd_tcredundancy_0 = 'MPR selectors'
47 olsrd_olsrd_tcredundancy_1 = 'MPR selectors and MPR'
48 olsrd_olsrd_tcredundancy_2 = 'all neighbours'
49 olsrd_olsrd_usehysteresis = 'Use hysteresis'
50 olsrd_olsrd_willingness = 'Willingness'
51 olsrd_interface_hellointerval = 'Hello interval'
52 olsrd_interface_hellovaliditytime = 'Hello validity time'
53 olsrd_interface_hnainterval = 'HNA interval'
54 olsrd_interface_hnavaliditytime = 'HNA validity time'
55 olsrd_interface_ip4broadcast = 'IPv4 broadcast'
56 olsrd_interface_midinterval = 'MID interval'
57 olsrd_interface_midvaliditytime = 'MID validity time'
58 olsrd_interface_tcinterval = 'TC interval'
59 olsrd_interface_tcvaliditytime = 'TC validity time'
60 olsrd_interface_ip6addrtype = 'IPv6 address type'
61 olsrd_ipcconnect = 'IPC settings'
62 olsrd_ipcconnect_desc = 'IPC connections enable you to remote-control the local OLSRd instance using external programs'
63 olsrd_ipcconnect_host = 'Allowed host addresses'
64 olsrd_ipcconnect_host_desc = 'Multiple separated by spaces'
65 olsrd_ipcconnect_maxconnections = 'Maxmimum connection count'
66 olsrd_ipcconnect_maxconnections_desc = 'Set to 0 to disable IPC'
67 olsrd_ipcconnect_net = 'Allowed subnets'
68 olsrd_ipcconnect_net_desc = 'Address Mask; multiple separated by space'
69 olsrd_hna4 = 'IPv4 HNA announcements'
70 olsrd_hna4_desc = 'Hna4 entries allow you to propagate local IPv4 host- and network-routes into the mesh network'
71 olsrd_hna4_netaddr = 'Network address'
72 olsrd_hna4_netaddr_desc = 'IPv4 address'
73 olsrd_hna4_netmask = 'Netmask'
74 olsrd_hna4_netmask_desc = 'IPv4 address'
75 olsrd_hna6 = 'IPv6 HNA announcements'
76 olsrd_hna6_desc = 'Hna6 entries allow you to propagate local IPv6 host- and network-routes into the mesh network'
77 olsrd_hna6_netaddr = 'Network address'
78 olsrd_hna6_netaddr_desc = 'IPv6 address'
79 olsrd_hna6_prefix = 'Prefix'
80 olsrd_hna6_prefix_desc = 'IPv6 prefix'
81 olsrd_loadplugin = 'Plugin configuration'
82 olsrd_loadplugin_ignore = 'Enable plugin'
83 olsrd_loadplugin_library = 'Library'
84 olsrd_loadplugin_accept = 'Allow connections from this hosts'
85 olsrd_loadplugin_ping = 'Ping test addresses'
86 olsrd_loadplugin_interval = 'Interval'
87 olsrd_loadplugin_hna = 'HNA announcements'
88 olsrd_loadplugin_hna_desc = 'Format: IP-Address Netmask / OLSR will announce this network once it is reachable'
89 olsrd_loadplugin_addhosts = 'Alternative \"hosts\" file'
90 olsrd_loadplugin_addhosts_desc = 'The contents of this file will be appended to the autogenerated \"hosts\" file'
91 olsrd_loadplugin_dnsserver = 'DNS server'
92 olsrd_loadplugin_hosts = 'Alternative hostnames'
93 olsrd_loadplugin_hosts_desc = 'Format: Interface-IP Hostname'
94 olsrd_loadplugin_hostsfile = 'Path to the \"hosts\" file'
95 olsrd_loadplugin_lat = 'Latitude'
96 olsrd_loadplugin_latlonfile = 'Output file for coordinates'
97 olsrd_loadplugin_latlonfile_desc = 'OLSR will write received coordinates of other nodes to this file'
98 olsrd_loadplugin_latloninfile = 'Input file for coordinates'
99 olsrd_loadplugin_latloninfile_desc = 'OLSR periodically checks this file for new coordinates and propagates them'
100 olsrd_loadplugin_lon = 'Longitude'
101 olsrd_loadplugin_name = 'Hostnames'
102 olsrd_loadplugin_namechangescript = 'Command for name changes'
103 olsrd_loadplugin_namechangescript_desc = 'OLSR executes this command once entries in the \"hosts\" are changed'
104 olsrd_loadplugin_resolvfile = 'Path to the \"resolv\" file'
105 olsrd_loadplugin_serviceschangescript = 'Command for service changes'
106 olsrd_loadplugin_serviceschangescript_desc = 'OLSR excutes this command once new service announcements are received'
107 olsrd_loadplugin_sighuppidfile = 'PID file for SIGHUP signals'
108 olsrd_loadplugin_sighuppidfile_desc = 'OLSR sends a HUP signal to this PID once the \"hosts\" oder \"resolv\" file is changed'
109 olsrd_loadplugin_suffix = 'Domain suffix'
110 olsrd_loadplugin_timeout = 'Timeout'
111 olsrd_loadplugin_bmfinterface = 'Name of the BMF interface'
112 olsrd_loadplugin_bmfinterfaceid = 'IP address of the BMF interface'
113 olsrd_loadplugin_dolocalbroadcast = 'Redirect local broadcasts'
114 olsrd_loadplugin_capturepacketsonolsrinterfaces = 'Also redirect broadcasts from OLSR interfaces'
115 olsrd_loadplugin_bmfmechanism = 'Propagation mechanism'
116 olsrd_loadplugin_broadcastretransmitcount = 'Number of retransmissions per package'
117 olsrd_loadplugin_fanoutlimit = 'Minimum number of neighbours for broadcast redirection'
118 olsrd_loadplugin_nonolsrif = 'Non-OLSR interfaces'
119 olsrd_loadplugin_port = 'Used port'
120 olsrd_loadplugin_host = 'Allow connections from hosts'
121 olsrd_loadplugin_net = 'Allow connections from subnets'
122 olsrd_loadplugin_net_desc = 'Format: IP-AddresseNetmask'
123 olsrd_loadplugin_redistribute = 'Used protocols'
124 olsrd_loadplugin_exportroutes = 'Only export routes to Quagga or to kernel too'
125 olsrd_loadplugin_localpref = 'Always prefer local routes'
126 olsrd_loadplugin_distance = 'Distance of exported routes'
127 olsrd_loadplugin_keyfile = 'Key file'