Browse Source

Remove luci upnp support

RISCi_ATOM 5 years ago
parent
commit
380147ff47
32 changed files with 0 additions and 4330 deletions
  1. 0 14
      package/luci/applications/luci-app-upnp/Makefile
  2. 0 87
      package/luci/applications/luci-app-upnp/luasrc/controller/upnp.lua
  3. 0 103
      package/luci/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua
  4. 0 1
      package/luci/applications/luci-app-upnp/luasrc/view/admin_status/index/upnp.htm
  5. 0 69
      package/luci/applications/luci-app-upnp/luasrc/view/upnp_status.htm
  6. 0 173
      package/luci/applications/luci-app-upnp/po/ca/upnp.po
  7. 0 157
      package/luci/applications/luci-app-upnp/po/cs/upnp.po
  8. 0 177
      package/luci/applications/luci-app-upnp/po/de/upnp.po
  9. 0 143
      package/luci/applications/luci-app-upnp/po/el/upnp.po
  10. 0 160
      package/luci/applications/luci-app-upnp/po/en/upnp.po
  11. 0 171
      package/luci/applications/luci-app-upnp/po/es/upnp.po
  12. 0 164
      package/luci/applications/luci-app-upnp/po/fr/upnp.po
  13. 0 139
      package/luci/applications/luci-app-upnp/po/he/upnp.po
  14. 0 161
      package/luci/applications/luci-app-upnp/po/hu/upnp.po
  15. 0 161
      package/luci/applications/luci-app-upnp/po/it/upnp.po
  16. 0 148
      package/luci/applications/luci-app-upnp/po/ja/upnp.po
  17. 0 138
      package/luci/applications/luci-app-upnp/po/ms/upnp.po
  18. 0 152
      package/luci/applications/luci-app-upnp/po/no/upnp.po
  19. 0 159
      package/luci/applications/luci-app-upnp/po/pl/upnp.po
  20. 0 172
      package/luci/applications/luci-app-upnp/po/pt-br/upnp.po
  21. 0 160
      package/luci/applications/luci-app-upnp/po/pt/upnp.po
  22. 0 159
      package/luci/applications/luci-app-upnp/po/ro/upnp.po
  23. 0 164
      package/luci/applications/luci-app-upnp/po/ru/upnp.po
  24. 0 139
      package/luci/applications/luci-app-upnp/po/sk/upnp.po
  25. 0 147
      package/luci/applications/luci-app-upnp/po/sv/upnp.po
  26. 0 132
      package/luci/applications/luci-app-upnp/po/templates/upnp.pot
  27. 0 139
      package/luci/applications/luci-app-upnp/po/tr/upnp.po
  28. 0 161
      package/luci/applications/luci-app-upnp/po/uk/upnp.po
  29. 0 161
      package/luci/applications/luci-app-upnp/po/vi/upnp.po
  30. 0 155
      package/luci/applications/luci-app-upnp/po/zh-cn/upnp.po
  31. 0 153
      package/luci/applications/luci-app-upnp/po/zh-tw/upnp.po
  32. 0 11
      package/luci/applications/luci-app-upnp/root/etc/uci-defaults/40_luci-miniupnp

+ 0 - 14
package/luci/applications/luci-app-upnp/Makefile

@@ -1,14 +0,0 @@
-#
-# Copyright (C) 2008-2014 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:=Universal Plug & Play configuration module
-LUCI_DEPENDS:=+miniupnpd
-
-include ../../luci.mk
-
-# call BuildPackage - OpenWrt buildroot signature

+ 0 - 87
package/luci/applications/luci-app-upnp/luasrc/controller/upnp.lua

@@ -1,87 +0,0 @@
--- Copyright 2008 Steven Barth <steven@midlink.org>
--- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
--- Licensed to the public under the Apache License 2.0.
-
-module("luci.controller.upnp", package.seeall)
-
-function index()
-	if not nixio.fs.access("/etc/config/upnpd") then
-		return
-	end
-
-	local page
-
-	page = entry({"admin", "services", "upnp"}, cbi("upnp/upnp"), _("UPnP"))
-	page.dependent = true
-
-	entry({"admin", "services", "upnp", "status"}, call("act_status")).leaf = true
-	entry({"admin", "services", "upnp", "delete"}, post("act_delete")).leaf = true
-end
-
-function act_status()
-	local uci = luci.model.uci.cursor()
-	local lease_file = uci:get("upnpd", "config", "upnp_lease_file")
-	
-	local ipt = io.popen("iptables --line-numbers -t nat -xnvL MINIUPNPD 2>/dev/null")
-	if ipt then
-		local upnpf = lease_file and io.open(lease_file, "r")
-		local fwd = { }
-		while true do
-			local ln = ipt:read("*l")
-			if not ln then
-				break
-			elseif ln:match("^%d+") then
-				local num, proto, extport, intaddr, intport =
-					ln:match("^(%d+).-([a-z]+).-dpt:(%d+) to:(%S-):(%d+)")
-				local descr = ""
-
-				if num and proto and extport and intaddr and intport then
-					num     = tonumber(num)
-					extport = tonumber(extport)
-					intport = tonumber(intport)
-					
-					if upnpf then
-						local uln = upnpf:read("*l")
-						if uln then descr = uln:match(string.format("^%s:%d:%s:%d:%%d*:(.*)$", proto:upper(), extport, intaddr, intport)) end
-						if not descr then descr = "" end
-					end
-
-					fwd[#fwd+1] = {
-						num     = num,
-						proto   = proto:upper(),
-						extport = extport,
-						intaddr = intaddr,
-						intport = intport,
-						descr = descr
-					}
-				end
-			end
-		end
-
-		if upnpf then upnpf:close() end
-		ipt:close()
-
-		luci.http.prepare_content("application/json")
-		luci.http.write_json(fwd)
-	end
-end
-
-function act_delete(num)
-	local idx = tonumber(num)
-	local uci = luci.model.uci.cursor()
-
-	if idx and idx > 0 then
-		luci.sys.call("iptables -t filter -D MINIUPNPD %d 2>/dev/null" % idx)
-		luci.sys.call("iptables -t nat -D MINIUPNPD %d 2>/dev/null" % idx)
-
-		local lease_file = uci:get("upnpd", "config", "upnp_lease_file")
-		if lease_file and nixio.fs.access(lease_file) then
-			luci.sys.call("sed -i -e '%dd' %q" %{ idx, lease_file })
-		end
-
-		luci.http.status(200, "OK")
-		return
-	end
-
-	luci.http.status(400, "Bad request")
-end

+ 0 - 103
package/luci/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua

@@ -1,103 +0,0 @@
--- Copyright 2008 Steven Barth <steven@midlink.org>
--- Copyright 2008-2011 Jo-Philipp Wich <jow@openwrt.org>
--- Licensed to the public under the Apache License 2.0.
-
-m = Map("upnpd", luci.util.pcdata(translate("Universal Plug & Play")),
-	translate("UPnP allows clients in the local network to automatically configure the router."))
-
-m:section(SimpleSection).template  = "upnp_status"
-
-s = m:section(NamedSection, "config", "upnpd", translate("MiniUPnP settings"))
-s.addremove = false
-s:tab("general",  translate("General Settings"))
-s:tab("advanced", translate("Advanced Settings"))
-
-e = s:taboption("general", Flag, "enabled", translate("Start UPnP and NAT-PMP service"))
-e.rmempty  = false
-
---function e.cfgvalue(self, section)
---	return luci.sys.init.enabled("miniupnpd") and self.enabled or self.disabled
---end
-
-function e.write(self, section, value)
-	if value == "1" then
-		luci.sys.call("/etc/init.d/miniupnpd start >/dev/null")
-	else
-		luci.sys.call("/etc/init.d/miniupnpd stop >/dev/null")
-	end
-
-	return Flag.write(self, section, value)
-end
-
-s:taboption("general", Flag, "enable_upnp", translate("Enable UPnP functionality")).default = "1"
-s:taboption("general", Flag, "enable_natpmp", translate("Enable NAT-PMP functionality")).default = "1"
-
-s:taboption("general", Flag, "secure_mode", translate("Enable secure mode"),
-	translate("Allow adding forwards only to requesting ip addresses")).default = "1"
-
-s:taboption("general", Flag, "log_output", translate("Enable additional logging"),
-	translate("Puts extra debugging information into the system log"))
-
-s:taboption("general", Value, "download", translate("Downlink"),
-	translate("Value in KByte/s, informational only")).rmempty = true
-
-s:taboption("general", Value, "upload", translate("Uplink"),
-	translate("Value in KByte/s, informational only")).rmempty = true
-
-port = s:taboption("general", Value, "port", translate("Port"))
-port.datatype = "port"
-port.default  = 5000
-
-
-s:taboption("advanced", Flag, "system_uptime", translate("Report system instead of daemon uptime")).default = "1"
-
-s:taboption("advanced", Value, "uuid", translate("Device UUID"))
-s:taboption("advanced", Value, "serial_number", translate("Announced serial number"))
-s:taboption("advanced", Value, "model_number", translate("Announced model number"))
-
-ni = s:taboption("advanced", Value, "notify_interval", translate("Notify interval"))
-ni.datatype    = "uinteger"
-ni.placeholder = 30
-
-ct = s:taboption("advanced", Value, "clean_ruleset_threshold", translate("Clean rules threshold"))
-ct.datatype    = "uinteger"
-ct.placeholder = 20
-
-ci = s:taboption("advanced", Value, "clean_ruleset_interval", translate("Clean rules interval"))
-ci.datatype    = "uinteger"
-ci.placeholder = 600
-
-pu = s:taboption("advanced", Value, "presentation_url", translate("Presentation URL"))
-pu.placeholder = "http://192.168.1.1/"
-
-lf = s:taboption("advanced", Value, "upnp_lease_file", translate("UPnP lease file"))
-lf.placeholder = "/var/log/upnp.leases"
-
-
-s2 = m:section(TypedSection, "perm_rule", translate("MiniUPnP ACLs"),
-	translate("ACLs specify which external ports may be redirected to which internal addresses and ports"))
-
-s2.template  = "cbi/tblsection"
-s2.sortable  = true
-s2.anonymous = true
-s2.addremove = true
-
-s2:option(Value, "comment", translate("Comment"))
-
-ep = s2:option(Value, "ext_ports", translate("External ports"))
-ep.datatype    = "portrange"
-ep.placeholder = "0-65535"
-
-ia = s2:option(Value, "int_addr", translate("Internal addresses"))
-ia.datatype    = "ip4addr"
-ia.placeholder = "0.0.0.0/0"
-
-ip = s2:option(Value, "int_ports", translate("Internal ports"))
-ip.datatype    = "portrange"
-ip.placeholder = "0-65535"
-
-ac = s2:option(ListValue, "action", translate("Action"))
-ac:value("allow")
-ac:value("deny")
-
-return m

+ 0 - 1
package/luci/applications/luci-app-upnp/luasrc/view/admin_status/index/upnp.htm

@@ -1 +0,0 @@
-<%+upnp_status%>

+ 0 - 69
package/luci/applications/luci-app-upnp/luasrc/view/upnp_status.htm

