X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-olsr%2Fluasrc%2Fi18n%2Folsr.en.lua;h=b8621d3f7e5ff1dd921d294d26ed77d63360ff3c;hb=9ac4ba5fa760b1180c53c5dc22f2fcadb08c5bda;hp=71f61d93c85bf4d0eb310c9bc8cf32b4b666a301;hpb=1bd4697acd27b24b11fcaf3d9566226cb7154487;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 71f61d93c8..b8621d3f7e 100644 --- a/applications/luci-olsr/luasrc/i18n/olsr.en.lua +++ b/applications/luci-olsr/luasrc/i18n/olsr.en.lua @@ -18,7 +18,7 @@ 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_hna = 'Active host net announcements' +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' @@ -69,14 +69,14 @@ 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_prefix = 'Netmask' -olsrd_hna4_prefix_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_prefix = 'Netmask' -olsrd_hna6_prefix_desc = 'IPv6 address' +olsrd_hna6_prefix = 'Prefix' +olsrd_hna6_prefix_desc = 'IPv6 prefix' olsrd_loadplugin = 'Plugin configuration' olsrd_loadplugin_ignore = 'Enable plugin' olsrd_loadplugin_library = 'Library'