From d0441ee875f5b86caeff4b624d6613f1e9d68795 Mon Sep 17 00:00:00 2001 From: Hannu Nyman <hannu.nyman@iki.fi> Date: Sat, 20 Jan 2018 15:35:29 +0200 Subject: [PATCH] luci-app-radvd: remove from the repo luci-app-radvd has been BROKEN since March 2016 as it depends on radvd, which is still in oldpackages repo. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> --- applications/luci-app-radvd/Makefile | 14 - .../luasrc/controller/radvd.lua | 17 - .../luci-app-radvd/luasrc/model/cbi/radvd.lua | 324 ------------ .../luasrc/model/cbi/radvd/dnssl.lua | 88 ---- .../luasrc/model/cbi/radvd/interface.lua | 265 ---------- .../luasrc/model/cbi/radvd/prefix.lua | 128 ----- .../luasrc/model/cbi/radvd/rdnss.lua | 89 ---- .../luasrc/model/cbi/radvd/route.lua | 97 ---- applications/luci-app-radvd/po/ca/radvd.po | 382 -------------- applications/luci-app-radvd/po/cs/radvd.po | 389 -------------- applications/luci-app-radvd/po/de/radvd.po | 483 ------------------ applications/luci-app-radvd/po/el/radvd.po | 370 -------------- applications/luci-app-radvd/po/en/radvd.po | 368 ------------- applications/luci-app-radvd/po/es/radvd.po | 412 --------------- applications/luci-app-radvd/po/fr/radvd.po | 472 ----------------- applications/luci-app-radvd/po/he/radvd.po | 367 ------------- applications/luci-app-radvd/po/hu/radvd.po | 372 -------------- applications/luci-app-radvd/po/it/radvd.po | 374 -------------- applications/luci-app-radvd/po/ja/radvd.po | 378 -------------- applications/luci-app-radvd/po/ms/radvd.po | 368 ------------- applications/luci-app-radvd/po/no/radvd.po | 435 ---------------- applications/luci-app-radvd/po/pl/radvd.po | 377 -------------- applications/luci-app-radvd/po/pt-br/radvd.po | 469 ----------------- applications/luci-app-radvd/po/pt/radvd.po | 368 ------------- applications/luci-app-radvd/po/ro/radvd.po | 384 -------------- applications/luci-app-radvd/po/ru/radvd.po | 473 ----------------- applications/luci-app-radvd/po/sk/radvd.po | 367 ------------- applications/luci-app-radvd/po/sv/radvd.po | 370 -------------- .../luci-app-radvd/po/templates/radvd.pot | 360 ------------- applications/luci-app-radvd/po/tr/radvd.po | 367 ------------- applications/luci-app-radvd/po/uk/radvd.po | 381 -------------- applications/luci-app-radvd/po/vi/radvd.po | 368 ------------- applications/luci-app-radvd/po/zh-cn/radvd.po | 399 --------------- applications/luci-app-radvd/po/zh-tw/radvd.po | 399 --------------- .../root/etc/uci-defaults/40_luci-radvd | 11 - 35 files changed, 11285 deletions(-) delete mode 100644 applications/luci-app-radvd/Makefile delete mode 100644 applications/luci-app-radvd/luasrc/controller/radvd.lua delete mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd.lua delete mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd/dnssl.lua delete mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd/interface.lua delete mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd/prefix.lua delete mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd/rdnss.lua delete mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd/route.lua delete mode 100644 applications/luci-app-radvd/po/ca/radvd.po delete mode 100644 applications/luci-app-radvd/po/cs/radvd.po delete mode 100644 applications/luci-app-radvd/po/de/radvd.po delete mode 100644 applications/luci-app-radvd/po/el/radvd.po delete mode 100644 applications/luci-app-radvd/po/en/radvd.po delete mode 100644 applications/luci-app-radvd/po/es/radvd.po delete mode 100644 applications/luci-app-radvd/po/fr/radvd.po delete mode 100644 applications/luci-app-radvd/po/he/radvd.po delete mode 100644 applications/luci-app-radvd/po/hu/radvd.po delete mode 100644 applications/luci-app-radvd/po/it/radvd.po delete mode 100644 applications/luci-app-radvd/po/ja/radvd.po delete mode 100644 applications/luci-app-radvd/po/ms/radvd.po delete mode 100644 applications/luci-app-radvd/po/no/radvd.po delete mode 100644 applications/luci-app-radvd/po/pl/radvd.po delete mode 100644 applications/luci-app-radvd/po/pt-br/radvd.po delete mode 100644 applications/luci-app-radvd/po/pt/radvd.po delete mode 100644 applications/luci-app-radvd/po/ro/radvd.po delete mode 100644 applications/luci-app-radvd/po/ru/radvd.po delete mode 100644 applications/luci-app-radvd/po/sk/radvd.po delete mode 100644 applications/luci-app-radvd/po/sv/radvd.po delete mode 100644 applications/luci-app-radvd/po/templates/radvd.pot delete mode 100644 applications/luci-app-radvd/po/tr/radvd.po delete mode 100644 applications/luci-app-radvd/po/uk/radvd.po delete mode 100644 applications/luci-app-radvd/po/vi/radvd.po delete mode 100644 applications/luci-app-radvd/po/zh-cn/radvd.po delete mode 100644 applications/luci-app-radvd/po/zh-tw/radvd.po delete mode 100755 applications/luci-app-radvd/root/etc/uci-defaults/40_luci-radvd diff --git a/applications/luci-app-radvd/Makefile b/applications/luci-app-radvd/Makefile deleted file mode 100644 index 214205683..000000000 --- a/applications/luci-app-radvd/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2008-2016 The LuCI Team <luci@lists.subsignal.org> -# -# This is free software, licensed under the Apache License, Version 2.0 . -# - -include $(TOPDIR)/rules.mk - -LUCI_TITLE:=LuCI Support for Radvd -LUCI_DEPENDS:=+radvd @BROKEN - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-radvd/luasrc/controller/radvd.lua b/applications/luci-app-radvd/luasrc/controller/radvd.lua deleted file mode 100644 index 9c08f4c3f..000000000 --- a/applications/luci-app-radvd/luasrc/controller/radvd.lua +++ /dev/null @@ -1,17 +0,0 @@ --- Copyright 2010 Jo-Philipp Wich <jow@openwrt.org> --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.radvd", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/radvd") then - return - end - - entry({"admin", "network", "radvd"}, cbi("radvd"), _("Radvd"), 61) - entry({"admin", "network", "radvd", "interface"}, cbi("radvd/interface"), nil).leaf = true - entry({"admin", "network", "radvd", "prefix"}, cbi("radvd/prefix"), nil).leaf = true - entry({"admin", "network", "radvd", "route"}, cbi("radvd/route"), nil).leaf = true - entry({"admin", "network", "radvd", "rdnss"}, cbi("radvd/rdnss"), nil).leaf = true - entry({"admin", "network", "radvd", "dnssl"}, cbi("radvd/dnssl"), nil).leaf = true -end diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd.lua deleted file mode 100644 index 755dcb47c..000000000 --- a/applications/luci-app-radvd/luasrc/model/cbi/radvd.lua +++ /dev/null @@ -1,324 +0,0 @@ --- Copyright 2010 Jo-Philipp Wich <jow@openwrt.org> --- Licensed to the public under the Apache License 2.0. - -m = Map("radvd", translate("Radvd"), - translate("Radvd is a router advertisement daemon for IPv6. " .. - "It listens to router solicitations and sends router advertisements " .. - "as described in RFC 4861.")) - -local nm = require "luci.model.network".init(m.uci) -local ut = require "luci.util" - - --- --- Interfaces --- - -s = m:section(TypedSection, "interface", translate("Interfaces")) -s.template = "cbi/tblsection" -s.extedit = luci.dispatcher.build_url("admin/network/radvd/interface/%s") -s.anonymous = true -s.addremove = true - -function s.create(...) - local id = TypedSection.create(...) - luci.http.redirect(s.extedit % id) -end - -function s.remove(self, section) - if m.uci:get("radvd", section) == "interface" then - local iface = m.uci:get("radvd", section, "interface") - if iface then - m.uci:delete_all("radvd", "prefix", - function(s) return s.interface == iface end) - - m.uci:delete_all("radvd", "route", - function(s) return s.interface == iface end) - - m.uci:delete_all("radvd", "rdnss", - function(s) return s.interface == iface end) - end - end - - return TypedSection.remove(self, section) -end - -o = s:option(Flag, "ignore", translate("Enable")) -o.rmempty = false -o.width = "30px" -function o.cfgvalue(...) - local v = Flag.cfgvalue(...) - return v == "1" and "0" or "1" -end -function o.write(self, section, value) - Flag.write(self, section, value == "1" and "0" or "1") -end - -o = s:option(DummyValue, "interface", translate("Interface")) -o.template = "cbi/network_netinfo" -o.width = "10%" - -o = s:option(DummyValue, "UnicastOnly", translate("Multicast")) -function o.cfgvalue(self, section) - local v = Value.cfgvalue(self, section) - local v2 = m.uci:get("radvd", section, "client") - return (v == "1" or (v2 and #v2 > 0)) and translate("no") or translate("yes") -end - -o = s:option(DummyValue, "AdvSendAdvert", translate("Advertising")) -function o.cfgvalue(...) - local v = Value.cfgvalue(...) - return v == "1" and translate("yes") or translate("no") -end - -o = s:option(DummyValue, "MaxRtrAdvInterval", translate("Max. interval")) -function o.cfgvalue(...) - local v = Value.cfgvalue(...) or "600" - return v .. "s" -end - -o = s:option(DummyValue, "AdvHomeAgentFlag", translate("Mobile IPv6")) -function o.cfgvalue(...) - local v = Value.cfgvalue(...) - return v == "1" and translate("yes") or translate("no") -end - -o = s:option(DummyValue, "AdvDefaultPreference", translate("Preference")) -function o.cfgvalue(...) - local v = Value.cfgvalue(...) or "medium" - return translate(v) -end - - --- --- Prefixes --- - -s2 = m:section(TypedSection, "prefix", translate("Prefixes")) -s2.template = "cbi/tblsection" -s2.extedit = luci.dispatcher.build_url("admin/network/radvd/prefix/%s") -s2.addremove = true -s2.anonymous = true - -function s2.create(...) - local id = TypedSection.create(...) - luci.http.redirect(s2.extedit % id) -end - - -o = s2:option(Flag, "ignore", translate("Enable")) -o.rmempty = false -o.width = "30px" -function o.cfgvalue(...) - local v = Flag.cfgvalue(...) - return v == "1" and "0" or "1" -end -function o.write(self, section, value) - Flag.write(self, section, value == "1" and "0" or "1") -end - -o = s2:option(DummyValue, "interface", translate("Interface")) -o.template = "cbi/network_netinfo" -o.width = "10%" - -pfx = s2:option(DummyValue, "prefix", translate("Prefix")) -pfx.width = "60%" -function pfx.cfgvalue(self, section) - local v = m.uci:get_list("radvd", section, self.option) - local l = { } - - if not v or #v == 0 or (#v == 1 and #v[1] == 0) then - local net = nm:get_network(m.uci:get("radvd", section, "interface")) - if net then - local ifc = nm:get_interface(net:ifname()) - if ifc then - local adr - for _, adr in ipairs(ifc:ip6addrs()) do - if not adr:is6linklocal() then - v = adr:string() - break - end - end - end - end - end - - for v in ut.imatch(v) do - v = luci.ip.IPv6(v) - if v then - l[#l+1] = v:string() - end - end - - if #l == 0 then - l[1] = "?" - end - - return table.concat(l, ", ") -end - -o = s2:option(DummyValue, "AdvAutonomous", translate("Autonomous")) -function o.cfgvalue(...) - local v = Value.cfgvalue(...) - return v == "1" and translate("yes") or translate("no") -end - -o = s2:option(DummyValue, "AdvOnLink", translate("On-link")) -function o.cfgvalue(...) - local v = Value.cfgvalue(...) - return v == "1" and translate("yes") or translate("no") -end - -o = s2:option(DummyValue, "AdvValidLifetime", translate("Validity time")) -function o.cfgvalue(...) - local v = Value.cfgvalue(...) or "86400" - return translate(v) -end - - --- --- Routes --- - -s3 = m:section(TypedSection, "route", translate("Routes")) -s3.template = "cbi/tblsection" -s3.extedit = luci.dispatcher.build_url("admin/network/radvd/route/%s") -s3.addremove = true -s3.anonymous = true - -function s3.create(...) - local id = TypedSection.create(...) - luci.http.redirect(s3.extedit % id) -end - - -o = s3:option(Flag, "ignore", translate("Enable")) -o.rmempty = false -o.width = "30px" -function o.cfgvalue(...) - local v = Flag.cfgvalue(...) - return v == "1" and "0" or "1" -end -function o.write(self, section, value) - Flag.write(self, section, value == "1" and "0" or "1") -end - -o = s3:option(DummyValue, "interface", translate("Interface")) -o.template = "cbi/network_netinfo" -o.width = "10%" - -o = s3:option(DummyValue, "prefix", translate("Prefix")) -o.width = "60%" -o.cfgvalue = pfx.cfgvalue - -o = s3:option(DummyValue, "AdvRouteLifetime", translate("Lifetime")) -function o.cfgvalue(self, section) - local v = Value.cfgvalue(self, section) or "1800" - return translate(v) -end - -o = s3:option(DummyValue, "AdvRoutePreference", translate("Preference")) -function o.cfgvalue(self, section) - local v = Value.cfgvalue(self, section) or "medium" - return translate(v) -end - - --- --- RDNSS --- - -s4 = m:section(TypedSection, "rdnss", translate("RDNSS")) -s4.template = "cbi/tblsection" -s4.extedit = luci.dispatcher.build_url("admin/network/radvd/rdnss/%s") -s4.addremove = true -s4.anonymous = true - -function s4.create(...) - local id = TypedSection.create(...) - luci.http.redirect(s4.extedit % id) -end - - -o = s4:option(Flag, "ignore", translate("Enable")) -o.rmempty = false -o.width = "30px" -function o.cfgvalue(...) - local v = Flag.cfgvalue(...) - return v == "1" and "0" or "1" -end -function o.write(self, section, value) - Flag.write(self, section, value == "1" and "0" or "1") -end - -o = s4:option(DummyValue, "interface", translate("Interface")) -o.template = "cbi/network_netinfo" -o.width = "10%" - -o = s4:option(DummyValue, "addr", translate("Address")) -o.width = "60%" -o.cfgvalue = pfx.cfgvalue - -o = s4:option(DummyValue, "AdvRDNSSLifetime", translate("Lifetime")) -function o.cfgvalue(self, section) - local v = Value.cfgvalue(self, section) or "1200" - return translate(v) -end - - --- --- DNSSL --- - -s5 = m:section(TypedSection, "dnssl", translate("DNSSL")) -s5.template = "cbi/tblsection" -s5.extedit = luci.dispatcher.build_url("admin/network/radvd/dnssl/%s") -s5.addremove = true -s5.anonymous = true - -function s5.create(...) - local id = TypedSection.create(...) - luci.http.redirect(s5.extedit % id) -end - - -o = s5:option(Flag, "ignore", translate("Enable")) -o.rmempty = false -o.width = "30px" -function o.cfgvalue(...) - local v = Flag.cfgvalue(...) - return v == "1" and "0" or "1" -end -function o.write(self, section, value) - Flag.write(self, section, value == "1" and "0" or "1") -end - -o = s5:option(DummyValue, "interface", translate("Interface")) -o.template = "cbi/network_netinfo" -o.width = "10%" - -o = s5:option(DummyValue, "suffix", translate("Suffix")) -o.width = "60%" -function o.cfgvalue(self, section) - local v = m.uci:get_list("radvd", section, "suffix") - local l = { } - - for v in ut.imatch(v) do - l[#l+1] = v - end - - if #l == 0 then - l[1] = "?" - end - - return table.concat(l, ", ") -end - -o = s5:option(DummyValue, "AdvDNSSLLifetime", translate("Lifetime")) -function o.cfgvalue(self, section) - local v = Value.cfgvalue(self, section) or "1200" - return translate(v) -end - - -return m diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd/dnssl.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd/dnssl.lua deleted file mode 100644 index d331c25d6..000000000 --- a/applications/luci-app-radvd/luasrc/model/cbi/radvd/dnssl.lua +++ /dev/null @@ -1,88 +0,0 @@ --- Copyright 2010 Jo-Philipp Wich <jow@openwrt.org> --- Licensed to the public under the Apache License 2.0. - -local sid = arg[1] -local utl = require "luci.util" - -m = Map("radvd", translatef("Radvd - DNSSL"), - translate("Radvd is a router advertisement daemon for IPv6. " .. - "It listens to router solicitations and sends router advertisements " .. - "as described in RFC 4861.")) - -m.redirect = luci.dispatcher.build_url("admin/network/radvd") - -if m.uci:get("radvd", sid) ~= "dnssl" then - luci.http.redirect(m.redirect) - return -end - - -s = m:section(NamedSection, sid, "interface", translate("DNSSL Configuration")) -s.addremove = false - - --- --- General --- - -o = s:option(Flag, "ignore", translate("Enable")) -o.rmempty = false - -function o.cfgvalue(...) - local v = Flag.cfgvalue(...) - return v == "1" and "0" or "1" -end - -function o.write(self, section, value) - Flag.write(self, section, value == "1" and "0" or "1") -end - - -o = s:option(Value, "interface", translate("Interface"), - translate("Specifies the logical interface name this section belongs to")) - -o.template = "cbi/network_netlist" -o.nocreate = true -o.optional = false - -function o.formvalue(...) - return Value.formvalue(...) or "-" -end - -function o.validate(self, value) - if value == "-" then - return nil, translate("Interface required") - end - return value -end - -function o.write(self, section, value) - m.uci:set("radvd", section, "ignore", 0) - m.uci:set("radvd", section, "interface", value) -end - - -o = s:option(DynamicList, "suffix", translate("Suffix"), - translate("Advertised Domain Suffixes")) - -o.optional = false -o.rmempty = false -o.datatype = "hostname" -function o.cfgvalue(self, section) - local l = { } - local v = m.uci:get_list("radvd", section, "suffix") - for v in utl.imatch(v) do - l[#l+1] = v - end - return l -end - - -o = s:option(Value, "AdvDNSSLLifetime", translate("Lifetime"), - translate("Specifies the maximum duration how long the DNSSL entries are used for name resolution.")) - -o.datatype = 'or(uinteger,"infinity")' -o.placeholder = 1200 - - -return m diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd/interface.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd/interface.lua deleted file mode 100644 index e5d03228d..000000000 --- a/applications/luci-app-radvd/luasrc/model/cbi/radvd/interface.lua +++ /dev/null @@ -1,265 +0,0 @@ --- Copyright 2010 Jo-Philipp Wich <jow@openwrt.org> --- Licensed to the public under the Apache License 2.0. - -local sid = arg[1] -local utl = require "luci.util" - -m = Map("radvd", translatef("Radvd - Interface %q", "?"), - translate("Radvd is a router advertisement daemon for IPv6. " .. - "It listens to router solicitations and sends router advertisements " .. - "as described in RFC 4861.")) - -m.redirect = luci.dispatcher.build_url("admin/network/radvd") - -if m.uci:get("radvd", sid) ~= "interface" then - luci.http.redirect(m.redirect) - return -end - -m.uci:foreach("radvd", "interface", - function(s) - if s['.name'] == sid and s.interface then - m.title = translatef("Radvd - Interface %q", s.interface) - return false - end - end) - - -s = m:section(NamedSection, sid, "interface", translate("Interface Configuration")) -s.addremove = false - -s:tab("general", translate("General")) -s:tab("timing", translate("Timing")) -s:tab("mobile", translate("Mobile IPv6")) - - --- --- General --- - -o = s:taboption("general", Flag, "ignore", translate("Enable")) -o.rmempty = false - -function o.cfgvalue(...) - local v = Flag.cfgvalue(...) - return v == "1" and "0" or "1" -end - -function o.write(self, section, value) - Flag.write(self, section, value == "1" and "0" or "1") -end - - -o = s:taboption("general", Value, "interface", translate("Interface"), - translate("Specifies the logical interface name this section belongs to")) - -o.template = "cbi/network_netlist" -o.nocreate = true -o.optional = false - -function o.formvalue(...) - return Value.formvalue(...) or "-" -end - -function o.validate(self, value) - if value == "-" then - return nil, translate("Interface required") - end - return value -end - -function o.write(self, section, value) - m.uci:set("radvd", section, "ignore", 0) - m.uci:set("radvd", section, "interface", value) -end - - -o = s:taboption("general", DynamicList, "client", translate("Clients"), - translate("Restrict communication to specified clients, leave empty to use multicast")) - -o.rmempty = true -o.datatype = "ip6addr" -o.placeholder = "any" -function o.cfgvalue(...) - local v = Value.cfgvalue(...) - local l = { } - for v in utl.imatch(v) do - l[#l+1] = v - end - return l -end - - -o = s:taboption("general", Flag, "AdvSendAdvert", translate("Enable advertisements"), - translate("Enables router advertisements and solicitations")) - -o.rmempty = false -function o.write(self, section, value) - if value == "1" then - m.uci:set("radvd", section, "ignore", 0) - m.uci:set("radvd", section, "IgnoreIfMissing", 1) - end - - m.uci:set("radvd", section, "AdvSendAdvert", value) -end - - -o = s:taboption("general", Flag, "UnicastOnly", translate("Unicast only"), - translate("Indicates that the underlying link is not broadcast capable, prevents unsolicited advertisements from being sent")) - -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("general", Flag, "AdvManagedFlag", translate("Managed flag"), - translate("Enables the additional stateful administered autoconfiguration protocol (RFC2462)")) - -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("general", Flag, "AdvOtherConfigFlag", translate("Configuration flag"), - translate("Enables the autoconfiguration of additional, non address information (RFC2462)")) - -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("general", Flag, "AdvSourceLLAddress", translate("Source link-layer address"), - translate("Includes the link-layer address of the outgoing interface in the RA")) - -o.rmempty = false -o.default = "1" -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("general", Value, "AdvLinkMTU", translate("Link MTU"), - translate("Advertises the given link MTU in the RA if specified. 0 disables MTU advertisements")) - -o.datatype = "uinteger" -o.placeholder = 0 -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("general", Value, "AdvCurHopLimit", translate("Current hop limit"), - translate("Advertises the default Hop Count value for outgoing unicast packets in the RA. 0 disables hopcount advertisements")) - -o.datatype = "uinteger" -o.optional = false -o.placeholder = 64 -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("general", ListValue, "AdvDefaultPreference", translate("Default preference"), - translate("Advertises the default router preference")) - -o.optional = false -o.default = "medium" -o:value("low", translate("low")) -o:value("medium", translate("medium")) -o:value("high", translate("high")) -o:depends("AdvSendAdvert", "1") - - --- --- Timing --- - -o = s:taboption("timing", Value, "MinRtrAdvInterval", translate("Minimum advertisement interval"), - translate("The minimum time allowed between sending unsolicited multicast router advertisements from the interface, in seconds")) - -o.datatype = "uinteger" -o.optional = false -o.placeholder = 198 -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("timing", Value, "MaxRtrAdvInterval", translate("Maximum advertisement interval"), - translate("The maximum time allowed between sending unsolicited multicast router advertisements from the interface, in seconds")) - -o.datatype = "uinteger" -o.optional = false -o.placeholder = 600 -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("timing", Value, "MinDelayBetweenRAs", translate("Minimum advertisement delay"), - translate("The minimum time allowed between sending multicast router advertisements from the interface, in seconds")) - -o.datatype = "uinteger" -o.optional = false -o.placeholder = 3 -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("timing", Value, "AdvReachableTime", translate("Reachable time"), - translate("Advertises assumed reachability time in milliseconds of neighbours in the RA if specified. 0 disables reachability advertisements")) - -o.datatype = "uinteger" -o.optional = false -o.placeholder = 0 -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("timing", Value, "AdvRetransTimer", translate("Retransmit timer"), - translate("Advertises wait time in milliseconds between Neighbor Solicitation messages in the RA if specified. 0 disables retransmit advertisements")) - -o.datatype = "uinteger" -o.optional = false -o.placeholder = 0 -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("timing", Value, "AdvDefaultLifetime", translate("Default lifetime"), - translate("Advertises the lifetime of the default router in seconds. 0 indicates that the node is no default router")) - -o.datatype = "uinteger" -o.optional = false -o.placeholder = 1800 -o:depends("AdvSendAdvert", "1") - - --- --- Mobile --- - -o = s:taboption("mobile", Flag, "AdvHomeAgentFlag", translate("Advertise Home Agent flag"), - translate("Advertises Mobile IPv6 Home Agent capability (RFC3775)")) - -o:depends("AdvSendAdvert", "1") - - -o = s:taboption("mobile", Flag, "AdvIntervalOpt", translate("Mobile IPv6 interval option"), - translate("Include Mobile IPv6 Advertisement Interval option to RA")) - -o:depends({AdvHomeAgentFlag = "1", AdvSendAdvert = "1"}) - - -o = s:taboption("mobile", Flag, "AdvHomeAgentInfo", translate("Home Agent information"), - translate("Include Home Agent Information in the RA")) - -o:depends({AdvHomeAgentFlag = "1", AdvSendAdvert = "1"}) - - -o = s:taboption("mobile", Flag, "AdvMobRtrSupportFlag", translate("Mobile IPv6 router registration"), - translate("Advertises Mobile Router registration capability (NEMO Basic)")) - -o:depends({AdvHomeAgentInfo = "1", AdvSendAdvert = "1"}) - - -o = s:taboption("mobile", Value, "HomeAgentLifetime", translate("Home Agent lifetime"), - translate("Advertises the time in seconds the router is offering Mobile IPv6 Home Agent services")) - -o.datatype = "uinteger" -o.optional = false -o.placeholder = 1800 -o:depends({AdvHomeAgentInfo = "1", AdvSendAdvert = "1"}) - - -o = s:taboption("mobile", Value, "HomeAgentPreference", translate("Home Agent preference"), - translate("The preference for the Home Agent sending this RA")) - -o.datatype = "uinteger" -o.optional = false -o.placeholder = 0 -o:depends({AdvHomeAgentInfo = "1", AdvSendAdvert = "1"}) - - -return m diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd/prefix.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd/prefix.lua deleted file mode 100644 index a2b428585..000000000 --- a/applications/luci-app-radvd/luasrc/model/cbi/radvd/prefix.lua +++ /dev/null @@ -1,128 +0,0 @@ --- Copyright 2010 Jo-Philipp Wich <jow@openwrt.org> --- Licensed to the public under the Apache License 2.0. - -local sid = arg[1] -local utl = require "luci.util" - -m = Map("radvd", translatef("Radvd - Prefix"), - translate("Radvd is a router advertisement daemon for IPv6. " .. - "It listens to router solicitations and sends router advertisements " .. - "as described in RFC 4861.")) - -m.redirect = luci.dispatcher.build_url("admin/network/radvd") - -if m.uci:get("radvd", sid) ~= "prefix" then - luci.http.redirect(m.redirect) - return -end - - -s = m:section(NamedSection, sid, "interface", translate("Prefix Configuration")) -s.addremove = false - -s:tab("general", translate("General")) -s:tab("advanced", translate("Advanced")) - - --- --- General --- - -o = s:taboption("general", Flag, "ignore", translate("Enable")) -o.rmempty = false - -function o.cfgvalue(...) - local v = Flag.cfgvalue(...) - return v == "1" and "0" or "1" -end - -function o.write(self, section, value) - Flag.write(self, section, value == "1" and "0" or "1") -end - - -o = s:taboption("general", Value, "interface", translate("Interface"), - translate("Specifies the logical interface name this section belongs to")) - -o.template = "cbi/network_netlist" -o.nocreate = true -o.optional = false - -function o.formvalue(...) - return Value.formvalue(...) or "-" -end - -function o.validate(self, value) - if value == "-" then - return nil, translate("Interface required") - end - return value -end - -function o.write(self, section, value) - m.uci:set("radvd", section, "ignore", 0) - m.uci:set("radvd", section, "interface", value) -end - - -o = s:taboption("general", DynamicList, "prefix", translate("Prefixes"), - translate("Advertised IPv6 prefixes. If empty, the current interface prefix is used")) - -o.optional = true -o.datatype = "ip6addr" -o.placeholder = translate("default") -function o.cfgvalue(self, section) - local l = { } - local v = m.uci:get_list("radvd", section, "prefix") - for v in utl.imatch(v) do - l[#l+1] = v - end - return l -end - - -o = s:taboption("general", Flag, "AdvOnLink", translate("On-link determination"), - translate("Indicates that this prefix can be used for on-link determination (RFC4861)")) - -o.rmempty = false -o.default = "1" - - -o = s:taboption("general", Flag, "AdvAutonomous", translate("Autonomous"), - translate("Indicates that this prefix can be used for autonomous address configuration (RFC4862)")) - -o.rmempty = false -o.default = "1" - - --- --- Advanced --- - -o = s:taboption("advanced", Flag, "AdvRouterAddr", translate("Advertise router address"), - translate("Indicates that the address of interface is sent instead of network prefix, as is required by Mobile IPv6")) - - -o = s:taboption("advanced", Value, "AdvValidLifetime", translate("Valid lifetime"), - translate("Advertises the length of time in seconds that the prefix is valid for the purpose of on-link determination.")) - -o.datatype = 'or(uinteger,"infinity")' -o.placeholder = 86400 - - -o = s:taboption("advanced", Value, "AdvPreferredLifetime", translate("Preferred lifetime"), - translate("Advertises the length of time in seconds that addresses generated from the prefix via stateless address autoconfiguration remain preferred.")) - -o.datatype = 'or(uinteger,"infinity")' -o.placeholder = 14400 - - -o = s:taboption("advanced", Value, "Base6to4Interface", translate("6to4 interface"), - translate("Specifies a logical interface name to derive a 6to4 prefix from. The interfaces public IPv4 address is combined with 2002::/3 and the value of the prefix option")) - -o.template = "cbi/network_netlist" -o.nocreate = true -o.unspecified = true - - -return m diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd/rdnss.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd/rdnss.lua deleted file mode 100644 index d6588ac7a..000000000 --- a/applications/luci-app-radvd/luasrc/model/cbi/radvd/rdnss.lua +++ /dev/null @@ -1,89 +0,0 @@ --- Copyright 2010 Jo-Philipp Wich <jow@openwrt.org> --- Licensed to the public under the Apache License 2.0. - -local sid = arg[1] -local utl = require "luci.util" - -m = Map("radvd", translatef("Radvd - RDNSS"), - translate("Radvd is a router advertisement daemon for IPv6. " .. - "It listens to router solicitations and sends router advertisements " .. - "as described in RFC 4861.")) - -m.redirect = luci.dispatcher.build_url("admin/network/radvd") - -if m.uci:get("radvd", sid) ~= "rdnss" then - luci.http.redirect(m.redirect) - return -end - - -s = m:section(NamedSection, sid, "interface", translate("RDNSS Configuration")) -s.addremove = false - - --- --- General --- - -o = s:option(Flag, "ignore", translate("Enable")) -o.rmempty = false - -function o.cfgvalue(...) - local v = Flag.cfgvalue(...) - return v == "1" and "0" or "1" -end - -function o.write(self, section, value) - Flag.write(self, section, value == "1" and "0" or "1") -end - - -o = s:option(Value, "interface", translate("Interface"), - translate("Specifies the logical interface name this section belongs to")) - -o.template = "cbi/network_netlist" -o.nocreate = true -o.optional = false - -function o.formvalue(...) - return Value.formvalue(...) or "-" -end - -function o.validate(self, value) - if value == "-" then - return nil, translate("Interface required") - end - return value -end - -function o.write(self, section, value) - m.uci:set("radvd", section, "ignore", 0) - m.uci:set("radvd", section, "interface", value) -end - - -o = s:option(DynamicList, "addr", translate("Addresses"), - translate("Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface is used")) - -o.optional = false -o.rmempty = true -o.datatype = "ip6addr" -o.placeholder = translate("default") -function o.cfgvalue(self, section) - local l = { } - local v = m.uci:get_list("radvd", section, "addr") - for v in utl.imatch(v) do - l[#l+1] = v - end - return l -end - - -o = s:option(Value, "AdvRDNSSLifetime", translate("Lifetime"), - translate("Specifies the maximum duration how long the RDNSS entries are used for name resolution.")) - -o.datatype = 'or(uinteger,"infinity")' -o.placeholder = 1200 - - -return m diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd/route.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd/route.lua deleted file mode 100644 index 1aac27a63..000000000 --- a/applications/luci-app-radvd/luasrc/model/cbi/radvd/route.lua +++ /dev/null @@ -1,97 +0,0 @@ --- Copyright 2010 Jo-Philipp Wich <jow@openwrt.org> --- Licensed to the public under the Apache License 2.0. - -local sid = arg[1] -local utl = require "luci.util" - -m = Map("radvd", translatef("Radvd - Route"), - translate("Radvd is a router advertisement daemon for IPv6. " .. - "It listens to router solicitations and sends router advertisements " .. - "as described in RFC 4861.")) - -m.redirect = luci.dispatcher.build_url("admin/network/radvd") - -if m.uci:get("radvd", sid) ~= "route" then - luci.http.redirect(m.redirect) - return -end - - -s = m:section(NamedSection, sid, "interface", translate("Route Configuration")) -s.addremove = false - - --- --- General --- - -o = s:option(Flag, "ignore", translate("Enable")) -o.rmempty = false - -function o.cfgvalue(...) - local v = Flag.cfgvalue(...) - return v == "1" and "0" or "1" -end - -function o.write(self, section, value) - Flag.write(self, section, value == "1" and "0" or "1") -end - - -o = s:option(Value, "interface", translate("Interface"), - translate("Specifies the logical interface name this section belongs to")) - -o.template = "cbi/network_netlist" -o.nocreate = true -o.optional = false - -function o.formvalue(...) - return Value.formvalue(...) or "-" -end - -function o.validate(self, value) - if value == "-" then - return nil, translate("Interface required") - end - return value -end - -function o.write(self, section, value) - m.uci:set("radvd", section, "ignore", 0) - m.uci:set("radvd", section, "interface", value) -end - - -o = s:option(DynamicList, "prefix", translate("Prefixes"), - translate("Advertised IPv6 prefixes")) - -o.rmempty = false -o.datatype = "ip6addr" -o.placeholder = translate("default") -function o.cfgvalue(self, section) - local l = { } - local v = m.uci:get_list("radvd", section, "prefix") - for v in utl.imatch(v) do - l[#l+1] = v - end - return l -end - - -o = s:option(Value, "AdvRouteLifetime", translate("Lifetime"), - translate("Specifies the lifetime associated with the route in seconds.")) - -o.datatype = 'or(uinteger,"infinity")' -o.placeholder = 1800 - - -o = s:option(ListValue, "AdvRoutePreference", translate("Preference"), - translate("Specifies the preference associated with the default router")) - -o.default = "medium" -o:value("low", translate("low")) -o:value("medium", translate("medium")) -o:value("high", translate("high")) - - -return m diff --git a/applications/luci-app-radvd/po/ca/radvd.po b/applications/luci-app-radvd/po/ca/radvd.po deleted file mode 100644 index a9a317d4d..000000000 --- a/applications/luci-app-radvd/po/ca/radvd.po +++ /dev/null @@ -1,382 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2014-06-02 21:41+0200\n" -"Last-Translator: Alex <alexhenrie24@gmail.com>\n" -"Language-Team: German\n" -"Language: ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "6to4 interface" -msgstr "InterfÃcie 6to4" - -msgid "Address" -msgstr "Adreça" - -msgid "Addresses" -msgstr "Adreces" - -msgid "Advanced" -msgstr "Avançat" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "" - -msgid "Advertised Domain Suffixes" -msgstr "Sufixos de domini publicats" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "Prefixos IPv6 publicats" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "Publicació" - -msgid "Autonomous" -msgstr "Autònom" - -msgid "Clients" -msgstr "Clients" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "Configuració DNSSL" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "Preferència per defecte" - -msgid "Enable" -msgstr "Habilita" - -msgid "Enable advertisements" -msgstr "Habilita la publicitat" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "General" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" -"Indica que la enllaç subjacent no és capaç de la difusió, prevén que les " -"publicitats no sol·licitats es enviïn" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "InterfÃcie" - -msgid "Interface Configuration" -msgstr "Configuració d'interfÃcie" - -msgid "Interface required" -msgstr "InterfÃcie requerida" - -msgid "Interfaces" -msgstr "InterfÃcies" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "IPv6 mòbil" - -msgid "Mobile IPv6 interval option" -msgstr "Opció d'interval d'IPv6 mòbil" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "Difusió selectiva" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "Prefix" - -msgid "Prefix Configuration" -msgstr "Configuració de prefix" - -msgid "Prefixes" -msgstr "Prefixos" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "Configuració RDNSS" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - InterfÃcie %q" - -msgid "Radvd - Prefix" -msgstr "Radvd - Prefix" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - Ruta" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" -"El Radvd és un dimoni de publicitat d'encaminador per IPv6. Escolta per " -"sol·licituds i envia publicitats d'encaminador com descrit en RFC 4861." - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" -"Restringeix la comunicació a clients especificats, deixeu en blanc per " -"utilitzar la difusió selectiva" - -msgid "Retransmit timer" -msgstr "Temporitzador de retransmissió" - -msgid "Route Configuration" -msgstr "Configuració de ruta" - -msgid "Routes" -msgstr "Rutes" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "Sufix" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"El temps mà xim permès entre enviar publicitats d'encaminador de difusió " -"selectiva no sol·licitats des de la interfÃcie, en segons" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" -"El temps mÃnim permès entre enviar publicitats d'encaminador de difusió " -"selectiva des de la interfÃcie, en segons" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"El temps mÃnim permès entre enviar publicitats d'encaminador de difusió " -"selectiva no sol·licitats des de la interfÃcie, en segons" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "Sincronització" - -msgid "Unicast only" -msgstr "Només unidifusió" - -msgid "Valid lifetime" -msgstr "Durada de vida và lida" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "per defecte" - -msgid "high" -msgstr "alt" - -msgid "low" -msgstr "baix" - -msgid "medium" -msgstr "mitjà " - -msgid "no" -msgstr "no" - -msgid "yes" -msgstr "sÃ" diff --git a/applications/luci-app-radvd/po/cs/radvd.po b/applications/luci-app-radvd/po/cs/radvd.po deleted file mode 100644 index ab4e4af5a..000000000 --- a/applications/luci-app-radvd/po/cs/radvd.po +++ /dev/null @@ -1,389 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2014-08-04 19:04+0200\n" -"Last-Translator: KubaCZ <kuba.turek@centrum.cz>\n" -"Language-Team: none\n" -"Language: cs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "6to4 interface" -msgstr "6to4 rozhranÃ" - -msgid "Address" -msgstr "Adresa" - -msgid "Addresses" -msgstr "Adresy" - -msgid "Advanced" -msgstr "PokroÄilé" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "Oznamovat adresu routeru" - -msgid "Advertised Domain Suffixes" -msgstr "Oznamované doménové pÅÃpony" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"Oznamované IPv6 RDNSS. Pokud prázdné, bude použita stávajÃcà IPv6 adresa " -"rozhranÃ." - -msgid "Advertised IPv6 prefixes" -msgstr "Oznamované IPv6 prefixy" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"Oznamované IPv6 prefixy. Pokud prázdné, bude použit stávajÃcà prefix na " -"rozhranÃ." - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" -"Oznamovaná doba za kterou by sousednà stroje mÄly být dosažitelné. 0 znamená " -"neoznamovat." - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" -"Oznamovaný výchozà poÄet hopů pro odchozà unicast pakety. 0 vypne oznamovánà " -"poÄtu hopů." - -msgid "Advertises the default router preference" -msgstr "Oznamovaný preferovaný router." - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "Oznamovat MTU linky. 0 vypne oznamovánà MTU." - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" -"Oznamovaný poÄet sekund po kterých adresa generovaná z prefixu bezestavové " -"konfigurace zůstává preferovaná." - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" -"Oznamovaný poÄet sekund po kterou je prefix validnà pro potÅeby zjiÅ¡tÄnà " -"stavu on-link/off-link." - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" -"Oznamovaný poÄet sekund k vyprÅ¡enà platnosti preference routeru. 0 zanÄà že " -"nenà žádný router preferován." - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" -"Oznamovaný poÄet sekund k vyprÅ¡enà nabÃzenà služeb Mobile IPv6 Home Agenta" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" -"Oznamovaný poÄet milisekund mezi Neighbor Solicitation zprávamy. 0 vypne " -"oznamovánÃ." - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "AutonomnÃ" - -msgid "Clients" -msgstr "Klienti" - -msgid "Configuration flag" -msgstr "KonfiguraÄnà volba" - -msgid "Current hop limit" -msgstr "Aktuálnà limit poÄtu hopů" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "Konfigurace DNSSL" - -msgid "Default lifetime" -msgstr "Výchozà Äasový limit" - -msgid "Default preference" -msgstr "Výchozà preference" - -msgid "Enable" -msgstr "Povolit" - -msgid "Enable advertisements" -msgstr "Povolit oznamovánÃ" - -msgid "Enables router advertisements and solicitations" -msgstr "Povolà oznamovánà routeru a hledánà sousedů" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" -"Povolà pÅÃdavný stavový administrovaný autokonfiguraÄnà protokol (RFC2462)" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "Povolà autokonfiguraci pÅÃdavného, neadresnÃch informacà (RFC2462)" - -msgid "General" -msgstr "Obecné" - -msgid "Home Agent information" -msgstr "Informace Home Agenta" - -msgid "Home Agent lifetime" -msgstr "Äasový limit Home Agenta" - -msgid "Home Agent preference" -msgstr "Preferovaný Home Agent" - -msgid "Include Home Agent Information in the RA" -msgstr "Zahrnout informace o Home Agentovi v oznámenÃch" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "RozhranÃ" - -msgid "Interface Configuration" -msgstr "Konfigurace rozhranÃ" - -msgid "Interface required" -msgstr "Rozhranà vyžadováno" - -msgid "Interfaces" -msgstr "RozhranÃ" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "Max. interval" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "Multicast" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "Prefix" - -msgid "Prefix Configuration" -msgstr "Nastavenà prefixu" - -msgid "Prefixes" -msgstr "Prefixy" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "Konfigurace RDNSS" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - rozhranà %q" - -msgid "Radvd - Prefix" -msgstr "Radvd - Prefix" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - Route" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "Dostupný Äas" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "Trasy" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "Suffix" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "NaÄasovánÃ" - -msgid "Unicast only" -msgstr "Pouze unicast" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "Doba platnosti" - -msgid "default" -msgstr "výchozÃ" - -msgid "high" -msgstr "vysoká" - -msgid "low" -msgstr "nÃzká" - -msgid "medium" -msgstr "stÅednÃ" - -msgid "no" -msgstr "ne" - -# ano -msgid "yes" -msgstr "ano" diff --git a/applications/luci-app-radvd/po/de/radvd.po b/applications/luci-app-radvd/po/de/radvd.po deleted file mode 100644 index a29461905..000000000 --- a/applications/luci-app-radvd/po/de/radvd.po +++ /dev/null @@ -1,483 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-04-15 16:46+0200\n" -"Last-Translator: Jo-Philipp <jow@openwrt.org>\n" -"Language-Team: German\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.4\n" - -msgid "6to4 interface" -msgstr "6to4-Schnittstelle" - -msgid "Address" -msgstr "Adresse" - -msgid "Addresses" -msgstr "Adressen" - -msgid "Advanced" -msgstr "Erweitert" - -msgid "Advertise Home Agent flag" -msgstr "Home-Agent Funktionalität ankündigen" - -msgid "Advertise router address" -msgstr "Router-Adresse ankündigen" - -msgid "Advertised Domain Suffixes" -msgstr "Angekündigte Domain-Suffixes" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"Angekündigte rekursive IPv6 DNS Server. Wenn leer wird die aktuelle IPv6-" -"Adresse der Schnittstelle verwendet" - -msgid "Advertised IPv6 prefixes" -msgstr "Angekündigte IPv6-Prefixe" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"Angekündigte IPv6-Subnetze in CIDR-Notation. Wenn leer wird das aktuelle " -"IPv6-Prefix der Schnittstelle verwendet" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "Kündigt \"Mobile IPv6 Home Agent\"-Fähigkeit an (RFC3775)" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "Kündigt \"Mobile Router Registration\"-Fähigkeit an (NEMO Basic)" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" -"Kündigt die angenommene Erreichbarkeit von Nachbarn als Zeitspanne in " -"Millisekunden an, sofern gegeben. Der Wert \"0\" deaktiviert " -"Erreichbarkeitsankündigungen" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" -"Kündigt den Standard Hop-Count-Wert für ausgehende Unicast-Pakete an. Der " -"Wert \"0\" deaktiviert Hop-Count-Ankündigungen" - -msgid "Advertises the default router preference" -msgstr "Kündigt das Vorhandensein des Default-Routers an" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" -"Kündigt die gegebene Verbindungs-MTU an wenn gegeben. Der Wert \"0\" " -"deaktiviert MTU-Ankündigungen" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" -"Kündigt den Zeitraum an, in dem die vom angekündigtem Prefix generierte " -"Adresse bevorzugt bleibt, als Zeitspanne in Sekunden." - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" -"Kündigt den Zeitraum in Sekunden an, in dem der Prefix für On-Link-" -"Ermittlung gültig ist." - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" -"Kündigt die Gültigskeitsdauer des Defaultrouters in Sekunden an. Der Wert \"0" -"\" impliziert dass dieser Knoten kein Default-Router ist" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" -"Kündigt die Zeitspanne in Sekunden an, in der der Router \"Mobile IPv6 Home " -"Agent\"-Dienste anbietet" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" -"Kündigt die vorgegebene Wartezeit zwischen wiederholt versendeten Neighbor-" -"Solicitation-Nachrichten als Zeitspanne in Millisekunden an, wenn gegeben. " -"Der Wert \"0\" deaktiviert die Ankündigung der Wartezeit" - -msgid "Advertising" -msgstr "Ankündigend" - -msgid "Autonomous" -msgstr "Autonom" - -msgid "Clients" -msgstr "Clienten" - -msgid "Configuration flag" -msgstr "Konfigurations-Bit" - -msgid "Current hop limit" -msgstr "Aktuelles Hop-Limit" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "DNSSL-Konfiguration" - -msgid "Default lifetime" -msgstr "Standard-Gültigkeitszeitraum" - -msgid "Default preference" -msgstr "Standard-Priorität" - -msgid "Enable" -msgstr "Aktivieren" - -msgid "Enable advertisements" -msgstr "Ankündigungen aktivieren" - -msgid "Enables router advertisements and solicitations" -msgstr "Aktiviert Router-Ankündigungen und Solicitations" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" -"Aktiviert das zusätzliche \"Stateful Administered Autoconfiguration Protocol" -"\" (RFC2462)" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" -"Aktiviert die Auto-Konfiguration von zusätzlichen, Nicht-Adress-" -"Eigenschaften (RFC2462)" - -msgid "General" -msgstr "Allgemein" - -msgid "Home Agent information" -msgstr "Home-Agent-Information" - -msgid "Home Agent lifetime" -msgstr "Home-Agent-Gültigkeitsdauer" - -msgid "Home Agent preference" -msgstr "Home-Agent-Priorität" - -msgid "Include Home Agent Information in the RA" -msgstr "Home-Agent-Informationen in die RA-Nachricht einfügen" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "Mobile-IPv6-Ankündigungsintervall in die RA-Nachricht einfügen" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" -"Link-Layer-Adresse der ausgehenden Schnittstelle in die RA-Nachricht einfügen" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" -"Zeigt an, dass die Adresse der Schnittstelle statt einem Netzwerk-Prefix " -"gesendet wird - benötigt für Mobile IPv6" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" -"Zeigt an, dass die zugrundeliegende Verbindung keinen Broadcast-Verkehr " -"beherrscht, verhindert das Senden unaufgeforderter Ankündigungsnachrichten" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" -"Zeigt an, dass das angekündigte Prefix für autonome Adress-Konfiguration " -"genutzt werden kann (RFC4862)" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" -"Zeigt an, dass das Prefix für On-Link-Ermittlungen genutzt werden kann " -"(RFC4861)" - -msgid "Interface" -msgstr "Schnittstelle" - -msgid "Interface Configuration" -msgstr "Schnittstellenkonfiguration" - -msgid "Interface required" -msgstr "Schnittstelle benötigt" - -msgid "Interfaces" -msgstr "Schnittstellen" - -msgid "Lifetime" -msgstr "Gültigkeitsdauer" - -msgid "Link MTU" -msgstr "Verbindungs-MTU" - -msgid "Managed flag" -msgstr "Managed-Bit" - -msgid "Max. interval" -msgstr "Max. Intervall" - -msgid "Maximum advertisement interval" -msgstr "Maximales Ankündigungsintervall" - -msgid "Minimum advertisement delay" -msgstr "Minimale Ankündigungsverzögerung" - -msgid "Minimum advertisement interval" -msgstr "Minimales Ankündigungsintervall" - -msgid "Mobile IPv6" -msgstr "Mobile IPv6" - -msgid "Mobile IPv6 interval option" -msgstr "Mobile-IPv6-Intervall-Option" - -msgid "Mobile IPv6 router registration" -msgstr "Mobile-IPv6-Router-Registrierung" - -msgid "Multicast" -msgstr "Multicast" - -msgid "On-link" -msgstr "On-Link" - -msgid "On-link determination" -msgstr "On-Link-Ermittlung" - -msgid "Preference" -msgstr "Priorität" - -msgid "Preferred lifetime" -msgstr "Bevorzugte Gültigkeitsdauer" - -msgid "Prefix" -msgstr "Prefix" - -msgid "Prefix Configuration" -msgstr "Prefix-Konfiguration" - -msgid "Prefixes" -msgstr "Prefixes" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "RDNSS-Konfiguration" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - Schnittstelle %q" - -msgid "Radvd - Prefix" -msgstr "Radvd - Prefix" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - Route" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" -"Radvd ist ein Router-Advertisement-Dienst für IPv6. Er hört auf Router-" -"Solicitations und sendet Ankündigungen wie in RFC 4861 spezifiziert." - -msgid "Reachable time" -msgstr "Erreichbarkeitsdauer" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" -"Kommunikation auf angegebene Clients beschränken, leer lassen um Multicast " -"zu nutzen" - -msgid "Retransmit timer" -msgstr "Taktung von Neu-Ãbertragungen" - -msgid "Route Configuration" -msgstr "Routen-Konfiguration" - -msgid "Routes" -msgstr "Routen" - -msgid "Source link-layer address" -msgstr "Quell-Link-Layer-Adresse" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" -"Spezifiziert eine Schnittstelle, von welcher das 6to4-Prefix abgeleitet " -"wird. Die öffentliche IPv4-Adresse der Schnittstelle wird dazu mit dem " -"Subnetz 2002::/3 und dem Wert der Prefix-Option kombiniert" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "Bestimmt die Gültigkeitsdauer dieser Route." - -msgid "Specifies the logical interface name this section belongs to" -msgstr "Bestimmt die Schnittstelle, zu welcher diese Sektion gehört" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" -"Bestimmt die maximale Dauer, für welche die DNSSL-Einträge gültig zur " -"Namensauflösung sind." - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" -"Bestimmt die maximale Dauer, für welche die RDNSS-Einträge gültig zur " -"Namensauflösung sind." - -msgid "Specifies the preference associated with the default router" -msgstr "Bestimmt die mit diesem Router assoziierte Priorität" - -msgid "Suffix" -msgstr "Suffix" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"Die maximal erlaubte Wartezeit zwischen dem Versand aufeinanderfolgender, " -"unaufgeforderter Mutlicast-Router-Ankündigungen auf dieser Schnittstelle als " -"Zeitspanne in Sekunden" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" -"Die minimal erlaubte Wartezeit zwischen dem Versand aufeinanderfolgender " -"Router-Ankündigungen auf dieser Schnittstelle als Zeitspanne in Sekunden" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"Die minimal erlaubte Wartezeit zwischen dem Versand aufeinanderfolgender, " -"unaufgeforderter Mutlicast-Router-Ankündigungen auf dieser Schnittstelle als " -"Zeitspanne in Sekunden" - -msgid "The preference for the Home Agent sending this RA" -msgstr "Die Priorität des ankündigendem \"IPv6 Home Agent\"" - -msgid "Timing" -msgstr "Taktung" - -msgid "Unicast only" -msgstr "Nur Unicast" - -msgid "Valid lifetime" -msgstr "Gültigkeitsdauer" - -msgid "Validity time" -msgstr "Gültigkeitsdauer" - -msgid "default" -msgstr "Standard" - -msgid "high" -msgstr "hoch" - -msgid "low" -msgstr "niedrig" - -msgid "medium" -msgstr "mittel" - -msgid "no" -msgstr "nein" - -msgid "yes" -msgstr "ja" - -#~ msgid "Advertised IPv6 prefix" -#~ msgstr "Angekündigtes IPv6-Prefix" - -#~ msgid "" -#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" -#~ msgstr "" -#~ "Angekündigtes IPv6-Subnetz in CIDR-Notation. Wenn leer wird das aktuelle " -#~ "IPv6-Prefix der Schnittstelle verwendet" - -#~ msgid "" -#~ "Advertises the length of time in seconds that addresses generated from " -#~ "the prefix via stateless address autoconfiguration remain preferred. Use " -#~ "0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Kündigt den Zeitraum an, in dem die vom angekündigtem Prefix generierte " -#~ "Adresse bevorzugt bleibt, als Zeitspanne in Sekunden. Der Wert \"0\" " -#~ "spezifiziert eine unbegrenzte Gültigkeitsspanne" - -#~ msgid "" -#~ "Advertises the length of time in seconds that the prefix is valid for the " -#~ "purpose of on-link determination. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Kündigt den Zeitraum in Sekunden an, in dem der Prefix für On-Link-" -#~ "Ermittlung gültig ist. Der Wert \"0\" spezifiziert eine unbegrenzte " -#~ "Gültigkeitsspanne" - -#~ msgid "" -#~ "Indicates whether that RDNSS continues to be available to hosts even if " -#~ "they moved to a different subnet" -#~ msgstr "" -#~ "Zeigt an, ob dieser rekursive DNS Server von anderen Subnetzen aus " -#~ "verfügbar bleibt" - -#~ msgid "Open" -#~ msgstr "Offen" - -#~ msgid "" -#~ "Specifies the lifetime associated with the route in seconds. Use 0 to " -#~ "specify an infinite lifetime" -#~ msgstr "" -#~ "Bestimmt die Gültigkeitsdauer dieser Route. Der Wert \"0\" spezifiziert " -#~ "einen unbegrenzten Zeitraum" - -#~ msgid "" -#~ "Specifies the maximum duration how long the DNSSL entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Bestimmt die maximale Dauer, für welche die DNSSL-Einträge gültig zur " -#~ "Namensauflösung sind. Der Wert \"0\" spezifiziert einen unbegrenzten " -#~ "Zeitraum" - -#~ msgid "" -#~ "Specifies the maximum duration how long the RDNSS entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Bestimmt die maximale Dauer, für welche die RDNSS-Einträge gültig zur " -#~ "Namensauflösung sind. Der Wert \"0\" spezifiziert einen unbegrenzten " -#~ "Zeitraum" diff --git a/applications/luci-app-radvd/po/el/radvd.po b/applications/luci-app-radvd/po/el/radvd.po deleted file mode 100644 index 00763c923..000000000 --- a/applications/luci-app-radvd/po/el/radvd.po +++ /dev/null @@ -1,370 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-03-18 15:31+0200\n" -"Last-Translator: Vasilis <acinonyx@openwrt.gr>\n" -"Language-Team: German\n" -"Language: el\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.4\n" - -msgid "6to4 interface" -msgstr "ÎιεÏαÏή 6to4" - -msgid "Address" -msgstr "ÎιεÏÎ¸Ï Î½Ïη" - -msgid "Addresses" -msgstr "ÎÎ¹ÎµÏ Î¸ÏνÏειÏ" - -msgid "Advanced" -msgstr "" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "" - -msgid "Advertised Domain Suffixes" -msgstr "" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "ΠελάÏεÏ" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "ÎνεÏγοÏοίηÏη" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "ÎιεÏαÏή" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "ÎιεÏαÏÎÏ" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - ÎιεÏαÏή %q" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - ÎιαδÏομή" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "ÎιαδÏομÎÏ" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "ÏÏι" - -msgid "yes" -msgstr "ναι" diff --git a/applications/luci-app-radvd/po/en/radvd.po b/applications/luci-app-radvd/po/en/radvd.po deleted file mode 100644 index 63f8fa0d5..000000000 --- a/applications/luci-app-radvd/po/en/radvd.po +++ /dev/null @@ -1,368 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2010-11-21 04:06+0100\n" -"Last-Translator: <jow@openwrt.org>\n" -"Language-Team: German\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "6to4 interface" -msgstr "" - -msgid "Address" -msgstr "" - -msgid "Addresses" -msgstr "" - -msgid "Advanced" -msgstr "" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "" - -msgid "Advertised Domain Suffixes" -msgstr "" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "" - -msgid "DNSSL Configuration" -msgstr "" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "" - -msgid "Radvd - DNSSL" -msgstr "" - -msgid "Radvd - Interface %q" -msgstr "" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "" - -msgid "yes" -msgstr "" diff --git a/applications/luci-app-radvd/po/es/radvd.po b/applications/luci-app-radvd/po/es/radvd.po deleted file mode 100644 index 86561920b..000000000 --- a/applications/luci-app-radvd/po/es/radvd.po +++ /dev/null @@ -1,412 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-08-26 17:12+0200\n" -"Last-Translator: José Vicente <josevteg@gmail.com>\n" -"Language-Team: German\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "6to4 interface" -msgstr "Interfaz 6a4" - -msgid "Address" -msgstr "Dirección" - -msgid "Addresses" -msgstr "Direcciones" - -msgid "Advanced" -msgstr "Avanzado" - -msgid "Advertise Home Agent flag" -msgstr "Publicar marca de agente personal" - -msgid "Advertise router address" -msgstr "Publicar dirección del router" - -msgid "Advertised Domain Suffixes" -msgstr "Publicar sufijos de dominio" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"RDNSS IPv6 publicado. Dejar en blanco para usar la dirección IPv6 de la " -"interfaz" - -msgid "Advertised IPv6 prefixes" -msgstr "Prefijo IPv6 publicado" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"Prefijos IPv6 publicados. Dejar en blanco para usar el propio del interfaz" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "Publica aptitudes móviles IPv6 del Home Agent (RFC3775)" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "Publica las aptitudes de registro del router móvil" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" -"Publica el alcance asumido en milisegundos de los vecinos en la RA si se " -"especifica. 0 para desactivar" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" -"Publica la cuenta de saltos para paquetes salientes en el RA. Desactivar con " -"0" - -msgid "Advertises the default router preference" -msgstr "Publica la preferencia de router por defecto" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "Publica el MTU del enlace en la RA si se especifica. Desactivar con 0" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" -"Publica el tiempo de vida en segundos que se prefieren las direcciones " -"generadas desde el prefijo vÃa una dirección de autoconfiguración sin estado." - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" -"Publica el tiempo en segundos que el prefijo es válido para determinar que " -"el enlace está activo." - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" -"Publica tiempo de vida del router por defecto en segundos. 0 si el router no " -"lo es" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" -"Publica tiempo en segundos que router ofrece servicios de Home Agent para " -"IPv6 móvil" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" -"Publicar el tiempo de espera en milisegundos entre mensajes de solicitud de " -"vecinos en la RA. Desactivar con 0" - -msgid "Advertising" -msgstr "Publicación" - -msgid "Autonomous" -msgstr "Autónomo" - -msgid "Clients" -msgstr "Clientes" - -msgid "Configuration flag" -msgstr "Marca de configuración" - -msgid "Current hop limit" -msgstr "LÃmite de saltos actual" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "Configuración DNSSL" - -msgid "Default lifetime" -msgstr "Vida por defecto" - -msgid "Default preference" -msgstr "Preferencia por defecto" - -msgid "Enable" -msgstr "Activar" - -msgid "Enable advertisements" -msgstr "Activar publicaciones" - -msgid "Enables router advertisements and solicitations" -msgstr "Activar publicaciones y solicitudes de router" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "Activa el protocolo adicional de autoconfiguración de estado (RFC2462)" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" -"Activa la configuración de información adicional que no sea de dirección " -"(RFC2462)" - -msgid "General" -msgstr "General" - -msgid "Home Agent information" -msgstr "Información del \"Home Agent\"" - -msgid "Home Agent lifetime" -msgstr "Vida del \"Home Agent\"" - -msgid "Home Agent preference" -msgstr "Preferencia del \"Home Agent\"" - -msgid "Include Home Agent Information in the RA" -msgstr "Incluir información del \"Home Agent\" en el RA" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "Incluir la opción de publicación móvil IPv6 a RA" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" -"Incluye la dirección de capa de enlace para el interfaz saliente en la RA" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" -"Se enviará la dirección del interfaz en vez del prefijo de red tal y como se " -"requiere par IPv6 móvil" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" -"El enlace inferior no puede hacer redifusión, no se pueden enviar " -"publicaciones no solicitadas" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" -"Este prefijo se puede usar como una dirección autónoma de configuración " -"(RFC4862)" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" -"Este prefijo se puede usar para determinación de enlace activado (RFC4861)" - -msgid "Interface" -msgstr "Interfaz" - -msgid "Interface Configuration" -msgstr "Configuración de la interfaz" - -msgid "Interface required" -msgstr "Se necesita una interfaz" - -msgid "Interfaces" -msgstr "Interfaces" - -msgid "Lifetime" -msgstr "Vida" - -msgid "Link MTU" -msgstr "MTU del enlace" - -msgid "Managed flag" -msgstr "Marca de gestionado" - -msgid "Max. interval" -msgstr "Intervalo máximo" - -msgid "Maximum advertisement interval" -msgstr "Intervalo máximo de publicación" - -msgid "Minimum advertisement delay" -msgstr "Retraso mÃnimo de publicación" - -msgid "Minimum advertisement interval" -msgstr "Intervalo mÃnimo de publicación" - -msgid "Mobile IPv6" -msgstr "IPv6 móvil" - -msgid "Mobile IPv6 interval option" -msgstr "Opción de intervalo móvil IPv6" - -msgid "Mobile IPv6 router registration" -msgstr "Registro de router móvil IPv6" - -msgid "Multicast" -msgstr "Multidifusión" - -msgid "On-link" -msgstr "Enlace activado (On-link)" - -msgid "On-link determination" -msgstr "Determinar enlace activado" - -msgid "Preference" -msgstr "Preferencia" - -msgid "Preferred lifetime" -msgstr "Duración de vida preferida" - -msgid "Prefix" -msgstr "Prefijo" - -msgid "Prefix Configuration" -msgstr "Configuración del prefijo" - -msgid "Prefixes" -msgstr "Prefijos" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "Configuración RDNSS" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - Interfaz %q" - -msgid "Radvd - Prefix" -msgstr "Radvd - Prefijo" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - Ruta" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" -"Radvd es un demonio de publicación de enrutado de para IPv6. Atiende " -"solicitudes de ruta y envÃa anuncios de ruta como se describe en RFC4861." - -msgid "Reachable time" -msgstr "Tiempo alcanzable" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" -"Restringir comunicaciones a estos clientes, dejar en blanco para " -"multidifusión" - -msgid "Retransmit timer" -msgstr "Retraso de retransmisión" - -msgid "Route Configuration" -msgstr "Configuración de rutas" - -msgid "Routes" -msgstr "Rutas" - -msgid "Source link-layer address" -msgstr "Dirección origen de enlace de red" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" -"Nombre lógicos del interfaz del que derivar un prefijo 6to4. La dirección " -"IPv4 pública del interfaz se combina con 2002::/3 y el valor de la opción " -"\"prefijo\"" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "Tiempo de vida asociado a la ruta en segundos." - -msgid "Specifies the logical interface name this section belongs to" -msgstr "Nombre del interfaz lógico al que pertenece esta sección" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" -"Máximo tiempo que las entradas DNSSL se usan para resolución de nombres." - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" -"Máximo tiempo que las entradas RDNSS se usan para resolución de nombres." - -msgid "Specifies the preference associated with the default router" -msgstr "Preferencia asociada con el router por defecto" - -msgid "Suffix" -msgstr "Sufijo" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"Máximo tiempo en segundos entre envÃos de publicaciones multidifusión desde " -"el interfaz" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" -"MÃnimo tiempo en segundos entre envÃos de publicaciones multidifusión desde " -"el interfaz" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"MÃnimo tiempo en segundos entre envÃos de publicaciones multidifusión no " -"solicitadas desde el interfaz" - -msgid "The preference for the Home Agent sending this RA" -msgstr "Preferencia que el Home Agent enviará a esta RA" - -msgid "Timing" -msgstr "Temporización" - -msgid "Unicast only" -msgstr "Solo unidifusión" - -msgid "Valid lifetime" -msgstr "Tiempo de vida válido" - -msgid "Validity time" -msgstr "Tiempo de validez" - -msgid "default" -msgstr "por defecto" - -msgid "high" -msgstr "alto" - -msgid "low" -msgstr "bajo" - -msgid "medium" -msgstr "medio" - -msgid "no" -msgstr "no" - -msgid "yes" -msgstr "sÃ" diff --git a/applications/luci-app-radvd/po/fr/radvd.po b/applications/luci-app-radvd/po/fr/radvd.po deleted file mode 100644 index b26e6e060..000000000 --- a/applications/luci-app-radvd/po/fr/radvd.po +++ /dev/null @@ -1,472 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-11-23 22:32+0200\n" -"Last-Translator: fredb <fblistes+luci@free.fr>\n" -"Language-Team: German\n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" - -msgid "6to4 interface" -msgstr "Interface 6to4" - -msgid "Address" -msgstr "Adresse" - -msgid "Addresses" -msgstr "Adresses" - -msgid "Advanced" -msgstr "Avancé" - -msgid "Advertise Home Agent flag" -msgstr "Drapeau de publication de l'agent Personnel (Home Agent)" - -msgid "Advertise router address" -msgstr "Publier l'adresse du routeur" - -msgid "Advertised Domain Suffixes" -msgstr "Suffixes de domaines publiés" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"IPv6 RDNSS publié. S'il est vide, l'adresse IPv6 courante de l'interface est " -"utilisée" - -msgid "Advertised IPv6 prefixes" -msgstr "Préfixes IPv6 publiés" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"Préfixes IPv6 publiés. Si c'est vide, le préfixe actuel de l'interface est " -"utilisé" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "Publie la capacité Home Agent d'IPv6 Mobile (RFC 3775)" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "Publie la capacité d'enregistrement d'un Routeur Mobile (NEMO basique)" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" -"Publie le temps d'accès présumé en milli-secondes des voisins dans le RA " -"s'il est spécifié. 0 désactive les publications d'accessibilité" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" -"Publie le nombre de sauts par défaut pour les paquets unicast sortants dans " -"le RA. 0 désactive les publications de nombre de sauts" - -msgid "Advertises the default router preference" -msgstr "Publie la préférence du routeur par défaut" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" -"Publie la valeur donnée de MTU dans les messages RA. 0 désactive la " -"publication du MTU" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" -"Publie la durée du routeur par défaut, en secondes. 0 indique que le nÅud " -"n'est pas un routeur par défaut" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" -"Publie la durée en secondes pendant laquelle le routeur offre les services " -"IPv6 Mobile d'agent personnel (Home Agent)" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" -"Publie le temps d'attente en millisecondes entre deux messages de " -"sollicitation de voisinage dans le RA. 0 indique de ne pas retransmettre les " -"publications" - -msgid "Advertising" -msgstr "Publication" - -msgid "Autonomous" -msgstr "Autonome" - -msgid "Clients" -msgstr "Clients" - -msgid "Configuration flag" -msgstr "Drapeau de configuration" - -msgid "Current hop limit" -msgstr "Limite de sauts actuelle" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "Configuration DNSSL" - -msgid "Default lifetime" -msgstr "Durée de vie par défaut" - -msgid "Default preference" -msgstr "Préférence par défaut" - -msgid "Enable" -msgstr "Activer" - -msgid "Enable advertisements" -msgstr "Activer les publications" - -msgid "Enables router advertisements and solicitations" -msgstr "Activer les publications et sollicitations du routeur" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" -"Active le protocole d'auto-configuration administrée à états supplémentaire " -"(RFC 2462)" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" -"Active l'auto-configuration d'informations autres que l'adresse " -"supplémentaires (RFC 2462)" - -msgid "General" -msgstr "Général" - -msgid "Home Agent information" -msgstr "Informations de l'agent personnel (Home Agent)" - -msgid "Home Agent lifetime" -msgstr "Durée de vie de l'agent personnel (Home Agent)" - -msgid "Home Agent preference" -msgstr "Préférence de l'agent personnel (Home Agent)" - -msgid "Include Home Agent Information in the RA" -msgstr "Inclure les informations de l'agent personnel (Home Agent) dans le RA" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" -"Inclure l'option de l'intervalle de publication de Mobile IPv6 dans le RA" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "Inclure l'adresse de niveau lien de l'interface sortante dans le RA" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" -"Indique que l'adresse de l'interface est envoyée à la place du préfixe " -"réseau, comme demandé par la norme IPv6 Mobile" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" -"Indique que le lien sous-jacent ne peut faire de publication « broadcast », " -"pour éviter l'envoi de publications non sollicitées" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" -"Indique que ce préfixe peut être utilisé pour la configuration autonome des " -"adresses (RFC 4862)" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" -"Indique que ce préfixe peut être utilisé pour la détermination des adresses " -"liées-au-support (On-Link, RFC 4861)" - -msgid "Interface" -msgstr "Interface" - -msgid "Interface Configuration" -msgstr "Configuration de l'interface" - -msgid "Interface required" -msgstr "Interface nécessaire" - -msgid "Interfaces" -msgstr "Interfaces" - -msgid "Lifetime" -msgstr "Durée de vie" - -msgid "Link MTU" -msgstr "MTU du lien" - -msgid "Managed flag" -msgstr "Indicateur de gestion" - -msgid "Max. interval" -msgstr "Intervalle Max" - -msgid "Maximum advertisement interval" -msgstr "Intervalle maximum de publication" - -msgid "Minimum advertisement delay" -msgstr "Délai de publication minimum" - -msgid "Minimum advertisement interval" -msgstr "Intervalle minimum de publication" - -msgid "Mobile IPv6" -msgstr "IPv6 Mobile" - -msgid "Mobile IPv6 interval option" -msgstr "Option d'intervalle pour l'IPv6 Mobile" - -msgid "Mobile IPv6 router registration" -msgstr "Enregistrement du routeur pour IPv6 Mobile" - -msgid "Multicast" -msgstr "Multicast" - -msgid "On-link" -msgstr "lié-au-support (On-link)" - -msgid "On-link determination" -msgstr "Détermination de la liaison-au-support (On-link)" - -msgid "Preference" -msgstr "Préférence" - -msgid "Preferred lifetime" -msgstr "Durée de vie préférée" - -msgid "Prefix" -msgstr "Préfixe" - -msgid "Prefix Configuration" -msgstr "Configuration du préfixe" - -msgid "Prefixes" -msgstr "Préfixes" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "Configuration RDNSS" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - Interface %q" - -msgid "Radvd - Prefix" -msgstr "Radvd - Préfixe" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - Routage" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" -"Radvd est un démon de publication de routage pour IPv6. Il écoute des " -"sollicitations de routage (Router Sollicitation) et envoie des publications " -"de routage (Router Advertisement) comme décrit dans la RFC 4861." - -msgid "Reachable time" -msgstr "temps d'accès" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" -"Restreint la communication aux clients spécifiés, laissez vide pour utiliser " -"le multicast" - -msgid "Retransmit timer" -msgstr "Délai de retransmission" - -msgid "Route Configuration" -msgstr "Configuration du routage" - -msgid "Routes" -msgstr "Routes" - -msgid "Source link-layer address" -msgstr "Adresse-source de niveau lien" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" -"Décrit le nom d'une interface logique de laquelle le préfixe 6to4 sera " -"déduit. Les adresses IPv4 des interfaces publiques sont combinées avec " -"2002::/3 et la valeur de l'option de préfixe" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" -"Indique le nom de l'interface logique auquelle cette section est rattachée" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "Indique la préférence associée au routeur par défaut" - -msgid "Suffix" -msgstr "Suffixe" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"Temps maximum autorisé entre deux émissions de publications multicast non " -"sollicitées du routeur depuis cette interface, en secondes" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" -"Temps minimum autorisé entre deux émissions de publications multicast du " -"routeur depuis cette interface, en secondes" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"Temps minimum autorisé entre deux émissions de publications multicast non " -"sollicitées du routeur depuis cette interface, en secondes" - -msgid "The preference for the Home Agent sending this RA" -msgstr "Préférence pour l'agent personnel (Home Agent) envoyant ce RA" - -msgid "Timing" -msgstr "Délai" - -msgid "Unicast only" -msgstr "Unicast seulement" - -msgid "Valid lifetime" -msgstr "Durée de la validité" - -msgid "Validity time" -msgstr "Durée de validité" - -msgid "default" -msgstr "Défaut" - -msgid "high" -msgstr "haut" - -msgid "low" -msgstr "bas" - -msgid "medium" -msgstr "moyen" - -msgid "no" -msgstr "non" - -msgid "yes" -msgstr "oui" - -#~ msgid "Advertised IPv6 prefix" -#~ msgstr "Préfixe IPv6 publié" - -#~ msgid "" -#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" -#~ msgstr "" -#~ "Préfixe IPv6 publié. S'il est vide, le préfixe actuel de l'interface est " -#~ "utilisé" - -#~ msgid "" -#~ "Advertises the length of time in seconds that addresses generated from " -#~ "the prefix via stateless address autoconfiguration remain preferred. Use " -#~ "0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Publie la durée en secondes pendant laquelle les adresses générées depuis " -#~ "le préfixe via l'auto-configuration sans état restent préférées. 0 " -#~ "indique une durée infinie" - -#~ msgid "" -#~ "Advertises the length of time in seconds that the prefix is valid for the " -#~ "purpose of on-link determination. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Publie la durée en secondes pendant laquelle le préfixe est valable pour " -#~ "le choix des adresses liées-au-support (on-link). 0 indique une durée " -#~ "infinie" - -#~ msgid "" -#~ "Indicates whether that RDNSS continues to be available to hosts even if " -#~ "they moved to a different subnet" -#~ msgstr "" -#~ "Indique si le RDNSS contine d'être disponible aux hôtes même s'ils ont " -#~ "migré sur un sous-réseau différent" - -#~ msgid "Open" -#~ msgstr "Ouvert" - -#~ msgid "" -#~ "Specifies the lifetime associated with the route in seconds. Use 0 to " -#~ "specify an infinite lifetime" -#~ msgstr "" -#~ "Précise la durée de vie d'une route, en secondes. Utiliser 0 pour une " -#~ "durée de vie infinie" - -#~ msgid "" -#~ "Specifies the maximum duration how long the DNSSL entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Indique la durée maximum d'utilisation des entrées DNSSL pour la " -#~ "résolution de nom. Utiliser 0 pour une durée infinie" - -#~ msgid "" -#~ "Specifies the maximum duration how long the RDNSS entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Indique la durée maximum d'utilisation des entrées RDNSS pour la " -#~ "résolution de nom. Utiliser 0 pour une durée infinie" diff --git a/applications/luci-app-radvd/po/he/radvd.po b/applications/luci-app-radvd/po/he/radvd.po deleted file mode 100644 index 63ec16816..000000000 --- a/applications/luci-app-radvd/po/he/radvd.po +++ /dev/null @@ -1,367 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "6to4 interface" -msgstr "" - -msgid "Address" -msgstr "" - -msgid "Addresses" -msgstr "" - -msgid "Advanced" -msgstr "" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "" - -msgid "Advertised Domain Suffixes" -msgstr "" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "" - -msgid "DNSSL Configuration" -msgstr "" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "" - -msgid "Radvd - DNSSL" -msgstr "" - -msgid "Radvd - Interface %q" -msgstr "" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "" - -msgid "yes" -msgstr "" diff --git a/applications/luci-app-radvd/po/hu/radvd.po b/applications/luci-app-radvd/po/hu/radvd.po deleted file mode 100644 index 90aa4bafa..000000000 --- a/applications/luci-app-radvd/po/hu/radvd.po +++ /dev/null @@ -1,372 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2014-01-31 12:14+0200\n" -"Last-Translator: Gabor <juhosg@openwrt.org>\n" -"Language-Team: none\n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "6to4 interface" -msgstr "6to4 interfész" - -msgid "Address" -msgstr "CÃm" - -msgid "Addresses" -msgstr "CÃmek" - -msgid "Advanced" -msgstr "Fejlett" - -msgid "Advertise Home Agent flag" -msgstr "Otthoni Ãgynök jelzÅ közzététele" - -msgid "Advertise router address" -msgstr "Ãtválasztó cÃm közzététele" - -msgid "Advertised Domain Suffixes" -msgstr "Közzétett domain utótagok" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "Közzétett IPv6 elÅtagok" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"Közzétett IPv6 elÅtagok. Ha üres, a jelenlegi interfész elÅtag lesz " -"használva." - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "DNSSL konfiguráció" - -msgid "Default lifetime" -msgstr "Alapértelemezett élettartam" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "Interfészek" - -msgid "Lifetime" -msgstr "Ãlettartam" - -msgid "Link MTU" -msgstr "Kapcsolat MTU" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "RDNSS beállÃtások" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - %q interfész" - -msgid "Radvd - Prefix" -msgstr "Radvd - ElÅtag" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - Ãtvonal" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "Ãtvonal beállÃtás" - -msgid "Routes" -msgstr "Ãtvonalak" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "IdÅzÃtés" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "alÃpértelmezett" - -msgid "high" -msgstr "magas" - -msgid "low" -msgstr "alacsony" - -msgid "medium" -msgstr "közepes" - -msgid "no" -msgstr "nem" - -msgid "yes" -msgstr "igen" diff --git a/applications/luci-app-radvd/po/it/radvd.po b/applications/luci-app-radvd/po/it/radvd.po deleted file mode 100644 index cda09b709..000000000 --- a/applications/luci-app-radvd/po/it/radvd.po +++ /dev/null @@ -1,374 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-02-10 19:21+0200\n" -"Last-Translator: Francesco <3gasas@gmail.com>\n" -"Language-Team: German\n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "6to4 interface" -msgstr "Interfaccia 6to4" - -msgid "Address" -msgstr "Indirizzo" - -msgid "Addresses" -msgstr "Indirizzi" - -msgid "Advanced" -msgstr "Avanzato" - -msgid "Advertise Home Agent flag" -msgstr "Advertise Home Agent flag" - -msgid "Advertise router address" -msgstr "Annuncia indirizzo router" - -msgid "Advertised Domain Suffixes" -msgstr "Annuncia Suffissi Dominio" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"Annuncia RDNSS IPv6. Se vuoto, l'indirizzo IPv6 attuale dell'interfaccia " -"verrà usato" - -msgid "Advertised IPv6 prefixes" -msgstr "Prefissi IPv6 Annunciati" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"Prefissi IPv6 Annunciati. Se vuoto, il prefisso dell'interfaccia attuale " -"verrà usato" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "Annuncia la capacità dell'Agente Home IPv6 Mobile (RFC3775)" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "" - -msgid "DNSSL Configuration" -msgstr "" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "Abilita" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "" - -msgid "Radvd - DNSSL" -msgstr "" - -msgid "Radvd - Interface %q" -msgstr "" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "" - -msgid "yes" -msgstr "" diff --git a/applications/luci-app-radvd/po/ja/radvd.po b/applications/luci-app-radvd/po/ja/radvd.po deleted file mode 100644 index 35cde34f4..000000000 --- a/applications/luci-app-radvd/po/ja/radvd.po +++ /dev/null @@ -1,378 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-04-16 09:35+0200\n" -"Last-Translator: Kentaro <kentaro.matsuyama@gmail.com>\n" -"Language-Team: German\n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.0.4\n" - -msgid "6to4 interface" -msgstr "6to4 ã¤ã³ã¿ã¼ãã§ã¼ã¹" - -msgid "Address" -msgstr "ã¢ãã¬ã¹" - -msgid "Addresses" -msgstr "ã¢ãã¬ã¹" - -msgid "Advanced" -msgstr "詳細è¨å®" - -msgid "Advertise Home Agent flag" -msgstr "ãã¼ã ã¨ã¼ã¸ã§ã³ããã©ã°ã®åºå" - -msgid "Advertise router address" -msgstr "ã«ã¼ã¿ã¼ã¢ãã¬ã¹ã®åºå" - -msgid "Advertised Domain Suffixes" -msgstr "åºåãããã¡ã¤ã³ãµãã£ãã¯ã¹ãè¨å®ãã¾ãã" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"åºåããIPv6 RDNSSãè¨å®ãã¾ããæªè¨å®ã®å ´åãç¾å¨ã®ã¤ã³ã¿ã¼ãã§ã¼ã¹ã®IPv6 ã¢" -"ãã¬ã¹ã«è¨å®ãã¾ãã" - -msgid "Advertised IPv6 prefixes" -msgstr "åºåããIPv6 ãã¬ãã£ã¯ã¹ãè¨å®ãã¾ã" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"åºåããIPv6 ãã¬ãã£ã¯ã¹ãè¨å®ãã¾ããæªè¨å®ã®å ´åãç¾å¨ã®ã¤ã³ã¿ã¼ãã§ã¼ã¹ã®" -"ãã¬ãã£ã¯ã¹ã«è¨å®ãã¾ãã" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "ã¢ãã¤ã«IPv6 ãã¼ã ã¨ã¼ã¸ã§ã³ãæ©è½ã®åºåãè¡ãã¾ãã (RFC3775)" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "åºå" - -msgid "Autonomous" -msgstr "Autonomous" - -msgid "Clients" -msgstr "ã¯ã©ã¤ã¢ã³ã" - -msgid "Configuration flag" -msgstr "Configuration ãã©ã°" - -msgid "Current hop limit" -msgstr "ç¾å¨ã®ãããæ°å¶é" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "DNSSL è¨å®" - -msgid "Default lifetime" -msgstr "æ¨æºæå¹æé" - -msgid "Default preference" -msgstr "æ¨æºåªå 度è¨å®" - -msgid "Enable" -msgstr "æå¹" - -msgid "Enable advertisements" -msgstr "åºåãæå¹ã«ãã" - -msgid "Enables router advertisements and solicitations" -msgstr "ã«ã¼ã¿åºåããã³è¦è«ãæå¹ã«ãã" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "åºæ¬è¨å®" - -msgid "Home Agent information" -msgstr "ãã¼ã ã¨ã¼ã¸ã§ã³ã æ å ±" - -msgid "Home Agent lifetime" -msgstr "ãã¼ã ã¨ã¼ã¸ã§ã³ã æå¹æé" - -msgid "Home Agent preference" -msgstr "ãã¼ã ã¨ã¼ã¸ã§ã³ã åªå 度" - -msgid "Include Home Agent Information in the RA" -msgstr "ã«ã¼ã¿åºå (RA) ã«ãã¼ã ã¨ã¼ã¸ã§ã³ãæ å ±ãå«ãã" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "ã¤ã³ã¿ã¼ãã§ã¼ã¹" - -msgid "Interface Configuration" -msgstr "ã¤ã³ã¿ã¼ãã§ã¼ã¹è¨å®" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "ã¤ã³ã¿ã¼ãã§ã¼ã¹" - -msgid "Lifetime" -msgstr "æå¹æé" - -msgid "Link MTU" -msgstr "ãªã³ã¯MTU" - -msgid "Managed flag" -msgstr "Managed ãã©ã°" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "ã«ã¼ã¿è¦è«æ大éä¿¡éé" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "ã«ã¼ã¿è¦è«æä½éä¿¡éé" - -msgid "Mobile IPv6" -msgstr "ã¢ãã¤ã« IPv6" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "ã¢ãã¤ã« IPv6 ã«ã¼ã¿ç»é²" - -msgid "Multicast" -msgstr "ãã«ããã£ã¹ã" - -msgid "On-link" -msgstr "On-link" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "åªå 度" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "ãã¬ãã£ã¯ã¹" - -msgid "Prefix Configuration" -msgstr "ãã¬ãã£ã¯ã¹è¨å®" - -msgid "Prefixes" -msgstr "ãã¬ãã£ã¯ã¹" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "RDNSS è¨å®" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - ã¤ã³ã¿ã¼ãã§ã¼ã¹ %q" - -msgid "Radvd - Prefix" -msgstr "Radvd - ãã¬ãã£ã¯ã¹" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - çµè·¯" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" -"Radvdã¯ãIPv6ç¨ã®ã«ã¼ã¿åºåãã¼ã¢ã³ã§ããRadvdã¯RFC 4861ã«è¦å®ããã¦ããã" -"ã«ã¼ã¿è¦è«ã®åä¿¡ã¨ãã«ã¼ã¿åºåã®éä¿¡ãè¡ãã¾ãã" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" -"è¨å®ãããã¯ã©ã¤ã¢ã³ãã«å¯¾ãã¦ã®ã¿éä¿¡ãè¡ãã¾ããè¨å®ããªãå ´åããã«ããã£" -"ã¹ããè¡ãã¾ãã" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "çµè·¯è¨å®" - -msgid "Routes" -msgstr "çµè·¯" - -msgid "Source link-layer address" -msgstr "éä¿¡å ãªã³ã¯å±¤ã¢ãã¬ã¹" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "ãã®ã»ã¯ã·ã§ã³ã§ä½¿ç¨ããè«çã¤ã³ã¿ã¼ãã§ã¼ã¹åãè¨å®ãã¦ãã ããã" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "ãµãã£ãã¯ã¹" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "ã¿ã¤ãã³ã°è¨å®" - -msgid "Unicast only" -msgstr "ã¦ããã£ã¹ãã®ã¿" - -msgid "Valid lifetime" -msgstr "æå¹æéã®è¨å®" - -msgid "Validity time" -msgstr "æå¹æé" - -msgid "default" -msgstr "default" - -msgid "high" -msgstr "é«" - -msgid "low" -msgstr "ä½" - -msgid "medium" -msgstr "ä¸" - -msgid "no" -msgstr "ããã" - -msgid "yes" -msgstr "ã¯ã" diff --git a/applications/luci-app-radvd/po/ms/radvd.po b/applications/luci-app-radvd/po/ms/radvd.po deleted file mode 100644 index 63f8fa0d5..000000000 --- a/applications/luci-app-radvd/po/ms/radvd.po +++ /dev/null @@ -1,368 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2010-11-21 04:06+0100\n" -"Last-Translator: <jow@openwrt.org>\n" -"Language-Team: German\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "6to4 interface" -msgstr "" - -msgid "Address" -msgstr "" - -msgid "Addresses" -msgstr "" - -msgid "Advanced" -msgstr "" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "" - -msgid "Advertised Domain Suffixes" -msgstr "" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "" - -msgid "DNSSL Configuration" -msgstr "" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "" - -msgid "Radvd - DNSSL" -msgstr "" - -msgid "Radvd - Interface %q" -msgstr "" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "" - -msgid "yes" -msgstr "" diff --git a/applications/luci-app-radvd/po/no/radvd.po b/applications/luci-app-radvd/po/no/radvd.po deleted file mode 100644 index 1c43442e5..000000000 --- a/applications/luci-app-radvd/po/no/radvd.po +++ /dev/null @@ -1,435 +0,0 @@ -msgid "" -msgstr "" -"Last-Translator: Lars Hardy <lars.hardy@gmail.com>\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "6to4 interface" -msgstr "6til4 grensesnitt" - -msgid "Address" -msgstr "Adresse" - -msgid "Addresses" -msgstr "Adresser" - -msgid "Advanced" -msgstr "Avansert" - -msgid "Advertise Home Agent flag" -msgstr "Annonser Home Agent flagg" - -msgid "Advertise router address" -msgstr "Annonser ruteradressen" - -msgid "Advertised Domain Suffixes" -msgstr "Annonserte Domenesuffikser" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"Annonsert IPv6 RDNSS. Hvis tom, brukes den gjeldende IPv6-adressen til " -"grensesnittet" - -msgid "Advertised IPv6 prefixes" -msgstr "Annonserte IPv6 prefikser" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"Annonserte IPv6 prefikser. Hvis tom, brukes gjeldende grensesnitt prefiks" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "Annonserer Mobile IPv6 Home Agent muligheter (RFC3775)" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "Annonserer Mobile Router registration muligheter (NEMO Basic)" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" -"Annonserer antatt tilgjengelighet i millisekunder for naboer i RA. 0 " -"deaktiverer annonsenering av tilgjengelighet" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" -"Annonserer standard Hop Count verdien for utgÃ¥ende unicast pakker i RA. 0 " -"deaktierer annonsering av hopcount" - -msgid "Advertises the default router preference" -msgstr "Annonserer standard ruter preferanse" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "Annonserer angitt link MTU i RA. 0 deaktiverer annonsereing av MTU" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" -"Annonserer levetiden for standard ruter i sekunder. 0 indikerer at noden " -"ikke er standard ruter" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" -"Annonserer tiden i sekunder der ruteren tilbyr Mobile IPv6 Home Agent " -"tjenester" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" -"Annonserer ventetiden i millisekunder mellom Neighbor Solicitation meldinger " -"i RA. 0 deaktiverer omsendte annonseringer" - -msgid "Advertising" -msgstr "Annonsering" - -msgid "Autonomous" -msgstr "Selvstendig" - -msgid "Clients" -msgstr "Klienter" - -msgid "Configuration flag" -msgstr "Konfigurasjon flagg" - -msgid "Current hop limit" -msgstr "NÃ¥værende hop grense" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "DNSSL Konfigurasjon" - -msgid "Default lifetime" -msgstr "Standard levetid" - -msgid "Default preference" -msgstr "Standard prepreferanse" - -msgid "Enable" -msgstr "Aktiver" - -msgid "Enable advertisements" -msgstr "Aktiver annonsering" - -msgid "Enables router advertisements and solicitations" -msgstr "Aktiverer ruter annonsering og anmodning" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" -"Aktiverer den ekstra 'stateful' administrerte autokonfigurasjon protokoll " -"(RFC2462)" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" -"Aktiverer autokonfigurasjon for annen ikke adresse informasjon (RFC2462)" - -msgid "General" -msgstr "Generell" - -msgid "Home Agent information" -msgstr "Home Agen informasjon" - -msgid "Home Agent lifetime" -msgstr "Home Agent levetid" - -msgid "Home Agent preference" -msgstr "Home Agent preferanse" - -msgid "Include Home Agent Information in the RA" -msgstr "Inkluder Home Agent informasjon i RA" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "Inkluder Mobile IPv6 annonserings intervall alternativer til RA" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "Inkluder utgÃ¥ende grensesnitts link-layer adresse til RA" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" -"Indikerer at grensesnittets adresse er sendt istedet for nettverks " -"prefikset, noe som er nødvendig for Mobile IPv6" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" -"Indikerer at underliggende link ikke er broadcast kapabel, dette forhindrer " -"spontane annonsering" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" -"Indikerer at dette prefikset kan bli brukt for autonom adresse konfigurasjon " -"(RFC4862)" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" -"Indikerer at dette prefikset kan bli brukt for on-link bestemmelse (RFC4861)" - -msgid "Interface" -msgstr "Grensesnitt" - -msgid "Interface Configuration" -msgstr "Grensesnitt Konfigurasjon" - -msgid "Interface required" -msgstr "Grenesnitt er nødvendig" - -msgid "Interfaces" -msgstr "Grensesnitt" - -msgid "Lifetime" -msgstr "Levetid" - -msgid "Link MTU" -msgstr "Link MTU" - -msgid "Managed flag" -msgstr "Managed flagg" - -msgid "Max. interval" -msgstr "Maks. intervall" - -msgid "Maximum advertisement interval" -msgstr "Maksimum annonsering intervall" - -msgid "Minimum advertisement delay" -msgstr "Minimum annonsering forsinkelse" - -msgid "Minimum advertisement interval" -msgstr "Minimum annonsering intervall" - -msgid "Mobile IPv6" -msgstr "Mobile IPv6" - -msgid "Mobile IPv6 interval option" -msgstr "Mobile IPv6 intervall alternativer" - -msgid "Mobile IPv6 router registration" -msgstr "Mobile IPv6 ruter registrering" - -msgid "Multicast" -msgstr "Multicast" - -msgid "On-link" -msgstr "On-link" - -msgid "On-link determination" -msgstr "On-link bestemmelse" - -msgid "Preference" -msgstr "Preferanse" - -msgid "Preferred lifetime" -msgstr "Foretrukket levetid" - -msgid "Prefix" -msgstr "Prefiks" - -msgid "Prefix Configuration" -msgstr "Prefiks Konfigurasjon" - -msgid "Prefixes" -msgstr "Prefikser" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "RDNSS Konfigurasjon" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - Grensesnitt %q" - -msgid "Radvd - Prefix" -msgstr "Radvd - Prefiks" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - Rute" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" -"Radvd er en ruter annonserings tjeneste for IPv6. Den lytter etter ruter " -"anmodninger og sender ruter annonsering som beskrevet i RFC 4861" - -msgid "Reachable time" -msgstr "Tilgjengelighet tid" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" -"Begrens kommunikasjonen til klienter spesifisert her, la stÃ¥ tomt for Ã¥ " -"bruke multicast" - -msgid "Retransmit timer" -msgstr "Omsendelse tidsmÃ¥ler" - -msgid "Route Configuration" -msgstr "Rute Konfigurasjon" - -msgid "Routes" -msgstr "Ruter" - -msgid "Source link-layer address" -msgstr "Kilde link-lag adresse" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" -"Angir et logisk grensenittsnavn Ã¥ hente 6til4 prefiks fra. Grensesnittets " -"offentlige IPv4 adresse er kombinert med 2002::/3 og verdien av prefiks " -"alternativet" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "Angir det logiske grensesnittsnavnet som denne seksjonen tilhører" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "Angir preferanse knyttet til standard ruteren" - -msgid "Suffix" -msgstr "Suffiks" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"Maksimal tillatt tid mellom sending av spontane multicast annonseringer fra " -"grensesnittet, i sekunder" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" -"Minimum tillatt tid mellom sending av multicast annonseringer fra " -"grensesnittet, i sekunder" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"Minimum tillatt tid mellom sending av spontane multicast annonseringer fra " -"grensesnittet, i sekunder" - -msgid "The preference for the Home Agent sending this RA" -msgstr "Referansen til Home Agenten som sender denne RA" - -msgid "Timing" -msgstr "Timing" - -msgid "Unicast only" -msgstr "Kun Unikast" - -msgid "Valid lifetime" -msgstr "Gyldig levetid" - -msgid "Validity time" -msgstr "Gyldighetsperiode" - -msgid "default" -msgstr "standard" - -msgid "high" -msgstr "høy" - -msgid "low" -msgstr "lav" - -msgid "medium" -msgstr "medium" - -msgid "no" -msgstr "nei" - -msgid "yes" -msgstr "ja" - -#~ msgid "" -#~ "Advertises the length of time in seconds that addresses generated from " -#~ "the prefix via stateless address autoconfiguration remain preferred. Use " -#~ "0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Annonserer tiden i sekunder hvor adresser generert ut fra prefikset via " -#~ "tilstandsløs autokonfigurasjon er foretrukket. Bruk 0 for ubegrenset " -#~ "levetid" - -#~ msgid "" -#~ "Advertises the length of time in seconds that the prefix is valid for the " -#~ "purpose of on-link determination. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Annonserer tiden i sekunder hvor prefikset er gyldig, hvor formÃ¥let er on-" -#~ "link fastsettelse. Bruk 0 for ubegrenset levetid." - -#~ msgid "" -#~ "Specifies the lifetime associated with the route in seconds. Use 0 to " -#~ "specify an infinite lifetime" -#~ msgstr "" -#~ "Angir levetiden tilknyttet ruten i sekunder. Bruk 0 for ubegrenset levetid" - -#~ msgid "" -#~ "Specifies the maximum duration how long the DNSSL entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Angir den maksimale varighet av DNSSL navne oppslag. Bruk 0 for " -#~ "ubegrenset levetid" - -#~ msgid "" -#~ "Specifies the maximum duration how long the RDNSS entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Angir den maksimale varighet av RDNSS navne oppslag. Bruk 0 for " -#~ "ubegrenset levetid" diff --git a/applications/luci-app-radvd/po/pl/radvd.po b/applications/luci-app-radvd/po/pl/radvd.po deleted file mode 100644 index a080c9782..000000000 --- a/applications/luci-app-radvd/po/pl/radvd.po +++ /dev/null @@ -1,377 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2014-05-05 04:35+0200\n" -"Last-Translator: piosl <sleczek.piotr@gmail.com>\n" -"Language-Team: German\n" -"Language: pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Pootle 2.0.6\n" - -# Na polskiej Wikipedii jest artykuÅ "6to4", wiÄc chyba ok. -msgid "6to4 interface" -msgstr "Interfejs 6to4" - -msgid "Address" -msgstr "Adres" - -msgid "Addresses" -msgstr "Adresy" - -msgid "Advanced" -msgstr "Zaawansowane" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "RozgÅaszaj adres routera" - -msgid "Advertised Domain Suffixes" -msgstr "RozgÅaszana Domena Rozszerzenia" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"RozgÅaszane IPv6 RDNSS. Jeżeli jest puste, używany jest aktualny adres IPv6 " -"interfejsu" - -msgid "Advertised IPv6 prefixes" -msgstr "RozgÅaszany prefixy IPv6 " - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"RozgÅaszany prefixy IPv6. Jeżeli jest puste, używany jest aktualny prefix " -"interfejsu" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "RozgÅaszanie" - -msgid "Autonomous" -msgstr "Autonomiczny" - -msgid "Clients" -msgstr "Klienci" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "Konfiguracja DNSSL" - -msgid "Default lifetime" -msgstr "DomyÅlna żywotnoÅÄ" - -msgid "Default preference" -msgstr "preferencje domyÅlne" - -msgid "Enable" -msgstr "umożliwiaÄ" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "Ogólny" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "Interfejs" - -msgid "Interface Configuration" -msgstr "Konfiguracja interfejsu" - -msgid "Interface required" -msgstr "wymagany interfejs" - -msgid "Interfaces" -msgstr "Interfejs" - -msgid "Lifetime" -msgstr "Dożywotni" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "Max. PrzedziaÅ" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "preferencje" - -msgid "Preferred lifetime" -msgstr "preferowana żywotnoÅÄ" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "Konfiguracja RDNSS" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - interfejs %q" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -#, fuzzy -msgid "Timing" -msgstr "Timing" - -msgid "Unicast only" -msgstr "Tylko unicast" - -msgid "Valid lifetime" -msgstr "ważne dożywotnio" - -msgid "Validity time" -msgstr "czas ważnoÅci" - -msgid "default" -msgstr "domyÅlne" - -msgid "high" -msgstr "wysoki" - -msgid "low" -msgstr "niski" - -msgid "medium" -msgstr "Åredni" - -msgid "no" -msgstr "nie" - -msgid "yes" -msgstr "tak" diff --git a/applications/luci-app-radvd/po/pt-br/radvd.po b/applications/luci-app-radvd/po/pt-br/radvd.po deleted file mode 100644 index 62c63bb19..000000000 --- a/applications/luci-app-radvd/po/pt-br/radvd.po +++ /dev/null @@ -1,469 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-10-17 23:13+0200\n" -"Last-Translator: Luiz Angelo <luizluca@gmail.com>\n" -"Language-Team: German\n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" - -msgid "6to4 interface" -msgstr "Interface 6to4" - -msgid "Address" -msgstr "Endereço" - -msgid "Addresses" -msgstr "Endereços" - -msgid "Advanced" -msgstr "Avançado" - -msgid "Advertise Home Agent flag" -msgstr "Anuncie a opção de Agente Local" - -msgid "Advertise router address" -msgstr "Anuncie o endereço do roteador" - -msgid "Advertised Domain Suffixes" -msgstr "Anuncie o Sufixo do DomÃnio" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"Anuncia IPv6 RDNSS. Se vazio, o endereço IPv6 atual da interface será usado" - -msgid "Advertised IPv6 prefixes" -msgstr "Anuncie os prefixos IPv6" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"Anuncie os prefixos IPv6. Se vazio, o prefixo da interface atual será usado" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "Anuncia a capacidade de Agente Local para IPv6 Móvel (RFC3775)" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "Anuncia a capacidade de registro de Roteador Móvel (NEMO Básico)" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" -"Se especificado, anuncia no RA o tempo assumido de alcance dos vizinhos, em " -"milissegundos. Especifique 0 para desabilita este anuncio" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" -"Anuncia no RA o valor padrão para a contagem de saltos nos pacotes unicast " -"saindo da rede. Especifique 0 para desabilita este anuncio" - -msgid "Advertises the default router preference" -msgstr "Anuncia a preferência do roteador padrão" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" -"Anuncia no RA o MTU da conexão. Especifique 0 para desabilita este anuncio" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" -"Divulga a duração do tempo em segundos que endereços gerados a partir do " -"prefixo através apátridas endereço autoconfiguração permanecem preferido." - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" -"Divulga a duração do tempo em segundos que o prefixo é válido para o " -"propósito de sobre-link determinado." - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" -"Anuncia o perÃodo de tempo, em segundos, da validade do roteador padrão. " -"Especifique 0 para perÃodo infinito" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" -"Anuncia o perÃodo de tempo, em segundos, que o roteador está oferecendo o " -"serviço de Agente Local para IPv6 Móvel" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" -"Anuncia o tempo de espera, em milissegundos, entre mensagens de Solicitação " -"de Vizinhos no RA. Especifique 0 para desabilitar a retransmissão do anúncio" - -msgid "Advertising" -msgstr "Anúncio" - -msgid "Autonomous" -msgstr "Autônomo" - -msgid "Clients" -msgstr "Clientes" - -msgid "Configuration flag" -msgstr "Marcação de configuração" - -msgid "Current hop limit" -msgstr "Limite de saltos atual" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "Configuração DNSSL" - -msgid "Default lifetime" -msgstr "Validade padrão" - -msgid "Default preference" -msgstr "Preferências padrão" - -msgid "Enable" -msgstr "Habilita" - -msgid "Enable advertisements" -msgstr "Habilita anúncios" - -msgid "Enables router advertisements and solicitations" -msgstr "Habilita as solicitações e os anúncios do roteador" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" -"Habilita o protoloco de autoconfiguração administrada com estado (RFC2462)" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" -"Habilita a autoconfiguração de informação adicional, não endereço (RFC2462)" - -msgid "General" -msgstr "Geral" - -msgid "Home Agent information" -msgstr "Informação do Agente Local" - -msgid "Home Agent lifetime" -msgstr "Validade do Agente Local" - -msgid "Home Agent preference" -msgstr "Preferências do Agente Local" - -msgid "Include Home Agent Information in the RA" -msgstr "Inclui Informação do Agente Local no RA" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "Inclui a opção de Intervalo de Anúncio de IPv6 Móvel no RA" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "Inclui o endereço da camada de rede da interface de saÃda no RA" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" -"Indica que o endereço da interface é enviado ao invés do prefixo de rede, " -"como é necessário para IPv6 Móvel" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" -"Indica que a conexão abaixo não é capaz de utilizar broadcast. Isto inibe o " -"envio de anúncios não solicitados" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" -"Indica que este prefixo pode ser usado para configuração autônoma de " -"endereços (RFC4862)" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" -"Indica que este prefixo pode ser usado para a determinação da presença no " -"enlace local (RFC4861)" - -msgid "Interface" -msgstr "Interface" - -msgid "Interface Configuration" -msgstr "Configuração da Interface" - -msgid "Interface required" -msgstr "Requer uma interface" - -msgid "Interfaces" -msgstr "Interfaces" - -msgid "Lifetime" -msgstr "Validade" - -msgid "Link MTU" -msgstr "MTU da conexão" - -msgid "Managed flag" -msgstr "Marcação de gerenciado" - -msgid "Max. interval" -msgstr "Intervalo Máximo" - -msgid "Maximum advertisement interval" -msgstr "Intervalo máximo de anúncio" - -msgid "Minimum advertisement delay" -msgstr "Atraso mÃnimo de anúncio" - -msgid "Minimum advertisement interval" -msgstr "Intervalo mÃnimo de anúncio" - -msgid "Mobile IPv6" -msgstr "IPv6 Móvel" - -msgid "Mobile IPv6 interval option" -msgstr "Opçao de intervalo de IPv6 móvel" - -msgid "Mobile IPv6 router registration" -msgstr "Registro de roteador IPv6 móvel" - -msgid "Multicast" -msgstr "Multicast" - -msgid "On-link" -msgstr "Presença no enlace local" - -msgid "On-link determination" -msgstr "Determinação da presença no enlace local" - -msgid "Preference" -msgstr "Preferência" - -msgid "Preferred lifetime" -msgstr "Validade preferida" - -msgid "Prefix" -msgstr "Prefixo" - -msgid "Prefix Configuration" -msgstr "Configuração do Prefixo" - -msgid "Prefixes" -msgstr "Prefixos" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "Configuração do RDNSS" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - Interface %q" - -msgid "Radvd - Prefix" -msgstr "advd - Prefixo" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - Rota" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" -"Radvd é um programa de anúncio de rotas para IPv6. Ele escuta por " -"solicitações de rota e envia anúncios de roteador (RA) como descrito em RFC " -"4861." - -msgid "Reachable time" -msgstr "Tempo de alcance" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" -"Restringe a comnuicação para clientes especÃficos. Deixe vazio para usar " -"multicast" - -msgid "Retransmit timer" -msgstr "Cronômetro de retransmissão" - -msgid "Route Configuration" -msgstr "Configuração da Rota" - -msgid "Routes" -msgstr "Rotas" - -msgid "Source link-layer address" -msgstr "Endereço de origem da camada de enlace" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" -"Especifica o nome da interface lógica da qual será derivada o prefixo 6to4. " -"O endereço IPv4 público da interface é combinado com 2002::/3 e o valor da " -"opção de prefixo" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "Especifica o tempo de vida associado com o trajecto em segundos." - -msgid "Specifies the logical interface name this section belongs to" -msgstr "Especifica o nome da interface lógica que esta seção pertence" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" -"Especifica a duração máxima de quanto tempo as entradas DNSSL são usados ââ" -"para resolução de nomes." - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" -"Especifica a duração máxima de quanto tempo as entradas RDNSS são usados ââ" -"para resolução de nomes." - -msgid "Specifies the preference associated with the default router" -msgstr "Especifica as preferências associadas com o roteador padrão" - -msgid "Suffix" -msgstr "Sufixo" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"O tempo máximo, em segundos, permitido entre o envio de RAs não solicitados " -"a partir desta interface" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" -"O tempo mÃnimo, em segundos, permitido entre o envio de RAs a partir desta " -"interface" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"O tempo mÃnimo, em segundos, permitido entre o envio de RAs não solicitados " -"a partir desta interface" - -msgid "The preference for the Home Agent sending this RA" -msgstr "As preferencias para o Agente Local enviando este RA" - -msgid "Timing" -msgstr "Cronometragem" - -msgid "Unicast only" -msgstr "Somente Unicast" - -msgid "Valid lifetime" -msgstr "Duração da validade" - -msgid "Validity time" -msgstr "Tempo de validade" - -msgid "default" -msgstr "padrão" - -msgid "high" -msgstr "alto" - -msgid "low" -msgstr "baixo" - -msgid "medium" -msgstr "médio" - -msgid "no" -msgstr "não" - -msgid "yes" -msgstr "sim" - -#~ msgid "Advertised IPv6 prefix" -#~ msgstr "Anuncie o prefixo IPv6" - -#~ msgid "" -#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" -#~ msgstr "" -#~ "Anuncie o prefixo IPv6. Se vazio, o prefixo da interface atual será usado" - -#~ msgid "" -#~ "Advertises the length of time in seconds that addresses generated from " -#~ "the prefix via stateless address autoconfiguration remain preferred. Use " -#~ "0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Anuncia o perÃodo de tempo, em segundos, que endereços gerados a partir " -#~ "do prefixo através da autoconfiguração de endereço sem estado terão " -#~ "preferência. Especifique 0 para perÃodo infinito" - -#~ msgid "" -#~ "Advertises the length of time in seconds that the prefix is valid for the " -#~ "purpose of on-link determination. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Anuncia o perÃodo de tempo, em segundos, que o prefixo é valido para o " -#~ "propósito de determinação da presença no enlace local. Especifique 0 para " -#~ "perÃodo infinito" - -#~ msgid "" -#~ "Indicates whether that RDNSS continues to be available to hosts even if " -#~ "they moved to a different subnet" -#~ msgstr "" -#~ "Indica se o RDNSS continuará a estar disponÃvel mesmo se o cliente for " -#~ "movido para uma subrede diferente" - -#~ msgid "Open" -#~ msgstr "Abrir" - -#~ msgid "" -#~ "Specifies the lifetime associated with the route in seconds. Use 0 to " -#~ "specify an infinite lifetime" -#~ msgstr "Especifica a validade da rota em segundos. Utilize 0 para infinita" - -#~ msgid "" -#~ "Specifies the maximum duration how long the DNSSL entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Especifica a validade da entrada DNSSL para a resolução de nomes. Utilize " -#~ "0 para duração infinita" - -#~ msgid "" -#~ "Specifies the maximum duration how long the RDNSS entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "Especifica a validade da entrada RDNS para a resolução de nomes. Utilize " -#~ "0 para duração infinita" diff --git a/applications/luci-app-radvd/po/pt/radvd.po b/applications/luci-app-radvd/po/pt/radvd.po deleted file mode 100644 index 63f8fa0d5..000000000 --- a/applications/luci-app-radvd/po/pt/radvd.po +++ /dev/null @@ -1,368 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2010-11-21 04:06+0100\n" -"Last-Translator: <jow@openwrt.org>\n" -"Language-Team: German\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "6to4 interface" -msgstr "" - -msgid "Address" -msgstr "" - -msgid "Addresses" -msgstr "" - -msgid "Advanced" -msgstr "" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "" - -msgid "Advertised Domain Suffixes" -msgstr "" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "" - -msgid "DNSSL Configuration" -msgstr "" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "" - -msgid "Radvd - DNSSL" -msgstr "" - -msgid "Radvd - Interface %q" -msgstr "" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "" - -msgid "yes" -msgstr "" diff --git a/applications/luci-app-radvd/po/ro/radvd.po b/applications/luci-app-radvd/po/ro/radvd.po deleted file mode 100644 index 77e3d9ee2..000000000 --- a/applications/luci-app-radvd/po/ro/radvd.po +++ /dev/null @@ -1,384 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-10-07 16:12+0200\n" -"Last-Translator: Daniel <daniel.petre@pitesti.rcs-rds.ro>\n" -"Language-Team: none\n" -"Language: ro\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " -"20)) ? 1 : 2);;\n" -"X-Generator: Pootle 2.0.4\n" - -msgid "6to4 interface" -msgstr "Interfata 6la4" - -msgid "Address" -msgstr "Adresa" - -msgid "Addresses" -msgstr "Adrese" - -msgid "Advanced" -msgstr "Avansat" - -msgid "Advertise Home Agent flag" -msgstr "Anunta semaforul \"Home Agent\"" - -msgid "Advertise router address" -msgstr "Anunta adresa routerului" - -msgid "Advertised Domain Suffixes" -msgstr "Sufixe anuntate de domeniu" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"Server RDNSS IPv6 anuntat. Daca e lasat gol, atunci adresa IPv6 a interfetei " -"este folosita" - -msgid "Advertised IPv6 prefixes" -msgstr "Prefixe IPv6 anuntate" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"Prefixe IPv6 anuntate. Daca e neconfigurat atunci prefixul de pe interfata " -"curenta este folosit" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "Anunta capabilitatea de \"Home Agent\" IPv6 mobil (RFC3775)" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "Anunta capacitatea de inregistrare \"Mobile Router\"" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "Anunta preferinta routerului implicit" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "Anunta" - -msgid "Autonomous" -msgstr "Autonom" - -msgid "Clients" -msgstr "Clienti" - -msgid "Configuration flag" -msgstr "Semafor de configurare" - -msgid "Current hop limit" -msgstr "Limita hop-ului curent" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "Configurarea DNSSL" - -msgid "Default lifetime" -msgstr "Durata implicita" - -msgid "Default preference" -msgstr "Preferinta implicita" - -msgid "Enable" -msgstr "Activeaza" - -msgid "Enable advertisements" -msgstr "Activeaza anunturile" - -msgid "Enables router advertisements and solicitations" -msgstr "Activeaza anunturile si solicitarile routerului" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "Informatia despre \"Home Agent\"" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "Preferinta \"Home Agent\"" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "Interfata" - -msgid "Interface Configuration" -msgstr "Configurarea interfetei" - -msgid "Interface required" -msgstr "Interfata necesara" - -msgid "Interfaces" -msgstr "Interfete" - -msgid "Lifetime" -msgstr "Durata de viata" - -msgid "Link MTU" -msgstr "MTU pe legatura" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "Interval maxim" - -msgid "Maximum advertisement interval" -msgstr "Intervalul maxim de anuntare" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "IPv6 mobil" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "Multicast" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "Preferinta" - -msgid "Preferred lifetime" -msgstr "Durata de viata preferata" - -msgid "Prefix" -msgstr "Prefix" - -msgid "Prefix Configuration" -msgstr "Configurarea prefixului" - -msgid "Prefixes" -msgstr "Prefixe" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "" - -msgid "Radvd - Interface %q" -msgstr "" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "Configurarea rutelor" - -msgid "Routes" -msgstr "Rute" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "Sufix" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "Doar unicast" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "nu" - -msgid "yes" -msgstr "da" - -#~ msgid "Advertised IPv6 prefix" -#~ msgstr "Prefixul IPv6 anuntat" - -#~ msgid "" -#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" -#~ msgstr "" -#~ "Prefixul IPv6 anuntat. Daca e lasat gol atunci prefixul de pe interfata " -#~ "curenta este folosit" diff --git a/applications/luci-app-radvd/po/ru/radvd.po b/applications/luci-app-radvd/po/ru/radvd.po deleted file mode 100644 index 37cc9428d..000000000 --- a/applications/luci-app-radvd/po/ru/radvd.po +++ /dev/null @@ -1,473 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: LuCI: radvd\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2012-08-16 11:37+0300\n" -"Last-Translator: Roman A. aka BasicXP <x12ozmouse@ya.ru>\n" -"Language-Team: Russian <x12ozmouse@ya.ru>\n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Pootle 2.0.4\n" -"X-Poedit-SourceCharset: UTF-8\n" - -msgid "6to4 interface" -msgstr "ÐнÑеÑÑÐµÐ¹Ñ 6to4" - -msgid "Address" -msgstr "ÐдÑеÑ" - -msgid "Addresses" -msgstr "ÐдÑеÑа" - -msgid "Advanced" -msgstr "РаÑÑиÑеннÑе" - -msgid "Advertise Home Agent flag" -msgstr "ÐзвеÑаÑÑ Ð¸Ð½Ð´Ð¸ÐºÐ°ÑÐ¾Ñ Ð´Ð¾Ð¼Ð°Ñнего агенÑа" - -msgid "Advertise router address" -msgstr "ÐзвеÑаÑÑ Ð°Ð´ÑÐµÑ Ð¼Ð°ÑÑÑÑÑизаÑоÑа" - -msgid "Advertised Domain Suffixes" -msgstr "ÐзвеÑаемÑе ÑÑÑÑикÑÑ Ð´Ð¾Ð¼ÐµÐ½Ð°" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"ÐзвеÑаемÑй IPv6 RDNSS. ÐÑли знаÑение не задано, Ñо бÑÐ´ÐµÑ Ð¸ÑполÑзован ÑекÑÑий " -"IPv6-адÑÐµÑ Ð¸Ð½ÑеÑÑейÑа." - -msgid "Advertised IPv6 prefixes" -msgstr "ÐзвеÑаемÑе IPv6-пÑеÑикÑÑ" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"ÐзвеÑаемÑе IPv6-пÑеÑикÑÑ. ÐÑли знаÑение не задано, Ñо бÑÐ´ÐµÑ Ð¸ÑполÑзован " -"ÑекÑÑий пÑеÑÐ¸ÐºÑ Ð¸Ð½ÑеÑÑейÑа." - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "ÐзвеÑÐ°ÐµÑ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ÑÑи домаÑнего агенÑа мобилÑного IPv6 (RFC3775)" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" -"ÐзвеÑÐ°ÐµÑ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ÑÑи ÑегиÑÑÑаÑии мобилÑного маÑÑÑÑÑизаÑоÑа (NEMO Basic)" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" -"ÐзвеÑÐ°ÐµÑ Ð¿Ñедполагаемое вÑÐµÐ¼Ñ Ð´Ð¾ÑÑÑпа к ÑоÑедним Ñзлам (мÑ). ÐÑи знаÑении 0 " -"извеÑение не пÑоиÑÑ Ð¾Ð´Ð¸Ñ." - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" -"ÐзвеÑÐ°ÐµÑ Ð·Ð½Ð°Ñение ÑиÑла пеÑÐµÑ Ð¾Ð´Ð¾Ð² по ÑмолÑÐ°Ð½Ð¸Ñ Ð´Ð»Ñ Ð¸ÑÑ Ð¾Ð´ÑÑÐ¸Ñ Ð¾Ð´Ð½Ð¾Ð°Ð´ÑеÑнÑÑ " -"пакеÑов. ÐÑи знаÑении 0 извеÑение не пÑоиÑÑ Ð¾Ð´Ð¸Ñ." - -msgid "Advertises the default router preference" -msgstr "ÐзвеÑÐ°ÐµÑ Ð¿Ð°ÑамеÑÑÑ Ð¿ÑедпоÑÑÐµÐ½Ð¸Ñ Ð¼Ð°ÑÑÑÑÑизаÑоÑа по ÑмолÑаниÑ" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" -"ÐзвеÑÐ°ÐµÑ ÑказаннÑй макÑималÑнÑй ÑÐ°Ð·Ð¼ÐµÑ Ð¿Ð°ÐºÐµÑа (MTU) в ÑообÑении RA. 0 " -"вÑклÑÑÐ°ÐµÑ Ð´Ð°Ð½Ð½ÑÑ ÑÑнкÑиÑ" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" -"ÐзвеÑÐ°ÐµÑ Ð¿ÐµÑиод (Ñек.), в ÑеÑение коÑоÑого адÑеÑа, ÑозданнÑе из пÑеÑикÑа Ñ " -"помоÑÑÑ SLAAC, оÑÑаÑÑÑÑ Ð¿ÑедпоÑÑиÑелÑнÑми." - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" -"ÐзвеÑÐ°ÐµÑ Ð¿ÐµÑиод (Ñек.), в ÑеÑение коÑоÑого пÑеÑÐ¸ÐºÑ ÑвлÑеÑÑÑ Ð´ÐµÐ¹ÑÑвиÑелÑнÑм " -"Ð´Ð»Ñ Ð¾Ð¿ÑÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ð²ÐºÐ»ÑÑÐµÐ½Ð¸Ñ ÑоединениÑ." - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" -"ÐзвеÑÐ°ÐµÑ Ð¿ÐµÑиод дейÑÑÐ²Ð¸Ñ (Ñек.) маÑÑÑÑÑизаÑоÑа по ÑмолÑаниÑ. 0 ÑказÑÐ²Ð°ÐµÑ Ð½Ð° " -"Ñо, ÑÑо Ñзел не ÑвлÑеÑÑÑ Ð¼Ð°ÑÑÑÑÑизаÑоÑом по ÑмолÑаниÑ." - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" -"ÐзвеÑÐ°ÐµÑ Ð¿ÐµÑиод (Ñек.) пÑедоÑÑÐ°Ð²Ð»ÐµÐ½Ð¸Ñ ÑлÑжб домаÑнего агенÑа мобилÑного IPv6" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" -"ÐзвеÑÐ°ÐµÑ Ð²ÑÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ (мÑ) Ð¼ÐµÐ¶Ð´Ñ ÑообÑениÑми Neighbor Solicitation, еÑли " -"RA вклÑÑен. 0 оÑклÑÑÐ°ÐµÑ Ð¿ÐµÑедаÑÑ Ð¸Ð·Ð²ÐµÑений" - -msgid "Advertising" -msgstr "ÐзвеÑение" - -msgid "Autonomous" -msgstr "ÐвÑономнÑй" - -msgid "Clients" -msgstr "ÐлиенÑÑ" - -msgid "Configuration flag" -msgstr "ÐонÑигÑÑаÑионнÑй Ñлаг" - -msgid "Current hop limit" -msgstr "ТекÑÑее огÑаниÑение кол-ва пÑÑжков" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "ÐонÑигÑÑаÑÐ¸Ñ DNSSL" - -msgid "Default lifetime" -msgstr "СÑок дейÑÑÐ²Ð¸Ñ Ð¿Ð¾ ÑмолÑаниÑ" - -msgid "Default preference" -msgstr "ÐÑиоÑиÑÐµÑ Ð¿Ð¾ ÑмолÑаниÑ" - -msgid "Enable" -msgstr "ÐклÑÑиÑÑ" - -msgid "Enable advertisements" -msgstr "ÐклÑÑиÑÑ Ð¸Ð·Ð²ÐµÑениÑ" - -msgid "Enables router advertisements and solicitations" -msgstr "ÐклÑÑÐ°ÐµÑ Ð¸Ð·Ð²ÐµÑÐµÐ½Ð¸Ñ Ð¸ запÑоÑÑ Ð¼Ð°ÑÑÑÑÑизаÑоÑа" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "ÐклÑÑÐ°ÐµÑ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸ÑелÑнÑй пÑоÑокол авÑоконÑигÑÑаÑии (RFC2462)" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "ÐклÑÑÐ°ÐµÑ Ð°Ð²ÑоконÑигÑÑаÑÐ¸Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸ÑелÑной инÑоÑмаÑии (RFC2462)" - -msgid "General" -msgstr "ÐбÑие" - -msgid "Home Agent information" -msgstr "ÐнÑоÑмаÑÐ¸Ñ Ð¾ домаÑнем агенÑе" - -msgid "Home Agent lifetime" -msgstr "СÑок дейÑÑÐ²Ð¸Ñ Ð´Ð¾Ð¼Ð°Ñнего агенÑа" - -msgid "Home Agent preference" -msgstr "ÐÑиоÑиÑÐµÑ Ð´Ð¾Ð¼Ð°Ñнего агенÑа" - -msgid "Include Home Agent Information in the RA" -msgstr "ÐклÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ домаÑнем агенÑе в ÑообÑÐµÐ½Ð¸Ñ RA" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "ÐклÑÑиÑÑ Ð¸Ð½ÑеÑвал извеÑÐµÐ½Ð¸Ñ Ð¼Ð¾Ð±Ð¸Ð»Ñного IPv6 в ÑообÑÐµÐ½Ð¸Ñ RA" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "ÐклÑÑÐ°ÐµÑ Ð°Ð´ÑÐµÑ ÐºÐ°Ð½Ð°Ð»Ñного ÑÑÐ¾Ð²Ð½Ñ Ð¸ÑÑ Ð¾Ð´ÑÑего инÑеÑÑейÑа в ÑообÑÐµÐ½Ð¸Ñ RA" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" -"УказÑваеÑ, ÑÑо адÑÐµÑ Ð¸Ð½ÑеÑÑейÑа оÑпÑавлÑеÑÑÑ Ð²Ð¼ÐµÑÑо пÑеÑикÑа ÑеÑи, как ÑÑо " -"ÑÑебÑеÑÑÑ Ð² мобилÑном IPv6" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" -"УказÑваеÑ, ÑÑо Ñоединение не ÑвлÑеÑÑÑ ÑиÑоковеÑаÑелÑнÑм, и блокиÑÑÐµÑ Ð¾ÑÑÑÐ»ÐºÑ " -"незапÑоÑеннÑÑ Ð¸Ð·Ð²ÐµÑений" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" -"УказÑвае, ÑÑо даннÑй пÑеÑÐ¸ÐºÑ Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð¸ÑполÑзован Ð´Ð»Ñ Ð°Ð²Ñономной наÑÑÑойки " -"адÑеÑа (RFC4862)" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" -"УказÑваеÑ, ÑÑо даннÑй пÑеÑÐ¸ÐºÑ Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð¸ÑполÑзован Ð´Ð»Ñ Ð¾Ð¿ÑÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ " -"вклÑÑÐµÐ½Ð¸Ñ ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ (RFC4861)" - -msgid "Interface" -msgstr "ÐнÑеÑÑейÑ" - -msgid "Interface Configuration" -msgstr "ÐонÑигÑÑаÑÐ¸Ñ Ð¸Ð½ÑеÑÑейÑа" - -msgid "Interface required" -msgstr "ТÑебÑеÑÑÑ Ð¸Ð½ÑеÑÑейÑ" - -msgid "Interfaces" -msgstr "ÐнÑеÑÑейÑÑ" - -msgid "Lifetime" -msgstr "СÑок дейÑÑвиÑ" - -msgid "Link MTU" -msgstr "ÐакÑималÑнÑй ÑÐ°Ð·Ð¼ÐµÑ Ð¿Ð°ÐºÐµÑа (MTU)" - -msgid "Managed flag" -msgstr "УпÑавлÑемÑй Ñлаг" - -msgid "Max. interval" -msgstr "ÐакÑ. инÑеÑвал" - -msgid "Maximum advertisement interval" -msgstr "ÐакÑималÑнÑй инÑеÑвал извеÑениÑ" - -msgid "Minimum advertisement delay" -msgstr "ÐинималÑÐ½Ð°Ñ Ð·Ð°Ð´ÐµÑжка извеÑениÑ" - -msgid "Minimum advertisement interval" -msgstr "ÐинималÑнÑй инÑеÑвал извеÑениÑ" - -msgid "Mobile IPv6" -msgstr "ÐобилÑнÑй IPv6" - -msgid "Mobile IPv6 interval option" -msgstr "ÐаÑамеÑÑÑ Ð¸Ð½ÑеÑвала мобилÑного IPv6" - -msgid "Mobile IPv6 router registration" -msgstr "РегиÑÑÑаÑÐ¸Ñ Ð¼Ð¾Ð±Ð¸Ð»Ñного IPv6 маÑÑÑÑÑизаÑоÑа" - -msgid "Multicast" -msgstr "ÐÑÑÐ¿Ð¿Ð¾Ð²Ð°Ñ ÑаÑÑÑлка" - -#, fuzzy -msgid "On-link" -msgstr "Соединение" - -msgid "On-link determination" -msgstr "ÐпÑеделение вклÑÑÐµÐ½Ð¸Ñ ÑоединениÑ" - -msgid "Preference" -msgstr "ÐÑиоÑиÑеÑ" - -msgid "Preferred lifetime" -msgstr "ÐÑедпоÑиÑаемÑй ÑÑок дейÑÑвиÑ" - -msgid "Prefix" -msgstr "ÐÑеÑикÑ" - -msgid "Prefix Configuration" -msgstr "ÐонÑигÑÑаÑÐ¸Ñ Ð¿ÑеÑикÑа" - -msgid "Prefixes" -msgstr "ÐÑеÑикÑÑ" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "ÐонÑигÑÑаÑÐ¸Ñ RDNSS" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - ÐнÑеÑÑÐµÐ¹Ñ %q" - -msgid "Radvd - Prefix" -msgstr "Radvd - ÐÑеÑикÑ" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - ÐаÑÑÑÑÑ" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" -"Radvd - ÑÑо ÑлÑжба извеÑений маÑÑÑÑÑизаÑоÑа Ð´Ð»Ñ IPv6. Ðна ÑлÑÑÐ°ÐµÑ Ð·Ð°Ð¿ÑоÑÑ " -"(Router Solicitations) и оÑÑÑÐ»Ð°ÐµÑ Ð¸Ð·Ð²ÐµÑÐµÐ½Ð¸Ñ (Router Advertisements), как " -"опиÑано в RFC 4861." - -msgid "Reachable time" -msgstr "ÐеÑиод доÑÑÑпноÑÑи" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" -"СвÑзÑваÑÑÑÑ ÑолÑко Ñ ÑказаннÑми клиенÑами. ÐÑÑавÑÑе пÑÑÑÑм, ÑÑÐ¾Ð±Ñ " -"иÑполÑзоваÑÑ Ð³ÑÑпповÑÑ ÑаÑÑÑлкÑ" - -msgid "Retransmit timer" -msgstr "Ð¢Ð°Ð¹Ð¼ÐµÑ ÑеÑÑанÑлÑÑии" - -msgid "Route Configuration" -msgstr "ÐаÑÑÑойка маÑÑÑÑÑа" - -msgid "Routes" -msgstr "ÐаÑÑÑÑÑÑ" - -msgid "Source link-layer address" -msgstr "ÐдÑÐµÑ Ð¸ÑÑоÑника (каналÑнÑй ÑÑовенÑ)" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" -"УÑÑÐ°Ð½Ð°Ð²Ð»Ð¸Ð²Ð°ÐµÑ Ð¸Ð¼Ñ Ð»Ð¾Ð³Ð¸ÑеÑкого инÑеÑÑейÑа Ð´Ð»Ñ Ð¿Ð¾Ð»ÑÑÐµÐ½Ð¸Ñ Ð¿ÑеÑикÑа 6to4. " -"ÐÑблиÑнÑй IPv4-адÑÐµÑ Ð¸Ð½ÑеÑÑейÑа комбиниÑÑеÑÑÑ Ñ 2002::/3 и знаÑением пÑеÑикÑа" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "УказÑÐ²Ð°ÐµÑ Ð¿ÐµÑиод жизни, ÑвÑзаннÑй Ñ Ð¼Ð°ÑÑÑÑÑом (Ñек.)" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" -"УÑÑÐ°Ð½Ð°Ð²Ð»Ð¸Ð²Ð°ÐµÑ Ð¸Ð¼Ñ Ð»Ð¾Ð³Ð¸ÑеÑкого инÑеÑÑейÑа, коÑоÑÐ¾Ð¼Ñ Ð¿ÑÐ¸Ð½Ð°Ð´Ð»ÐµÐ¶Ð¸Ñ Ð´Ð°Ð½Ð½Ð°Ñ ÑекÑиÑ" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" -"УказÑÐ²Ð°ÐµÑ Ð¼Ð°ÐºÑималÑнÑÑ Ð´Ð»Ð¸ÑелÑноÑÑÑ Ð¸ÑполÑÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð·Ð°Ð¿Ð¸Ñей DNSSL Ð´Ð»Ñ " -"ÑазÑеÑÐµÐ½Ð¸Ñ Ð¸Ð¼Ñн." - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" -"УказÑÐ²Ð°ÐµÑ Ð¼Ð°ÐºÑималÑнÑÑ Ð´Ð»Ð¸ÑелÑноÑÑÑ Ð¸ÑполÑÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð·Ð°Ð¿Ð¸Ñей RDNSS Ð´Ð»Ñ " -"ÑазÑеÑÐµÐ½Ð¸Ñ Ð¸Ð¼Ñн." - -msgid "Specifies the preference associated with the default router" -msgstr "УказÑÐ²Ð°ÐµÑ Ð¿ÑиоÑиÑеÑ, ÑвÑзаннÑй Ñ Ð¼Ð°ÑÑÑÑÑизаÑоÑом по ÑмолÑаниÑ" - -msgid "Suffix" -msgstr "СÑÑÑикÑ" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"ÐакÑималÑнÑй инÑеÑвал вÑемени Ð¼ÐµÐ¶Ð´Ñ Ð¾ÑÑÑлкой гÑÑпповÑÑ Ð½ÐµÐ·Ð°Ð¿ÑаÑиваемÑÑ " -"извеÑений маÑÑÑÑÑизаÑоÑа (Ñек.)" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" -"ÐинималÑнÑй инÑеÑвал вÑемени Ð¼ÐµÐ¶Ð´Ñ Ð¾ÑÑÑлкой гÑÑпповÑÑ Ð¸Ð·Ð²ÐµÑений " -"маÑÑÑÑÑизаÑоÑа Ñ Ð¸Ð½ÑеÑÑейÑа (Ñек.)" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" -"ÐинималÑнÑй инÑеÑвал вÑемени Ð¼ÐµÐ¶Ð´Ñ Ð¾ÑÑÑлкой гÑÑпповÑÑ Ð½ÐµÐ·Ð°Ð¿ÑаÑиваемÑÑ " -"извеÑений маÑÑÑÑÑизаÑоÑа (Ñек.)" - -msgid "The preference for the Home Agent sending this RA" -msgstr "ÐÑедпоÑÑение домаÑнего агенÑа, оÑÑÑлаÑÑего данное извеÑение RA" - -msgid "Timing" -msgstr "ÐнÑеÑвалÑ" - -msgid "Unicast only" -msgstr "ТолÑко одноадÑеÑÐ½Ð°Ñ Ð¿ÐµÑедаÑа" - -msgid "Valid lifetime" -msgstr "СÑок дейÑÑвиÑ" - -msgid "Validity time" -msgstr "ÐеÑиод дейÑÑвиÑ" - -msgid "default" -msgstr "по ÑмолÑаниÑ" - -msgid "high" -msgstr "вÑÑокий" - -msgid "low" -msgstr "низкий" - -msgid "medium" -msgstr "ÑÑедний" - -msgid "no" -msgstr "неÑ" - -msgid "yes" -msgstr "да" - -#~ msgid "Advertised IPv6 prefix" -#~ msgstr "ÐзвеÑаемÑй IPv6 пÑеÑикÑ" - -#~ msgid "" -#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" -#~ msgstr "" -#~ "ÐзвеÑаемÑй IPv6 пÑеÑикÑ. ÐÑли знаÑение не задано, Ñо бÑÐ´ÐµÑ Ð¸ÑполÑзован " -#~ "ÑекÑÑий пÑеÑÐ¸ÐºÑ Ð¸Ð½ÑеÑÑейÑа." - -#~ msgid "" -#~ "Advertises the length of time in seconds that addresses generated from " -#~ "the prefix via stateless address autoconfiguration remain preferred. Use " -#~ "0 to specify an infinite lifetime" -#~ msgstr "" -#~ "ÐзвеÑÐ°ÐµÑ Ð²ÑÐµÐ¼Ñ Ð² ÑекÑÐ½Ð´Ð°Ñ , в ÑеÑение коÑоÑого адÑеÑа ÑгенеÑиÑованнÑе " -#~ "авÑомаÑиÑеÑки из пÑеÑикÑа оÑÑаÑÑÑÑ Ð¿ÑедпоÑÑиÑелÑнÑми. 0 ÑÑÑÐ°Ð½Ð°Ð²Ð»Ð¸Ð²Ð°ÐµÑ " -#~ "неогÑаниÑенное вÑемÑ." - -#~ msgid "" -#~ "Advertises the length of time in seconds that the prefix is valid for the " -#~ "purpose of on-link determination. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "ÐзвеÑÐ°ÐµÑ Ð²ÑÐµÐ¼Ñ Ð² ÑекÑÐ½Ð´Ð°Ñ , в ÑеÑение коÑоÑого иÑполÑзÑеÑÑÑ Ð¿ÑеÑÐ¸ÐºÑ Ð´Ð»Ñ " -#~ "опÑÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ð²ÐºÐ»ÑÑÐµÐ½Ð¸Ñ ÑоединениÑ. 0 ÑÑÑÐ°Ð½Ð°Ð²Ð»Ð¸Ð²Ð°ÐµÑ Ð½ÐµÐ¾Ð³ÑаниÑенное вÑемÑ." - -#~ msgid "" -#~ "Indicates whether that RDNSS continues to be available to hosts even if " -#~ "they moved to a different subnet" -#~ msgstr "" -#~ "УказÑÐ²Ð°ÐµÑ Ð¾ÑÑаеÑÑÑ Ð»Ð¸ RDNSS доÑÑÑпнÑм Ð´Ð»Ñ Ñ Ð¾ÑÑов даже в ÑлÑÑае Ð¸Ñ " -#~ "пеÑемеÑÐµÐ½Ð¸Ñ Ð² дÑÑгÑÑ Ð¿Ð¾Ð´ÑеÑÑ" - -#~ msgid "" -#~ "Specifies the lifetime associated with the route in seconds. Use 0 to " -#~ "specify an infinite lifetime" -#~ msgstr "" -#~ "УÑÑÐ°Ð½Ð°Ð²Ð»Ð¸Ð²Ð°ÐµÑ ÑÑок дейÑÑвиÑ, ÑвÑзаннÑй Ñ Ð¼Ð°ÑÑÑÑÑом (ÑекÑндÑ). ÐÑполÑзÑйÑе " -#~ "0 Ð´Ð»Ñ ÑÑÑановки беÑконеÑного ÑÑока дейÑÑвиÑ." - -#~ msgid "" -#~ "Specifies the maximum duration how long the DNSSL entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "УÑÑÐ°Ð½Ð°Ð²Ð»Ð¸Ð²Ð°ÐµÑ Ð¼Ð°ÐºÑималÑнÑй ÑÑок дейÑÑÐ²Ð¸Ñ DNSSL ÑлеменÑов Ð´Ð»Ñ ÑазÑеÑÐµÐ½Ð¸Ñ " -#~ "имен.ÐÑполÑзÑйÑе 0 Ð´Ð»Ñ ÑÑÑановки беÑконеÑного ÑÑока дейÑÑвиÑ" - -#~ msgid "" -#~ "Specifies the maximum duration how long the RDNSS entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "" -#~ "УÑÑÐ°Ð½Ð°Ð²Ð»Ð¸Ð²Ð°ÐµÑ Ð¼Ð°ÐºÑималÑнÑй ÑÑок дейÑÑÐ²Ð¸Ñ DNSSL ÑлеменÑов Ð´Ð»Ñ ÑазÑеÑÐµÐ½Ð¸Ñ " -#~ "имен.ÐÑполÑзÑйÑе 0 Ð´Ð»Ñ ÑÑÑановки беÑконеÑного ÑÑока дейÑÑвиÑ" diff --git a/applications/luci-app-radvd/po/sk/radvd.po b/applications/luci-app-radvd/po/sk/radvd.po deleted file mode 100644 index 9bd26fa34..000000000 --- a/applications/luci-app-radvd/po/sk/radvd.po +++ /dev/null @@ -1,367 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" - -msgid "6to4 interface" -msgstr "" - -msgid "Address" -msgstr "" - -msgid "Addresses" -msgstr "" - -msgid "Advanced" -msgstr "" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "" - -msgid "Advertised Domain Suffixes" -msgstr "" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "" - -msgid "DNSSL Configuration" -msgstr "" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "" - -msgid "Radvd - DNSSL" -msgstr "" - -msgid "Radvd - Interface %q" -msgstr "" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "" - -msgid "yes" -msgstr "" diff --git a/applications/luci-app-radvd/po/sv/radvd.po b/applications/luci-app-radvd/po/sv/radvd.po deleted file mode 100644 index b2a88999f..000000000 --- a/applications/luci-app-radvd/po/sv/radvd.po +++ /dev/null @@ -1,370 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "6to4 interface" -msgstr "" - -msgid "Address" -msgstr "Adress" - -msgid "Addresses" -msgstr "Adresser" - -msgid "Advanced" -msgstr "Avancerat" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "Annonsera router-adress" - -msgid "Advertised Domain Suffixes" -msgstr "" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "Annonsering" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "Klienter" - -msgid "Configuration flag" -msgstr "Konfigurationsflagga" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "Konfiguration av DNSSL" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "Aktivera" - -msgid "Enable advertisements" -msgstr "Aktivera annonser" - -msgid "Enables router advertisements and solicitations" -msgstr "Aktivera router-annonser och hemställande" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "Generella" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "Gränssnitt" - -msgid "Interface Configuration" -msgstr "Konfiguration av gränssnitt" - -msgid "Interface required" -msgstr "Gränssnitt krävs" - -msgid "Interfaces" -msgstr "Gränsnitt" - -msgid "Lifetime" -msgstr "Livstid" - -msgid "Link MTU" -msgstr "Länka MTU" - -msgid "Managed flag" -msgstr "Hanterad flagga" - -msgid "Max. interval" -msgstr "Maximalt intervall" - -msgid "Maximum advertisement interval" -msgstr "Maximalt intervall för annonsering" - -msgid "Minimum advertisement delay" -msgstr "Minsta fördröjning av annonsering" - -msgid "Minimum advertisement interval" -msgstr "Minsta intervall för annonsering" - -msgid "Mobile IPv6" -msgstr "Mobilt IPv6" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "Prefix" - -msgid "Prefix Configuration" -msgstr "Konfiguration av prefix" - -msgid "Prefixes" -msgstr "Prefix" - -msgid "RDNSS" -msgstr "RDNSS" - -msgid "RDNSS Configuration" -msgstr "Konfiguration av RDNSS" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - Gränssnitt %q" - -msgid "Radvd - Prefix" -msgstr "Radvd - Prefix" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - Route" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" -"Begränsa kommunikation till specificerade klienter, lämna tom för att " -"använda multicast" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "Konfiguration för rutt" - -msgid "Routes" -msgstr "Rutter" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "Tillägg" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "Endast Unicast" - -msgid "Valid lifetime" -msgstr "Giltig livstid" - -msgid "Validity time" -msgstr "Tid för giltighet" - -msgid "default" -msgstr "standard" - -msgid "high" -msgstr "hög" - -msgid "low" -msgstr "lÃ¥g" - -msgid "medium" -msgstr "mellan" - -msgid "no" -msgstr "nej" - -msgid "yes" -msgstr "ja" diff --git a/applications/luci-app-radvd/po/templates/radvd.pot b/applications/luci-app-radvd/po/templates/radvd.pot deleted file mode 100644 index ff9eb547a..000000000 --- a/applications/luci-app-radvd/po/templates/radvd.pot +++ /dev/null @@ -1,360 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" - -msgid "6to4 interface" -msgstr "" - -msgid "Address" -msgstr "" - -msgid "Addresses" -msgstr "" - -msgid "Advanced" -msgstr "" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "" - -msgid "Advertised Domain Suffixes" -msgstr "" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "" - -msgid "DNSSL Configuration" -msgstr "" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "" - -msgid "Radvd - DNSSL" -msgstr "" - -msgid "Radvd - Interface %q" -msgstr "" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "" - -msgid "yes" -msgstr "" diff --git a/applications/luci-app-radvd/po/tr/radvd.po b/applications/luci-app-radvd/po/tr/radvd.po deleted file mode 100644 index 8b8ed8f81..000000000 --- a/applications/luci-app-radvd/po/tr/radvd.po +++ /dev/null @@ -1,367 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -msgid "6to4 interface" -msgstr "" - -msgid "Address" -msgstr "" - -msgid "Addresses" -msgstr "" - -msgid "Advanced" -msgstr "" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "" - -msgid "Advertised Domain Suffixes" -msgstr "" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "" - -msgid "DNSSL Configuration" -msgstr "" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "" - -msgid "Radvd - DNSSL" -msgstr "" - -msgid "Radvd - Interface %q" -msgstr "" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "" - -msgid "yes" -msgstr "" diff --git a/applications/luci-app-radvd/po/uk/radvd.po b/applications/luci-app-radvd/po/uk/radvd.po deleted file mode 100644 index 648035db6..000000000 --- a/applications/luci-app-radvd/po/uk/radvd.po +++ /dev/null @@ -1,381 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-05-26 19:17+0200\n" -"Last-Translator: Yurii <yuripet@gmail.com>\n" -"Language-Team: none\n" -"Language: uk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Pootle 2.0.6\n" - -msgid "6to4 interface" -msgstr "ÐнÑеÑÑÐµÐ¹Ñ 6to4" - -msgid "Address" -msgstr "ÐдÑеÑа" - -msgid "Addresses" -msgstr "ÐдÑеÑи" - -msgid "Advanced" -msgstr "ÐодаÑково" - -msgid "Advertise Home Agent flag" -msgstr "ÐголоÑÑваÑи познаÑÐºÑ Home Agent" - -msgid "Advertise router address" -msgstr "ÐголоÑÑваÑи адÑеÑÑ ÑоÑÑеÑа" - -msgid "Advertised Domain Suffixes" -msgstr "ÐголоÑÑÐ²Ð°Ð½Ñ ÑÑÑÑкÑи доменÑ" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" -"ÐголоÑÑваний IPv6 RDNSS. ЯкÑо не задано, викоÑиÑÑовÑÑÑÑÑÑ Ð¿Ð¾ÑоÑна " -"IPv6-адÑеÑа ÑнÑеÑÑейÑÑ." - -msgid "Advertised IPv6 prefixes" -msgstr "ÐголоÑÑÐ²Ð°Ð½Ñ IPv6-пÑеÑÑкÑи" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" -"ÐголоÑÑÐ²Ð°Ð½Ñ IPv6-пÑеÑÑкÑи. ЯкÑо не задано, викоÑиÑÑовÑÑÑÑÑÑ Ð¿Ð¾ÑоÑний пÑеÑÑÐºÑ " -"ÑнÑеÑÑейÑÑ" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "ÐголоÑÑÑ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ð¾ÑÑÑ Home Agent мобÑлÑного IPv6 (RFC3775)" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "ÐголоÑÑÑ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ð¾ÑÑÑ ÑеÑÑÑÑаÑÑÑ Ð¼Ð¾Ð±ÑлÑного маÑÑÑÑÑизаÑоÑа (NEMO Basic)" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" -"ÐголоÑÑÑ Ð¿ÐµÑедбаÑÑваний ÑÐ°Ñ Ð´Ð¾ÑÑжноÑÑÑ (Ñ Ð¼ÑлÑÑекÑÐ½Ð´Ð°Ñ ) ÑÑÑÑднÑÑ Ð²ÑзлÑв. " -"ÐнаÑÐµÐ½Ð½Ñ 0 вÑдклÑÑÐ°Ñ Ð¾Ð³Ð¾Ð»Ð¾ÑеннÑ." - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" -"ÐголоÑÑÑ Ñипове знаÑÐµÐ½Ð½Ñ Ð»ÑÑилÑника HOP-Ñв Ð´Ð»Ñ Ð²Ð¸Ñ ÑÐ´Ð½Ð¸Ñ unicast-пакеÑÑв. " -"ÐнаÑÐµÐ½Ð½Ñ 0 вÑдклÑÑÐ°Ñ Ð¾Ð³Ð¾Ð»Ð¾ÑеннÑ." - -msgid "Advertises the default router preference" -msgstr "ÐголоÑÑÑ ÑÐ¸Ð¿Ð¾Ð²Ñ Ð½Ð°ÑÑÑойки маÑÑÑÑÑизаÑоÑа" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" -"ÐголоÑÑÑ Ð¿ÐµÐ²Ð½Ð¸Ð¹ макÑималÑний ÑозмÑÑ Ð¿Ð°ÐºÐµÑа (ÑкÑо вÑн вказаний). ÐнаÑÐµÐ½Ð½Ñ 0 " -"вÑдклÑÑÐ°Ñ Ð¾Ð³Ð¾Ð»Ð¾ÑеннÑ." - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "ÐголоÑеннÑ" - -msgid "Autonomous" -msgstr "ÐвÑономний" - -msgid "Clients" -msgstr "ÐлÑÑнÑи" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "" - -msgid "DNSSL Configuration" -msgstr "" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "" - -msgid "Radvd - DNSSL" -msgstr "" - -msgid "Radvd - Interface %q" -msgstr "" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "" - -msgid "yes" -msgstr "" diff --git a/applications/luci-app-radvd/po/vi/radvd.po b/applications/luci-app-radvd/po/vi/radvd.po deleted file mode 100644 index 63f8fa0d5..000000000 --- a/applications/luci-app-radvd/po/vi/radvd.po +++ /dev/null @@ -1,368 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2010-11-21 04:06+0100\n" -"Last-Translator: <jow@openwrt.org>\n" -"Language-Team: German\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "6to4 interface" -msgstr "" - -msgid "Address" -msgstr "" - -msgid "Addresses" -msgstr "" - -msgid "Advanced" -msgstr "" - -msgid "Advertise Home Agent flag" -msgstr "" - -msgid "Advertise router address" -msgstr "" - -msgid "Advertised Domain Suffixes" -msgstr "" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "" - -msgid "Advertised IPv6 prefixes" -msgstr "" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "" - -msgid "Advertises the default router preference" -msgstr "" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "" - -msgid "Advertising" -msgstr "" - -msgid "Autonomous" -msgstr "" - -msgid "Clients" -msgstr "" - -msgid "Configuration flag" -msgstr "" - -msgid "Current hop limit" -msgstr "" - -msgid "DNSSL" -msgstr "" - -msgid "DNSSL Configuration" -msgstr "" - -msgid "Default lifetime" -msgstr "" - -msgid "Default preference" -msgstr "" - -msgid "Enable" -msgstr "" - -msgid "Enable advertisements" -msgstr "" - -msgid "Enables router advertisements and solicitations" -msgstr "" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "" - -msgid "General" -msgstr "" - -msgid "Home Agent information" -msgstr "" - -msgid "Home Agent lifetime" -msgstr "" - -msgid "Home Agent preference" -msgstr "" - -msgid "Include Home Agent Information in the RA" -msgstr "" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "" - -msgid "Interface" -msgstr "" - -msgid "Interface Configuration" -msgstr "" - -msgid "Interface required" -msgstr "" - -msgid "Interfaces" -msgstr "" - -msgid "Lifetime" -msgstr "" - -msgid "Link MTU" -msgstr "" - -msgid "Managed flag" -msgstr "" - -msgid "Max. interval" -msgstr "" - -msgid "Maximum advertisement interval" -msgstr "" - -msgid "Minimum advertisement delay" -msgstr "" - -msgid "Minimum advertisement interval" -msgstr "" - -msgid "Mobile IPv6" -msgstr "" - -msgid "Mobile IPv6 interval option" -msgstr "" - -msgid "Mobile IPv6 router registration" -msgstr "" - -msgid "Multicast" -msgstr "" - -msgid "On-link" -msgstr "" - -msgid "On-link determination" -msgstr "" - -msgid "Preference" -msgstr "" - -msgid "Preferred lifetime" -msgstr "" - -msgid "Prefix" -msgstr "" - -msgid "Prefix Configuration" -msgstr "" - -msgid "Prefixes" -msgstr "" - -msgid "RDNSS" -msgstr "" - -msgid "RDNSS Configuration" -msgstr "" - -msgid "Radvd" -msgstr "" - -msgid "Radvd - DNSSL" -msgstr "" - -msgid "Radvd - Interface %q" -msgstr "" - -msgid "Radvd - Prefix" -msgstr "" - -msgid "Radvd - RDNSS" -msgstr "" - -msgid "Radvd - Route" -msgstr "" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" - -msgid "Reachable time" -msgstr "" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "" - -msgid "Retransmit timer" -msgstr "" - -msgid "Route Configuration" -msgstr "" - -msgid "Routes" -msgstr "" - -msgid "Source link-layer address" -msgstr "" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "" - -msgid "Specifies the preference associated with the default router" -msgstr "" - -msgid "Suffix" -msgstr "" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "" - -msgid "The preference for the Home Agent sending this RA" -msgstr "" - -msgid "Timing" -msgstr "" - -msgid "Unicast only" -msgstr "" - -msgid "Valid lifetime" -msgstr "" - -msgid "Validity time" -msgstr "" - -msgid "default" -msgstr "" - -msgid "high" -msgstr "" - -msgid "low" -msgstr "" - -msgid "medium" -msgstr "" - -msgid "no" -msgstr "" - -msgid "yes" -msgstr "" diff --git a/applications/luci-app-radvd/po/zh-cn/radvd.po b/applications/luci-app-radvd/po/zh-cn/radvd.po deleted file mode 100644 index 9cb3a31b9..000000000 --- a/applications/luci-app-radvd/po/zh-cn/radvd.po +++ /dev/null @@ -1,399 +0,0 @@ -# -# Yangfl <mmyangfl@gmail.com>, 2017. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2017-10-29 15:24+0800\n" -"Last-Translator: Yangfl <mmyangfl@gmail.com>\n" -"Language-Team: <debian-l10n-chinese@lists.debian.org>\n" -"Language: zh_CN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Gtranslator 2.91.7\n" - -msgid "6to4 interface" -msgstr "6to4 æ¥å£" - -msgid "Address" -msgstr "å°å" - -msgid "Addresses" -msgstr "å°å" - -msgid "Advanced" -msgstr "è¿é¶é项" - -msgid "Advertise Home Agent flag" -msgstr "宣åæ¬å°ä»£çæ è¯" - -msgid "Advertise router address" -msgstr "宣åè·¯ç±å°å" - -msgid "Advertised Domain Suffixes" -msgstr "宣åçååç¼" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "宣åç IPv6 RDNSS å°åãè¥ä¸ºç©ºï¼å为å½å IPv6 å°å" - -msgid "Advertised IPv6 prefixes" -msgstr "宣åç IPv6 åç¼ç¾¤" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "宣åç IPv6 åç¼ç¾¤ãè¥ä¸ºç©ºï¼å°ä½¿ç¨å½åæ¥å£çåç¼" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "宣åç§»å¨ IPv6 æ¬å°ä»£çåè½ï¼RFC3775ï¼" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "宣å移å¨è·¯ç±å¨æ³¨ååè½ï¼NEMO åºæ¬ï¼" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "å¨ RA ä¸å®£åä¼°ç®çé»å± å¯è¾¾æ¶é´ï¼æ¯«ç§ï¼ã0 ç¦ç¨å¯è¾¾æ§å®£å" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "å¨ RA ä¸å®£åå¤ååææ°æ®å çé»è®¤è·³æ°å¼ã0 ç¦ç¨è·³æ°å®£å" - -msgid "Advertises the default router preference" -msgstr "宣åé»è®¤è·¯ç±è®¾ç½®" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "å¨ RA ä¸å®£åç»å®çé¾è·¯ MTUã0 ç¦ç¨ MTU 宣å" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" -"宣åæ¶é´é¿åº¦ï¼ç§ï¼ï¼å¯¹éè¿æ ç¶æå°åèªå¨é ç½®ä»åç¼çæçå°åï¼ç»´æ为é¦éå°" -"åã" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "宣ååç¼å¯¹ on-link å³å®ææçæ¶é´é¿åº¦ï¼ç§ï¼ã" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "宣åé»è®¤è·¯ç±å¨ççåæ¶é´ï¼ç§ï¼ã0 代表ç»ç¹æ²¡æé»è®¤è·¯ç±" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "宣åè·¯ç±å¨æä¾ç§»å¨ IPv6 æ¬å°ä»£çæå¡çæ¶é´ï¼ç§ï¼" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "宣å RA ä¸é»å± 请æ±æ¶æ¯é´ççå¾ æ¶é´ï¼æ¯«ç§ï¼ã0 ç¦ç¨å®£åéä¼ " - -msgid "Advertising" -msgstr "宣å" - -msgid "Autonomous" -msgstr "èªæ²»ç" - -msgid "Clients" -msgstr "客æ·ç«¯" - -msgid "Configuration flag" -msgstr "设置æ è¯" - -msgid "Current hop limit" -msgstr "å½åè·³æ°éå¶" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "DNSSL 设置" - -msgid "Default lifetime" -msgstr "é»è®¤çåæ¶é" - -msgid "Default preference" -msgstr "é»è®¤ä¼å 级" - -msgid "Enable" -msgstr "å¯ç¨" - -msgid "Enable advertisements" -msgstr "å¯ç¨å®£å" - -msgid "Enables router advertisements and solicitations" -msgstr "æ¿æ´»è·¯ç±å®£åå请æ±" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "使è½éå çåºäºç¶æ管ççèªå¨é ç½®åè®®ï¼RFC2462ï¼" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "å¯ç¨èªå¨é ç½®ï¼ä¸å æ¬å°åä¿¡æ¯ï¼RFC2462ï¼" - -msgid "General" -msgstr "æ¦åµ" - -msgid "Home Agent information" -msgstr "æ¬å°ä»£çä¿¡æ¯" - -msgid "Home Agent lifetime" -msgstr "æ¬å°ä»£çæææ" - -msgid "Home Agent preference" -msgstr "æ¬å°ä»£çä¼å æ" - -msgid "Include Home Agent Information in the RA" -msgstr "è·¯ç±å¨å ¬åæ¥æä¸å å«æ¬å°ä»£çä¿¡æ¯" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "è·¯ç±å¨å ¬åæ¥æä¸å å«ç§»å¨ IPv6 宣åé´é设置" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "è·¯ç±å¨å ¬åæ¥æä¸å å«åºæ¥å£çé¾è·¯å±å°å" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "表æ使ç¨æ¥å£çå°ååéèéç½ç»åç¼ï¼ç§»å¨ IPv6 éè¦" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "表ææ½å¨çé¾è·¯å¹¶ä¸å ·æ宣åè½åï¼é¿å 主å¨è§¦åç宣åæ¥æååº" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "表ææ¤åç¼è½å¤ç¨äºå¿åå°åé ç½®ï¼RFC4862ï¼" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "表ææ¤åç¼è½å¤ç¨äº on-link å³å®ï¼RFC481ï¼" - -msgid "Interface" -msgstr "æ¥å£" - -msgid "Interface Configuration" -msgstr "æ¥å£è®¾ç½®" - -msgid "Interface required" -msgstr "æ¥å£å¿ è¦é¡¹" - -msgid "Interfaces" -msgstr "æ¥å£" - -msgid "Lifetime" -msgstr "æææ" - -msgid "Link MTU" -msgstr "è¿æ¥ MTU" - -msgid "Managed flag" -msgstr "M æ è¯" - -msgid "Max. interval" -msgstr "æ大é´é" - -msgid "Maximum advertisement interval" -msgstr "æ大宣åé´é" - -msgid "Minimum advertisement delay" -msgstr "æå°å®£å延æ¶" - -msgid "Minimum advertisement interval" -msgstr "æå°å®£åé´é" - -msgid "Mobile IPv6" -msgstr "ç§»å¨ IPv6" - -msgid "Mobile IPv6 interval option" -msgstr "ç§»å¨ IPv6 é´éé项" - -msgid "Mobile IPv6 router registration" -msgstr "ç§»å¨ IPv6 è·¯ç±æ³¨å" - -msgid "Multicast" -msgstr "ç»æä¼ è¾" - -msgid "On-link" -msgstr "å·²è¿æ¥ç" - -msgid "On-link determination" -msgstr "å·²è¿æ¥çç®æ " - -msgid "Preference" -msgstr "é¦é项" - -msgid "Preferred lifetime" -msgstr "ææççåæ¶é´" - -msgid "Prefix" -msgstr "åç¼" - -msgid "Prefix Configuration" -msgstr "åç¼è®¾ç½®" - -msgid "Prefixes" -msgstr "åç¼ç¾¤" - -msgid "RDNSS" -msgstr "é»å± åç°æå¡å¨" - -msgid "RDNSS Configuration" -msgstr "é»å± åç°æå¡å¨è®¾ç½®" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - æ¥å£ %q" - -msgid "Radvd - Prefix" -msgstr "Radvd - åç¼" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - è·¯ç±" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" -"Radvd æ¯ä¸ä¸ª IPv6 è·¯ç±å ¬å软件ï¼æç § RFC4861 çå¬è·¯ç±è¯·æ±ååéè·¯ç±å ¬åã" - -msgid "Reachable time" -msgstr "å¯è¾¾å»¶æ¶" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "éå¶ç¹å®ä¼è¯ï¼ç空å使ç¨ç»æ" - -msgid "Retransmit timer" -msgstr "ä¸ç»§è½¬å计æ¶å¨" - -msgid "Route Configuration" -msgstr "è·¯ç±è®¾ç½®" - -msgid "Routes" -msgstr "è·¯ç±" - -msgid "Source link-layer address" -msgstr "æºé¾è·¯å±å°å" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" -"æå®ä»å ¶å¯¼åº 6to4 åç¼çé»è¾æ¥å£å称ãæ¥å£çå ¬å ± IPv4 å°åå°ä¸ 2002::/3 åå" -"ç¼é项çå¼ç¸ç»å" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "设å®è·¯ç±å ³èççåæ¶é´ï¼ç§ï¼" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "说æè¿ä¸ªç©çæ¥å£è¿æ¥å°åªä¸ªç½ç»" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "è®¾å® DNSSL 表项å称解æçæé¿æ¶é´é´é" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "è®¾å® RDNSS 表项å称解æçæé¿æ¶é´é´é" - -msgid "Specifies the preference associated with the default router" -msgstr "设å®å ³èçé»è®¤è·¯ç±çé ç½®" - -msgid "Suffix" -msgstr "åç¼" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "å 许æ¥å£åéç»æè·¯ç±å®£åæ¥æçæ大æ¶é´é´éï¼ç§ï¼" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "å 许æ¥å£åéç»æè·¯ç±å®£åæ¥æçæå°æ¶é´é´éï¼ç§ï¼" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "å 许æ¥å£åé主å¨è§¦åç»æè·¯ç±å®£åæ¥æçæå°æ¶é´é´éï¼ç§ï¼" - -msgid "The preference for the Home Agent sending this RA" -msgstr "åéæ¤ RA çæ¬å°ä»£ççé¦é项" - -msgid "Timing" -msgstr "计æ¶" - -msgid "Unicast only" -msgstr "åæ" - -msgid "Valid lifetime" -msgstr "ææççåæ¶é´" - -msgid "Validity time" -msgstr "æææ" - -msgid "default" -msgstr "é»è®¤" - -msgid "high" -msgstr "é«" - -msgid "low" -msgstr "ä½" - -msgid "medium" -msgstr "ä¸" - -msgid "no" -msgstr "å¦" - -msgid "yes" -msgstr "æ¯" - -#~ msgid "Advertised IPv6 prefix" -#~ msgstr "IPV6广æåç¼" - -#~ msgid "" -#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" -#~ msgstr "IPV6广æåç¼ãè¥ä¸ºç©ºï¼åå½åæ¥å£åç¼å·²è¢«ä½¿ç¨ã" - -#~ msgid "Open" -#~ msgstr "æå¼" - -#~ msgid "" -#~ "Specifies the maximum duration how long the DNSSL entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "æå®DNSSL解æååçæé¿æ¶é´ï¼0å为æ éé¿" - -#~ msgid "" -#~ "Specifies the maximum duration how long the RDNSS entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "æå®RDNSS解æååçæé¿æ¶é´ï¼0å为æ éé¿" diff --git a/applications/luci-app-radvd/po/zh-tw/radvd.po b/applications/luci-app-radvd/po/zh-tw/radvd.po deleted file mode 100644 index 6de830979..000000000 --- a/applications/luci-app-radvd/po/zh-tw/radvd.po +++ /dev/null @@ -1,399 +0,0 @@ -# -# Yangfl <mmyangfl@gmail.com>, 2017. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2017-10-29 15:24+0800\n" -"Last-Translator: Yangfl <mmyangfl@gmail.com>\n" -"Language-Team: <debian-l10n-chinese@lists.debian.org>\n" -"Language: zh_TW\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Gtranslator 2.91.7\n" - -msgid "6to4 interface" -msgstr "6to4 ä»é¢" - -msgid "Address" -msgstr "ä½å" - -msgid "Addresses" -msgstr "ä½å" - -msgid "Advanced" -msgstr "é²éé¸é " - -msgid "Advertise Home Agent flag" -msgstr "宣åæ¬å°ä»£çæ¨è" - -msgid "Advertise router address" -msgstr "宣åè·¯ç±ä½å" - -msgid "Advertised Domain Suffixes" -msgstr "宣åçååå°¾" - -msgid "" -"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " -"is used" -msgstr "宣åç IPv6 RDNSS ä½åãè¥çºç©ºï¼åçºç¶å IPv6 ä½å" - -msgid "Advertised IPv6 prefixes" -msgstr "宣åç IPv6 åé¦ç¾¤" - -msgid "" -"Advertised IPv6 prefixes. If empty, the current interface prefix is used" -msgstr "宣åç IPv6 åé¦ç¾¤ãè¥çºç©ºï¼å°ä½¿ç¨ç¶åä»é¢çåé¦" - -msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" -msgstr "宣å移å IPv6 æ¬å°ä»£çåè½ï¼RFC3775ï¼" - -msgid "Advertises Mobile Router registration capability (NEMO Basic)" -msgstr "宣å移åè·¯ç±å¨è¨»ååè½ï¼NEMO åºæ¬ï¼" - -msgid "" -"Advertises assumed reachability time in milliseconds of neighbours in the RA " -"if specified. 0 disables reachability advertisements" -msgstr "å¨ RA ä¸å®£åä¼°ç®çé°å± å¯éæéï¼æ¯«ç§ï¼ã0 ç¦ç¨å¯éæ§å®£å" - -msgid "" -"Advertises the default Hop Count value for outgoing unicast packets in the " -"RA. 0 disables hopcount advertisements" -msgstr "å¨ RA ä¸å®£åå¤ç¼å®æè³æå çé è¨è·³æ¸å¼ã0 ç¦ç¨è·³æ¸å®£å" - -msgid "Advertises the default router preference" -msgstr "宣åé è¨è·¯ç±è¨å®" - -msgid "" -"Advertises the given link MTU in the RA if specified. 0 disables MTU " -"advertisements" -msgstr "å¨ RA ä¸å®£å給å®çéè·¯ MTUã0 ç¦ç¨ MTU 宣å" - -msgid "" -"Advertises the length of time in seconds that addresses generated from the " -"prefix via stateless address autoconfiguration remain preferred." -msgstr "" -"宣åæéé·åº¦ï¼ç§ï¼ï¼å°ééç¡çæ ä½åèªåé ç½®å¾åé¦çæçä½åï¼ç¶æçºé¦é¸å°" -"åã" - -msgid "" -"Advertises the length of time in seconds that the prefix is valid for the " -"purpose of on-link determination." -msgstr "宣ååé¦å° on-link 決å®ææçæéé·åº¦ï¼ç§ï¼ã" - -msgid "" -"Advertises the lifetime of the default router in seconds. 0 indicates that " -"the node is no default router" -msgstr "宣åé è¨è·¯ç±å¨ççåæéï¼ç§ï¼ã0 代表çµé»æ²æé è¨è·¯ç±" - -msgid "" -"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " -"services" -msgstr "宣åè·¯ç±å¨æä¾ç§»å IPv6 æ¬å°ä»£çæåçæéï¼ç§ï¼" - -msgid "" -"Advertises wait time in milliseconds between Neighbor Solicitation messages " -"in the RA if specified. 0 disables retransmit advertisements" -msgstr "宣å RA ä¸é°å± è«æ±è¨æ¯éççå¾ æéï¼æ¯«ç§ï¼ã0 ç¦ç¨å®£åéå³" - -msgid "Advertising" -msgstr "宣å" - -msgid "Autonomous" -msgstr "èªæ²»ç" - -msgid "Clients" -msgstr "客æ¶ç«¯" - -msgid "Configuration flag" -msgstr "è¨å®æ¨è" - -msgid "Current hop limit" -msgstr "ç¶åè·³æ¸éå¶" - -msgid "DNSSL" -msgstr "DNSSL" - -msgid "DNSSL Configuration" -msgstr "DNSSL è¨å®" - -msgid "Default lifetime" -msgstr "é è¨çåæé" - -msgid "Default preference" -msgstr "é è¨åªå é åº" - -msgid "Enable" -msgstr "åç¨" - -msgid "Enable advertisements" -msgstr "åç¨å®£å" - -msgid "Enables router advertisements and solicitations" -msgstr "åç¨è·¯ç±å®£ååè«æ±" - -msgid "" -"Enables the additional stateful administered autoconfiguration protocol " -"(RFC2462)" -msgstr "使è½éå çåºæ¼çæ 管ççèªåé ç½®åè°ï¼RFC2462ï¼" - -msgid "" -"Enables the autoconfiguration of additional, non address information " -"(RFC2462)" -msgstr "åç¨èªåé ç½®ï¼ä¸å æ¬ä½åè³è¨ï¼RFC2462ï¼" - -msgid "General" -msgstr "æ¦æ³" - -msgid "Home Agent information" -msgstr "æ¬å°ä»£çè³è¨" - -msgid "Home Agent lifetime" -msgstr "æ¬å°ä»£çæææ" - -msgid "Home Agent preference" -msgstr "æ¬å°ä»£çåªå æ¬" - -msgid "Include Home Agent Information in the RA" -msgstr "è·¯ç±å¨å ¬åå ±æä¸å å«æ¬å°ä»£çè³è¨" - -msgid "Include Mobile IPv6 Advertisement Interval option to RA" -msgstr "è·¯ç±å¨å ¬åå ±æä¸å å«ç§»å IPv6 宣åééè¨å®" - -msgid "Includes the link-layer address of the outgoing interface in the RA" -msgstr "è·¯ç±å¨å ¬åå ±æä¸å å«åºä»é¢çé路層ä½å" - -msgid "" -"Indicates that the address of interface is sent instead of network prefix, " -"as is required by Mobile IPv6" -msgstr "表æ使ç¨ä»é¢çä½åå³éèé網路åé¦ï¼ç§»å IPv6 éè¦" - -msgid "" -"Indicates that the underlying link is not broadcast capable, prevents " -"unsolicited advertisements from being sent" -msgstr "表ææ½å¨çé路並ä¸å ·æ宣åè½åï¼é¿å 主å觸ç¼ç宣åå ±æç¼åº" - -msgid "" -"Indicates that this prefix can be used for autonomous address configuration " -"(RFC4862)" -msgstr "表ææ¤åé¦è½å¤ ç¨æ¼å¿åä½åé ç½®ï¼RFC4862ï¼" - -msgid "" -"Indicates that this prefix can be used for on-link determination (RFC4861)" -msgstr "表ææ¤åé¦è½å¤ ç¨æ¼ on-link 決å®ï¼RFC481ï¼" - -msgid "Interface" -msgstr "ä»é¢" - -msgid "Interface Configuration" -msgstr "ä»é¢è¨å®" - -msgid "Interface required" -msgstr "ä»é¢å¿ è¦é " - -msgid "Interfaces" -msgstr "ä»é¢" - -msgid "Lifetime" -msgstr "æææ" - -msgid "Link MTU" -msgstr "é£ç· MTU" - -msgid "Managed flag" -msgstr "M æ¨è" - -msgid "Max. interval" -msgstr "æ大éé" - -msgid "Maximum advertisement interval" -msgstr "æ大宣åéé" - -msgid "Minimum advertisement delay" -msgstr "æå°å®£å延æ" - -msgid "Minimum advertisement interval" -msgstr "æå°å®£åéé" - -msgid "Mobile IPv6" -msgstr "移å IPv6" - -msgid "Mobile IPv6 interval option" -msgstr "移å IPv6 ééé¸é " - -msgid "Mobile IPv6 router registration" -msgstr "移å IPv6 è·¯ç±è¨»å" - -msgid "Multicast" -msgstr "çµæå³è¼¸" - -msgid "On-link" -msgstr "å·²é£ç·ç" - -msgid "On-link determination" -msgstr "å·²é£ç·çç®æ¨" - -msgid "Preference" -msgstr "é¦é¸é " - -msgid "Preferred lifetime" -msgstr "ææççåæé" - -msgid "Prefix" -msgstr "åé¦" - -msgid "Prefix Configuration" -msgstr "åé¦è¨å®" - -msgid "Prefixes" -msgstr "åé¦ç¾¤" - -msgid "RDNSS" -msgstr "é°å± ç¼ç¾ä¼ºæå¨" - -msgid "RDNSS Configuration" -msgstr "é°å± ç¼ç¾ä¼ºæå¨è¨å®" - -msgid "Radvd" -msgstr "Radvd" - -msgid "Radvd - DNSSL" -msgstr "Radvd - DNSSL" - -msgid "Radvd - Interface %q" -msgstr "Radvd - ä»é¢ %q" - -msgid "Radvd - Prefix" -msgstr "Radvd - åé¦" - -msgid "Radvd - RDNSS" -msgstr "Radvd - RDNSS" - -msgid "Radvd - Route" -msgstr "Radvd - è·¯ç±" - -msgid "" -"Radvd is a router advertisement daemon for IPv6. It listens to router " -"solicitations and sends router advertisements as described in RFC 4861." -msgstr "" -"Radvd æ¯ä¸å IPv6 è·¯ç±å ¬åè»é«ï¼æç § RFC4861 ç£è½è·¯ç±è«æ±åå³éè·¯ç±å ¬åã" - -msgid "Reachable time" -msgstr "å¯é延æ" - -msgid "" -"Restrict communication to specified clients, leave empty to use multicast" -msgstr "éå¶ç¹å®æ話ï¼ç空å使ç¨çµæ" - -msgid "Retransmit timer" -msgstr "ä¸ç¹¼è½ç¼è¨æå¨" - -msgid "Route Configuration" -msgstr "è·¯ç±è¨å®" - -msgid "Routes" -msgstr "è·¯ç±" - -msgid "Source link-layer address" -msgstr "æºé路層ä½å" - -msgid "" -"Specifies a logical interface name to derive a 6to4 prefix from. The " -"interfaces public IPv4 address is combined with 2002::/3 and the value of " -"the prefix option" -msgstr "" -"æå®å¾å ¶å¯åº 6to4 åé¦çé輯ä»é¢å稱ãä»é¢çå ¬å ± IPv4 ä½åå°è 2002::/3 åå" -"綴é¸é çå¼ç¸çµå" - -msgid "Specifies the lifetime associated with the route in seconds." -msgstr "è¨å®è·¯ç±éè¯ççåæéï¼ç§ï¼" - -msgid "Specifies the logical interface name this section belongs to" -msgstr "說æéåç©çä»é¢é£ç·å°åªå網路" - -msgid "" -"Specifies the maximum duration how long the DNSSL entries are used for name " -"resolution." -msgstr "è¨å® DNSSL 表é å稱解æçæé·æééé" - -msgid "" -"Specifies the maximum duration how long the RDNSS entries are used for name " -"resolution." -msgstr "è¨å® RDNSS 表é å稱解æçæé·æééé" - -msgid "Specifies the preference associated with the default router" -msgstr "è¨å®éè¯çé è¨è·¯ç±çé ç½®" - -msgid "Suffix" -msgstr "åå°¾" - -msgid "" -"The maximum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "å 許ä»é¢å³éçµæè·¯ç±å®£åå ±æçæ大æéééï¼ç§ï¼" - -msgid "" -"The minimum time allowed between sending multicast router advertisements " -"from the interface, in seconds" -msgstr "å 許ä»é¢å³éçµæè·¯ç±å®£åå ±æçæå°æéééï¼ç§ï¼" - -msgid "" -"The minimum time allowed between sending unsolicited multicast router " -"advertisements from the interface, in seconds" -msgstr "å 許ä»é¢å³é主å觸ç¼çµæè·¯ç±å®£åå ±æçæå°æéééï¼ç§ï¼" - -msgid "The preference for the Home Agent sending this RA" -msgstr "å³éæ¤ RA çæ¬å°ä»£ççé¦é¸é " - -msgid "Timing" -msgstr "è¨æ" - -msgid "Unicast only" -msgstr "å®æ" - -msgid "Valid lifetime" -msgstr "ææççåæé" - -msgid "Validity time" -msgstr "æææ" - -msgid "default" -msgstr "é è¨" - -msgid "high" -msgstr "é«" - -msgid "low" -msgstr "ä½" - -msgid "medium" -msgstr "ä¸" - -msgid "no" -msgstr "å¦" - -msgid "yes" -msgstr "æ¯" - -#~ msgid "Advertised IPv6 prefix" -#~ msgstr "IPV6廣æåé¦" - -#~ msgid "" -#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" -#~ msgstr "IPV6廣æåé¦ãè¥çºç©ºï¼åç¶åä»é¢åé¦å·²è¢«ä½¿ç¨ã" - -#~ msgid "Open" -#~ msgstr "éå" - -#~ msgid "" -#~ "Specifies the maximum duration how long the DNSSL entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "æå®DNSSL解æååçæé·æéï¼0åçºç¡éé·" - -#~ msgid "" -#~ "Specifies the maximum duration how long the RDNSS entries are used for " -#~ "name resolution. Use 0 to specify an infinite lifetime" -#~ msgstr "æå®RDNSS解æååçæé·æéï¼0åçºç¡éé·" diff --git a/applications/luci-app-radvd/root/etc/uci-defaults/40_luci-radvd b/applications/luci-app-radvd/root/etc/uci-defaults/40_luci-radvd deleted file mode 100755 index c1f3b7546..000000000 --- a/applications/luci-app-radvd/root/etc/uci-defaults/40_luci-radvd +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -uci -q batch <<-EOF >/dev/null - delete ucitrack.@radvd[-1] - add ucitrack radvd - set ucitrack.@radvd[-1].init=radvd - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0 -- 2.25.1