@@ -1,69 +0,0 @@
-<script type="text/javascript">//<![CDATA[
-	function upnp_delete_fwd(idx) {
-		(new XHR()).post('<%=url('admin/services/upnp/delete')%>/' + idx, { token: '<%=token%>' },
-			function(x)
-			{
-				var tb = document.getElementById('upnp_status_table');
-				if (tb && (idx < tb.rows.length))
-					tb.rows[0].parentNode.removeChild(tb.rows[idx]);
-			}
-		);
-	}
-
-	XHR.poll(5, '<%=url('admin/services/upnp/status')%>', null,
-		function(x, st)
-		{
-			var tb = document.getElementById('upnp_status_table');
-			if (st && tb)
-			{
-				/* clear all rows */
-				while( tb.rows.length > 1 )
-					tb.deleteRow(1);
-
-				for( var i = 0; i < st.length; i++ )
-				{
-					var tr = tb.insertRow(-1);
-						tr.className = 'cbi-section-table-row cbi-rowstyle-' + ((i % 2) + 1);
-
-					tr.insertCell(-1).innerHTML = st[i].proto;
-					tr.insertCell(-1).innerHTML = st[i].extport;
-					tr.insertCell(-1).innerHTML = st[i].intaddr;
-					tr.insertCell(-1).innerHTML = st[i].intport;
-					tr.insertCell(-1).innerHTML = st[i].descr;
-
-					tr.insertCell(-1).innerHTML = String.format(
-						'<input class="cbi-button cbi-input-remove" type="button" value="<%:Delete%>" onclick="upnp_delete_fwd(%d)" />',
-							st[i].num
-					);
-				}
-
-				if( tb.rows.length == 1 )
-				{
-					var tr = tb.insertRow(-1);
-						tr.className = 'cbi-section-table-row';
-
-					var td = tr.insertCell(-1);
-						td.colSpan = 5;
-						td.innerHTML = '<em><br /><%:There are no active redirects.%></em>';
-				}
-			}
-		}
-	);
-//]]></script>
-
-<fieldset class="cbi-section">
-	<legend><%:Active UPnP Redirects%></legend>
-	<table class="cbi-section-table" id="upnp_status_table">
-		<tr class="cbi-section-table-titles">
-			<th class="cbi-section-table-cell"><%:Protocol%></th>
-			<th class="cbi-section-table-cell"><%:External Port%></th>
-			<th class="cbi-section-table-cell"><%:Client Address%></th>
-			<th class="cbi-section-table-cell"><%:Client Port%></th>
-			<th class="cbi-section-table-cell"><%:Description%></th>
-			<th class="cbi-section-table-cell">&#160;</th>
-		</tr>
-		<tr class="cbi-section-table-row">
-			<td colspan="5"><em><br /><%:Collecting data...%></em></td>
-		</tr>
-	</table>
-</fieldset>

+ 0 - 173
package/luci/applications/luci-app-upnp/po/ca/upnp.po

@@ -1,173 +0,0 @@
-#  upnp.pot
-#  generated from ./applications/luci-upnp/luasrc/i18n/upnp.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-10 03:40+0200\n"
-"PO-Revision-Date: 2014-07-01 08:38+0200\n"
-"Last-Translator: Alex <alexhenrie24@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\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 ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"Els ACL especifiquen quins ports externs es poden redirigir a quines adreces "
-"i ports interns"
-
-msgid "Action"
-msgstr "Acció"
-
-msgid "Active UPnP Redirects"
-msgstr "Redireccions UPnP actives"
-
-msgid "Advanced Settings"
-msgstr "Ajusts avançats"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "Permet que s'afegeixin redireccions només a les adreces IP peticionant"
-
-msgid "Announced model number"
-msgstr "Número de model anunciat"
-
-msgid "Announced serial number"
-msgstr "Número de sèrie anunciat"
-
-msgid "Clean rules interval"
-msgstr "Interval de neteja de regles"
-
-msgid "Clean rules threshold"
-msgstr "Llindar de neteja de regles"
-
-msgid "Client Address"
-msgstr "Adreça de client"
-
-msgid "Client Port"
-msgstr "Port de client"
-
-msgid "Collecting data..."
-msgstr "Recollint dades..."
-
-msgid "Comment"
-msgstr "Comentari"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "UUID de dispositiu"
-
-msgid "Downlink"
-msgstr "Enllaç de baixada"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Habilita la funcionalitat NAT-PMP"
-
-msgid "Enable UPnP functionality"
-msgstr "Habilita la funcionalitat UPnP"
-
-msgid "Enable additional logging"
-msgstr "Habilita el registre addicional"
-
-msgid "Enable secure mode"
-msgstr "Habilita mode segur"
-
-msgid "External Port"
-msgstr "Port extern"
-
-msgid "External ports"
-msgstr "Ports externs"
-
-msgid "General Settings"
-msgstr "Ajusts generals"
-
-msgid "Internal addresses"
-msgstr "Adreces internes"
-
-msgid "Internal ports"
-msgstr "Ports interns"
-
-msgid "MiniUPnP ACLs"
-msgstr "ACLs de MiniUPnP"
-
-msgid "MiniUPnP settings"
-msgstr "Ajusts de MiniUPnP"
-
-msgid "Notify interval"
-msgstr "Interval de notificació"
-
-msgid "Port"
-msgstr "Port"
-
-msgid "Presentation URL"
-msgstr ""
-
-msgid "Protocol"
-msgstr "Protocol"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Posa informació extra de depuració en el registre de sistema"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Reporta el temps actiu del sistema en lloc del del dimoni"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Inicia el servei UPnP i NAP-PMP"
-
-msgid "There are no active redirects."
-msgstr "No hi ha redireccions actives."
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP permet als clients de la xarxa local configurar automàticament el "
-"router."
-
-msgid "UPnP lease file"
-msgstr "Fitxer d'arrendament UPnP"
-
-msgid "Universal Plug & Play"
-msgstr "Universal Plug & Play"
-
-msgid "Uplink"
-msgstr "Enllaç de pujada"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Valor en KByte/s, només per informació"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Suprimeix la redirecció"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPnP permet als clients de la xarxa local configurar automàticament el "
-#~ "router."
-
-#~ msgid "enable"
-#~ msgstr "habilita"
-
-#~ msgid "Log output"
-#~ msgstr "Registra la sortida"
-
-#~ msgid ""
-#~ "UPNP should only be enabled if absolutely necessary as it can result in "
-#~ "high security risks for your network."
-#~ msgstr ""
-#~ "Només s'hauria d'activar l'UPnP si és absolutament necessari, ja que en "
-#~ "poden resultar alts riscos de seguretat a la teva xarxa."

+ 0 - 157
package/luci/applications/luci-app-upnp/po/cs/upnp.po

@@ -1,157 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-01-29 21:54+0200\n"
-"Last-Translator: Astran <martin.hromadko@gmail.com>\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 ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"ACL stanovují, které vnější porty by měly být přesměrovány na které vnitřní "
-"adresy a porty"
-
-msgid "Action"
-msgstr "Akce"
-
-msgid "Active UPnP Redirects"
-msgstr "Aktivní přesměrování UPnP"
-
-msgid "Advanced Settings"
-msgstr "Pokročilé nastavení"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "Povolit přesměrování pouze na dotazující ip adresy"
-
-msgid "Announced model number"
-msgstr "Oznámené číslo modelu"
-
-msgid "Announced serial number"
-msgstr "Oznámené sériové číslo"
-
-msgid "Clean rules interval"
-msgstr "Interval čištění pravidel"
-
-msgid "Clean rules threshold"
-msgstr "Práh čištění pravidel"
-
-msgid "Client Address"
-msgstr "Adresa klienta"
-
-msgid "Client Port"
-msgstr "Port klienta"
-
-msgid "Collecting data..."
-msgstr "Probíhá sběr dat.."
-
-msgid "Comment"
-msgstr "Komentář"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "UUID zařízení"
-
-msgid "Downlink"
-msgstr "Downlink"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Povolit funkčnost NAT-PMP"
-
-msgid "Enable UPnP functionality"
-msgstr "Povolit funkčnost UPnP"
-
-msgid "Enable additional logging"
-msgstr "Povolit přídavné logování"
-
-msgid "Enable secure mode"
-msgstr "Povolit bezpečný režim"
-
-msgid "External Port"
-msgstr "Vnější port"
-
-msgid "External ports"
-msgstr "Vnější porty"
-
-msgid "General Settings"
-msgstr "Obecné nastavení"
-
-msgid "Internal addresses"
-msgstr "Vnitřní adresy"
-
-msgid "Internal ports"
-msgstr "Vnitřní porty"
-
-msgid "MiniUPnP ACLs"
-msgstr "MiniUPnP ACL listy"
-
-msgid "MiniUPnP settings"
-msgstr "Nastavení MiniUPnP"
-
-msgid "Notify interval"
-msgstr "Interval oznamování"
-
-msgid "Port"
-msgstr "Port"
-
-msgid "Presentation URL"
-msgstr "Prezentace URL"
-
-msgid "Protocol"
-msgstr "Protokol"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Vypisovat extra ladící informace do systémového záznamu"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Hlásit uptime systému namísto uptime daemonu"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Spustit službu UPnP a NAT-PMP"
-
-msgid "There are no active redirects."
-msgstr "Nejsou zde žádná aktivní přesměrování"
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP umožňuje klientům v místní síti automaticky nakonfigurovat router."
-
-msgid "UPnP lease file"
-msgstr "Soubor UPnP výpůjček"
-
-msgid "Universal Plug & Play"
-msgstr "Univerzální Plug & Play"
-
-msgid "Uplink"
-msgstr "Uplink"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Pouze informační hodnoty (v KByte/s)"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Odstranit přesměrování"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPnP umožňuje klientům v místní síti automaticky nakonfigurovat router."
-
-#~ msgid "enable"
-#~ msgstr "povolit"

+ 0 - 177
package/luci/applications/luci-app-upnp/po/de/upnp.po

@@ -1,177 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-05-26 17:57+0200\n"
-"PO-Revision-Date: 2012-11-28 10:45+0200\n"
-"Last-Translator: dunkelschunkel <dunkelschunkel@googlemail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\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.6\n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"ACLs definieren, welche externen Ports zu welchen internen Adressen und "
-"Ports weitergeleitet werden dürfen"
-
-msgid "Action"
-msgstr "Aktion"
-
-msgid "Active UPnP Redirects"
-msgstr "Aktive UPnP-Weiterleitungen"
-
-msgid "Advanced Settings"
-msgstr "Erweiterte Einstellungen"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "Nur Weiterleitungen zurück zum anfordernden Client zulassen"
-
-msgid "Announced model number"
-msgstr "Angekündigte Modellnummer"
-
-msgid "Announced serial number"
-msgstr "Angekündigte Seriennummer"
-
-msgid "Clean rules interval"
-msgstr "Aufräumintervall für Weiterleitungen"
-
-msgid "Clean rules threshold"
-msgstr "Aufräumschwellenwert für Weiterleitungen"
-
-msgid "Client Address"
-msgstr "Clientadresse"
-
-msgid "Client Port"
-msgstr "Clientport"
-
-msgid "Collecting data..."
-msgstr "Sammle Daten..."
-
-msgid "Comment"
-msgstr "Kommentar"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "Geräte-UUID"
-
-msgid "Downlink"
-msgstr "Downlink"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "NAT-PMP Funktionalität aktivieren"
-
-msgid "Enable UPnP functionality"
-msgstr "UPnP Funktionalität aktivieren"
-
-msgid "Enable additional logging"
-msgstr "Erweiterte Protokollierung aktivieren"
-
-msgid "Enable secure mode"
-msgstr "Sicheren Modus aktivieren"
-
-msgid "External Port"
-msgstr "Externer Port"
-
-msgid "External ports"
-msgstr "Externe Ports"
-
-msgid "General Settings"
-msgstr "Allgemeine Einstellungen"
-
-msgid "Internal addresses"
-msgstr "Interne Adressen"
-
-msgid "Internal ports"
-msgstr "Interne Ports"
-
-msgid "MiniUPnP ACLs"
-msgstr "MiniUPnP ACLs"
-
-msgid "MiniUPnP settings"
-msgstr "MiniUPnP-Einstellungen"
-
-msgid "Notify interval"
-msgstr "Benachrichtigungsintervall"
-
-msgid "Port"
-msgstr "Port"
-
-msgid "Presentation URL"
-msgstr "Präsentations-URL"
-
-msgid "Protocol"
-msgstr "Protokoll"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Schreibt zusätzliche Debug-Informationen in das Systemprotokoll"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Systemlaufzeit statt Prozesslaufzeit melden"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "UPnP und NAT-PMP Dienst starten"
-
-msgid "There are no active redirects."
-msgstr "Es gibt keine aktiven Weiterleitungen."
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP erlaubt es Clients im lokalen Netzwerk automatisch Port-Weiterleitungen "
-"auf diesem Router einzurichten."
-
-msgid "UPnP lease file"
-msgstr "UPnP Lease-Datei"
-
-msgid "Universal Plug & Play"
-msgstr "Universal Plug & Play"
-
-msgid "Uplink"
-msgstr "Uplink"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Wert in Kilobyte/s, nur informativ"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Weiterleitung löschen"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPnP ermöglicht die automatische Konfiguration des Routers durch Clients "
-#~ "im lokalen Netzwerk."
-
-#~ msgid "enable"
-#~ msgstr "aktivieren"
-
-#~ msgid "Enable NAT-PMP"
-#~ msgstr "NAT-PMP aktivieren"
-
-#~ msgid "Enable UPnP Service"
-#~ msgstr "UPnP Service aktivieren"
-
-#~ msgid "Log output"
-#~ msgstr "Ausgabe protokollieren"
-
-#~ msgid ""
-#~ "UPNP should only be enabled if absolutely necessary as it can result in "
-#~ "high security risks for your network."
-#~ msgstr ""
-#~ "UPNP sollte nur wenn unbedingt nötig aktiviert werden, da es ein "
-#~ "Sicherheitsrisiko für das Netzwerk darstellen kann."

