X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-olsr%2Fluasrc%2Fi18n%2Folsr.en.lua;h=997c79f01176a80c7532cabc24210bf63f70ef53;hb=954e61d2a3be5cf919908f8989e5d9c7f3b7884a;hp=f62a6f8c4362773d5dd2b10ac7613a19d5767951;hpb=d141bf49120cb2898e1c3df2d845d25e6215a604;p=project%2Fluci.git diff --git a/applications/luci-olsr/luasrc/i18n/olsr.en.lua b/applications/luci-olsr/luasrc/i18n/olsr.en.lua index f62a6f8c4..997c79f01 100644 --- a/applications/luci-olsr/luasrc/i18n/olsr.en.lua +++ b/applications/luci-olsr/luasrc/i18n/olsr.en.lua @@ -1,72 +1,66 @@ -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" - +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'