X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-olsr%2Fluasrc%2Fi18n%2Folsr.en.lua;h=fbba7653f8090f7cdea5ad221eca146626cc6f43;hp=f62a6f8c4362773d5dd2b10ac7613a19d5767951;hb=7eaffafaaaed53e8c7035d30ba14770f424443e3;hpb=d141bf49120cb2898e1c3df2d845d25e6215a604 diff --git a/applications/luci-olsr/luasrc/i18n/olsr.en.lua b/applications/luci-olsr/luasrc/i18n/olsr.en.lua index f62a6f8c43..fbba7653f8 100644 --- a/applications/luci-olsr/luasrc/i18n/olsr.en.lua +++ b/applications/luci-olsr/luasrc/i18n/olsr.en.lua @@ -1,72 +1,126 @@ -olsr_routes = "Routes" -olsr_topology = "Topology" -olsr_error1 = [[Unable to connect to the OLSR daemon.]] -olsr_error2 = [[To collect status information start the OLSR-Daemon and enable the "txtinfo"-Plugin]] -olsr_links = "OLSR-Connections" -olsr_links1 = "Overview over current OLSR connections" -olsrlinks_lq1 = "Success rate of transmitted packets" -olsrlinks_nlq1 = "Success rate of received packets" -olsrlinks_etx1 = "Expected transmission tries per packet" -olsr_mid = "MID" - -olsr_desc = [[OLSR is a flexible routing protocol that supports building mobile ad-hoc networks.]] -olsr_general = "General settings" -olsr_general_debuglevel = "Debugmode" -olsr_general_ipversion = "Internet Protocol" -olsr_general_allownoint = "Start without network" -olsr_general_pollrate = "Pollrate" -olsr_general_tcredundancy = "TC-Redundancy" -olsr_general_tcredundancy_0 = "MPR-Selectors" -olsr_general_tcredundancy_1 = "MPR-Selectors and MPR" -olsr_general_tcredundancy_2 = "All Neighbors" -olsr_general_mprcoverage = "MPR-Coverage" -olsr_general_linkqualitylevel = "LQ-Level" -olsr_general_linkqualityaging = "LQ-Aging" -olsr_general_linkqualityalgorithm = "LQ-Algorithm" -olsr_etx_fpm = "Fixed Point" -olsr_etx_float = "Floating Point" -olsr_etx_ff = "Freifunk" -olsr_general_linkqualitylevel_1 = "MPR-Selection" -olsr_general_linkqualitylevel_2 = "MPR-Selection and Routing" -olsr_general_linkqualityfisheye = "LQ-Fisheye" -olsr_general_linkqualitywinsize = "LQ-Windowsize" -olsr_general_linkqualitydijkstralimit = "LQ-Dijkstralimit" -olsr_general_usehysteresis = "Use hysteresis" -olsr_general_fibmetric = "FIB-Metric" -olsr_general_clearscreen = "Clear Screen" -olsr_general_willingness = "Willingness" - -olsr_interface_ip4broadcast = "IPv4 Broadcast" -olsr_interface_hellointerval = "Hello-Interval" -olsr_interface_hellovaliditytime = "Hello-Validity" -olsr_interface_tcinterval = "TC-Interval" -olsr_interface_tcvaliditytime = "TC-Validity" -olsr_interface_midinterval = "MID-Interval" -olsr_interface_midvaliditytime = "MID-Validity" -olsr_interface_hnainterval = "HNA-Interval" -olsr_interface_hnavaliditytime = "HNA-Validity" -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_hna6 = "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" - +olsrd = 'OLSR Daemon' +olsrd_neighbour_ip = 'Neighbour IP' +olsrd_local_ip = 'Local interface IP' +olsrd_network = 'Announced network' +olsrd_gateway = 'OLSR gateway' +olsrd_node = 'OLSR node' +olsrd_error = 'Unable to connect to the OLSR daemon!' +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".' +olsrd_hna = 'OLSR - HNA-Announcements' +olsrd_plugins = 'OLSR - Plugins' +olsrd_links = 'OLSR connections' +olsrd_links_desc = 'Overview of currently established OLSR connections' +olsrd_links_etx_desc = 'Expected retransmission count' +olsrd_links_lq_desc = 'Success rate of sent packages' +olsrd_links_nlq_desc = 'Success rate of received packages' +olsrd_routes = 'Known OLSR routes' +olsrd_routes_desc = 'Overview of currently known routes to other OLSR nodes' +olsrd_topology = 'Active OLSR nodes' +olsrd_topology_desc = 'Overview of currently known OLSR nodes' +olsrd_topology_lasthop = 'Last hop' +olsrd_hna2 = 'Active host net announcements' +olsrd_hna_desc = 'Overview of currently active OLSR host net announcements' +olsrd_mid = 'Active MID announcements' +olsrd_mid_desc = 'Overview of known multiple interface announcements' +olsrd_mid_aliases = 'Secondary OLSR interfaces' +olsrd_etx_ff = 'Freifunk' +olsrd_etx_float = 'floating point' +olsrd_etx_fpm = 'fixed point math' +olsrd_olsrd = 'General settings' +olsrd_olsrd_allownoint = 'Start without network' +olsrd_olsrd_clearscreen = 'Clear screen' +olsrd_olsrd_debuglevel = 'Debugmode' +olsrd_olsrd_fibmetric = 'FIB metric' +olsrd_olsrd_ipversion = 'Internet protocol' +olsrd_olsrd_linkqualityaging = 'LQ aging' +olsrd_olsrd_linkqualityalgorithm = 'LQ algorithm' +olsrd_olsrd_linkqualitydijkstralimit = 'LQ Dijkstra limit' +olsrd_olsrd_linkqualityfisheye = 'LQ fisheye' +olsrd_olsrd_linkqualitylevel = 'LQ level' +olsrd_olsrd_linkqualitylevel_1 = 'MPR selection' +olsrd_olsrd_linkqualitylevel_2 = 'MPR selection and routing' +olsrd_olsrd_linkqualitywinsize = 'LQ window size' +olsrd_olsrd_mprcoverage = 'MPR coverage' +olsrd_olsrd_pollrate = 'Pollrate' +olsrd_olsrd_tcredundancy = 'TC redundancy' +olsrd_olsrd_tcredundancy_0 = 'MPR selectors' +olsrd_olsrd_tcredundancy_1 = 'MPR selectors and MPR' +olsrd_olsrd_tcredundancy_2 = 'all neighbours' +olsrd_olsrd_usehysteresis = 'Use hysteresis' +olsrd_olsrd_willingness = 'Willingness' +olsrd_interface_hellointerval = 'Hello interval' +olsrd_interface_hellovaliditytime = 'Hello validity time' +olsrd_interface_hnainterval = 'HNA interval' +olsrd_interface_hnavaliditytime = 'HNA validity time' +olsrd_interface_ip4broadcast = 'IPv4 broadcast' +olsrd_interface_midinterval = 'MID interval' +olsrd_interface_midvaliditytime = 'MID validity time' +olsrd_interface_tcinterval = 'TC interval' +olsrd_interface_tcvaliditytime = 'TC validity time' +olsrd_ipcconnect = 'IPC settings' +olsrd_ipcconnect_desc = 'IPC connections enable you to remote-control the local OLSRd instance using external programs' +olsrd_ipcconnect_host = 'Allowed host addresses' +olsrd_ipcconnect_host_desc = 'Multiple separated by spaces' +olsrd_ipcconnect_maxconnections = 'Maxmimum connection count' +olsrd_ipcconnect_maxconnections_desc = 'Set to 0 to disable IPC' +olsrd_ipcconnect_net = 'Allowed subnets' +olsrd_ipcconnect_net_desc = 'Address Mask; multiple separated by space' +olsrd_hna4 = 'IPv4 HNA announcements' +olsrd_hna4_desc = 'Hna4 entries allow you to propagate local IPv4 host- and network-routes into the mesh network' +olsrd_hna4_netaddr = 'Network address' +olsrd_hna4_netaddr_desc = 'IPv4 address' +olsrd_hna4_netmask = 'Netmask' +olsrd_hna4_netmask_desc = 'IPv4 address' +olsrd_hna6 = 'IPv6 HNA announcements' +olsrd_hna6_desc = 'Hna6 entries allow you to propagate local IPv6 host- and network-routes into the mesh network' +olsrd_hna6_netaddr = 'Network address' +olsrd_hna6_netaddr_desc = 'IPv6 address' +olsrd_hna6_netmask = 'Netmask' +olsrd_hna6_netmask_desc = 'IPv6 address' +olsrd_loadplugin = 'Plugin configuration' +olsrd_loadplugin_ignore = 'Enable plugin' +olsrd_loadplugin_library = 'Library' +olsrd_loadplugin_accept = 'Allow connections from this hosts' +olsrd_loadplugin_ping = 'Ping test addresses' +olsrd_loadplugin_interval = 'Interval' +olsrd_loadplugin_hna = 'HNA announcements' +olsrd_loadplugin_hna_desc = 'Format: IP-Address Netmask / OLSR will announce this network once it is reachable' +olsrd_loadplugin_addhosts = 'Alternative \"hosts\" file' +olsrd_loadplugin_addhosts_desc = 'The contents of this file will be appended to the autogenerated \"hosts\" file' +olsrd_loadplugin_dnsserver = 'DNS server' +olsrd_loadplugin_hosts = 'Alternative hostnames' +olsrd_loadplugin_hosts_desc = 'Format: Interface-IP Hostname' +olsrd_loadplugin_hostsfile = 'Path to the \"hosts\" file' +olsrd_loadplugin_lat = 'Latitude' +olsrd_loadplugin_latlonfile = 'Output file for coordinates' +olsrd_loadplugin_latlonfile_desc = 'OLSR will write received coordinates of other nodes to this file' +olsrd_loadplugin_latloninfile = 'Input file for coordinates' +olsrd_loadplugin_latloninfile_desc = 'OLSR periodically checks this file for new coordinates and propagates them' +olsrd_loadplugin_lon = 'Longitude' +olsrd_loadplugin_name = 'Hostnames' +olsrd_loadplugin_namechangescript = 'Command for name changes' +olsrd_loadplugin_namechangescript_desc = 'OLSR executes this command once entries in the \"hosts\" are changed' +olsrd_loadplugin_resolvfile = 'Path to the \"resolv\" file' +olsrd_loadplugin_serviceschangescript = 'Command for service changes' +olsrd_loadplugin_serviceschangescript_desc = 'OLSR excutes this command once new service announcements are received' +olsrd_loadplugin_sighuppidfile = 'PID file for SIGHUP signals' +olsrd_loadplugin_sighuppidfile_desc = 'OLSR sends a HUP signal to this PID once the \"hosts\" oder \"resolv\" file is changed' +olsrd_loadplugin_suffix = 'Domain suffix' +olsrd_loadplugin_timeout = 'Timeout' +olsrd_loadplugin_bmfinterface = 'Name of the BMF interface' +olsrd_loadplugin_bmfinterfaceid = 'IP address of the BMF interface' +olsrd_loadplugin_dolocalbroadcast = 'Redirect local broadcasts' +olsrd_loadplugin_capturepacketsonolsrinterfaces = 'Also redirect broadcasts from OLSR interfaces' +olsrd_loadplugin_bmfmechanism = 'Propagation mechanism' +olsrd_loadplugin_broadcastretransmitcount = 'Number of retransmissions per package' +olsrd_loadplugin_fanoutlimit = 'Minimum number of neighbours for broadcast redirection' +olsrd_loadplugin_nonolsrif = 'Non-OLSR interfaces' +olsrd_loadplugin_port = 'Used port' +olsrd_loadplugin_host = 'Allow connections from hosts' +olsrd_loadplugin_net = 'Allow connections from subnets' +olsrd_loadplugin_net_desc = 'Format: IP-AddresseNetmask' +olsrd_loadplugin_redistribute = 'Used protocols' +olsrd_loadplugin_exportroutes = 'Only export routes to Quagga or to kernel too' +olsrd_loadplugin_localpref = 'Always prefer local routes' +olsrd_loadplugin_distance = 'Distance of exported routes' +olsrd_loadplugin_keyfile = 'Key file'