+ 0 - 143
package/luci/applications/luci-app-upnp/po/el/upnp.po

@@ -1,143 +0,0 @@
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-05-28 02:08+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.1.1\n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Active UPnP Redirects"
-msgstr ""
-
-msgid "Advanced Settings"
-msgstr ""
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-
-msgid "Announced model number"
-msgstr ""
-
-msgid "Announced serial number"
-msgstr ""
-
-msgid "Clean rules interval"
-msgstr ""
-
-msgid "Clean rules threshold"
-msgstr ""
-
-msgid "Client Address"
-msgstr ""
-
-msgid "Client Port"
-msgstr ""
-
-msgid "Collecting data..."
-msgstr ""
-
-msgid "Comment"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr ""
-
-msgid "Downlink"
-msgstr ""
-
-msgid "Enable NAT-PMP functionality"
-msgstr ""
-
-msgid "Enable UPnP functionality"
-msgstr ""
-
-msgid "Enable additional logging"
-msgstr ""
-
-msgid "Enable secure mode"
-msgstr ""
-
-msgid "External Port"
-msgstr ""
-
-msgid "External ports"
-msgstr ""
-
-msgid "General Settings"
-msgstr ""
-
-msgid "Internal addresses"
-msgstr ""
-
-msgid "Internal ports"
-msgstr ""
-
-msgid "MiniUPnP ACLs"
-msgstr ""
-
-msgid "MiniUPnP settings"
-msgstr ""
-
-msgid "Notify interval"
-msgstr ""
-
-msgid "Port"
-msgstr ""
-
-msgid "Presentation URL"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Puts extra debugging information into the system log"
-msgstr ""
-
-msgid "Report system instead of daemon uptime"
-msgstr ""
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr ""
-
-msgid "There are no active redirects."
-msgstr ""
-
-msgid "UPnP"
-msgstr ""
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-
-msgid "UPnP lease file"
-msgstr ""
-
-msgid "Universal Plug & Play"
-msgstr ""
-
-msgid "Uplink"
-msgstr ""
-
-msgid "Value in KByte/s, informational only"
-msgstr ""

+ 0 - 160
package/luci/applications/luci-app-upnp/po/en/upnp.po

@@ -1,160 +0,0 @@
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-05-19 19:36+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.1.1\n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Active UPnP Redirects"
-msgstr ""
-
-msgid "Advanced Settings"
-msgstr ""
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-
-msgid "Announced model number"
-msgstr ""
-
-msgid "Announced serial number"
-msgstr ""
-
-msgid "Clean rules interval"
-msgstr ""
-
-msgid "Clean rules threshold"
-msgstr ""
-
-msgid "Client Address"
-msgstr ""
-
-msgid "Client Port"
-msgstr ""
-
-msgid "Collecting data..."
-msgstr ""
-
-msgid "Comment"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr ""
-
-msgid "Downlink"
-msgstr "Downlink"
-
-msgid "Enable NAT-PMP functionality"
-msgstr ""
-
-msgid "Enable UPnP functionality"
-msgstr ""
-
-msgid "Enable additional logging"
-msgstr ""
-
-msgid "Enable secure mode"
-msgstr "Enable secure mode"
-
-msgid "External Port"
-msgstr ""
-
-msgid "External ports"
-msgstr ""
-
-msgid "General Settings"
-msgstr ""
-
-msgid "Internal addresses"
-msgstr ""
-
-msgid "Internal ports"
-msgstr ""
-
-msgid "MiniUPnP ACLs"
-msgstr ""
-
-msgid "MiniUPnP settings"
-msgstr ""
-
-msgid "Notify interval"
-msgstr ""
-
-msgid "Port"
-msgstr ""
-
-msgid "Presentation URL"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Puts extra debugging information into the system log"
-msgstr ""
-
-msgid "Report system instead of daemon uptime"
-msgstr ""
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr ""
-
-msgid "There are no active redirects."
-msgstr ""
-
-msgid "UPnP"
-msgstr ""
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-
-msgid "UPnP lease file"
-msgstr ""
-
-msgid "Universal Plug & Play"
-msgstr "Universal Plug & Play"
-
-msgid "Uplink"
-msgstr "Uplink"
-
-msgid "Value in KByte/s, informational only"
-msgstr ""
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-
-#~ msgid "Log output"
-#~ msgstr "Log output"
-
-#~ msgid ""
-#~ "UPNP should only be enabled if absolutely necessary as it can result in "
-#~ "high security risks for your network."
-#~ msgstr ""
-#~ "UPNP should only be enabled if absolutely necessary as it can result in "
-#~ "high security risks for your network."

+ 0 - 171
package/luci/applications/luci-app-upnp/po/es/upnp.po

@@ -1,171 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-10 03:41+0200\n"
-"PO-Revision-Date: 2012-10-07 16:11+0200\n"
-"Last-Translator: José Vicente <josevteg@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\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 ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"Los ACL especifican qué puertos externos pueden ser redirigidos hacia qué "
-"direcciones y puertos internas"
-
-msgid "Action"
-msgstr "Acción"
-
-msgid "Active UPnP Redirects"
-msgstr "Redirecciones UPnP activas"
-
-msgid "Advanced Settings"
-msgstr "Configuración avanzada"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "Permitir añadir redirecciones sólo a IPs que lo soliciten"
-
-msgid "Announced model number"
-msgstr "Número de modelo declarado"
-
-msgid "Announced serial number"
-msgstr "Número de serie declarado"
-
-msgid "Clean rules interval"
-msgstr "Intervalo de borrado de reglas"
-
-msgid "Clean rules threshold"
-msgstr "Umbral de borrado de reglas"
-
-msgid "Client Address"
-msgstr "Dirección del cliente"
-
-msgid "Client Port"
-msgstr "Puerto del cliente"
-
-msgid "Collecting data..."
-msgstr "Un momento..."
-
-msgid "Comment"
-msgstr "Comentario"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "UUID del dispositivo"
-
-msgid "Downlink"
-msgstr "Enlace para bajada"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Activar la funcionalidad NAT-PMP"
-
-msgid "Enable UPnP functionality"
-msgstr "Activar la funcionalidad UPnP"
-
-msgid "Enable additional logging"
-msgstr "Activar registro adicional"
-
-msgid "Enable secure mode"
-msgstr "Habilitar modo seguro"
-
-msgid "External Port"
-msgstr "Puerto externo"
-
-msgid "External ports"
-msgstr "Puertos externos"
-
-msgid "General Settings"
-msgstr "Configuración general"
-
-msgid "Internal addresses"
-msgstr "Direcciones internas"
-
-msgid "Internal ports"
-msgstr "Puertos internos"
-
-msgid "MiniUPnP ACLs"
-msgstr "ACLs MiniUPnP"
-
-msgid "MiniUPnP settings"
-msgstr "Configuración MiniUPnP"
-
-msgid "Notify interval"
-msgstr "Intervalo de notificación"
-
-msgid "Port"
-msgstr "Puerto"
-
-msgid "Presentation URL"
-msgstr "URL de presentación"
-
-msgid "Protocol"
-msgstr "Protocolo"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Escribir información de depuración extra en el registro del sistema"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Informar del tiempo activo del sistema en vez de el del demonio"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Arrancar servicio UPnP y NAT-PMP"
-
-msgid "There are no active redirects."
-msgstr "Sin redirecciones activas."
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP permite que los puestos de la red local configuren automáticamente el "
-"router."
-
-msgid "UPnP lease file"
-msgstr "Tiempo de cesión UPnP"
-
-msgid "Universal Plug & Play"
-msgstr "Plug & Play universal"
-
-msgid "Uplink"
-msgstr "Enlace de subida"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Valor en KBytes/s (sólo informativo)"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Borrar redirección"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPnP permite que los puestos de la red local configuren automáticamente "
-#~ "el router."
-
-#~ msgid "enable"
-#~ msgstr "activar"
-
-#~ msgid "Log output"
-#~ msgstr "Loguear salida"
-
-#~ msgid ""
-#~ "UPNP should only be enabled if absolutely necessary as it can result in "
-#~ "high security risks for your network."
-#~ msgstr ""
-#~ "UPNP sólo deberia habilitarse si es abasolutamente necesario ya que puede "
-#~ "comprometer la seguridad de su red."

+ 0 - 164
package/luci/applications/luci-app-upnp/po/fr/upnp.po

@@ -1,164 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-05-19 19:36+0200\n"
-"PO-Revision-Date: 2012-11-06 16:09+0200\n"
-"Last-Translator: hogsim <hogsim@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\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.6\n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"Les ACLs définissent quels ports externes peuvent être redirigés, vers "
-"quelles adresses et ports internes"
-
-msgid "Action"
-msgstr "Action"
-
-msgid "Active UPnP Redirects"
-msgstr "Redirections UPnP actives"
-
-msgid "Advanced Settings"
-msgstr "Paramètres avancés"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-"Permet d'ajouter des redirections seulement vers les adresses IP qui font "
-"des demandes"
-
-msgid "Announced model number"
-msgstr "Numéro de modèle déclaré"
-
-msgid "Announced serial number"
-msgstr "Numéro de série déclaré"
-
-msgid "Clean rules interval"
-msgstr "Intervalle des règles de nettoyage"
-
-msgid "Clean rules threshold"
-msgstr "Niveau des règles de nettoyage"
-
-msgid "Client Address"
-msgstr "Adresse du client"
-
-msgid "Client Port"
-msgstr "Port du client"
-
-msgid "Collecting data..."
-msgstr "Récupération des données…"
-
-msgid "Comment"
-msgstr "Commentaire"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "UUID du périphérique"
-
-msgid "Downlink"
-msgstr "Lien descendant"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Activer la fonctionnalité NAT-PMP"
-
-msgid "Enable UPnP functionality"
-msgstr "Activer la fonctionnalité UPnP"
-
-msgid "Enable additional logging"
-msgstr "Activer la journalisation additionnelle"
-
-msgid "Enable secure mode"
-msgstr "Activer le mode sécurisé"
-
-msgid "External Port"
-msgstr "Port externe"
-
-msgid "External ports"
-msgstr "Ports externes"
-
-msgid "General Settings"
-msgstr "Paramètres généraux"
-
-msgid "Internal addresses"
-msgstr "Adresses internes"
-
-msgid "Internal ports"
-msgstr "Ports internes"
-
-msgid "MiniUPnP ACLs"
-msgstr "ACLs MiniUPnP"
-
-msgid "MiniUPnP settings"
-msgstr "Paramètres MiniUPnP"
-
-msgid "Notify interval"
-msgstr "Intervalle de notification"
-
-msgid "Port"
-msgstr "Port"
-
-msgid "Presentation URL"
-msgstr "URL de présentation"
-
-msgid "Protocol"
-msgstr "Protocole"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Rajoute des informations de debug dans le journal-système"
-
-msgid "Report system instead of daemon uptime"
-msgstr ""
-"Indiquer la durée de fonctionnement du système plutôt que celle du démon UPnP"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Démarrer les services UPnP et NAT-PMP"
-
-msgid "There are no active redirects."
-msgstr "Il n'y a pas de redirections actives."
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP permet à des clients du réseau local de configurer automatiquement le "
-"routeur."
-
-msgid "UPnP lease file"
-msgstr "Fichier des baux UPnP"
-
-msgid "Universal Plug & Play"
-msgstr "Universal Plug & Play"
-
-msgid "Uplink"
-msgstr "Lien remontant"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Valeur en Ko/s, pour information seulement"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Détruire la redirection"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPnP permet à des clients du réseau local de configurer automatiquement "
-#~ "le routeur."
-
-#~ msgid "enable"
-#~ msgstr "activer"

+ 0 - 139
package/luci/applications/luci-app-upnp/po/he/upnp.po

@@ -1,139 +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 ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Active UPnP Redirects"
-msgstr ""
-
-msgid "Advanced Settings"
-msgstr ""
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-
-msgid "Announced model number"
-msgstr ""
-
-msgid "Announced serial number"
-msgstr ""
-
-msgid "Clean rules interval"
-msgstr ""
-
-msgid "Clean rules threshold"
-msgstr ""
-
-msgid "Client Address"
-msgstr ""
-
-msgid "Client Port"
-msgstr ""
-
-msgid "Collecting data..."
-msgstr ""
-
-msgid "Comment"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr ""
-
-msgid "Downlink"
-msgstr ""
-
-msgid "Enable NAT-PMP functionality"
-msgstr ""
-
-msgid "Enable UPnP functionality"
-msgstr ""
-
-msgid "Enable additional logging"
-msgstr ""
-
-msgid "Enable secure mode"
-msgstr ""
-
-msgid "External Port"
-msgstr ""
-
-msgid "External ports"
-msgstr ""
-
-msgid "General Settings"
-msgstr ""
-
-msgid "Internal addresses"
-msgstr ""
-
-msgid "Internal ports"
-msgstr ""
-
-msgid "MiniUPnP ACLs"
-msgstr ""
-
-msgid "MiniUPnP settings"
-msgstr ""
-
-msgid "Notify interval"
-msgstr ""
-
-msgid "Port"
-msgstr ""
-
-msgid "Presentation URL"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Puts extra debugging information into the system log"
-msgstr ""
-
-msgid "Report system instead of daemon uptime"
-msgstr ""
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr ""
-
-msgid "There are no active redirects."
-msgstr ""
-
-msgid "UPnP"
-msgstr ""
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-
-msgid "UPnP lease file"
-msgstr ""
-
-msgid "Universal Plug & Play"
-msgstr ""
-
-msgid "Uplink"
-msgstr ""
-
-msgid "Value in KByte/s, informational only"
-msgstr ""

+ 0 - 161
package/luci/applications/luci-app-upnp/po/hu/upnp.po

@@ -1,161 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-03-31 18:32+0200\n"
-"Last-Translator: juhosg <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.4\n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"Az ACL-ek határozzák meg, hogy melyik külső portok melyik belső portokra és "
-"címekre kerülhetnek továbbításra"
-
-msgid "Action"
-msgstr "Művelet"
-
-msgid "Active UPnP Redirects"
-msgstr "Aktív UPnP átirányítások"
-
-msgid "Advanced Settings"
-msgstr "Haladó beállítások"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-"Kizárólag a kérést küldő IP címre történő továbbítás hozzáadásának "
-"engedélyezése"
-
-msgid "Announced model number"
-msgstr "Közzétett modelszám"
-
-msgid "Announced serial number"
-msgstr "Közzétett sorozatszám"
-
-msgid "Clean rules interval"
-msgstr "Szabály törlési időköz"
-
-msgid "Clean rules threshold"
-msgstr "Szabály törlési küszöbérték"
-
-msgid "Client Address"
-msgstr "Ügyfél cím"
-
-msgid "Client Port"
-msgstr "Ügyfél port"
-
-msgid "Collecting data..."
-msgstr "Adatok összegyűjtése..."
-
-msgid "Comment"
-msgstr "Megjegyzés"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "Eszköz UUID"
-
-msgid "Downlink"
-msgstr "Letöltés"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "NAT-PMP funkció engedélyezése"
-
-msgid "Enable UPnP functionality"
-msgstr "UPnP funkció engedélyezése"
-
-msgid "Enable additional logging"
-msgstr "További naplózás engedélyezése"
-
-msgid "Enable secure mode"
-msgstr "Biztonságos mód engedélyezése"
-
-msgid "External Port"
-msgstr "Külső port"
-
-msgid "External ports"
-msgstr "Külső portok"
-
-msgid "General Settings"
-msgstr "Általános beállítások"
-
-msgid "Internal addresses"
-msgstr "Belső címek"
-
-msgid "Internal ports"
-msgstr "Belső portok"
-
-msgid "MiniUPnP ACLs"
-msgstr "MiniUPnP ACL-ek"
-
-msgid "MiniUPnP settings"
-msgstr "MiniUPnP beállítások"
-
-msgid "Notify interval"
-msgstr "Értesítési időköz"
-
-msgid "Port"
-msgstr "Port"
-
-msgid "Presentation URL"
-msgstr "Bemutatkozó URL"
-
-msgid "Protocol"
-msgstr "Protokoll"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "További nyomkövetési információk írása a rendszernaplóba."
-
-msgid "Report system instead of daemon uptime"
-msgstr "A démon helyett a rendszer működési idejét jeleníti meg"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "UPnP és NAT-PMP szolgáltatás elindítása"
-
-msgid "There are no active redirects."
-msgstr "Nincsenek aktív átírányítások."
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"Az UPnP lehetővé teszi a hálózatban lévő ügyfelek számára hogy automatikusan "
-"beállítsák a routert."
-
-msgid "UPnP lease file"
-msgstr "UPnP bérlet fájl"
-
-msgid "Universal Plug & Play"
-msgstr "Univerzális Plug and Play"
-
-msgid "Uplink"
-msgstr "Feltöltés"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Érték KByte/s-ban, csak tájékoztató jellegű"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Átirányítás törlése"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "Az UPnP lehetővé teszi a hálózatban lévő ügyfelek számára hogy "
-#~ "automatikusan beállítsák a routert."
-
-#~ msgid "enable"
-#~ msgstr "engedélyezés"

+ 0 - 161
package/luci/applications/luci-app-upnp/po/it/upnp.po

@@ -1,161 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-05-19 19:36+0200\n"
-"PO-Revision-Date: 2013-02-03 13:52+0200\n"
-"Last-Translator: Francesco <3gasas@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\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 ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"Le ACL specificano quali porte esterne possono essere redirezionate agli "
-"indirizzi interni e porte."
-
-msgid "Action"
-msgstr "Azione"
-
-msgid "Active UPnP Redirects"
-msgstr "Attiva reindirizzamento UPnP"
-
-msgid "Advanced Settings"
-msgstr "Opzioni Avanzate"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "Permetti l'aggiunta della mappatura solo agli indirizzi IP richiedenti"
-
-msgid "Announced model number"
-msgstr "Numero di modello annunciato"
-
-msgid "Announced serial number"
-msgstr "Numero seriale annunciato"
-
-msgid "Clean rules interval"
-msgstr "Cancella le regole"
-
-msgid "Clean rules threshold"
-msgstr "Pulisci le regole degli eventi"
-
-msgid "Client Address"
-msgstr "Indirizzo IP"
-
-msgid "Client Port"
-msgstr "Porta"
-
-msgid "Collecting data..."
-msgstr "Raccolgo i dati..."
-
-msgid "Comment"
-msgstr "Descrizione"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "UUID del dispositivo"
-
-msgid "Downlink"
-msgstr "Downlink"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Abilita il protocollo NAT-PMP"
-
-msgid "Enable UPnP functionality"
-msgstr "Abilita il protocollo UPnP"
-
-msgid "Enable additional logging"
-msgstr "Abilita log addizionale"
-
-msgid "Enable secure mode"
-msgstr "Abilita la modalità sicura"
-
-msgid "External Port"
-msgstr "Porta Esterna"
-
-msgid "External ports"
-msgstr "Porte Esterne"
-
-msgid "General Settings"
-msgstr "Opzioni Generali"
-
-msgid "Internal addresses"
-msgstr "Indirizzi Interni"
-
-msgid "Internal ports"
-msgstr "Porte Interne"
-
-msgid "MiniUPnP ACLs"
-msgstr "MiniUPnP ACLs"
-
-msgid "MiniUPnP settings"
-msgstr "Opzioni di MiniUPnP"
-
-msgid "Notify interval"
-msgstr "Intervello di notifica"
-
-msgid "Port"
-msgstr "Porta"
-
-msgid "Presentation URL"
-msgstr "URL di presentazione"
-
-msgid "Protocol"
-msgstr "Protocollo"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Scrivi nel log di sistema le informazioni di extra debugging"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Mostra l'uptime del sistema invece del demone"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Avvia il servizo UPnP e NAT-PMP"
-
-msgid "There are no active redirects."
-msgstr "Non ci sono mappature attive."
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP permette ai dispositivi nella rete locale di configurare "
-"automaticamente il router."
-
-msgid "UPnP lease file"
-msgstr "UPnP lease file"
-
-msgid "Universal Plug & Play"
-msgstr "Universal Plug & Play"
-
-msgid "Uplink"
-msgstr "Uplink"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Valori in KByte/s, (informativo)"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Cancella Mappatura"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPnP permette ai dispositivi nella rete locale di configurare "
-#~ "automaticamente il router."
-
-#~ msgid "enable"
-#~ msgstr "abilita"

+ 0 - 148
package/luci/applications/luci-app-upnp/po/ja/upnp.po

@@ -1,148 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-05-19 19:36+0200\n"
-"PO-Revision-Date: 2017-11-11 12:16+0900\n"
-"Last-Translator: INAGAKI Hiroshi <musashino.open@gmail.com>\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: Poedit 2.0.4\n"
-"Language-Team: \n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"アクセス制御リスト(ACL) は、どの外部ポートからどの内部アドレス及びポートへ"
-"リダイレクトするかを設定します。"
-
-msgid "Action"
-msgstr "動作"
-
-msgid "Active UPnP Redirects"
-msgstr "稼働中のUPnPリダイレクト"
-
-msgid "Advanced Settings"
-msgstr "詳細設定"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "要求元IPアドレスへの転送のみ、追加を許可します。"
-
-msgid "Announced model number"
-msgstr "通知するモデル番号"
-
-msgid "Announced serial number"
-msgstr "通知するシリアル番号"
-
-msgid "Clean rules interval"
-msgstr "ルール消去間隔"
-
-msgid "Clean rules threshold"
-msgstr "ルール消去しきい値"
-
-msgid "Client Address"
-msgstr "クライアント・アドレス"
-
-msgid "Client Port"
-msgstr "クライアント・ポート"
-
-msgid "Collecting data..."
-msgstr "データ収集中です..."
-
-msgid "Comment"
-msgstr "コメント"
-
-msgid "Delete"
-msgstr "削除"
-
-msgid "Description"
-msgstr "説明"
-
-msgid "Device UUID"
-msgstr "デバイス UUID"
-
-msgid "Downlink"
-msgstr "ダウンリンク"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "NAT-PMP機能を有効にする"
-
-msgid "Enable UPnP functionality"
-msgstr "UPnP機能を有効にする"
-
-msgid "Enable additional logging"
-msgstr "ログ機能を有効にする"
-
-msgid "Enable secure mode"
-msgstr "セキュアモードを有効にする"
-
-msgid "External Port"
-msgstr "外部ポート"
-
-msgid "External ports"
-msgstr "外部ポート"
-
-msgid "General Settings"
-msgstr "一般設定"
-
-msgid "Internal addresses"
-msgstr "内部アドレス"
-
-msgid "Internal ports"
-msgstr "内部ポート"
-
-msgid "MiniUPnP ACLs"
-msgstr "MiniUPnP アクセス制御リスト (ACL)"
-
-msgid "MiniUPnP settings"
-msgstr "MiniUPnP 設定"
-
-msgid "Notify interval"
-msgstr "通知間隔"
-
-msgid "Port"
-msgstr "ポート"
-
-msgid "Presentation URL"
-msgstr "プレゼンテーション URL"
-
-msgid "Protocol"
-msgstr "プロトコル"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "追加のデバッグ情報をシステムログへ挿入する"
-
-msgid "Report system instead of daemon uptime"
-msgstr "サービスの起動時間の代わりにシステムの起動時間を使用する"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "UPnP及びNAT-PMPサービスを開始する"
-
-msgid "There are no active redirects."
-msgstr "有効なリダイレクトはありません。"
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnPを使用することで、ローカルネットワーク内のクライアントが自動的にルータ"
-"を構成することができます。"
-
-msgid "UPnP lease file"
-msgstr "UPnP リースファイル"
-
-msgid "Universal Plug & Play"
-msgstr "ユニバーサル プラグ & プレイ"
-
-msgid "Uplink"
-msgstr "アップリンク"
-
-msgid "Value in KByte/s, informational only"
-msgstr "クライアントへの情報提供のみに使用される、KByte/sの値です。"

+ 0 - 138
package/luci/applications/luci-app-upnp/po/ms/upnp.po

@@ -1,138 +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"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Active UPnP Redirects"
-msgstr ""
-
-msgid "Advanced Settings"
-msgstr ""
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-
-msgid "Announced model number"
-msgstr ""
-
-msgid "Announced serial number"
-msgstr ""
-
-msgid "Clean rules interval"
-msgstr ""
-
-msgid "Clean rules threshold"
-msgstr ""
-
-msgid "Client Address"
-msgstr ""
-
-msgid "Client Port"
-msgstr ""
-
-msgid "Collecting data..."
-msgstr ""
-
-msgid "Comment"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr ""
-
-msgid "Downlink"
-msgstr ""
-
-msgid "Enable NAT-PMP functionality"
-msgstr ""
-
-msgid "Enable UPnP functionality"
-msgstr ""
-
-msgid "Enable additional logging"
-msgstr ""
-
-msgid "Enable secure mode"
-msgstr ""
-
-msgid "External Port"
-msgstr ""
-
-msgid "External ports"
-msgstr ""
-
-msgid "General Settings"
-msgstr ""
-
-msgid "Internal addresses"
-msgstr ""
-
-msgid "Internal ports"
-msgstr ""
-
-msgid "MiniUPnP ACLs"
-msgstr ""
-
-msgid "MiniUPnP settings"
-msgstr ""
-
-msgid "Notify interval"
-msgstr ""
-
-msgid "Port"
-msgstr ""
-
-msgid "Presentation URL"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Puts extra debugging information into the system log"
-msgstr ""
-
-msgid "Report system instead of daemon uptime"
-msgstr ""
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr ""
-
-msgid "There are no active redirects."
-msgstr ""
-
-msgid "UPnP"
-msgstr ""
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-
-msgid "UPnP lease file"
-msgstr ""
-
-msgid "Universal Plug & Play"
-msgstr ""
-
-msgid "Uplink"
-msgstr ""
-
-msgid "Value in KByte/s, informational only"
-msgstr ""

+ 0 - 152
package/luci/applications/luci-app-upnp/po/no/upnp.po

@@ -1,152 +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 ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"ACL angir hvilke eksterne porter som kan bli viderekoblet, og til hvilke "
-"interne adresser og porter."
-
-msgid "Action"
-msgstr "Handling"
-
-msgid "Active UPnP Redirects"
-msgstr "Aktive UPnP Viderekoblinger"
-
-msgid "Advanced Settings"
-msgstr "Avanserte Innstillinger"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "Tillat videkobling kun til IP adresser som ber om det"
-
-msgid "Announced model number"
-msgstr "Annonsert modellnummer"
-
-msgid "Announced serial number"
-msgstr "Annonsert serienummer"
-
-msgid "Clean rules interval"
-msgstr "Nullstill UPnP Viderekoblinger intervall"
-
-msgid "Clean rules threshold"
-msgstr "Nullstill UPnP terskel"
-
-msgid "Client Address"
-msgstr "Klient adresse"
-
-msgid "Client Port"
-msgstr "Klient port"
-
-msgid "Collecting data..."
-msgstr "Henter data..."
-
-msgid "Comment"
-msgstr "Kommentar"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "Enhet UUID"
-
-msgid "Downlink"
-msgstr "Nedlinje"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Aktiver NAT-PMP funksjonalitet"
-
-msgid "Enable UPnP functionality"
-msgstr "Aktiver UPnP funksjonalitet"
-
-msgid "Enable additional logging"
-msgstr "Aktiver tilleggs logging"
-
-msgid "Enable secure mode"
-msgstr "Aktiver sikker modus"
-
-msgid "External Port"
-msgstr "Ekstern port"
-
-msgid "External ports"
-msgstr "Eksterne porter"
-
-msgid "General Settings"
-msgstr "Generelle Innstillinger"
-
-msgid "Internal addresses"
-msgstr "Interne adresser"
-
-msgid "Internal ports"
-msgstr "Interne porter"
-
-msgid "MiniUPnP ACLs"
-msgstr "MiniUPnP ACL'er"
-
-msgid "MiniUPnP settings"
-msgstr "MiniUPnP Innstillinger"
-
-msgid "Notify interval"
-msgstr "Informasjons intervall"
-
-msgid "Port"
-msgstr "Port"
-
-msgid "Presentation URL"
-msgstr "Presentasjon URL"
-
-msgid "Protocol"
-msgstr "Protokoll"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Setter ekstra debugging informasjon i systemloggen"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Rapporter systemets oppetid istedenfor daemon oppetid"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Start UPnP og NAT-PMP tjenesten"
-
-msgid "There are no active redirects."
-msgstr "Det finnes ingen aktive viderekoblinger"
-
-msgid "UPnP"
-msgstr ""
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP gjør at klientene i det lokale nettverket automatisk kan konfigurere "
-"ruteren."
-
-msgid "UPnP lease file"
-msgstr "UPnP leie fil"
-
-msgid "Universal Plug & Play"
-msgstr "Universal Plug & Play"
-
-msgid "Uplink"
-msgstr "Opplinje"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Verdi i KByte/sek, kun for informasjon"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Fjern Viderekobling"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPnP gjør at klientene i det lokale nettverket automatisk kan konfigurere "
-#~ "ruteren."
-
-#~ msgid "enable"
-#~ msgstr "Aktiver"

+ 0 - 159
package/luci/applications/luci-app-upnp/po/pl/upnp.po

@@ -1,159 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-07-02 19:28+0200\n"
-"Last-Translator: obsy <cezary@eko.one.pl>\n"
-"Language-Team: none\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"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"Listy kontroli dostępu (ang. ACL) określają jakie porty mogą być "
-"przekierowane do jakich wewnętrznych adresów i portów"
-
-msgid "Action"
-msgstr "Akcja"
-
-msgid "Active UPnP Redirects"
-msgstr "Aktywne przekierowania UPnP"
-
-msgid "Advanced Settings"
-msgstr "Ustawienia zaawansowane"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "Zezwól na dodawanie przekierowań tylko do odpytujących adresów IP"
-
-msgid "Announced model number"
-msgstr "Rozgłaszany nr modelu"
-
-msgid "Announced serial number"
-msgstr "rozgłaszany nr seryjny"
-
-msgid "Clean rules interval"
-msgstr "Interwał czyszczenia reguł"
-
-msgid "Clean rules threshold"
-msgstr "Próg czyszczenia reguł"
-
-msgid "Client Address"
-msgstr "Adres klienta"
-
-msgid "Client Port"
-msgstr "Port klienta"
-
-msgid "Collecting data..."
-msgstr "Zbieranie danych..."
-
-msgid "Comment"
-msgstr "Komentarz"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "UUID urządzenia"
-
-msgid "Downlink"
-msgstr "Downlink"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Włącz funkcjonalność NAT-PMP"
-
-msgid "Enable UPnP functionality"
-msgstr "Włącz funkcjonalność UPnP"
-
-msgid "Enable additional logging"
-msgstr "Włącz rozszerzone raportowanie"
-
-msgid "Enable secure mode"
-msgstr "Włącz tryb bezpieczny"
-
-msgid "External Port"
-msgstr "Port zewnętrzny"
-
-msgid "External ports"
-msgstr "Porty zewnętrzne"
-
-msgid "General Settings"
-msgstr "Ustawienia główne"
-
-msgid "Internal addresses"
-msgstr "Adresy wewnętrzne"
-
-msgid "Internal ports"
-msgstr "Porty wewnętrzne"
-
-msgid "MiniUPnP ACLs"
-msgstr "Listy kontroli dostępu MiniUPnP"
-
-msgid "MiniUPnP settings"
-msgstr "Ustawienia MiniUPnP"
-
-msgid "Notify interval"
-msgstr "Interwał powiadamiania"
-
-msgid "Port"
-msgstr "Port"
-
-msgid "Presentation URL"
-msgstr "Przedstawiany URL"
-
-msgid "Protocol"
-msgstr "Protokół"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Dodaje dodatkowe informacje debugowania do loga systemowego"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Zgłaszaj czas pracy systemu zamiast czas pracy usługi"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Uruchom usługi UPnP i NAT-PMP"
-
-msgid "There are no active redirects."
-msgstr "Nie ma aktywnych przekierowań"
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP umożliwia klientom w sieci lokalnej automatyczne konfigurowanie routera."
-
-msgid "UPnP lease file"
-msgstr "Plik dzierżawy UPnP"
-
-msgid "Universal Plug & Play"
-msgstr "Universal Plug & Play"
-
-msgid "Uplink"
-msgstr "Uplink"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Wartość w KBajt/s, tylko informacyjnie"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Usuń przekierowanie"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPnP umożliwia klientom w sieci lokalnej automatyczne konfigurowanie "
-#~ "routera."
-
-#~ msgid "enable"
-#~ msgstr "enable"

+ 0 - 172
package/luci/applications/luci-app-upnp/po/pt-br/upnp.po

@@ -1,172 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-10 03:41+0200\n"
-"PO-Revision-Date: 2011-10-18 22:17+0200\n"
-"Last-Translator: Luiz Angelo <luizluca@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\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 ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"ACLs especificam quais portas externas podem ser redirecionadas para quais "
-"endereços e portas internos"
-
-msgid "Action"
-msgstr "Ação"
-
-msgid "Active UPnP Redirects"
-msgstr "Redirecionamentos UPnP Ativos"
-
-msgid "Advanced Settings"
-msgstr "Configurações Avançadas"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-"Permite adicionar encaminhamento apenas para o endereço IP requisitante"
-
-msgid "Announced model number"
-msgstr "Número do modelo anunciado"
-
-msgid "Announced serial number"
-msgstr "Número serial anunciado"
-
-msgid "Clean rules interval"
-msgstr "Intervalo de limpeza das regras"
-
-msgid "Clean rules threshold"
-msgstr "Limiar de limpeza das regras"
-
-msgid "Client Address"
-msgstr "Endereço do cliente"
-
-msgid "Client Port"
-msgstr "Porta do Cliente"
-
-msgid "Collecting data..."
-msgstr "Coletando dados..."
-
-msgid "Comment"
-msgstr "Comentário"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "UUID do Dispositivo"
-
-msgid "Downlink"
-msgstr "Velocidade de recebimento do enlace (downlink)"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Habilite a função NAT-PMP"
-
-msgid "Enable UPnP functionality"
-msgstr "Habilite a função UPnP"
-
-msgid "Enable additional logging"
-msgstr "Habilite registros adicionais"
-
-msgid "Enable secure mode"
-msgstr "Habilite modo seguro"
-
-msgid "External Port"
-msgstr "Porta Externa"
-
-msgid "External ports"
-msgstr "Portas Externas"
-
-msgid "General Settings"
-msgstr "Configurações Gerais"
-
-msgid "Internal addresses"
-msgstr "Endereços internos"
-
-msgid "Internal ports"
-msgstr "Portas internas"
-
-msgid "MiniUPnP ACLs"
-msgstr "ACLs do MiniUPnP"
-
-msgid "MiniUPnP settings"
-msgstr "Configurações do MiniUPnP"
-
-msgid "Notify interval"
-msgstr "Intervalo de notificação"
-
-msgid "Port"
-msgstr "Porta"
-
-msgid "Presentation URL"
-msgstr "URL de apresentação"
-
-msgid "Protocol"
-msgstr "Protocolo"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Envie informações extra de depuração ao registro do sistema"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Informe o tempo de vida do sistema ao invés do tempo do processo"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Dispare os serviços de UPnP e NAT-PMP"
-
-msgid "There are no active redirects."
-msgstr "Não existe redirecionamentos ativos."
-
-msgid "UPnP"
-msgstr ""
-"<abbr title=\"Universal Plug and Play, Plugue e Use Universal\">UPnP</abbr>"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP permite os clientes da rede local configurem automaticamente o roteador."
-
-msgid "UPnP lease file"
-msgstr "Arquivo de concessão do UPnP"
-
-msgid "Universal Plug & Play"
-msgstr "Plug & Play Universal"
-
-msgid "Uplink"
-msgstr "Velocidade de envio do enlace (uplink)"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Valores em KByte/s, apenas informativas"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Apague o Redirecionamento"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPnP permite os clientes da rede local configurem automaticamente o "
-#~ "roteador."
-
-#~ msgid "enable"
-#~ msgstr "habilitar"
-
-#~ msgid "Log output"
-#~ msgstr "Log de saída"
-
-#~ msgid ""
-#~ "UPNP should only be enabled if absolutely necessary as it can result in "
-#~ "high security risks for your network."
-#~ msgstr ""
-#~ "O UPNP deve ser ativado apenas se for absolutamente necessário, pois ele "
-#~ "pode resultar em elevados riscos de segurança para sua rede."

+ 0 - 160
package/luci/applications/luci-app-upnp/po/pt/upnp.po

@@ -1,160 +0,0 @@
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-05-26 19:03+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.1.1\n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Active UPnP Redirects"
-msgstr ""
-
-msgid "Advanced Settings"
-msgstr ""
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-
-msgid "Announced model number"
-msgstr ""
-
-msgid "Announced serial number"
-msgstr ""
-
-msgid "Clean rules interval"
-msgstr ""
-
-msgid "Clean rules threshold"
-msgstr ""
-
-msgid "Client Address"
-msgstr ""
-
-msgid "Client Port"
-msgstr ""
-
-msgid "Collecting data..."
-msgstr ""
-
-msgid "Comment"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr ""
-
-msgid "Downlink"
-msgstr "Link para download"
-
-msgid "Enable NAT-PMP functionality"
-msgstr ""
-
-msgid "Enable UPnP functionality"
-msgstr ""
-
-msgid "Enable additional logging"
-msgstr ""
-
-msgid "Enable secure mode"
-msgstr "Enable secure mode"
-
-msgid "External Port"
-msgstr ""
-
-msgid "External ports"
-msgstr ""
-
-msgid "General Settings"
-msgstr ""
-
-msgid "Internal addresses"
-msgstr ""
-
-msgid "Internal ports"
-msgstr ""
-
-msgid "MiniUPnP ACLs"
-msgstr ""
-
-msgid "MiniUPnP settings"
-msgstr ""
-
-msgid "Notify interval"
-msgstr ""
-
-msgid "Port"
-msgstr ""
-
-msgid "Presentation URL"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Puts extra debugging information into the system log"
-msgstr ""
-
-msgid "Report system instead of daemon uptime"
-msgstr ""
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr ""
-
-msgid "There are no active redirects."
-msgstr ""
-
-msgid "UPnP"
-msgstr ""
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-
-msgid "UPnP lease file"
-msgstr ""
-
-msgid "Universal Plug & Play"
-msgstr "Plug & Play Universal"
-
-msgid "Uplink"
-msgstr "Link para Upload"
-
-msgid "Value in KByte/s, informational only"
-msgstr ""
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPNP permite os clientes da rede local automaticamente configurar o "
-#~ "roteador."
-
-#~ msgid "Log output"
-#~ msgstr "Log de saída"
-
-#~ msgid ""
-#~ "UPNP should only be enabled if absolutely necessary as it can result in "
-#~ "high security risks for your network."
-#~ msgstr ""
-#~ "O UPNP deve ser ativado apenas se for absolutamente necessário, pois ele "
-#~ "pode resultar em elevados riscos de segurança para sua rede."

+ 0 - 159
package/luci/applications/luci-app-upnp/po/ro/upnp.po

@@ -1,159 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-09-25 19:15+0200\n"
-"Last-Translator: Mihai <WyRwSyK@gmail.com>\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.6\n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"ACL-urile specifica porturile externe care pot fi redirectate si spre ce "
-"adrese si porturi interne"
-
-msgid "Action"
-msgstr "Actiune"
-
-msgid "Active UPnP Redirects"
-msgstr "Redirecturi active UPnP"
-
-msgid "Advanced Settings"
-msgstr "Setari avansate"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "Permite adaugarea forward-urilor doar catre adresele ip solicitante"
-
-msgid "Announced model number"
-msgstr "Numar de model anuntat"
-
-msgid "Announced serial number"
-msgstr "Numar serial anuntat"
-
-msgid "Clean rules interval"
-msgstr "Intervalul de curatare reguli"
-
-msgid "Clean rules threshold"
-msgstr "Limita de curatare reguli"
-
-msgid "Client Address"
-msgstr "Adresa client"
-
-msgid "Client Port"
-msgstr "Port client"
-
-msgid "Collecting data..."
-msgstr "Colecteaza date.."
-
-msgid "Comment"
-msgstr "Comentariu"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "UUID al dispozitivului"
-
-msgid "Downlink"
-msgstr "Downlink"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Activeaza functionalitatea NAT-PMP"
-
-msgid "Enable UPnP functionality"
-msgstr "Activeaza functionalitatea UPnP"
-
-msgid "Enable additional logging"
-msgstr "Activeaza log-area aditionala"
-
-msgid "Enable secure mode"
-msgstr "Activeaza modul securizat"
-
-msgid "External Port"
-msgstr "Port extern"
-
-msgid "External ports"
-msgstr "Porturi externe"
-
-msgid "General Settings"
-msgstr "Setari generale"
-
-msgid "Internal addresses"
-msgstr "Adrese interne"
-
-msgid "Internal ports"
-msgstr "Porturi interne"
-
-msgid "MiniUPnP ACLs"
-msgstr "Liste de acces mini UPnP"
-
-msgid "MiniUPnP settings"
-msgstr "Setari mini UPnP"
-
-msgid "Notify interval"
-msgstr "Interval de notificare"
-
-msgid "Port"
-msgstr "Port"
-
-msgid "Presentation URL"
-msgstr "Adresa de prezentare"
-
-msgid "Protocol"
-msgstr "Protocol"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Pune informatii utile suplimentare in log-ul de sistem"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Raporteaza timpul de functionare de sistem in loc de serviciu"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Porneste UPnP si serviciul NAT-PMP"
-
-msgid "There are no active redirects."
-msgstr "Nu exista redirecturi active."
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPNP permite clientulor din reteaua locala sa configureze automat routerul."
-
-msgid "UPnP lease file"
-msgstr "Fisierul de conexiuni UPnP"
-
-msgid "Universal Plug & Play"
-msgstr "Universal Plug & Play"
-
-msgid "Uplink"
-msgstr "Uplink"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Valorea in KOcteti/s , doar informational"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Sterge redirect"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPNP permite clientulor din reteaua locala sa configureze automat "
-#~ "routerul."
-
-#~ msgid "enable"
-#~ msgstr "activeaza"

+ 0 - 164
package/luci/applications/luci-app-upnp/po/ru/upnp.po

@@ -1,164 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: LuCI: upnp\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-05-19 19:36+0200\n"
-"PO-Revision-Date: 2012-08-15 15:20+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.6\n"
-"X-Poedit-SourceCharset: UTF-8\n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"Список доступа определяет, какие внешние порты могут быть перенаправлены на "
-"внутренние адреса и порты"
-
-msgid "Action"
-msgstr "Действие"
-
-msgid "Active UPnP Redirects"
-msgstr "Активные UPnP-переадресации"
-
-msgid "Advanced Settings"
-msgstr "Расширенные настройки"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "Разрешить перенаправление только для запрашивающих IP-адресов"
-
-msgid "Announced model number"
-msgstr "Номер модели"
-
-msgid "Announced serial number"
-msgstr "Серийный номер"
-
-msgid "Clean rules interval"
-msgstr "Интервал очистки правил"
-
-msgid "Clean rules threshold"
-msgstr "Порог очистки правил"
-
-msgid "Client Address"
-msgstr "Адрес клиента"
-
-msgid "Client Port"
-msgstr "Порт клиента"
-
-msgid "Collecting data..."
-msgstr "Сбор данных..."
-
-msgid "Comment"
-msgstr "Комментарий"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "UUID устройства"
-
-msgid "Downlink"
-msgstr "Нисходящий канал"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Включить NAT-PMP"
-
-msgid "Enable UPnP functionality"
-msgstr "Включить UPnP"
-
-msgid "Enable additional logging"
-msgstr "Включить дополнительное журналирование"
-
-msgid "Enable secure mode"
-msgstr "Использовать защищённый режим"
-
-msgid "External Port"
-msgstr "Внешний порт"
-
-msgid "External ports"
-msgstr "Внешние порты"
-
-msgid "General Settings"
-msgstr "Общие настройки"
-
-msgid "Internal addresses"
-msgstr "Внутренние адреса"
-
-msgid "Internal ports"
-msgstr "Внутренние порты"
-
-msgid "MiniUPnP ACLs"
-msgstr "Список доступа MiniUPnP"
-
-msgid "MiniUPnP settings"
-msgstr "Настройки MiniUPnP"
-
-msgid "Notify interval"
-msgstr "Интервал уведомления"
-
-msgid "Port"
-msgstr "Порт"
-
-msgid "Presentation URL"
-msgstr "URL представления"
-
-msgid "Protocol"
-msgstr "Протокол"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Добавлять дополнительную отладочную информацию в системный журнал"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Сообщать время работы системы вместо сервиса"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Запустить службы UPnP и NAT-PMP"
-
-msgid "There are no active redirects."
-msgstr "Активные переадресации отсутствуют."
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP позволяет клиентам в локальной сети автоматически настраивать "
-"маршрутизатор."
-
-msgid "UPnP lease file"
-msgstr "Файл аренды UPnP"
-
-msgid "Universal Plug & Play"
-msgstr "Universal Plug & Play"
-
-msgid "Uplink"
-msgstr "Восходящий канал"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Значение в КБ/с, только для информации"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Удалить переадресацию"
-
-# Used in upnpmini.lua, which is marked broken, thus can be removed
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPnP позволяет клиентам в локальной сети автоматически настраивать "
-#~ "маршрутизатор."
-
-#~ msgid "enable"
-#~ msgstr "включить"

+ 0 - 139
package/luci/applications/luci-app-upnp/po/sk/upnp.po

@@ -1,139 +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 ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Active UPnP Redirects"
-msgstr ""
-
-msgid "Advanced Settings"
-msgstr ""
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-
-msgid "Announced model number"
-msgstr ""
-
-msgid "Announced serial number"
-msgstr ""
-
-msgid "Clean rules interval"
-msgstr ""
-
-msgid "Clean rules threshold"
-msgstr ""
-
-msgid "Client Address"
-msgstr ""
-
-msgid "Client Port"
-msgstr ""
-
-msgid "Collecting data..."
-msgstr ""
-
-msgid "Comment"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr ""
-
-msgid "Downlink"
-msgstr ""
-
-msgid "Enable NAT-PMP functionality"
-msgstr ""
-
-msgid "Enable UPnP functionality"
-msgstr ""
-
-msgid "Enable additional logging"
-msgstr ""
-
-msgid "Enable secure mode"
-msgstr ""
-
-msgid "External Port"
-msgstr ""
-
-msgid "External ports"
-msgstr ""
-
-msgid "General Settings"
-msgstr ""
-
-msgid "Internal addresses"
-msgstr ""
-
-msgid "Internal ports"
-msgstr ""
-
-msgid "MiniUPnP ACLs"
-msgstr ""
-
-msgid "MiniUPnP settings"
-msgstr ""
-
-msgid "Notify interval"
-msgstr ""
-
-msgid "Port"
-msgstr ""
-
-msgid "Presentation URL"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Puts extra debugging information into the system log"
-msgstr ""
-
-msgid "Report system instead of daemon uptime"
-msgstr ""
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr ""
-
-msgid "There are no active redirects."
-msgstr ""
-
-msgid "UPnP"
-msgstr ""
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-
-msgid "UPnP lease file"
-msgstr ""
-
-msgid "Universal Plug & Play"
-msgstr ""
-
-msgid "Uplink"
-msgstr ""
-
-msgid "Value in KByte/s, informational only"
-msgstr ""

+ 0 - 147
package/luci/applications/luci-app-upnp/po/sv/upnp.po

@@ -1,147 +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 ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"ACL:er anger vilka externa portar som ska omdirigeras till vilka interna "
-"adresser och portar"
-
-msgid "Action"
-msgstr "Handling"
-
-msgid "Active UPnP Redirects"
-msgstr "Aktivera UPnP-omdirigeringar"
-
-msgid "Advanced Settings"
-msgstr "Avancerade inställningar"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-
-msgid "Announced model number"
-msgstr "Aviserat modellnummer"
-
-msgid "Announced serial number"
-msgstr "Aviserat serienummer"
-
-msgid "Clean rules interval"
-msgstr ""
-
-msgid "Clean rules threshold"
-msgstr ""
-
-msgid "Client Address"
-msgstr "Klient-adress"
-
-msgid "Client Port"
-msgstr "Klient-port"
-
-msgid "Collecting data..."
-msgstr "Samlar in data..."
-
-msgid "Comment"
-msgstr "Kommentar"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "Enhetens UUID"
-
-msgid "Downlink"
-msgstr "Nerlänk"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Aktivera NAT-PMP-funktionalitet"
-
-msgid "Enable UPnP functionality"
-msgstr "Aktivera UPnP-funktionalitet"
-
-msgid "Enable additional logging"
-msgstr "Aktivera ytterligare loggning"
-
-msgid "Enable secure mode"
-msgstr "Aktivera säkert läge"
-
-msgid "External Port"
-msgstr "Extern port"
-
-msgid "External ports"
-msgstr "Externa portar"
-
-msgid "General Settings"
-msgstr "Generella inställningar"
-
-msgid "Internal addresses"
-msgstr "Interna adresser"
-
-msgid "Internal ports"
-msgstr "Interna portar"
-
-msgid "MiniUPnP ACLs"
-msgstr "ACL:er för MiniUPnP"
-
-msgid "MiniUPnP settings"
-msgstr "Inställningar för MiniUPnP"
-
-msgid "Notify interval"
-msgstr "Intervall för avisering"
-
-msgid "Port"
-msgstr "Port"
-
-msgid "Presentation URL"
-msgstr "Presentationens URL"
-
-msgid "Protocol"
-msgstr "Protokoll"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Lägger extra felsökningsinformation till system-loggen"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Rapportera systemet iställer för demonens upptid"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Starta UPnP och NAT-PMP-tjänsten"
-
-msgid "There are no active redirects."
-msgstr "Det finns inga aktiva omdirigeringar"
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP tillåter klienter i det lokala nätverket att automatiskt ställa in "
-"routern."
-
-msgid "UPnP lease file"
-msgstr "Hyr-fil för UPnP"
-
-msgid "Universal Plug & Play"
-msgstr "Universiell Plug & Play"
-
-msgid "Uplink"
-msgstr "Upplänk"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Värde i KByte/s, endast informell"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Ta bort omdirigering"

+ 0 - 132
package/luci/applications/luci-app-upnp/po/templates/upnp.pot

@@ -1,132 +0,0 @@
-msgid ""
-msgstr "Content-Type: text/plain; charset=UTF-8"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Active UPnP Redirects"
-msgstr ""
-
-msgid "Advanced Settings"
-msgstr ""
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-
-msgid "Announced model number"
-msgstr ""
-
-msgid "Announced serial number"
-msgstr ""
-
-msgid "Clean rules interval"
-msgstr ""
-
-msgid "Clean rules threshold"
-msgstr ""
-
-msgid "Client Address"
-msgstr ""
-
-msgid "Client Port"
-msgstr ""
-
-msgid "Collecting data..."
-msgstr ""
-
-msgid "Comment"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr ""
-
-msgid "Downlink"
-msgstr ""
-
-msgid "Enable NAT-PMP functionality"
-msgstr ""
-
-msgid "Enable UPnP functionality"
-msgstr ""
-
-msgid "Enable additional logging"
-msgstr ""
-
-msgid "Enable secure mode"
-msgstr ""
-
-msgid "External Port"
-msgstr ""
-
-msgid "External ports"
-msgstr ""
-
-msgid "General Settings"
-msgstr ""
-
-msgid "Internal addresses"
-msgstr ""
-
-msgid "Internal ports"
-msgstr ""
-
-msgid "MiniUPnP ACLs"
-msgstr ""
-
-msgid "MiniUPnP settings"
-msgstr ""
-
-msgid "Notify interval"
-msgstr ""
-
-msgid "Port"
-msgstr ""
-
-msgid "Presentation URL"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Puts extra debugging information into the system log"
-msgstr ""
-
-msgid "Report system instead of daemon uptime"
-msgstr ""
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr ""
-
-msgid "There are no active redirects."
-msgstr ""
-
-msgid "UPnP"
-msgstr ""
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-
-msgid "UPnP lease file"
-msgstr ""
-
-msgid "Universal Plug & Play"
-msgstr ""
-
-msgid "Uplink"
-msgstr ""
-
-msgid "Value in KByte/s, informational only"
-msgstr ""

+ 0 - 139
package/luci/applications/luci-app-upnp/po/tr/upnp.po

@@ -1,139 +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 ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Active UPnP Redirects"
-msgstr ""
-
-msgid "Advanced Settings"
-msgstr ""
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-
-msgid "Announced model number"
-msgstr ""
-
-msgid "Announced serial number"
-msgstr ""
-
-msgid "Clean rules interval"
-msgstr ""
-
-msgid "Clean rules threshold"
-msgstr ""
-
-msgid "Client Address"
-msgstr ""
-
-msgid "Client Port"
-msgstr ""
-
-msgid "Collecting data..."
-msgstr ""
-
-msgid "Comment"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr ""
-
-msgid "Downlink"
-msgstr ""
-
-msgid "Enable NAT-PMP functionality"
-msgstr ""
-
-msgid "Enable UPnP functionality"
-msgstr ""
-
-msgid "Enable additional logging"
-msgstr ""
-
-msgid "Enable secure mode"
-msgstr ""
-
-msgid "External Port"
-msgstr ""
-
-msgid "External ports"
-msgstr ""
-
-msgid "General Settings"
-msgstr ""
-
-msgid "Internal addresses"
-msgstr ""
-
-msgid "Internal ports"
-msgstr ""
-
-msgid "MiniUPnP ACLs"
-msgstr ""
-
-msgid "MiniUPnP settings"
-msgstr ""
-
-msgid "Notify interval"
-msgstr ""
-
-msgid "Port"
-msgstr ""
-
-msgid "Presentation URL"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Puts extra debugging information into the system log"
-msgstr ""
-
-msgid "Report system instead of daemon uptime"
-msgstr ""
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr ""
-
-msgid "There are no active redirects."
-msgstr ""
-
-msgid "UPnP"
-msgstr ""
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-
-msgid "UPnP lease file"
-msgstr ""
-
-msgid "Universal Plug & Play"
-msgstr ""
-
-msgid "Uplink"
-msgstr ""
-
-msgid "Value in KByte/s, informational only"
-msgstr ""

+ 0 - 161
package/luci/applications/luci-app-upnp/po/uk/upnp.po

@@ -1,161 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-05-26 19:26+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 ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-"Список кнтролю доступу визначає, які зовнішні порти можуть бути "
-"переспрямовані на які внутрішні адреси й порти"
-
-msgid "Action"
-msgstr "Дія"
-
-msgid "Active UPnP Redirects"
-msgstr "Активні переспрямування UPnP"
-
-msgid "Advanced Settings"
-msgstr "Додаткові параметри"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-"Дозволити додавання переспрямування тільки для IP-адрес, що надсилають запити"
-
-msgid "Announced model number"
-msgstr "Оголошуваний номер моделі"
-
-msgid "Announced serial number"
-msgstr "Оголошуваний серійний номер"
-
-msgid "Clean rules interval"
-msgstr "Інтервал очищення правил"
-
-msgid "Clean rules threshold"
-msgstr "Поріг очищення правил"
-
-msgid "Client Address"
-msgstr "Адреса клієнта"
-
-msgid "Client Port"
-msgstr "Порт клієнта"
-
-msgid "Collecting data..."
-msgstr "Збирання даних..."
-
-msgid "Comment"
-msgstr "Коментар"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "UUID пристрою"
-
-msgid "Downlink"
-msgstr "Низхідний канал"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "Увімкнути функцію NAT-PMP"
-
-msgid "Enable UPnP functionality"
-msgstr "Увімкнути функцію UPnP"
-
-msgid "Enable additional logging"
-msgstr "Увімкнути додаткове журналювання"
-
-msgid "Enable secure mode"
-msgstr "Увімкнути захищений режим"
-
-msgid "External Port"
-msgstr "Зовнішній порт"
-
-msgid "External ports"
-msgstr "Зовнішні порти"
-
-msgid "General Settings"
-msgstr "Загальні настройки"
-
-msgid "Internal addresses"
-msgstr "Внутрішні адреси"
-
-msgid "Internal ports"
-msgstr "Внутрішні порти"
-
-msgid "MiniUPnP ACLs"
-msgstr "Список контролю доступу MiniUPnP"
-
-msgid "MiniUPnP settings"
-msgstr "Настройки MiniUPnP"
-
-msgid "Notify interval"
-msgstr "Інтервал сповіщення"
-
-msgid "Port"
-msgstr "Порт"
-
-msgid "Presentation URL"
-msgstr "URL представляння"
-
-msgid "Protocol"
-msgstr "Протокол"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "Включати додаткові відомості для налагодження до системного журналу"
-
-msgid "Report system instead of daemon uptime"
-msgstr "Повідомляти час безвідмовної роботи системи, а не сервісу"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "Запускати служби UPnP та NAT-PMP"
-
-msgid "There are no active redirects."
-msgstr "Немає активних переспрямувань"
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-"UPnP надає клієнтам у локальній мережі змогу автоматично настроювати "
-"маршрутизатор."
-
-msgid "UPnP lease file"
-msgstr "Файл оренд UPnP"
-
-msgid "Universal Plug & Play"
-msgstr "Universal Plug & Play"
-
-msgid "Uplink"
-msgstr "Висхідний канал"
-
-msgid "Value in KByte/s, informational only"
-msgstr "Значення (КБ/с) тільки для інформації"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "Видалити переспрямування"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPnP надає клієнтам у локальній мережі змогу автоматично настроювати "
-#~ "маршрутизатор."
-
-#~ msgid "enable"
-#~ msgstr "Увімкнути"

+ 0 - 161
package/luci/applications/luci-app-upnp/po/vi/upnp.po

@@ -1,161 +0,0 @@
-#  upnp.pot
-#  generated from ./applications/luci-upnp/luasrc/i18n/upnp.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-08-16 06:59+0200\n"
-"PO-Revision-Date: 2009-08-13 04:00+0200\n"
-"Last-Translator: Hong Phuc Dang <dhppat@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Pootle 1.1.0\n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Active UPnP Redirects"
-msgstr ""
-
-msgid "Advanced Settings"
-msgstr ""
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr ""
-
-msgid "Announced model number"
-msgstr ""
-
-msgid "Announced serial number"
-msgstr ""
-
-msgid "Clean rules interval"
-msgstr ""
-
-msgid "Clean rules threshold"
-msgstr ""
-
-msgid "Client Address"
-msgstr ""
-
-msgid "Client Port"
-msgstr ""
-
-msgid "Collecting data..."
-msgstr ""
-
-msgid "Comment"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr ""
-
-msgid "Downlink"
-msgstr "Downlink"
-
-msgid "Enable NAT-PMP functionality"
-msgstr ""
-
-msgid "Enable UPnP functionality"
-msgstr ""
-
-msgid "Enable additional logging"
-msgstr ""
-
-msgid "Enable secure mode"
-msgstr "Kích hoạt chế độ an toàn"
-
-msgid "External Port"
-msgstr ""
-
-msgid "External ports"
-msgstr ""
-
-msgid "General Settings"
-msgstr ""
-
-msgid "Internal addresses"
-msgstr ""
-
-msgid "Internal ports"
-msgstr ""
-
-msgid "MiniUPnP ACLs"
-msgstr ""
-
-msgid "MiniUPnP settings"
-msgstr ""
-
-msgid "Notify interval"
-msgstr ""
-
-msgid "Port"
-msgstr ""
-
-msgid "Presentation URL"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Puts extra debugging information into the system log"
-msgstr ""
-
-msgid "Report system instead of daemon uptime"
-msgstr ""
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr ""
-
-msgid "There are no active redirects."
-msgstr ""
-
-msgid "UPnP"
-msgstr ""
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr ""
-
-msgid "UPnP lease file"
-msgstr ""
-
-msgid "Universal Plug & Play"
-msgstr "Universal Plug & Play"
-
-msgid "Uplink"
-msgstr "Uplink"
-
-msgid "Value in KByte/s, informational only"
-msgstr ""
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr ""
-#~ "UPNP cho phép đối tượng trong mạng địa phương tự động định dạng bộ định "
-#~ "tuyến"
-
-#~ msgid "Log output"
-#~ msgstr "Log output"
-
-#~ msgid ""
-#~ "UPNP should only be enabled if absolutely necessary as it can result in "
-#~ "high security risks for your network."
-#~ msgstr ""
-#~ "Chỉ nên kích hoạt UPNP khi thật cần thiết vì nó có thể gây nguy hiểm cho "
-#~ "mạng lưới"

+ 0 - 155
package/luci/applications/luci-app-upnp/po/zh-cn/upnp.po

@@ -1,155 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-10 03:40+0200\n"
-"PO-Revision-Date: 2012-09-03 18:02+0200\n"
-"Last-Translator: nKsyn <e.nksyn@gmail.com>\n"
-"Language-Team: QQ Group 75543259 <axishero@foxmail.com>\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: Pootle 2.0.6\n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr "指定外部端口的ACL可能会被重定向至某些内部地址及端口"
-
-msgid "Action"
-msgstr "动作"
-
-msgid "Active UPnP Redirects"
-msgstr "活动的UPnP重定向"
-
-msgid "Advanced Settings"
-msgstr "高级设置"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "允许添加只转发给请求的IP地址(当启用时,UPnP的客户可以只转发到其IP)"
-
-msgid "Announced model number"
-msgstr "公布的型号"
-
-msgid "Announced serial number"
-msgstr "公布的序列号"
-
-msgid "Clean rules interval"
-msgstr "定时自动清除无效规则"
-
-msgid "Clean rules threshold"
-msgstr "启动时清除端口转发"
-
-msgid "Client Address"
-msgstr "客户端地址"
-
-msgid "Client Port"
-msgstr "客户端端口"
-
-msgid "Collecting data..."
-msgstr "正在收集数据"
-
-msgid "Comment"
-msgstr "备注"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "设备UUID"
-
-msgid "Downlink"
-msgstr "下行速率"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "启用NAT-PMP功能"
-
-msgid "Enable UPnP functionality"
-msgstr "启用UPnP功能"
-
-msgid "Enable additional logging"
-msgstr "启用额外的日志记录"
-
-msgid "Enable secure mode"
-msgstr "启用安全模式"
-
-msgid "External Port"
-msgstr "外部端口"
-
-msgid "External ports"
-msgstr "外部端口"
-
-msgid "General Settings"
-msgstr "基本设置"
-
-msgid "Internal addresses"
-msgstr "内部地址"
-
-msgid "Internal ports"
-msgstr "内部端口"
-
-msgid "MiniUPnP ACLs"
-msgstr "MiniUPnP的ACL"
-
-msgid "MiniUPnP settings"
-msgstr "MiniUPnP设置"
-
-msgid "Notify interval"
-msgstr "警报间隔"
-
-msgid "Port"
-msgstr "端口"
-
-msgid "Presentation URL"
-msgstr "显示URL"
-
-msgid "Protocol"
-msgstr "协议"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "提取额外的调试信息至系统日志"
-
-msgid "Report system instead of daemon uptime"
-msgstr "用系统运行时间代替进程运行时间"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "启动UPnP与NAT-PMP服务"
-
-msgid "There are no active redirects."
-msgstr "没有活动的重定向"
-
-msgid "UPnP"
-msgstr "UPnP"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr "UPnP允许局域网内客户端自动设置路由上的端口转发。"
-
-msgid "UPnP lease file"
-msgstr "UPnP租约文件"
-
-msgid "Universal Plug & Play"
-msgstr "通用即插即用(UPnP)"
-
-msgid "Uplink"
-msgstr "上行速率"
-
-msgid "Value in KByte/s, informational only"
-msgstr "值为KByte/s,仅供参考"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "删除转发规则"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr "UPnP允许局域网内客户端自动设置路由上的端口转发。"
-
-#~ msgid "enable"
-#~ msgstr "启用"

+ 0 - 153
package/luci/applications/luci-app-upnp/po/zh-tw/upnp.po

@@ -1,153 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-05-14 11:40+0200\n"
-"Last-Translator: omnistack <omnistack@gmail.com>\n"
-"Language-Team: none\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: Pootle 2.0.6\n"
-
-msgid ""
-"ACLs specify which external ports may be redirected to which internal "
-"addresses and ports"
-msgstr "ACL存取控制清單, 就是指定某些外部埠可以從導到內部位址和埠號"
-
-msgid "Action"
-msgstr "啓用"
-
-msgid "Active UPnP Redirects"
-msgstr "啓用UPnP從導"
-
-msgid "Advanced Settings"
-msgstr "進階設定"
-
-msgid "Allow adding forwards only to requesting ip addresses"
-msgstr "只允許請求的IP位址新增從導機制"
-
-msgid "Announced model number"
-msgstr "已宣告模組號碼"
-
-msgid "Announced serial number"
-msgstr "已宣告序號"
-
-msgid "Clean rules interval"
-msgstr "清除規則間隔"
-
-msgid "Clean rules threshold"
-msgstr "清除規則門檻"
-
-msgid "Client Address"
-msgstr "用戶端位址"
-
-msgid "Client Port"
-msgstr "用戶端埠號"
-
-msgid "Collecting data..."
-msgstr "收集數據中..."
-
-msgid "Comment"
-msgstr "評論"
-
-msgid "Delete"
-msgstr ""
-
-msgid "Description"
-msgstr ""
-
-msgid "Device UUID"
-msgstr "設備UUID獨立識別碼"
-
-msgid "Downlink"
-msgstr "下載"
-
-msgid "Enable NAT-PMP functionality"
-msgstr "啓用蘋果NAT-PMP傳輸埠對應通訊協定功能"
-
-msgid "Enable UPnP functionality"
-msgstr "啓用UPnP通用序列埠功能"
-
-msgid "Enable additional logging"
-msgstr "啓用額外記錄"
-
-msgid "Enable secure mode"
-msgstr "啓用安全模式"
-
-msgid "External Port"
-msgstr "外部埠號"
-
-msgid "External ports"
-msgstr "外部埠號範圍"
-
-msgid "General Settings"
-msgstr "一般設定"
-
-msgid "Internal addresses"
-msgstr "內部位址"
-
-msgid "Internal ports"
-msgstr "內部埠號"
-
-msgid "MiniUPnP ACLs"
-msgstr "小型UPnP存取控制清單"
-
-msgid "MiniUPnP settings"
-msgstr "小型UPnP存取控制清單設定"
-
-msgid "Notify interval"
-msgstr "提醒間隔"
-
-msgid "Port"
-msgstr "埠號"
-
-msgid "Presentation URL"
-msgstr "介紹URL連結"
-
-msgid "Protocol"
-msgstr "協議"
-
-msgid "Puts extra debugging information into the system log"
-msgstr "把額外的除錯資訊放入系統log計錄中"
-
-msgid "Report system instead of daemon uptime"
-msgstr "報表系統取代常駐更新時間"
-
-msgid "Start UPnP and NAT-PMP service"
-msgstr "啓用UPnP跟NAT-PMP服務"
-
-msgid "There are no active redirects."
-msgstr "目前無作用中的從導"
-
-msgid "UPnP"
-msgstr "UPNP通用序列埠協定"
-
-msgid ""
-"UPnP allows clients in the local network to automatically configure the "
-"router."
-msgstr "開放本地用戶端自動設定路由器UPNP機制"
-
-msgid "UPnP lease file"
-msgstr "UPnP租賃文件"
-
-msgid "Universal Plug & Play"
-msgstr "通用序列埠隨插隨用"
-
-msgid "Uplink"
-msgstr "上傳"
-
-msgid "Value in KByte/s, informational only"
-msgstr "僅採用 KByte/s值單位表示"
-
-#~ msgid "Delete Redirect"
-#~ msgstr "刪除從導"
-
-#~ msgid ""
-#~ "UPNP allows clients in the local network to automatically configure the "
-#~ "router."
-#~ msgstr "開放本地用戶端自動設定路由器UPNP機制"
-
-#~ msgid "enable"
-#~ msgstr "啓用"

+ 0 - 11
package/luci/applications/luci-app-upnp/root/etc/uci-defaults/40_luci-miniupnp

@@ -1,11 +0,0 @@
-#!/bin/sh
-
-uci -q batch <<-EOF >/dev/null
-	delete ucitrack.@upnpd[-1]
-	add ucitrack upnpd
-	set ucitrack.@upnpd[-1].init=miniupnpd
-	commit ucitrack
-EOF
-
-rm -f /tmp/luci-indexcache
-exit 0