mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	Merge branch 'develop' into master
This commit is contained in:
		
						commit
						3d6a538077
					
				
					 28 changed files with 1099 additions and 850 deletions
				
			
		| 
						 | 
				
			
			@ -1,12 +1,12 @@
 | 
			
		|||
include $(TOPDIR)/rules.mk
 | 
			
		||||
 | 
			
		||||
PKG_NAME:=bcm27xx-eeprom
 | 
			
		||||
PKG_VERSION:=1a099a5a9de4cbd71a68afaa6421fd3b9cf3ef2e
 | 
			
		||||
PKG_RELEASE:=2
 | 
			
		||||
PKG_VERSION:=16bb29427f96dc8276a7102c0526154a1084bffd
 | 
			
		||||
PKG_RELEASE:=3
 | 
			
		||||
 | 
			
		||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 | 
			
		||||
PKG_SOURCE_URL:=https://codeload.github.com/raspberrypi/rpi-eeprom/tar.gz/$(PKG_VERSION)?
 | 
			
		||||
PKG_HASH:=c991a69fb92f60fb03cb0d0d482dafd162ae1ad0fb279509d9e2489055891ac3
 | 
			
		||||
PKG_HASH:=9bf42edbcd5ce38538750860c3c788af435206aa441b7d78cf88d094631dbb14
 | 
			
		||||
 | 
			
		||||
PKG_LICENSE:=BSD-3-Clause Custom
 | 
			
		||||
PKG_LICENSE_FILES:=LICENSE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -235,7 +235,8 @@ return view.extend({
 | 
			
		|||
		o.depends('auto_helper', '0');
 | 
			
		||||
		o.modalonly = true;
 | 
			
		||||
		for (var i = 0; i < ctHelpers.length; i++)
 | 
			
		||||
			o.value(ctHelpers[i].name, '<span class="hide-close">%s (%s)</span><span class="hide-open">%s</span>'.format(ctHelpers[i].description, ctHelpers[i].name.toUpperCase(), ctHelpers[i].name.toUpperCase()));
 | 
			
		||||
			//o.value(ctHelpers[i].name, '<span class="hide-close">%s (%s)</span><span class="hide-open">%s</span>'.format(ctHelpers[i].description, ctHelpers[i].name.toUpperCase(), ctHelpers[i].name.toUpperCase()));
 | 
			
		||||
			o.value(ctHelpers[i].name, '%s (%s)'.format(ctHelpers[i].description, ctHelpers[i].name.toUpperCase()));
 | 
			
		||||
 | 
			
		||||
		o = s.taboption('advanced', form.Flag, 'log', _('Enable logging on this zone'));
 | 
			
		||||
		o.modalonly = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -35,6 +35,12 @@ o.default     = "2"
 | 
			
		|||
o.datatype    = "range(1, 100)"
 | 
			
		||||
o.rmempty     = false
 | 
			
		||||
 | 
			
		||||
o = s:option(Value, "wait_test", translate("Wait after a failed test (s)"))
 | 
			
		||||
o.placeholder = "0"
 | 
			
		||||
o.default     = "0"
 | 
			
		||||
o.datatype    = "range(0, 100)"
 | 
			
		||||
o.rmempty     = false
 | 
			
		||||
 | 
			
		||||
o = s:option(DynamicList, "hosts", translate("Hosts"), translate("IPs or domains must be available over http"))
 | 
			
		||||
o.placeholder = "bing.com"
 | 
			
		||||
o.default     = { "bing.com", "google.com" }
 | 
			
		||||
| 
						 | 
				
			
			@ -72,6 +78,12 @@ o.default     = "2"
 | 
			
		|||
o.datatype    = "range(1, 100)"
 | 
			
		||||
o.rmempty     = false
 | 
			
		||||
 | 
			
		||||
o = s:option(Value, "wait_test", translate("Wait after a failed test (s)"))
 | 
			
		||||
o.placeholder = "0"
 | 
			
		||||
o.default     = "0"
 | 
			
		||||
o.datatype    = "range(0, 100)"
 | 
			
		||||
o.rmempty     = false
 | 
			
		||||
 | 
			
		||||
s = m:section(TypedSection, "defaults", translate("Defaults Settings"), translate("OMR-Tracker create needed routes and detect when a connection is down or up"))
 | 
			
		||||
s.anonymous   = true
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -96,6 +108,12 @@ o.default     = "2"
 | 
			
		|||
o.datatype    = "range(1, 100)"
 | 
			
		||||
o.rmempty     = false
 | 
			
		||||
 | 
			
		||||
o = s:option(Value, "wait_test", translate("Wait after a failed test (s)"))
 | 
			
		||||
o.placeholder = "0"
 | 
			
		||||
o.default     = "0"
 | 
			
		||||
o.datatype    = "range(0, 100)"
 | 
			
		||||
o.rmempty     = false
 | 
			
		||||
 | 
			
		||||
o = s:option(ListValue, "type", translate("Type"), translate("Always ping gateway, then test connection by ping, httping or dns. None mode only ping gateway."))
 | 
			
		||||
o:value("ping","ping")
 | 
			
		||||
o:value("httping","httping")
 | 
			
		||||
| 
						 | 
				
			
			@ -146,6 +164,12 @@ o.default     = "2"
 | 
			
		|||
o.datatype    = "range(1, 100)"
 | 
			
		||||
o.rmempty     = false
 | 
			
		||||
 | 
			
		||||
o = s:option(Value, "wait_test", translate("Wait after a failed test (s)"))
 | 
			
		||||
o.placeholder = "0"
 | 
			
		||||
o.default     = "0"
 | 
			
		||||
o.datatype    = "range(0, 100)"
 | 
			
		||||
o.rmempty     = false
 | 
			
		||||
 | 
			
		||||
o = s:option(ListValue, "type", translate("Type"), translate("Always ping gateway, then test connection by ping, httping or dns. None mode only ping gateway."))
 | 
			
		||||
o:value("ping","ping")
 | 
			
		||||
o:value("httping","httping")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,31 +1,134 @@
 | 
			
		|||
msgid ""
 | 
			
		||||
msgstr "Content-Type: text/plain; charset=UTF-8"
 | 
			
		||||
 | 
			
		||||
msgid ""
 | 
			
		||||
"Always ping gateway, then test connection by ping or dns. None mode only "
 | 
			
		||||
"ping gateway."
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/view/omr-tracker/cbi-select-add.htm:8
 | 
			
		||||
msgid "Add"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:117
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:173
 | 
			
		||||
msgid ""
 | 
			
		||||
"Always ping gateway, then test connection by ping, httping or dns. None mode "
 | 
			
		||||
"only ping gateway."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:87
 | 
			
		||||
msgid "Defaults Settings"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:7
 | 
			
		||||
msgid "Detect if Proxy is down and stop traffic redirection over it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:50
 | 
			
		||||
msgid "Detect if Server is down and use defined backup server in this case."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:17
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:60
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:90
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:146
 | 
			
		||||
msgid "Enable"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/root/usr/share/rpcd/acl.d/luci-app-omr-tracker.json:3
 | 
			
		||||
msgid "Grant UCI access for luci-app-omr-tracker"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:44
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:130
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:187
 | 
			
		||||
msgid "Hosts"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:44
 | 
			
		||||
msgid "IPs or domains must be available over http"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:135
 | 
			
		||||
msgid "Interfaces"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/view/omr-tracker/cbi-select-add.htm:9
 | 
			
		||||
msgid "Invalid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:123
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:179
 | 
			
		||||
msgid "Mail alert"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:130
 | 
			
		||||
msgid "Must be IPs and not domains"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/controller/omr-tracker.lua:5
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:5
 | 
			
		||||
#: luci-app-omr-tracker/root/usr/share/luci/menu.d/luci-app-omr-tracker.json:3
 | 
			
		||||
msgid "OMR-Tracker"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
msgid "OMR-Tracker detect when a connection is down"
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:87
 | 
			
		||||
msgid ""
 | 
			
		||||
"OMR-Tracker create needed routes and detect when a connection is down or up"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:7
 | 
			
		||||
msgid "Proxy tracker Settings"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:32
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:75
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:105
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:161
 | 
			
		||||
msgid "Retry interval (s)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:123
 | 
			
		||||
msgid "Send a mail when connection state change"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:179
 | 
			
		||||
msgid ""
 | 
			
		||||
"Send a mail when connection status change. You need to configure e-mail "
 | 
			
		||||
"settings <a href=\"/cgi-bin/luci/admin/services/mail\">here</a>."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:50
 | 
			
		||||
msgid "Server tracker Settings"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:20
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:63
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:93
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:149
 | 
			
		||||
msgid "Timeout (s)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:26
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:69
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:99
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:155
 | 
			
		||||
msgid "Tries"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:117
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:173
 | 
			
		||||
msgid "Type"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:38
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:81
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:111
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:167
 | 
			
		||||
msgid "Wait after a failed test (s)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:17
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:90
 | 
			
		||||
msgid "When tracker is disabled, connection failover is also disabled"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-omr-tracker/luasrc/model/cbi/omr-tracker.lua:60
 | 
			
		||||
msgid "When tracker is disabled, server failover is also disabled"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -441,10 +441,10 @@ function wizard_add()
 | 
			
		|||
 | 
			
		||||
	-- Get Proxy set by default
 | 
			
		||||
	local default_proxy = luci.http.formvalue("default_proxy") or "shadowsocks"
 | 
			
		||||
	if default_proxy == "shadowsocks" and serversnb > 0 then
 | 
			
		||||
	if default_proxy == "shadowsocks" and serversnb > 0 and serversnb > disablednb then
 | 
			
		||||
		ucic:set("shadowsocks-libev","sss0","disabled","0")
 | 
			
		||||
		ucic:set("v2ray","main","enabled","0")
 | 
			
		||||
	elseif default_proxy == "v2ray" and serversnb > 0  then
 | 
			
		||||
	elseif default_proxy == "v2ray" and serversnb > 0 and serversnb > disablednb then
 | 
			
		||||
		ucic:set("shadowsocks-libev","sss0","disabled","1")
 | 
			
		||||
		ucic:set("v2ray","main","enabled","1")
 | 
			
		||||
	else
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -51,6 +51,10 @@
 | 
			
		|||
		    <div class="cbi-value-field">
 | 
			
		||||
			<input type="hidden" name="server.<%=servername%>" value="<%=servername%>" />
 | 
			
		||||
			<input type="checkbox" name="redirect_ports.<%=servername%>" class="cbi-input-checkbox" value="1" <% if luci.model.uci.cursor():get("openmptcprouter",servername,"redirect_ports") == "1" then %>checked<% end %>>
 | 
			
		||||
			<br />
 | 
			
		||||
			<div class="cbi-value-description">
 | 
			
		||||
			    <%:You shouldn't do that and you should redirect only needed ports%>
 | 
			
		||||
			</div>
 | 
			
		||||
		    </div>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="cbi-value">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,30 +7,19 @@
 | 
			
		|||
	local sys = require "luci.sys"
 | 
			
		||||
	local ut = require "luci.util"
 | 
			
		||||
	local ifaces = sys.net:devices()
 | 
			
		||||
	local servers_ip = {}
 | 
			
		||||
	local server_ip = uci:get("shadowsocks-libev","sss0","server")
 | 
			
		||||
	if server_ip == '127.0.0.1' then
 | 
			
		||||
		local upstreams = uci:get("nginx-ha","ShadowSocks","upstreams")
 | 
			
		||||
		for _, up in pairs(upstreams) do
 | 
			
		||||
			local a = up:match("^([^:]+):")
 | 
			
		||||
			table.insert(servers_ip,a)
 | 
			
		||||
		end
 | 
			
		||||
	else
 | 
			
		||||
		table.insert(servers_ip,server_ip)
 | 
			
		||||
	end
 | 
			
		||||
 | 
			
		||||
function device_notvirtual(dev)
 | 
			
		||||
	for _, iface in ipairs(net:get_networks()) do
 | 
			
		||||
		local ifacen = iface:name()
 | 
			
		||||
		local ifacename = uci:get("network",ifacen,"ifname")
 | 
			
		||||
		local ifacetype = uci:get("network",ifacen,"type") or ""
 | 
			
		||||
		local ifaceproto = uci:get("network",ifacen,"proto") or ""
 | 
			
		||||
		if ifacename == dev and (ifacetype == "macvlan" or ifacetype == "bridge" or ifaceproto == "6in4") then
 | 
			
		||||
			return false
 | 
			
		||||
	function device_notvirtual(dev)
 | 
			
		||||
		for _, iface in ipairs(net:get_networks()) do
 | 
			
		||||
			local ifacen = iface:name()
 | 
			
		||||
			local ifacename = uci:get("network",ifacen,"ifname")
 | 
			
		||||
			local ifacetype = uci:get("network",ifacen,"type") or ""
 | 
			
		||||
			local ifaceproto = uci:get("network",ifacen,"proto") or ""
 | 
			
		||||
			if ifacename == dev and (ifacetype == "macvlan" or ifacetype == "bridge" or ifaceproto == "6in4") then
 | 
			
		||||
				return false
 | 
			
		||||
			end
 | 
			
		||||
		end
 | 
			
		||||
		return true
 | 
			
		||||
	end
 | 
			
		||||
	return true
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
%>
 | 
			
		||||
<script type="text/javascript" src="<%=resource%>/cbi.js?v=git-18.243.49640-2f13420" data-strings="{"path":{"resource":"\/luci-static\/resources","browser":"\/cgi-bin\/luci\/admin\/filebrowser"}}"></script>
 | 
			
		||||
| 
						 | 
				
			
			@ -336,7 +325,7 @@ end
 | 
			
		|||
		    </select>
 | 
			
		||||
		    <br />
 | 
			
		||||
		    <div class="cbi-value-description">
 | 
			
		||||
		        <%:Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, for all traffic if ShadowSocks is disabled.%> <%:All VPN available here can do aggregation over MPTCP or using own internal method.%> <%:OpenVPN can't be used in multi VPS configuration.%>
 | 
			
		||||
		        <%:Set the default VPN used for ICMP (and UDP if proxy used is shadowsocks), for all traffic if proxy is disabled.%> <%:All VPN available here can do aggregation over MPTCP or using own internal method.%> <%:OpenVPN can't be used in multi VPS configuration.%>
 | 
			
		||||
		    </div>
 | 
			
		||||
		</div>
 | 
			
		||||
	    </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,7 +23,7 @@ msgstr "Schlüssel 'Dead Simple VPN'"
 | 
			
		|||
msgid "API username to retrieve personnalized settings from the server."
 | 
			
		||||
msgstr "API Benutzername zum Download der Settings vom Server."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:646
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:660
 | 
			
		||||
msgid "APN"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -31,7 +31,7 @@ msgstr ""
 | 
			
		|||
msgid "Add a new server"
 | 
			
		||||
msgstr "Neuen Server hinzufügen"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:815
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:829
 | 
			
		||||
msgid "Add an interface"
 | 
			
		||||
msgstr "Interface hinzufügen"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -63,12 +63,12 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Die CPU beherrscht AES-NI-Befehle zur Beschleunigung der Verschlüsselung."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:686
 | 
			
		||||
msgid "Authentication Type"
 | 
			
		||||
msgstr "Authentifizierungs Methode"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:710
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:724
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:736
 | 
			
		||||
msgid "Backup"
 | 
			
		||||
msgstr "Backup"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -77,7 +77,7 @@ msgstr "Backup"
 | 
			
		|||
msgid "Backup on server"
 | 
			
		||||
msgstr "Backup der Router-Einstellungen auf den Server"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:288
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:292
 | 
			
		||||
msgid "Balancing"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -89,7 +89,7 @@ msgstr "Beta"
 | 
			
		|||
msgid "Big time difference between the server and the router"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:470
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:484
 | 
			
		||||
msgid "Bridge"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -108,7 +108,7 @@ msgstr ""
 | 
			
		|||
"IP-Pakete, die nicht TCP sind, werden standardmäßig mit einem VPN-Protokoll "
 | 
			
		||||
"übertragen."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:691
 | 
			
		||||
msgid "CHAP"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -128,15 +128,15 @@ msgstr ""
 | 
			
		|||
msgid "Can\\'t ping server"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:488
 | 
			
		||||
msgid ""
 | 
			
		||||
"Choose MacVLAN if you want to create a virtual interface based on a physical "
 | 
			
		||||
"interface."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:408
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:494
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:540
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:554
 | 
			
		||||
msgid "Choose physical interface."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -149,7 +149,7 @@ msgid "Core temp:"
 | 
			
		|||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:374
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:505
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
msgid "DHCP"
 | 
			
		||||
msgstr "DHCP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -157,7 +157,7 @@ msgstr "DHCP"
 | 
			
		|||
msgid "DNS issue: can\\'t resolve hostname"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:272
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:276
 | 
			
		||||
msgid "Debug"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -172,52 +172,52 @@ msgid "Default VPN"
 | 
			
		|||
msgstr "Standard VPN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:62
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:463
 | 
			
		||||
msgid "Delete"
 | 
			
		||||
msgstr "Löschen"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:572
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:599
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:620
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:586
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:613
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:634
 | 
			
		||||
msgid "Device"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:197
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:201
 | 
			
		||||
msgid "Disable TCP Fast Open"
 | 
			
		||||
msgstr "TCP-Fast-Open aus"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:202
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:206
 | 
			
		||||
msgid "Disable TCP Fast Open on Linux and Shadowsocks configuration"
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Abschalten von TCP-Fast-Open für Linux und die ShadowsSocks-Einstellungen"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:242
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:246
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Disable gateway ping"
 | 
			
		||||
msgid "Disable default gateway"
 | 
			
		||||
msgstr "Gateway-Ping aus"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:247
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:251
 | 
			
		||||
msgid "Disable default gateway, no internet if VPS are down"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:187
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:191
 | 
			
		||||
msgid "Disable external check"
 | 
			
		||||
msgstr "Externe Prüfung aus"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:232
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:236
 | 
			
		||||
msgid "Disable gateway ping"
 | 
			
		||||
msgstr "Gateway-Ping aus"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:237
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:241
 | 
			
		||||
msgid "Disable gateway ping status check"
 | 
			
		||||
msgstr "Gateway-Ping Statusüberprüfung aus"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:267
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:271
 | 
			
		||||
msgid "Disable multipath test using tracebox"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:57
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:61
 | 
			
		||||
msgid ""
 | 
			
		||||
"Disable ports redirection defined in firewall from server to this router"
 | 
			
		||||
msgstr "Portweiterleitungen in der Server-Firewall zu diesem Router abschalten"
 | 
			
		||||
| 
						 | 
				
			
			@ -228,58 +228,58 @@ msgstr "Portweiterleitungen in der Server-Firewall zu diesem Router abschalten"
 | 
			
		|||
msgid "Disable server"
 | 
			
		||||
msgstr "Server-Ping aus"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:252
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:256
 | 
			
		||||
msgid "Disable server ping"
 | 
			
		||||
msgstr "Server-Ping aus"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:257
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:261
 | 
			
		||||
msgid "Disable server ping status check"
 | 
			
		||||
msgstr "Server-Ping Status-Prüfung aus"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:262
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:266
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Disable external check"
 | 
			
		||||
msgid "Disable tracebox test"
 | 
			
		||||
msgstr "Externe Prüfung aus"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:708
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:720
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:734
 | 
			
		||||
msgid "Disabled"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:766
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:780
 | 
			
		||||
msgid "Download speed (Kb/s)"
 | 
			
		||||
msgstr "Download-Geschwindigkeit (kBits/s)"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:290
 | 
			
		||||
msgid "Dynamic change"
 | 
			
		||||
msgstr "Dynamische Anpassung"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:181
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:185
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:158
 | 
			
		||||
msgid "Enable IPv6"
 | 
			
		||||
msgstr "IPv6 aktiv"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:756
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:770
 | 
			
		||||
msgid "Enable SQM"
 | 
			
		||||
msgstr "SQM aktiv"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:73
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:77
 | 
			
		||||
msgid "Enable ShadowSocks Obfuscating"
 | 
			
		||||
msgstr "Shadowsocks-Verschleierung aktiv"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:207
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:211
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Disable TCP Fast Open"
 | 
			
		||||
msgid "Enable TCP Low Latency"
 | 
			
		||||
msgstr "TCP-Fast-Open aus"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:277
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:281
 | 
			
		||||
msgid "Enable debug logs"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:707
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:719
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:733
 | 
			
		||||
msgid "Enabled"
 | 
			
		||||
msgstr "Aktiv"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -309,7 +309,7 @@ msgstr "API Benutzername zum Download der Settings vom Server."
 | 
			
		|||
msgid "Force retrieve settings"
 | 
			
		||||
msgstr "Server-Einstellungen"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:680
 | 
			
		||||
msgid "GPRS only"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -331,53 +331,53 @@ msgstr "Glorytun Schlüssel"
 | 
			
		|||
msgid "Grant UCI access for luci-app-openmptcprouter"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:124
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:128
 | 
			
		||||
msgid "How often TCP sends out keepalive messages when keepalive is enabled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:175
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:179
 | 
			
		||||
msgid "IPv4 IP default TTL"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:129
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:133
 | 
			
		||||
msgid "IPv4 TCP FIN timeout"
 | 
			
		||||
msgstr "IPv4 TCP FIN Wartezeit"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:169
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:173
 | 
			
		||||
msgid "IPv4 TCP Fast Open"
 | 
			
		||||
msgstr "IPv4 TCP Fast-Open"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:119
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:123
 | 
			
		||||
msgid "IPv4 TCP Keepalive time"
 | 
			
		||||
msgstr "IPv4 TCP Verbindungs-Haltezeit"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:139
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:143
 | 
			
		||||
msgid "IPv4 TCP SYN retries"
 | 
			
		||||
msgstr "IPv4 TCP SYN Wiederholversuche"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:149
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:153
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "IPv4 TCP SYN retries"
 | 
			
		||||
msgid "IPv4 TCP SYN retries1"
 | 
			
		||||
msgstr "IPv4 TCP SYN Wiederholversuche"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:159
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:163
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "IPv4 TCP SYN retries"
 | 
			
		||||
msgid "IPv4 TCP SYN retries2"
 | 
			
		||||
msgstr "IPv4 TCP SYN Wiederholversuche"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:416
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:546
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:430
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:560
 | 
			
		||||
msgid "IPv4 address"
 | 
			
		||||
msgstr "IPv4-Adresse"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:562
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:576
 | 
			
		||||
msgid "IPv4 gateway"
 | 
			
		||||
msgstr "IPv4-Standardgateway"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:556
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:570
 | 
			
		||||
msgid "IPv4 netmask"
 | 
			
		||||
msgstr "IPv4-Netzmaske"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -404,7 +404,7 @@ msgstr ""
 | 
			
		|||
msgid "IPv6:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:435
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
msgid "Interfaces settings"
 | 
			
		||||
msgstr "Schnittstellen-Einstellungen"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -430,17 +430,17 @@ msgstr ""
 | 
			
		|||
msgid "LAN interfaces settings"
 | 
			
		||||
msgstr "Schnittstellen-Einstellungen"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:664
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
msgid "LTE"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:358
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:455
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
msgid "Label"
 | 
			
		||||
msgstr "Bezeichnung"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:364
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:460
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
msgid "Label for the interface"
 | 
			
		||||
msgstr "Bezeichnung der Schnittstelle"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -479,40 +479,40 @@ msgstr ""
 | 
			
		|||
msgid "MPTCP may not be enabled on the server"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:746
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:760
 | 
			
		||||
msgid "MPTCP over VPN"
 | 
			
		||||
msgstr "MPTCP über VPN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:483
 | 
			
		||||
msgid "MacVLAN"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:723
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:735
 | 
			
		||||
msgid "Master"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:282
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
msgid "Master interface selection"
 | 
			
		||||
msgstr "Primäre Schnittstelle:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:304
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:308
 | 
			
		||||
msgid "Maximum scaling CPU frequency"
 | 
			
		||||
msgstr "Maximaler CPU-Takt"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:298
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:302
 | 
			
		||||
msgid "Minimum scaling CPU frequency"
 | 
			
		||||
msgstr "Minimaler CPU-Takt"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:661
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
msgid "Modem default"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:695
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
msgid "Modem init timeout"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:506
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:520
 | 
			
		||||
msgid "ModemManager"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -520,8 +520,8 @@ msgstr ""
 | 
			
		|||
msgid "More than one default VPN is enabled"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:704
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:716
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:718
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:730
 | 
			
		||||
msgid "Multipath TCP"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -542,11 +542,11 @@ msgstr ""
 | 
			
		|||
msgid "Multipath seems to be blocked on the connection"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:507
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:521
 | 
			
		||||
msgid "NCM"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
msgid "NONE"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -560,7 +560,7 @@ msgstr ""
 | 
			
		|||
msgid "Network overview"
 | 
			
		||||
msgstr "Netzwerk-Übersicht"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:116
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:120
 | 
			
		||||
msgid "Networks settings"
 | 
			
		||||
msgstr "Netzwerk-Einstellungen"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -586,7 +586,7 @@ msgstr ""
 | 
			
		|||
msgid "No available backup on server."
 | 
			
		||||
msgstr "Keine Konfigurations-Sicherung des Routers auf dem Server verfügbar."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:287
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:291
 | 
			
		||||
msgid "No change"
 | 
			
		||||
msgstr "Keine Änderungen"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -618,29 +618,29 @@ msgstr "Allgemeine Servereinstellungen"
 | 
			
		|||
msgid "None"
 | 
			
		||||
msgstr "Keine"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:468
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:482
 | 
			
		||||
msgid "Normal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:144
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:148
 | 
			
		||||
msgid ""
 | 
			
		||||
"Number of times initial SYNs for an active TCP connection attempt will be "
 | 
			
		||||
"retransmitted."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:83
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:87
 | 
			
		||||
msgid "Obfuscating plugin"
 | 
			
		||||
msgstr "Verschleierungs-Modul"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:102
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:106
 | 
			
		||||
msgid "Obfuscating type"
 | 
			
		||||
msgstr "Verschleierungs-Typ"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:78
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:82
 | 
			
		||||
msgid "Obfuscating will be enabled on both side"
 | 
			
		||||
msgstr "Die Verschleierung wird auf beiden Seiten aktiviert."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:285
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:289
 | 
			
		||||
msgid "On wizard change"
 | 
			
		||||
msgstr "Bei Änderungen mittels des Assistenten"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -657,66 +657,66 @@ msgstr "OpenMPTCProuter"
 | 
			
		|||
msgid "OpenVPN can't be used in multi VPS configuration."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:212
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:216
 | 
			
		||||
msgid "Optimize for latency instead of bandwidth"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:375
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:510
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:524
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Other"
 | 
			
		||||
msgstr "Andere"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:219
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:223
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Server settings"
 | 
			
		||||
msgid "Other settings"
 | 
			
		||||
msgstr "Server-Einstellungen"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:690
 | 
			
		||||
msgid "PAP"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:692
 | 
			
		||||
msgid "PAP/CHAP"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:703
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "MLVPN password"
 | 
			
		||||
msgid "PAP/CHAP password"
 | 
			
		||||
msgstr "MLVPN Schlüssel"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:683
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:697
 | 
			
		||||
msgid "PAP/CHAP username"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:652
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
msgid "PIN code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:522
 | 
			
		||||
msgid "PPPoE"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:387
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:493
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:533
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Add an interface"
 | 
			
		||||
msgid "Physical interface"
 | 
			
		||||
msgstr "Interface hinzufügen"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:662
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
msgid "Prefer LTE"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:663
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
msgid "Prefer UMTS"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:369
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:500
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
msgid "Protocol"
 | 
			
		||||
msgstr "Protokoll"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -734,7 +734,7 @@ msgstr "VPN-Einstellungen"
 | 
			
		|||
msgid "Proxy traffic:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:509
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:523
 | 
			
		||||
msgid "QMI"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -752,24 +752,24 @@ msgstr "Parameter-Sicherung auf den Router wiederherstellen"
 | 
			
		|||
msgid "Retrieve settings from server"
 | 
			
		||||
msgstr "API Benutzername zum Download der Settings vom Server."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:330
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:824
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:334
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:838
 | 
			
		||||
msgid "Save & Apply"
 | 
			
		||||
msgstr "Speichern und Anwenden"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:227
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:231
 | 
			
		||||
msgid "Save vnstats statistics on disk"
 | 
			
		||||
msgstr "vnstat-Daten fortlaufend auf Datenträger schreiben"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:222
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:226
 | 
			
		||||
msgid "Save vnstats stats"
 | 
			
		||||
msgstr "Speichern der vnstat-Daten"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:310
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:314
 | 
			
		||||
msgid "Scaling governor"
 | 
			
		||||
msgstr "Methode der CPU-Taktung"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:818
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:832
 | 
			
		||||
msgid "Select the device you want to base the interface on."
 | 
			
		||||
msgstr "Schnittstelle auswählen für diese Verbindung"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -804,17 +804,17 @@ msgstr "Server-Einstellungen"
 | 
			
		|||
msgid "Server username"
 | 
			
		||||
msgstr "Server-Benutzername"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:658
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Server key"
 | 
			
		||||
msgid "Service Type"
 | 
			
		||||
msgstr "Server-Schlüssel"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:551
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:565
 | 
			
		||||
msgid "Set an IP in the same network as the modem"
 | 
			
		||||
msgstr "IP-Adresse im gleichen Subnetz wie das Modem angeben"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:567
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:581
 | 
			
		||||
msgid "Set here IP of the modem"
 | 
			
		||||
msgstr "IPv4 des Modems"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -835,21 +835,25 @@ msgstr ""
 | 
			
		|||
"Andernfalls auch für TCP)"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:339
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid ""
 | 
			
		||||
#| "Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, "
 | 
			
		||||
#| "for all traffic if ShadowSocks is disabled."
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, for "
 | 
			
		||||
"all traffic if ShadowSocks is disabled."
 | 
			
		||||
"Set the default VPN used for ICMP (and UDP if proxy used is shadowsocks), "
 | 
			
		||||
"for all traffic if proxy is disabled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Auswahl des VPNs für UDP und ICMP (Sofern ShadowSocks für TCP aktiv ist. "
 | 
			
		||||
"Andernfalls auch für TCP)"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:776
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:790
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max download speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Wert von etwa 80-95% der Downstream-Bandbreite; '0' zum Abschalten von SQM/"
 | 
			
		||||
"QoS."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:792
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:806
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max upload speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -880,7 +884,7 @@ msgid "Show all settings"
 | 
			
		|||
msgstr "Alle Einstellungen anzeigen"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:373
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:504
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:518
 | 
			
		||||
msgid "Static address"
 | 
			
		||||
msgstr "Statische Adresse"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -888,11 +892,11 @@ msgstr "Statische Adresse"
 | 
			
		|||
msgid "Status"
 | 
			
		||||
msgstr "Status"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:295
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:299
 | 
			
		||||
msgid "Systems settings"
 | 
			
		||||
msgstr "System-Einstellungen"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:134
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:138
 | 
			
		||||
msgid ""
 | 
			
		||||
"The length of time an orphaned (no longer referenced by any application) "
 | 
			
		||||
"connection will remain in the FIN_WAIT_2 state before it is aborted at the "
 | 
			
		||||
| 
						 | 
				
			
			@ -907,14 +911,14 @@ msgstr ""
 | 
			
		|||
"Die CPU beherrscht keine AES-NI-Befehle für hardwarebeschleunigte "
 | 
			
		||||
"Verschlüsselung. Sinnvollerweise stattdessen 'chacha20' nutzen!"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:154
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:158
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the time, after which TCP decides, that something is "
 | 
			
		||||
"wrong due to unacknowledged RTO retransmissions, and reports this suspicion "
 | 
			
		||||
"to the network layer."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:164
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:168
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the timeout of an alive TCP connection, when RTO "
 | 
			
		||||
"retransmissions remain unacknowledged."
 | 
			
		||||
| 
						 | 
				
			
			@ -924,7 +928,7 @@ msgstr ""
 | 
			
		|||
msgid "Total traffic:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:465
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
msgid "Type"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -939,7 +943,7 @@ msgstr ""
 | 
			
		|||
msgid "UBOND password"
 | 
			
		||||
msgstr "UBOND Schlüssel"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:665
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:679
 | 
			
		||||
msgid "UMTS/GPRS"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -959,7 +963,7 @@ msgstr "automatische Aktualiserung des Servers"
 | 
			
		|||
msgid "Update server"
 | 
			
		||||
msgstr "Aktualisierung des Servers"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:782
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:796
 | 
			
		||||
msgid "Upload speed (Kb/s)"
 | 
			
		||||
msgstr "Upstream-Bandbreite (kBit/s)"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -968,8 +972,8 @@ msgstr "Upstream-Bandbreite (kBit/s)"
 | 
			
		|||
msgid "Uptime:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:771
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:787
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:785
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:801
 | 
			
		||||
msgid "Used by Glorytun UDP and SQM/QoS if enabled. 0 to use default value."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Nutzung durch Glorytun für UDP und SQM/QoS, sofern aktiv. '0' für den "
 | 
			
		||||
| 
						 | 
				
			
			@ -1024,7 +1028,7 @@ msgstr ""
 | 
			
		|||
msgid "Wan IP and gateway are identical"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:192
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:196
 | 
			
		||||
msgid ""
 | 
			
		||||
"When enable check are done on external sites to get each WAN IP and the IP "
 | 
			
		||||
"used to go outside."
 | 
			
		||||
| 
						 | 
				
			
			@ -1039,7 +1043,7 @@ msgstr "Assistent"
 | 
			
		|||
msgid "You"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:751
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:765
 | 
			
		||||
msgid "You can enable MPTCP over VPN if your provider filter Multipath TCP."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"'MPTCP over VPN' kann genutzt werden für Anschlüsse auf denen der Anbieter "
 | 
			
		||||
| 
						 | 
				
			
			@ -1049,7 +1053,7 @@ msgstr ""
 | 
			
		|||
msgid "You can use DHCP if you have multiple real ethernet ports."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:528
 | 
			
		||||
msgid ""
 | 
			
		||||
"You can use DHCP if you have multiple real ethernet ports. Select other if "
 | 
			
		||||
"you want to use another protocol available in Network Interfaces page."
 | 
			
		||||
| 
						 | 
				
			
			@ -1061,7 +1065,7 @@ msgstr ""
 | 
			
		|||
msgid "You can use a public IPv6 prefix only if you set only one server."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:450
 | 
			
		||||
msgid "You must disable DHCP on your modems and set IP in different networks."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"'DHCP' muss für diese Modems abgeschaltet und die IP-Adresse in ein andere "
 | 
			
		||||
| 
						 | 
				
			
			@ -1073,12 +1077,16 @@ msgstr ""
 | 
			
		|||
"Server benötigt nutzbares IPv6. Andernfalls mit diesem Schalter die Nutzung "
 | 
			
		||||
"sperren."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:761
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:775
 | 
			
		||||
msgid "You should disable SQM for LTE or any interfaces with variable speed."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"SQM sollte abgeschaltet werden für LTE und andere Verbindungen mit "
 | 
			
		||||
"variierender Geschwindigkeit."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:56
 | 
			
		||||
msgid "You shouldn't do that and you should redirect only needed ports"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm:78
 | 
			
		||||
msgid "Your IP was not leased by this router"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1089,7 +1097,7 @@ msgstr ""
 | 
			
		|||
msgid "address:"
 | 
			
		||||
msgstr "IPv4-Adresse"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:667
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:681
 | 
			
		||||
msgid "auto"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: \n"
 | 
			
		||||
"POT-Creation-Date: \n"
 | 
			
		||||
"PO-Revision-Date: 2020-10-21 12:55+0000\n"
 | 
			
		||||
"PO-Revision-Date: 2020-11-05 11:21+0000\n"
 | 
			
		||||
"Last-Translator: Weblate Admin <contact@openmptcprouter.com>\n"
 | 
			
		||||
"Language-Team: French <http://weblate.openmptcprouter.com/projects/omr/"
 | 
			
		||||
"luciapplicationsopenmptcprouter/fr/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -28,7 +28,7 @@ msgstr ""
 | 
			
		|||
"Nom d'utilisateur pour récupérer la configuration personnalisée depuis le "
 | 
			
		||||
"serveur."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:646
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:660
 | 
			
		||||
msgid "APN"
 | 
			
		||||
msgstr "APN"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -36,7 +36,7 @@ msgstr "APN"
 | 
			
		|||
msgid "Add a new server"
 | 
			
		||||
msgstr "Ajouter un serveur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:815
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:829
 | 
			
		||||
msgid "Add an interface"
 | 
			
		||||
msgstr "Ajouter une interface"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -67,12 +67,12 @@ msgid ""
 | 
			
		|||
"processor."
 | 
			
		||||
msgstr "Les instruction AES sont intégrées dans le processeur."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:686
 | 
			
		||||
msgid "Authentication Type"
 | 
			
		||||
msgstr "Type d'authentification"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:710
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:724
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:736
 | 
			
		||||
msgid "Backup"
 | 
			
		||||
msgstr "Sauvegarder"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -81,7 +81,7 @@ msgstr "Sauvegarder"
 | 
			
		|||
msgid "Backup on server"
 | 
			
		||||
msgstr "Sauvegarde sur le serveur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:288
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:292
 | 
			
		||||
msgid "Balancing"
 | 
			
		||||
msgstr "Équilibrage"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -93,7 +93,7 @@ msgstr "Bêta"
 | 
			
		|||
msgid "Big time difference between the server and the router"
 | 
			
		||||
msgstr "Grande différence de temps entre le serveur et le routeur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:470
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:484
 | 
			
		||||
msgid "Bridge"
 | 
			
		||||
msgstr "Passerelle"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -107,7 +107,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Par défaut, le proxy est utilisé pour tout trafic TCP (et UDP pour V2Ray)."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:691
 | 
			
		||||
msgid "CHAP"
 | 
			
		||||
msgstr "CHAP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -127,7 +127,7 @@ msgstr "Pas d'adresse IP publique récupérée via ShadowSocks"
 | 
			
		|||
msgid "Can\\'t ping server"
 | 
			
		||||
msgstr "Pas de réponse du serveur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:488
 | 
			
		||||
msgid ""
 | 
			
		||||
"Choose MacVLAN if you want to create a virtual interface based on a physical "
 | 
			
		||||
"interface."
 | 
			
		||||
| 
						 | 
				
			
			@ -135,9 +135,9 @@ msgstr ""
 | 
			
		|||
"Choisissez MacVLAN si vous souhaitez créer une interface virtuelle basée sur "
 | 
			
		||||
"une interface physique."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:408
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:494
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:540
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:554
 | 
			
		||||
msgid "Choose physical interface."
 | 
			
		||||
msgstr "Choisissez l'interface physique."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -150,7 +150,7 @@ msgid "Core temp:"
 | 
			
		|||
msgstr "Température du cœur :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:374
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:505
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
msgid "DHCP"
 | 
			
		||||
msgstr "DHCP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -158,7 +158,7 @@ msgstr "DHCP"
 | 
			
		|||
msgid "DNS issue: can\\'t resolve hostname"
 | 
			
		||||
msgstr "Soucis DNS : impossible de résoudre le domaine"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:272
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:276
 | 
			
		||||
msgid "Debug"
 | 
			
		||||
msgstr "Débugger"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -171,52 +171,52 @@ msgid "Default VPN"
 | 
			
		|||
msgstr "VPN par défaut"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:62
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:463
 | 
			
		||||
msgid "Delete"
 | 
			
		||||
msgstr "Supprimer"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:572
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:599
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:620
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:586
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:613
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:634
 | 
			
		||||
msgid "Device"
 | 
			
		||||
msgstr "Appareil"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:197
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:201
 | 
			
		||||
msgid "Disable TCP Fast Open"
 | 
			
		||||
msgstr "Désactiver TCP Fast Open"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:202
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:206
 | 
			
		||||
msgid "Disable TCP Fast Open on Linux and Shadowsocks configuration"
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Désactivation de TCP Fast Open pour Linux et dans la configuration de "
 | 
			
		||||
"Shadowsocks"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:242
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:246
 | 
			
		||||
msgid "Disable default gateway"
 | 
			
		||||
msgstr "Désactiver la passerelle par défaut"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:247
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:251
 | 
			
		||||
msgid "Disable default gateway, no internet if VPS are down"
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Désactivez la passerelle par défaut, pas d'Internet si les VPS sont en panne"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:187
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:191
 | 
			
		||||
msgid "Disable external check"
 | 
			
		||||
msgstr "Désactiver les tests externes"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:232
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:236
 | 
			
		||||
msgid "Disable gateway ping"
 | 
			
		||||
msgstr "Désactiver le ping vers la passerelle"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:237
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:241
 | 
			
		||||
msgid "Disable gateway ping status check"
 | 
			
		||||
msgstr "Désactiver le test ping de la passerelle"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:267
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:271
 | 
			
		||||
msgid "Disable multipath test using tracebox"
 | 
			
		||||
msgstr "Désactiver le test multipath à l'aide de tracebox"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:57
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:61
 | 
			
		||||
msgid ""
 | 
			
		||||
"Disable ports redirection defined in firewall from server to this router"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -227,54 +227,54 @@ msgstr ""
 | 
			
		|||
msgid "Disable server"
 | 
			
		||||
msgstr "Désactiver le serveur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:252
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:256
 | 
			
		||||
msgid "Disable server ping"
 | 
			
		||||
msgstr "Désactiver le ping vers le serveur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:257
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:261
 | 
			
		||||
msgid "Disable server ping status check"
 | 
			
		||||
msgstr "Désactiver le test ping vers le serveur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:262
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:266
 | 
			
		||||
msgid "Disable tracebox test"
 | 
			
		||||
msgstr "Désactiver le test de tracebox"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:708
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:720
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:734
 | 
			
		||||
msgid "Disabled"
 | 
			
		||||
msgstr "Désactiver"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:766
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:780
 | 
			
		||||
msgid "Download speed (Kb/s)"
 | 
			
		||||
msgstr "Vitesse de téléchargement (Kb/s)"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:290
 | 
			
		||||
msgid "Dynamic change"
 | 
			
		||||
msgstr "Changement dynamique"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:181
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:185
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:158
 | 
			
		||||
msgid "Enable IPv6"
 | 
			
		||||
msgstr "Activer IPv6"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:756
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:770
 | 
			
		||||
msgid "Enable SQM"
 | 
			
		||||
msgstr "Active SQM"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:73
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:77
 | 
			
		||||
msgid "Enable ShadowSocks Obfuscating"
 | 
			
		||||
msgstr "Activer le brouillage pour ShadowSocks"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:207
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:211
 | 
			
		||||
msgid "Enable TCP Low Latency"
 | 
			
		||||
msgstr "Activer la faible latence TCP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:277
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:281
 | 
			
		||||
msgid "Enable debug logs"
 | 
			
		||||
msgstr "Activer les journaux de débogage"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:707
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:719
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:733
 | 
			
		||||
msgid "Enabled"
 | 
			
		||||
msgstr "Activer"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -300,7 +300,7 @@ msgstr "Forcer la récupération de toutes les clés du serveur."
 | 
			
		|||
msgid "Force retrieve settings"
 | 
			
		||||
msgstr "Forcer la récupération des paramètres"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:680
 | 
			
		||||
msgid "GPRS only"
 | 
			
		||||
msgstr "seulement GPRS"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -322,51 +322,51 @@ msgstr "Clef Glorytun"
 | 
			
		|||
msgid "Grant UCI access for luci-app-openmptcprouter"
 | 
			
		||||
msgstr "Accorder l'accès UCI pour luci-app-openmptcprouter"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:124
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:128
 | 
			
		||||
msgid "How often TCP sends out keepalive messages when keepalive is enabled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Fréquence à laquelle TCP envoie des messages keepalive lorsque keepalive est "
 | 
			
		||||
"activé."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:175
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:179
 | 
			
		||||
msgid "IPv4 IP default TTL"
 | 
			
		||||
msgstr "TTL par défaut IPv4 IP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:129
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:133
 | 
			
		||||
msgid "IPv4 TCP FIN timeout"
 | 
			
		||||
msgstr "Délai d'expiration IPv4 TCP FIN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:169
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:173
 | 
			
		||||
msgid "IPv4 TCP Fast Open"
 | 
			
		||||
msgstr "IPv4 TCP Fast Open"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:119
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:123
 | 
			
		||||
msgid "IPv4 TCP Keepalive time"
 | 
			
		||||
msgstr "Temps de maintien TCP IPv4"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:139
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:143
 | 
			
		||||
msgid "IPv4 TCP SYN retries"
 | 
			
		||||
msgstr "Tentatives TCP SYN IPv4"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:149
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:153
 | 
			
		||||
msgid "IPv4 TCP SYN retries1"
 | 
			
		||||
msgstr "IPv4 TCP SYN retries1"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:159
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:163
 | 
			
		||||
msgid "IPv4 TCP SYN retries2"
 | 
			
		||||
msgstr "IPv4 TCP SYN retries2"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:416
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:546
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:430
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:560
 | 
			
		||||
msgid "IPv4 address"
 | 
			
		||||
msgstr "Adresse IPv4"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:562
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:576
 | 
			
		||||
msgid "IPv4 gateway"
 | 
			
		||||
msgstr "Passerelle IPv4"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:556
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:570
 | 
			
		||||
msgid "IPv4 netmask"
 | 
			
		||||
msgstr "Masque de sous-réseau IPv4"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -391,7 +391,7 @@ msgstr "Le tunnel IPv6 ne répond pas"
 | 
			
		|||
msgid "IPv6:"
 | 
			
		||||
msgstr "IPv6 :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:435
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
msgid "Interfaces settings"
 | 
			
		||||
msgstr "Paramètres des interfaces"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -416,17 +416,17 @@ msgstr ""
 | 
			
		|||
msgid "LAN interfaces settings"
 | 
			
		||||
msgstr "Paramètres des interfaces LAN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:664
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
msgid "LTE"
 | 
			
		||||
msgstr "LTE"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:358
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:455
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
msgid "Label"
 | 
			
		||||
msgstr "Étiquette"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:364
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:460
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
msgid "Label for the interface"
 | 
			
		||||
msgstr "Étiquette pour l'interface"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -461,40 +461,40 @@ msgstr "MPTCP n'est pas activé sur le serveur"
 | 
			
		|||
msgid "MPTCP may not be enabled on the server"
 | 
			
		||||
msgstr "MPTCP semble ne pas être activé sur le serveur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:746
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:760
 | 
			
		||||
msgid "MPTCP over VPN"
 | 
			
		||||
msgstr "MPTCP sur VPN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:483
 | 
			
		||||
msgid "MacVLAN"
 | 
			
		||||
msgstr "MacVLAN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:723
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:735
 | 
			
		||||
msgid "Master"
 | 
			
		||||
msgstr "Master"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:282
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
msgid "Master interface selection"
 | 
			
		||||
msgstr "Sélection de l'interface maître"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:304
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:308
 | 
			
		||||
msgid "Maximum scaling CPU frequency"
 | 
			
		||||
msgstr "Fréquence maximale du processeur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:298
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:302
 | 
			
		||||
msgid "Minimum scaling CPU frequency"
 | 
			
		||||
msgstr "Fréquence minimale du processeur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:661
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
msgid "Modem default"
 | 
			
		||||
msgstr "Modem par défaut"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:695
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
msgid "Modem init timeout"
 | 
			
		||||
msgstr "Délai max. d'initialisation du modem"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:506
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:520
 | 
			
		||||
msgid "ModemManager"
 | 
			
		||||
msgstr "ModemManager"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -502,8 +502,8 @@ msgstr "ModemManager"
 | 
			
		|||
msgid "More than one default VPN is enabled"
 | 
			
		||||
msgstr "Plus d\\'un VPN par défaut est activé"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:704
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:716
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:718
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:730
 | 
			
		||||
msgid "Multipath TCP"
 | 
			
		||||
msgstr "Multipath TCP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -524,11 +524,11 @@ msgstr "Maître multipath déjà défini"
 | 
			
		|||
msgid "Multipath seems to be blocked on the connection"
 | 
			
		||||
msgstr "Multipath semble bloquer sur la connexion"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:507
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:521
 | 
			
		||||
msgid "NCM"
 | 
			
		||||
msgstr "NCM"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
msgid "NONE"
 | 
			
		||||
msgstr "AUCUN"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -542,7 +542,7 @@ msgstr "Interface réseau dupliquée"
 | 
			
		|||
msgid "Network overview"
 | 
			
		||||
msgstr "Aperçu réseau"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:116
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:120
 | 
			
		||||
msgid "Networks settings"
 | 
			
		||||
msgstr "Paramètres réseaux"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -568,7 +568,7 @@ msgstr "Aucune adresse IP WAN détectée en moins d'une seconde"
 | 
			
		|||
msgid "No available backup on server."
 | 
			
		||||
msgstr "Aucune sauvegarde disponible sur le serveur."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:287
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:291
 | 
			
		||||
msgid "No change"
 | 
			
		||||
msgstr "Pas de changement"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -598,11 +598,11 @@ msgstr "Aucun serveur défini"
 | 
			
		|||
msgid "None"
 | 
			
		||||
msgstr "Aucun"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:468
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:482
 | 
			
		||||
msgid "Normal"
 | 
			
		||||
msgstr "Normal"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:144
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:148
 | 
			
		||||
msgid ""
 | 
			
		||||
"Number of times initial SYNs for an active TCP connection attempt will be "
 | 
			
		||||
"retransmitted."
 | 
			
		||||
| 
						 | 
				
			
			@ -610,19 +610,19 @@ msgstr ""
 | 
			
		|||
"Nombre de fois que les SYN initiales pour une tentative de connexion TCP "
 | 
			
		||||
"active seront retransmises."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:83
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:87
 | 
			
		||||
msgid "Obfuscating plugin"
 | 
			
		||||
msgstr "Plugin de brouillage"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:102
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:106
 | 
			
		||||
msgid "Obfuscating type"
 | 
			
		||||
msgstr "Type de brouillage"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:78
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:82
 | 
			
		||||
msgid "Obfuscating will be enabled on both side"
 | 
			
		||||
msgstr "Le brouillage sera activé des deux côtés"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:285
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:289
 | 
			
		||||
msgid "On wizard change"
 | 
			
		||||
msgstr "En cas de changements dans l'assistant"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -640,59 +640,59 @@ msgstr "OpenMPTCProuter"
 | 
			
		|||
msgid "OpenVPN can't be used in multi VPS configuration."
 | 
			
		||||
msgstr "OpenVPN ne peut pas être utilisé dans une configuration multi VPS."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:212
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:216
 | 
			
		||||
msgid "Optimize for latency instead of bandwidth"
 | 
			
		||||
msgstr "Optimiser la latence au lieu de la bande passante"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:375
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:510
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:524
 | 
			
		||||
msgid "Other"
 | 
			
		||||
msgstr "Autre"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:219
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:223
 | 
			
		||||
msgid "Other settings"
 | 
			
		||||
msgstr "Autres paramètres"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:690
 | 
			
		||||
msgid "PAP"
 | 
			
		||||
msgstr "PAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:692
 | 
			
		||||
msgid "PAP/CHAP"
 | 
			
		||||
msgstr "PAP / CHAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:703
 | 
			
		||||
msgid "PAP/CHAP password"
 | 
			
		||||
msgstr "Mot de passe PAP/CHAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:683
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:697
 | 
			
		||||
msgid "PAP/CHAP username"
 | 
			
		||||
msgstr "Identifiant PAP/CHAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:652
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
msgid "PIN code"
 | 
			
		||||
msgstr "Code PIN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:522
 | 
			
		||||
msgid "PPPoE"
 | 
			
		||||
msgstr "PPPoE"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:387
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:493
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:533
 | 
			
		||||
msgid "Physical interface"
 | 
			
		||||
msgstr "l'interface physique,"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:662
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
msgid "Prefer LTE"
 | 
			
		||||
msgstr "Préférer LTE"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:663
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
msgid "Prefer UMTS"
 | 
			
		||||
msgstr "Préférer l'UMTS"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:369
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:500
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
msgid "Protocol"
 | 
			
		||||
msgstr "Protocole"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -708,7 +708,7 @@ msgstr "Paramètres du Proxy"
 | 
			
		|||
msgid "Proxy traffic:"
 | 
			
		||||
msgstr "Trafic proxy :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:509
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:523
 | 
			
		||||
msgid "QMI"
 | 
			
		||||
msgstr "QMI"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -724,24 +724,24 @@ msgstr "Restauration de la sauvegarde"
 | 
			
		|||
msgid "Retrieve settings from server"
 | 
			
		||||
msgstr "Récupérer les paramètres du serveur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:330
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:824
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:334
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:838
 | 
			
		||||
msgid "Save & Apply"
 | 
			
		||||
msgstr "Sauvegarder et Appliquer"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:227
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:231
 | 
			
		||||
msgid "Save vnstats statistics on disk"
 | 
			
		||||
msgstr "Sauvegarder les statistiques de vnstats sur le disque"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:222
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:226
 | 
			
		||||
msgid "Save vnstats stats"
 | 
			
		||||
msgstr "Sauvegarder les statistiques de vnstats"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:310
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:314
 | 
			
		||||
msgid "Scaling governor"
 | 
			
		||||
msgstr "Régulateur de mise à l'échelle"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:818
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:832
 | 
			
		||||
msgid "Select the device you want to base the interface on."
 | 
			
		||||
msgstr "Sélectionnez le périphérique pour l'interface."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -772,15 +772,15 @@ msgstr "Paramètres du serveur"
 | 
			
		|||
msgid "Server username"
 | 
			
		||||
msgstr "Nom d'utilisateur sur le serveur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:658
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
msgid "Service Type"
 | 
			
		||||
msgstr "Type du service"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:551
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:565
 | 
			
		||||
msgid "Set an IP in the same network as the modem"
 | 
			
		||||
msgstr "Mettez une IP dans le même réseau que le modem"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:567
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:581
 | 
			
		||||
msgid "Set here IP of the modem"
 | 
			
		||||
msgstr "Mettez ici l'IP du modem"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -798,20 +798,20 @@ msgstr ""
 | 
			
		|||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:339
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, for "
 | 
			
		||||
"all traffic if ShadowSocks is disabled."
 | 
			
		||||
"Set the default VPN used for ICMP (and UDP if proxy used is shadowsocks), "
 | 
			
		||||
"for all traffic if proxy is disabled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Configure le VPN utilisé par défaut pour UDP et ICMP quand ShadowSocks est "
 | 
			
		||||
"activé, pour tout le trafic quand ShadowSocks est désactivé."
 | 
			
		||||
"Configure le VPN utilisé par défaut pour ICMP (et UDP si le proxy est "
 | 
			
		||||
"ShadowSocks), pour tout le trafic quand le proxy est désactivé."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:776
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:790
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max download speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Réglez une valeur entre 80-95% de la vitesse de téléchargement maximale. 0 "
 | 
			
		||||
"pour désactiver SQM/QoS."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:792
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:806
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max upload speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -840,7 +840,7 @@ msgid "Show all settings"
 | 
			
		|||
msgstr "Voir tous les paramètres"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:373
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:504
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:518
 | 
			
		||||
msgid "Static address"
 | 
			
		||||
msgstr "Adresse statique"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -848,11 +848,11 @@ msgstr "Adresse statique"
 | 
			
		|||
msgid "Status"
 | 
			
		||||
msgstr "État"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:295
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:299
 | 
			
		||||
msgid "Systems settings"
 | 
			
		||||
msgstr "Paramètres systèmes"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:134
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:138
 | 
			
		||||
msgid ""
 | 
			
		||||
"The length of time an orphaned (no longer referenced by any application) "
 | 
			
		||||
"connection will remain in the FIN_WAIT_2 state before it is aborted at the "
 | 
			
		||||
| 
						 | 
				
			
			@ -870,7 +870,7 @@ msgstr ""
 | 
			
		|||
"Les instructions AES ne sont pas intégrées au processeur, vous devriez "
 | 
			
		||||
"utiliser chacha20."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:154
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:158
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the time, after which TCP decides, that something is "
 | 
			
		||||
"wrong due to unacknowledged RTO retransmissions, and reports this suspicion "
 | 
			
		||||
| 
						 | 
				
			
			@ -880,7 +880,7 @@ msgstr ""
 | 
			
		|||
"ne va pas en raison de retransmissions RTO non acquittées, et signale cette "
 | 
			
		||||
"suspicion à la couche réseau."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:164
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:168
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the timeout of an alive TCP connection, when RTO "
 | 
			
		||||
"retransmissions remain unacknowledged."
 | 
			
		||||
| 
						 | 
				
			
			@ -892,7 +892,7 @@ msgstr ""
 | 
			
		|||
msgid "Total traffic:"
 | 
			
		||||
msgstr "Trafic total :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:465
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
msgid "Type"
 | 
			
		||||
msgstr "Type"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -905,7 +905,7 @@ msgstr "UBOND peut remplacer Glorytun par des connexions avec la même latence"
 | 
			
		|||
msgid "UBOND password"
 | 
			
		||||
msgstr "Mot de passe UBOND"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:665
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:679
 | 
			
		||||
msgid "UMTS/GPRS"
 | 
			
		||||
msgstr "UMTS / GPRS"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -925,7 +925,7 @@ msgstr "Met à jour le serveur à la dernière version quand c'est nécessaire."
 | 
			
		|||
msgid "Update server"
 | 
			
		||||
msgstr "Mise à jour du serveur"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:782
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:796
 | 
			
		||||
msgid "Upload speed (Kb/s)"
 | 
			
		||||
msgstr "Vitesse d'envoi (Kb/s)"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -934,8 +934,8 @@ msgstr "Vitesse d'envoi (Kb/s)"
 | 
			
		|||
msgid "Uptime:"
 | 
			
		||||
msgstr "Durée de fonctionnement :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:771
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:787
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:785
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:801
 | 
			
		||||
msgid "Used by Glorytun UDP and SQM/QoS if enabled. 0 to use default value."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Utilisé par Glorytun UDP et SQM/QoS si activé. 0 pour utiliser la valeur par "
 | 
			
		||||
| 
						 | 
				
			
			@ -986,7 +986,7 @@ msgstr "Version"
 | 
			
		|||
msgid "Wan IP and gateway are identical"
 | 
			
		||||
msgstr "La passerelle et l'adresse IP du WAN sont identiques"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:192
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:196
 | 
			
		||||
msgid ""
 | 
			
		||||
"When enable check are done on external sites to get each WAN IP and the IP "
 | 
			
		||||
"used to go outside."
 | 
			
		||||
| 
						 | 
				
			
			@ -1001,7 +1001,7 @@ msgstr "Assistant"
 | 
			
		|||
msgid "You"
 | 
			
		||||
msgstr "Vous"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:751
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:765
 | 
			
		||||
msgid "You can enable MPTCP over VPN if your provider filter Multipath TCP."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Vous pouvez utiliser MTPCP over VPN si votre fournisseur filtre Multipath "
 | 
			
		||||
| 
						 | 
				
			
			@ -1012,7 +1012,7 @@ msgid "You can use DHCP if you have multiple real ethernet ports."
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Vous pouvez utiliser DHCP si vous avez plusieurs ports Ethernet physique."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:528
 | 
			
		||||
msgid ""
 | 
			
		||||
"You can use DHCP if you have multiple real ethernet ports. Select other if "
 | 
			
		||||
"you want to use another protocol available in Network Interfaces page."
 | 
			
		||||
| 
						 | 
				
			
			@ -1027,7 +1027,7 @@ msgstr ""
 | 
			
		|||
"Vous ne pouvez utiliser un préfixe IPv6 public que si vous ne définissez "
 | 
			
		||||
"qu'un seul serveur."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:450
 | 
			
		||||
msgid "You must disable DHCP on your modems and set IP in different networks."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Vous devez désactiver DHCP sur vos modems et configurer leurs IP dans des "
 | 
			
		||||
| 
						 | 
				
			
			@ -1037,12 +1037,18 @@ msgstr ""
 | 
			
		|||
msgid "You should disable IPv6 here if server doesn't provide IPv6."
 | 
			
		||||
msgstr "Vous devriez désactiver IPv6 ici si le serveur ne supporte pas IPv6."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:761
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:775
 | 
			
		||||
msgid "You should disable SQM for LTE or any interfaces with variable speed."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Vous devriez désactiver SQM pour la 4G ou toute interface avec une vitesse "
 | 
			
		||||
"très instable."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:56
 | 
			
		||||
msgid "You shouldn't do that and you should redirect only needed ports"
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Vous ne devriez pas faire cela et vous ne devriez rediriger que les ports "
 | 
			
		||||
"nécessaires"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm:78
 | 
			
		||||
msgid "Your IP was not leased by this router"
 | 
			
		||||
msgstr "Votre IP n'a pas été attribuée par ce routeur"
 | 
			
		||||
| 
						 | 
				
			
			@ -1051,7 +1057,7 @@ msgstr "Votre IP n'a pas été attribuée par ce routeur"
 | 
			
		|||
msgid "address:"
 | 
			
		||||
msgstr "adresse :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:667
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:681
 | 
			
		||||
msgid "auto"
 | 
			
		||||
msgstr "auto"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,7 +24,7 @@ msgid "API username to retrieve personnalized settings from the server."
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Nome utente API per recuperare le impostazioni personalizzate dal server."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:646
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:660
 | 
			
		||||
msgid "APN"
 | 
			
		||||
msgstr "APN"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -32,7 +32,7 @@ msgstr "APN"
 | 
			
		|||
msgid "Add a new server"
 | 
			
		||||
msgstr "Aggiungi un nuovo server"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:815
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:829
 | 
			
		||||
msgid "Add an interface"
 | 
			
		||||
msgstr "Aggiungi un'interfaccia"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -65,12 +65,12 @@ msgstr ""
 | 
			
		|||
"Un set di istruzioni Advanced Encryption Standard (AES) è integrato nel "
 | 
			
		||||
"processore."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:686
 | 
			
		||||
msgid "Authentication Type"
 | 
			
		||||
msgstr "Tipo di autenticazione"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:710
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:724
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:736
 | 
			
		||||
msgid "Backup"
 | 
			
		||||
msgstr "Backup"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -79,7 +79,7 @@ msgstr "Backup"
 | 
			
		|||
msgid "Backup on server"
 | 
			
		||||
msgstr "Backup su server"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:288
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:292
 | 
			
		||||
msgid "Balancing"
 | 
			
		||||
msgstr "Bilanciamento"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -91,7 +91,7 @@ msgstr "Beta"
 | 
			
		|||
msgid "Big time difference between the server and the router"
 | 
			
		||||
msgstr "Grande differenza di fuso orario tra il server e il router"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:470
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:484
 | 
			
		||||
msgid "Bridge"
 | 
			
		||||
msgstr "Ponte"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -108,7 +108,7 @@ msgstr ""
 | 
			
		|||
"Per impostazione predefinita, il proxy viene utilizzato per qualsiasi "
 | 
			
		||||
"traffico che sia TCP (e UDP per V2Ray)."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:691
 | 
			
		||||
msgid "CHAP"
 | 
			
		||||
msgstr "CHAP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -128,7 +128,7 @@ msgstr "Impossibile ottenere un indirizzo IP pubblico da ShadowSocks"
 | 
			
		|||
msgid "Can\\'t ping server"
 | 
			
		||||
msgstr "Impossibile eseguire il ping del server"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:488
 | 
			
		||||
msgid ""
 | 
			
		||||
"Choose MacVLAN if you want to create a virtual interface based on a physical "
 | 
			
		||||
"interface."
 | 
			
		||||
| 
						 | 
				
			
			@ -136,9 +136,9 @@ msgstr ""
 | 
			
		|||
"Scegli MacVLAN se desideri creare un'interfaccia virtuale basata su "
 | 
			
		||||
"un'interfaccia fisica."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:408
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:494
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:540
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:554
 | 
			
		||||
msgid "Choose physical interface."
 | 
			
		||||
msgstr "Scegli l'interfaccia fisica."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -151,7 +151,7 @@ msgid "Core temp:"
 | 
			
		|||
msgstr "Temp. Nucleo:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:374
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:505
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
msgid "DHCP"
 | 
			
		||||
msgstr "DHCP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -159,7 +159,7 @@ msgstr "DHCP"
 | 
			
		|||
msgid "DNS issue: can\\'t resolve hostname"
 | 
			
		||||
msgstr "Problema DNS: impossibile risolvere il nome host"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:272
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:276
 | 
			
		||||
msgid "Debug"
 | 
			
		||||
msgstr "Debug"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -172,50 +172,50 @@ msgid "Default VPN"
 | 
			
		|||
msgstr "VPN predefinita"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:62
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:463
 | 
			
		||||
msgid "Delete"
 | 
			
		||||
msgstr "Elimina"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:572
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:599
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:620
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:586
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:613
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:634
 | 
			
		||||
msgid "Device"
 | 
			
		||||
msgstr "Dispositivo"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:197
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:201
 | 
			
		||||
msgid "Disable TCP Fast Open"
 | 
			
		||||
msgstr "Disabilita TCP Fast Open"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:202
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:206
 | 
			
		||||
msgid "Disable TCP Fast Open on Linux and Shadowsocks configuration"
 | 
			
		||||
msgstr "Disabilita TCP Fast Open su Linux e configurazione Shadowsocks"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:242
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:246
 | 
			
		||||
msgid "Disable default gateway"
 | 
			
		||||
msgstr "Disabilita il gateway predefinito"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:247
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:251
 | 
			
		||||
msgid "Disable default gateway, no internet if VPS are down"
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Disabilita il gateway predefinito, niente Internet se i VPS sono inattivi"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:187
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:191
 | 
			
		||||
msgid "Disable external check"
 | 
			
		||||
msgstr "Disabilita controllo esterno"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:232
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:236
 | 
			
		||||
msgid "Disable gateway ping"
 | 
			
		||||
msgstr "Disabilita il ping del gateway"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:237
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:241
 | 
			
		||||
msgid "Disable gateway ping status check"
 | 
			
		||||
msgstr "Disabilitare il controllo dello stato del ping del gateway"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:267
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:271
 | 
			
		||||
msgid "Disable multipath test using tracebox"
 | 
			
		||||
msgstr "Disabilita il test multipath usando tracebox"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:57
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:61
 | 
			
		||||
msgid ""
 | 
			
		||||
"Disable ports redirection defined in firewall from server to this router"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -226,54 +226,54 @@ msgstr ""
 | 
			
		|||
msgid "Disable server"
 | 
			
		||||
msgstr "Disabilita il server"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:252
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:256
 | 
			
		||||
msgid "Disable server ping"
 | 
			
		||||
msgstr "Disabilita il ping del server"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:257
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:261
 | 
			
		||||
msgid "Disable server ping status check"
 | 
			
		||||
msgstr "Disabilitare il controllo dello stato del ping del server"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:262
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:266
 | 
			
		||||
msgid "Disable tracebox test"
 | 
			
		||||
msgstr "Disabilita il test Tracebox"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:708
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:720
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:734
 | 
			
		||||
msgid "Disabled"
 | 
			
		||||
msgstr "Disabilitato"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:766
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:780
 | 
			
		||||
msgid "Download speed (Kb/s)"
 | 
			
		||||
msgstr "Velocità di download (Kb / s)"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:290
 | 
			
		||||
msgid "Dynamic change"
 | 
			
		||||
msgstr "Cambiamento dinamico"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:181
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:185
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:158
 | 
			
		||||
msgid "Enable IPv6"
 | 
			
		||||
msgstr "Abilita IPv6"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:756
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:770
 | 
			
		||||
msgid "Enable SQM"
 | 
			
		||||
msgstr "Abilita MQ"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:73
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:77
 | 
			
		||||
msgid "Enable ShadowSocks Obfuscating"
 | 
			
		||||
msgstr "Abilita l'offuscamento di ShadowSocks"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:207
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:211
 | 
			
		||||
msgid "Enable TCP Low Latency"
 | 
			
		||||
msgstr "Abilita TCP bassa latenza"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:277
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:281
 | 
			
		||||
msgid "Enable debug logs"
 | 
			
		||||
msgstr "Abilita registro di debug"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:707
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:719
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:733
 | 
			
		||||
msgid "Enabled"
 | 
			
		||||
msgstr "Abilitato"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -299,7 +299,7 @@ msgstr "Forza il recupero di tutte le chiavi dal server."
 | 
			
		|||
msgid "Force retrieve settings"
 | 
			
		||||
msgstr "Forza il recupero delle impostazioni"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:680
 | 
			
		||||
msgid "GPRS only"
 | 
			
		||||
msgstr "Solo GPRS"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -322,51 +322,51 @@ msgstr "Chiave Glorytun"
 | 
			
		|||
msgid "Grant UCI access for luci-app-openmptcprouter"
 | 
			
		||||
msgstr "Concedi l'accesso UCI per luci-app-openmptcprouter"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:124
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:128
 | 
			
		||||
msgid "How often TCP sends out keepalive messages when keepalive is enabled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"La frequenza con cui TCP invia messaggi keepalive quando keepalive è "
 | 
			
		||||
"abilitato."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:175
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:179
 | 
			
		||||
msgid "IPv4 IP default TTL"
 | 
			
		||||
msgstr "IPv4 IP predefinito TTL"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:129
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:133
 | 
			
		||||
msgid "IPv4 TCP FIN timeout"
 | 
			
		||||
msgstr "Timeout FIN TCP IPv4"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:169
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:173
 | 
			
		||||
msgid "IPv4 TCP Fast Open"
 | 
			
		||||
msgstr "IPv4 TCP Fast Open"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:119
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:123
 | 
			
		||||
msgid "IPv4 TCP Keepalive time"
 | 
			
		||||
msgstr "IPv4 TCP Keepalive time"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:139
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:143
 | 
			
		||||
msgid "IPv4 TCP SYN retries"
 | 
			
		||||
msgstr "Riprova IPv4 TCP SYN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:149
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:153
 | 
			
		||||
msgid "IPv4 TCP SYN retries1"
 | 
			
		||||
msgstr "IPv4 TCP SYN retries1"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:159
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:163
 | 
			
		||||
msgid "IPv4 TCP SYN retries2"
 | 
			
		||||
msgstr "IPv4 TCP SYN retries2"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:416
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:546
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:430
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:560
 | 
			
		||||
msgid "IPv4 address"
 | 
			
		||||
msgstr "Indirizzi IPv4"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:562
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:576
 | 
			
		||||
msgid "IPv4 gateway"
 | 
			
		||||
msgstr "Gateway IPv4"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:556
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:570
 | 
			
		||||
msgid "IPv4 netmask"
 | 
			
		||||
msgstr "Netmask IPv4"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -391,7 +391,7 @@ msgstr "Tunnel IPv6 GIÙ"
 | 
			
		|||
msgid "IPv6:"
 | 
			
		||||
msgstr "IPv6:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:435
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
msgid "Interfaces settings"
 | 
			
		||||
msgstr "Impostazioni delle interfacce"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -418,17 +418,17 @@ msgstr ""
 | 
			
		|||
msgid "LAN interfaces settings"
 | 
			
		||||
msgstr "Impostazioni delle interfacce LAN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:664
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
msgid "LTE"
 | 
			
		||||
msgstr "LTE"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:358
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:455
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
msgid "Label"
 | 
			
		||||
msgstr "Etichetta"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:364
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:460
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
msgid "Label for the interface"
 | 
			
		||||
msgstr "Etichetta per l'interfaccia"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -463,40 +463,40 @@ msgstr "MPTCP non è abilitato sul server"
 | 
			
		|||
msgid "MPTCP may not be enabled on the server"
 | 
			
		||||
msgstr "MPTCP non è abilitato sul server"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:746
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:760
 | 
			
		||||
msgid "MPTCP over VPN"
 | 
			
		||||
msgstr "MPTCP su VPN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:483
 | 
			
		||||
msgid "MacVLAN"
 | 
			
		||||
msgstr "MacVLAN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:723
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:735
 | 
			
		||||
msgid "Master"
 | 
			
		||||
msgstr "Principale"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:282
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
msgid "Master interface selection"
 | 
			
		||||
msgstr "Selezione dell'interfaccia principale"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:304
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:308
 | 
			
		||||
msgid "Maximum scaling CPU frequency"
 | 
			
		||||
msgstr "Frequenza CPU di ridimensionamento massima"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:298
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:302
 | 
			
		||||
msgid "Minimum scaling CPU frequency"
 | 
			
		||||
msgstr "Frequenza CPU con ridimensionamento minimo"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:661
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
msgid "Modem default"
 | 
			
		||||
msgstr "Impostazione predefinita del modem"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:695
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
msgid "Modem init timeout"
 | 
			
		||||
msgstr "Timeout inizializzazione modem"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:506
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:520
 | 
			
		||||
msgid "ModemManager"
 | 
			
		||||
msgstr "ModemManager"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -504,8 +504,8 @@ msgstr "ModemManager"
 | 
			
		|||
msgid "More than one default VPN is enabled"
 | 
			
		||||
msgstr "È abilitata più di una VPN predefinita"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:704
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:716
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:718
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:730
 | 
			
		||||
msgid "Multipath TCP"
 | 
			
		||||
msgstr "Multipath TCP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -526,11 +526,11 @@ msgstr "Multipath master già definito"
 | 
			
		|||
msgid "Multipath seems to be blocked on the connection"
 | 
			
		||||
msgstr "Multipath sembra essere bloccato sulla connessione"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:507
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:521
 | 
			
		||||
msgid "NCM"
 | 
			
		||||
msgstr "NCM"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
msgid "NONE"
 | 
			
		||||
msgstr "NESSUNO"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -544,7 +544,7 @@ msgstr "Interfaccia di rete duplicata"
 | 
			
		|||
msgid "Network overview"
 | 
			
		||||
msgstr "Panoramica della rete"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:116
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:120
 | 
			
		||||
msgid "Networks settings"
 | 
			
		||||
msgstr "Impostazioni reti"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -570,7 +570,7 @@ msgstr "Nessun indirizzo IP WAN rilevato in meno di 1 secondo"
 | 
			
		|||
msgid "No available backup on server."
 | 
			
		||||
msgstr "Nessun backup disponibile sul server."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:287
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:291
 | 
			
		||||
msgid "No change"
 | 
			
		||||
msgstr "Nessun cambiamento"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -600,11 +600,11 @@ msgstr "Nessun server definito"
 | 
			
		|||
msgid "None"
 | 
			
		||||
msgstr "Nessuno"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:468
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:482
 | 
			
		||||
msgid "Normal"
 | 
			
		||||
msgstr "Normale"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:144
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:148
 | 
			
		||||
msgid ""
 | 
			
		||||
"Number of times initial SYNs for an active TCP connection attempt will be "
 | 
			
		||||
"retransmitted."
 | 
			
		||||
| 
						 | 
				
			
			@ -612,19 +612,19 @@ msgstr ""
 | 
			
		|||
"Numero di volte in cui i SYN iniziali per un tentativo di connessione TCP "
 | 
			
		||||
"attivo verranno ritrasmessi."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:83
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:87
 | 
			
		||||
msgid "Obfuscating plugin"
 | 
			
		||||
msgstr "Plugin offuscante"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:102
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:106
 | 
			
		||||
msgid "Obfuscating type"
 | 
			
		||||
msgstr "Tipo di offuscamento"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:78
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:82
 | 
			
		||||
msgid "Obfuscating will be enabled on both side"
 | 
			
		||||
msgstr "L'offuscamento sarà abilitato su entrambi i lati"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:285
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:289
 | 
			
		||||
msgid "On wizard change"
 | 
			
		||||
msgstr "Al cambio della procedura guidata"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -643,59 +643,59 @@ msgstr "OpenMPTCProuter"
 | 
			
		|||
msgid "OpenVPN can't be used in multi VPS configuration."
 | 
			
		||||
msgstr "OpenVPN non può essere utilizzato nella configurazione multi VPS."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:212
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:216
 | 
			
		||||
msgid "Optimize for latency instead of bandwidth"
 | 
			
		||||
msgstr "Ottimizza per la latenza invece che per la larghezza di banda"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:375
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:510
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:524
 | 
			
		||||
msgid "Other"
 | 
			
		||||
msgstr "Altro"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:219
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:223
 | 
			
		||||
msgid "Other settings"
 | 
			
		||||
msgstr "Altre impostazioni"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:690
 | 
			
		||||
msgid "PAP"
 | 
			
		||||
msgstr "PAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:692
 | 
			
		||||
msgid "PAP/CHAP"
 | 
			
		||||
msgstr "PAP/CHAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:703
 | 
			
		||||
msgid "PAP/CHAP password"
 | 
			
		||||
msgstr "PAP/CHAP password"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:683
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:697
 | 
			
		||||
msgid "PAP/CHAP username"
 | 
			
		||||
msgstr "Nome utente PAP/CHAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:652
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
msgid "PIN code"
 | 
			
		||||
msgstr "Codice PIN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:522
 | 
			
		||||
msgid "PPPoE"
 | 
			
		||||
msgstr "PPPoE"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:387
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:493
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:533
 | 
			
		||||
msgid "Physical interface"
 | 
			
		||||
msgstr "Interfaccia fisica"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:662
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
msgid "Prefer LTE"
 | 
			
		||||
msgstr "Preferisci LTE"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:663
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
msgid "Prefer UMTS"
 | 
			
		||||
msgstr "Preferisci UMTS"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:369
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:500
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
msgid "Protocol"
 | 
			
		||||
msgstr "Protocollo"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -711,7 +711,7 @@ msgstr "Impostazioni Proxy"
 | 
			
		|||
msgid "Proxy traffic:"
 | 
			
		||||
msgstr "Traffico proxy:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:509
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:523
 | 
			
		||||
msgid "QMI"
 | 
			
		||||
msgstr "QMI"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -727,24 +727,24 @@ msgstr "Ripristina backup"
 | 
			
		|||
msgid "Retrieve settings from server"
 | 
			
		||||
msgstr "Recupera le impostazioni dal server"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:330
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:824
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:334
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:838
 | 
			
		||||
msgid "Save & Apply"
 | 
			
		||||
msgstr "Salva e applica"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:227
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:231
 | 
			
		||||
msgid "Save vnstats statistics on disk"
 | 
			
		||||
msgstr "Salva le statistiche di vnstats su disco"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:222
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:226
 | 
			
		||||
msgid "Save vnstats stats"
 | 
			
		||||
msgstr "Salva le statistiche di vnstats"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:310
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:314
 | 
			
		||||
msgid "Scaling governor"
 | 
			
		||||
msgstr "Governatore in scala"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:818
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:832
 | 
			
		||||
msgid "Select the device you want to base the interface on."
 | 
			
		||||
msgstr "Seleziona il dispositivo su cui vuoi basare l'interfaccia."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -775,15 +775,15 @@ msgstr "Impostazioni server"
 | 
			
		|||
msgid "Server username"
 | 
			
		||||
msgstr "Nome utente del server"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:658
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
msgid "Service Type"
 | 
			
		||||
msgstr "Tipo di servizio"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:551
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:565
 | 
			
		||||
msgid "Set an IP in the same network as the modem"
 | 
			
		||||
msgstr "Imposta un IP nella stessa rete del modem"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:567
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:581
 | 
			
		||||
msgid "Set here IP of the modem"
 | 
			
		||||
msgstr "Imposta qui l'IP del modem"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -800,21 +800,25 @@ msgstr ""
 | 
			
		|||
"abilitato, per TCP e UDP quando V2Ray è abilitato."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:339
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid ""
 | 
			
		||||
#| "Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, "
 | 
			
		||||
#| "for all traffic if ShadowSocks is disabled."
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, for "
 | 
			
		||||
"all traffic if ShadowSocks is disabled."
 | 
			
		||||
"Set the default VPN used for ICMP (and UDP if proxy used is shadowsocks), "
 | 
			
		||||
"for all traffic if proxy is disabled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Imposta la VPN predefinita utilizzata per UDP e ICMP quando ShadowSocks è "
 | 
			
		||||
"abilitato, per tutto il traffico se ShadowSocks è disabilitato."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:776
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:790
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max download speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Impostare il valore tra l'80 e il 95% della velocità massima di download "
 | 
			
		||||
"del collegamento"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:792
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:806
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max upload speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -843,7 +847,7 @@ msgid "Show all settings"
 | 
			
		|||
msgstr "Mostra tutte le impostazioni"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:373
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:504
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:518
 | 
			
		||||
msgid "Static address"
 | 
			
		||||
msgstr "Indirizzo statico"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -851,11 +855,11 @@ msgstr "Indirizzo statico"
 | 
			
		|||
msgid "Status"
 | 
			
		||||
msgstr "Stato proprietà"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:295
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:299
 | 
			
		||||
msgid "Systems settings"
 | 
			
		||||
msgstr "Impostazioni di sistema"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:134
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:138
 | 
			
		||||
msgid ""
 | 
			
		||||
"The length of time an orphaned (no longer referenced by any application) "
 | 
			
		||||
"connection will remain in the FIN_WAIT_2 state before it is aborted at the "
 | 
			
		||||
| 
						 | 
				
			
			@ -873,7 +877,7 @@ msgstr ""
 | 
			
		|||
"Non esiste un set di istruzioni Advanced Encryption Standard (AES) integrato "
 | 
			
		||||
"nel processore, dovresti usare chacha20."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:154
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:158
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the time, after which TCP decides, that something is "
 | 
			
		||||
"wrong due to unacknowledged RTO retransmissions, and reports this suspicion "
 | 
			
		||||
| 
						 | 
				
			
			@ -883,7 +887,7 @@ msgstr ""
 | 
			
		|||
"qualcosa non va a causa di ritrasmissioni RTO non riconosciute e segnala "
 | 
			
		||||
"questo sospetto al livello di rete."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:164
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:168
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the timeout of an alive TCP connection, when RTO "
 | 
			
		||||
"retransmissions remain unacknowledged."
 | 
			
		||||
| 
						 | 
				
			
			@ -895,7 +899,7 @@ msgstr ""
 | 
			
		|||
msgid "Total traffic:"
 | 
			
		||||
msgstr "Traffico globale:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:465
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
msgid "Type"
 | 
			
		||||
msgstr "Tipo"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -908,7 +912,7 @@ msgstr "UBOND può sostituire Glorytun con connessioni con la stessa latenza"
 | 
			
		|||
msgid "UBOND password"
 | 
			
		||||
msgstr "Password UBOND"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:665
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:679
 | 
			
		||||
msgid "UMTS/GPRS"
 | 
			
		||||
msgstr "UMTS/GPRS"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -929,7 +933,7 @@ msgstr ""
 | 
			
		|||
msgid "Update server"
 | 
			
		||||
msgstr "Aggiorna server"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:782
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:796
 | 
			
		||||
msgid "Upload speed (Kb/s)"
 | 
			
		||||
msgstr "Velocità di caricamento (Kb / s)"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -938,8 +942,8 @@ msgstr "Velocità di caricamento (Kb / s)"
 | 
			
		|||
msgid "Uptime:"
 | 
			
		||||
msgstr "Tempo di funzionamento:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:771
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:787
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:785
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:801
 | 
			
		||||
msgid "Used by Glorytun UDP and SQM/QoS if enabled. 0 to use default value."
 | 
			
		||||
msgstr "Utilizzato da Glorytun UDP e SQM / QoS se abilitato."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -988,7 +992,7 @@ msgstr "Versione"
 | 
			
		|||
msgid "Wan IP and gateway are identical"
 | 
			
		||||
msgstr "IP Wan e gateway sono identici"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:192
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:196
 | 
			
		||||
msgid ""
 | 
			
		||||
"When enable check are done on external sites to get each WAN IP and the IP "
 | 
			
		||||
"used to go outside."
 | 
			
		||||
| 
						 | 
				
			
			@ -1005,7 +1009,7 @@ msgstr "Mago"
 | 
			
		|||
msgid "You"
 | 
			
		||||
msgstr "Ti"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:751
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:765
 | 
			
		||||
msgid "You can enable MPTCP over VPN if your provider filter Multipath TCP."
 | 
			
		||||
msgstr "Puoi abilitare MPTCP su VPN se il tuo provider filtra Multipath TCP."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1013,7 +1017,7 @@ msgstr "Puoi abilitare MPTCP su VPN se il tuo provider filtra Multipath TCP."
 | 
			
		|||
msgid "You can use DHCP if you have multiple real ethernet ports."
 | 
			
		||||
msgstr "Puoi usare DHCP se hai più porte ethernet reali."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:528
 | 
			
		||||
msgid ""
 | 
			
		||||
"You can use DHCP if you have multiple real ethernet ports. Select other if "
 | 
			
		||||
"you want to use another protocol available in Network Interfaces page."
 | 
			
		||||
| 
						 | 
				
			
			@ -1025,7 +1029,7 @@ msgstr ""
 | 
			
		|||
"È possibile utilizzare un prefisso IPv6 pubblico solo se si imposta un solo "
 | 
			
		||||
"server."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:450
 | 
			
		||||
msgid "You must disable DHCP on your modems and set IP in different networks."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"È necessario disabilitare il DHCP sui modem e impostare l'IP in reti "
 | 
			
		||||
| 
						 | 
				
			
			@ -1035,12 +1039,16 @@ msgstr ""
 | 
			
		|||
msgid "You should disable IPv6 here if server doesn't provide IPv6."
 | 
			
		||||
msgstr "Dovresti disabilitare IPv6 qui se il server non fornisce IPv6."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:761
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:775
 | 
			
		||||
msgid "You should disable SQM for LTE or any interfaces with variable speed."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"È necessario disabilitare SQM per LTE o qualsiasi interfaccia con velocità "
 | 
			
		||||
"variabile."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:56
 | 
			
		||||
msgid "You shouldn't do that and you should redirect only needed ports"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm:78
 | 
			
		||||
msgid "Your IP was not leased by this router"
 | 
			
		||||
msgstr "Il tuo IP non è stato affittato da questo router"
 | 
			
		||||
| 
						 | 
				
			
			@ -1049,7 +1057,7 @@ msgstr "Il tuo IP non è stato affittato da questo router"
 | 
			
		|||
msgid "address:"
 | 
			
		||||
msgstr "Indirizzo:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:667
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:681
 | 
			
		||||
msgid "auto"
 | 
			
		||||
msgstr "Auto"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@ msgstr ""
 | 
			
		|||
"Nom d’utilizaire per recuperar la configuracion personalizada del servidor "
 | 
			
		||||
"estant."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:646
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:660
 | 
			
		||||
msgid "APN"
 | 
			
		||||
msgstr "APN"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -35,7 +35,7 @@ msgstr "APN"
 | 
			
		|||
msgid "Add a new server"
 | 
			
		||||
msgstr "Ajustar un servidor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:815
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:829
 | 
			
		||||
msgid "Add an interface"
 | 
			
		||||
msgstr "Ajustar una interfàcia"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -66,12 +66,12 @@ msgid ""
 | 
			
		|||
"processor."
 | 
			
		||||
msgstr "Las instruccions AES son integradas al processor."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:686
 | 
			
		||||
msgid "Authentication Type"
 | 
			
		||||
msgstr "Tipe d’autentificacion"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:710
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:724
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:736
 | 
			
		||||
msgid "Backup"
 | 
			
		||||
msgstr "Salvagarda"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -80,7 +80,7 @@ msgstr "Salvagarda"
 | 
			
		|||
msgid "Backup on server"
 | 
			
		||||
msgstr "Salvagarda sul servidor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:288
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:292
 | 
			
		||||
msgid "Balancing"
 | 
			
		||||
msgstr "Equilibratge"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -92,7 +92,7 @@ msgstr "Beta"
 | 
			
		|||
msgid "Big time difference between the server and the router"
 | 
			
		||||
msgstr "Granda diferéncia de temps entre lo servidor e lo router"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:470
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:484
 | 
			
		||||
msgid "Bridge"
 | 
			
		||||
msgstr "Pont"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -107,7 +107,7 @@ msgid ""
 | 
			
		|||
"By default proxy is used for any traffic that is TCP (and UDP for V2Ray)."
 | 
			
		||||
msgstr "Per defaut lo VPN es utilizat pel trafic qu’es pas TCP."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:691
 | 
			
		||||
msgid "CHAP"
 | 
			
		||||
msgstr "CHAP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -127,15 +127,15 @@ msgstr ""
 | 
			
		|||
msgid "Can\\'t ping server"
 | 
			
		||||
msgstr "Cap de responsa del servidor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:488
 | 
			
		||||
msgid ""
 | 
			
		||||
"Choose MacVLAN if you want to create a virtual interface based on a physical "
 | 
			
		||||
"interface."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:408
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:494
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:540
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:554
 | 
			
		||||
msgid "Choose physical interface."
 | 
			
		||||
msgstr "Causissètz l’interfàcia fisica."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -148,7 +148,7 @@ msgid "Core temp:"
 | 
			
		|||
msgstr "Temperatura del còr :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:374
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:505
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
msgid "DHCP"
 | 
			
		||||
msgstr "DHCP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -156,7 +156,7 @@ msgstr "DHCP"
 | 
			
		|||
msgid "DNS issue: can\\'t resolve hostname"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:272
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:276
 | 
			
		||||
msgid "Debug"
 | 
			
		||||
msgstr "Desbugatge"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -171,53 +171,53 @@ msgid "Default VPN"
 | 
			
		|||
msgstr "VPN per defaut"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:62
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:463
 | 
			
		||||
msgid "Delete"
 | 
			
		||||
msgstr "Suprimir"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:572
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:599
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:620
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:586
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:613
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:634
 | 
			
		||||
msgid "Device"
 | 
			
		||||
msgstr "Periferic"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:197
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:201
 | 
			
		||||
msgid "Disable TCP Fast Open"
 | 
			
		||||
msgstr "Desactivar TCP Fast Open"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:202
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:206
 | 
			
		||||
msgid "Disable TCP Fast Open on Linux and Shadowsocks configuration"
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Desactivacion de TCP Fast Open per Lunix e dins la configuracion de "
 | 
			
		||||
"Shadowsocks"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:242
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:246
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Disable gateway ping"
 | 
			
		||||
msgid "Disable default gateway"
 | 
			
		||||
msgstr "Desactivar lo ping cap a la palanca"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:247
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:251
 | 
			
		||||
msgid "Disable default gateway, no internet if VPS are down"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:187
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:191
 | 
			
		||||
msgid "Disable external check"
 | 
			
		||||
msgstr "Desactivar las pròvas extèrnas"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:232
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:236
 | 
			
		||||
msgid "Disable gateway ping"
 | 
			
		||||
msgstr "Desactivar lo ping cap a la palanca"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:237
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:241
 | 
			
		||||
msgid "Disable gateway ping status check"
 | 
			
		||||
msgstr "Desactiva la pròva ping de la palanca"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:267
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:271
 | 
			
		||||
msgid "Disable multipath test using tracebox"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:57
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:61
 | 
			
		||||
msgid ""
 | 
			
		||||
"Disable ports redirection defined in firewall from server to this router"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -230,58 +230,58 @@ msgstr ""
 | 
			
		|||
msgid "Disable server"
 | 
			
		||||
msgstr "Desactivar lo ping cap al servidor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:252
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:256
 | 
			
		||||
msgid "Disable server ping"
 | 
			
		||||
msgstr "Desactivar lo ping cap al servidor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:257
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:261
 | 
			
		||||
msgid "Disable server ping status check"
 | 
			
		||||
msgstr "Desactivar la pròva ping cap al servidor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:262
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:266
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Disable external check"
 | 
			
		||||
msgid "Disable tracebox test"
 | 
			
		||||
msgstr "Desactivar las pròvas extèrnas"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:708
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:720
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:734
 | 
			
		||||
msgid "Disabled"
 | 
			
		||||
msgstr "Desactivat"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:766
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:780
 | 
			
		||||
msgid "Download speed (Kb/s)"
 | 
			
		||||
msgstr "Velocitat de telecargament (Kb/s)"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:290
 | 
			
		||||
msgid "Dynamic change"
 | 
			
		||||
msgstr "Cambiament dinamic"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:181
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:185
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:158
 | 
			
		||||
msgid "Enable IPv6"
 | 
			
		||||
msgstr "Activar l’IPv6"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:756
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:770
 | 
			
		||||
msgid "Enable SQM"
 | 
			
		||||
msgstr "Active SQM"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:73
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:77
 | 
			
		||||
msgid "Enable ShadowSocks Obfuscating"
 | 
			
		||||
msgstr "Activar las interferéncias per ShadowSocks"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:207
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:211
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Disable TCP Fast Open"
 | 
			
		||||
msgid "Enable TCP Low Latency"
 | 
			
		||||
msgstr "Desactivar TCP Fast Open"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:277
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:281
 | 
			
		||||
msgid "Enable debug logs"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:707
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:719
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:733
 | 
			
		||||
msgid "Enabled"
 | 
			
		||||
msgstr "Activat"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -313,7 +313,7 @@ msgstr ""
 | 
			
		|||
msgid "Force retrieve settings"
 | 
			
		||||
msgstr "Paramètres servidor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:680
 | 
			
		||||
msgid "GPRS only"
 | 
			
		||||
msgstr "solament GPRS"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -335,53 +335,53 @@ msgstr "Clau Glorytun"
 | 
			
		|||
msgid "Grant UCI access for luci-app-openmptcprouter"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:124
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:128
 | 
			
		||||
msgid "How often TCP sends out keepalive messages when keepalive is enabled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:175
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:179
 | 
			
		||||
msgid "IPv4 IP default TTL"
 | 
			
		||||
msgstr "TTL per defaut IPv4 IP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:129
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:133
 | 
			
		||||
msgid "IPv4 TCP FIN timeout"
 | 
			
		||||
msgstr "Relambi d’expiracion IPv4 TCP FIN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:169
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:173
 | 
			
		||||
msgid "IPv4 TCP Fast Open"
 | 
			
		||||
msgstr "IPv4 TCP Fast Open"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:119
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:123
 | 
			
		||||
msgid "IPv4 TCP Keepalive time"
 | 
			
		||||
msgstr "Temps de manten TCP IPv4"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:139
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:143
 | 
			
		||||
msgid "IPv4 TCP SYN retries"
 | 
			
		||||
msgstr "Ensages IPv4 TCP SYN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:149
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:153
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "IPv4 TCP SYN retries"
 | 
			
		||||
msgid "IPv4 TCP SYN retries1"
 | 
			
		||||
msgstr "Ensages IPv4 TCP SYN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:159
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:163
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "IPv4 TCP SYN retries"
 | 
			
		||||
msgid "IPv4 TCP SYN retries2"
 | 
			
		||||
msgstr "Ensages IPv4 TCP SYN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:416
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:546
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:430
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:560
 | 
			
		||||
msgid "IPv4 address"
 | 
			
		||||
msgstr "Adreça IPv4"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:562
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:576
 | 
			
		||||
msgid "IPv4 gateway"
 | 
			
		||||
msgstr "Palanca IPv4"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:556
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:570
 | 
			
		||||
msgid "IPv4 netmask"
 | 
			
		||||
msgstr "Masqueta ret IPv4"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -408,7 +408,7 @@ msgstr "Lo tunèl IPv6 respond pas"
 | 
			
		|||
msgid "IPv6:"
 | 
			
		||||
msgstr "IPv6 :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:435
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
msgid "Interfaces settings"
 | 
			
		||||
msgstr "Paramètres interfàcias"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -435,17 +435,17 @@ msgstr ""
 | 
			
		|||
msgid "LAN interfaces settings"
 | 
			
		||||
msgstr "Paramètres interfàcias"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:664
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
msgid "LTE"
 | 
			
		||||
msgstr "LTE"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:358
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:455
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
msgid "Label"
 | 
			
		||||
msgstr "Etiqueta"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:364
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:460
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
msgid "Label for the interface"
 | 
			
		||||
msgstr "Etiqueta per l’interfàcia"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -481,40 +481,40 @@ msgstr "MPTCP es pas activat sul servidor"
 | 
			
		|||
msgid "MPTCP may not be enabled on the server"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:746
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:760
 | 
			
		||||
msgid "MPTCP over VPN"
 | 
			
		||||
msgstr "MPTCP over VPN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:483
 | 
			
		||||
msgid "MacVLAN"
 | 
			
		||||
msgstr "MacVLAN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:723
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:735
 | 
			
		||||
msgid "Master"
 | 
			
		||||
msgstr "Principal"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:282
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
msgid "Master interface selection"
 | 
			
		||||
msgstr "Seleccion de l’interfàcia màger"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:304
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:308
 | 
			
		||||
msgid "Maximum scaling CPU frequency"
 | 
			
		||||
msgstr "Frequéncia maximala del processor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:298
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:302
 | 
			
		||||
msgid "Minimum scaling CPU frequency"
 | 
			
		||||
msgstr "Frequéncia minimala del processor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:661
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
msgid "Modem default"
 | 
			
		||||
msgstr "Modem per defaut"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:695
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
msgid "Modem init timeout"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:506
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:520
 | 
			
		||||
msgid "ModemManager"
 | 
			
		||||
msgstr "ModemManager"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -522,8 +522,8 @@ msgstr "ModemManager"
 | 
			
		|||
msgid "More than one default VPN is enabled"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:704
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:716
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:718
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:730
 | 
			
		||||
msgid "Multipath TCP"
 | 
			
		||||
msgstr "Multipath TCP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -544,11 +544,11 @@ msgstr ""
 | 
			
		|||
msgid "Multipath seems to be blocked on the connection"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:507
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:521
 | 
			
		||||
msgid "NCM"
 | 
			
		||||
msgstr "NCM"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
msgid "NONE"
 | 
			
		||||
msgstr "CAP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -562,7 +562,7 @@ msgstr "Interfàcia ret doblada"
 | 
			
		|||
msgid "Network overview"
 | 
			
		||||
msgstr "Vista ret"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:116
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:120
 | 
			
		||||
msgid "Networks settings"
 | 
			
		||||
msgstr "Paramètres ret"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -588,7 +588,7 @@ msgstr ""
 | 
			
		|||
msgid "No available backup on server."
 | 
			
		||||
msgstr "Cap de salvagarda pas disponibla sul servidor."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:287
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:291
 | 
			
		||||
msgid "No change"
 | 
			
		||||
msgstr "Cap de modificacion"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -620,29 +620,29 @@ msgstr "Paramètres dels servidors"
 | 
			
		|||
msgid "None"
 | 
			
		||||
msgstr "Cap"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:468
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:482
 | 
			
		||||
msgid "Normal"
 | 
			
		||||
msgstr "Normala"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:144
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:148
 | 
			
		||||
msgid ""
 | 
			
		||||
"Number of times initial SYNs for an active TCP connection attempt will be "
 | 
			
		||||
"retransmitted."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:83
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:87
 | 
			
		||||
msgid "Obfuscating plugin"
 | 
			
		||||
msgstr "Modul d’interferéncia"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:102
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:106
 | 
			
		||||
msgid "Obfuscating type"
 | 
			
		||||
msgstr "Tipe d’interferéncia"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:78
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:82
 | 
			
		||||
msgid "Obfuscating will be enabled on both side"
 | 
			
		||||
msgstr "Las interferéncias seràn activadas dels dos costats"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:285
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:289
 | 
			
		||||
msgid "On wizard change"
 | 
			
		||||
msgstr "En modificant dins l’assistent"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -661,65 +661,65 @@ msgstr "OpenMPTCProuter"
 | 
			
		|||
msgid "OpenVPN can't be used in multi VPS configuration."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:212
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:216
 | 
			
		||||
msgid "Optimize for latency instead of bandwidth"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:375
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:510
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:524
 | 
			
		||||
msgid "Other"
 | 
			
		||||
msgstr "Autre"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:219
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:223
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Server settings"
 | 
			
		||||
msgid "Other settings"
 | 
			
		||||
msgstr "Paramètres servidor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:690
 | 
			
		||||
msgid "PAP"
 | 
			
		||||
msgstr "PAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:692
 | 
			
		||||
msgid "PAP/CHAP"
 | 
			
		||||
msgstr "PAP / CHAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:703
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "MLVPN password"
 | 
			
		||||
msgid "PAP/CHAP password"
 | 
			
		||||
msgstr "Senhal MLVPN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:683
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:697
 | 
			
		||||
msgid "PAP/CHAP username"
 | 
			
		||||
msgstr "Identificant PAP / CHAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:652
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
msgid "PIN code"
 | 
			
		||||
msgstr "Còdi PIN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:522
 | 
			
		||||
msgid "PPPoE"
 | 
			
		||||
msgstr "PPPoE"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:387
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:493
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:533
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Add an interface"
 | 
			
		||||
msgid "Physical interface"
 | 
			
		||||
msgstr "Ajustar una interfàcia"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:662
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
msgid "Prefer LTE"
 | 
			
		||||
msgstr "Preferir LTE"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:663
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
msgid "Prefer UMTS"
 | 
			
		||||
msgstr "Preferir UMTS"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:369
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:500
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
msgid "Protocol"
 | 
			
		||||
msgstr "Protocòl"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -737,7 +737,7 @@ msgstr "Paramètres del VPN"
 | 
			
		|||
msgid "Proxy traffic:"
 | 
			
		||||
msgstr "Trafic mandatari :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:509
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:523
 | 
			
		||||
msgid "QMI"
 | 
			
		||||
msgstr "QMI"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -753,24 +753,24 @@ msgstr "Restaurar salvagarda"
 | 
			
		|||
msgid "Retrieve settings from server"
 | 
			
		||||
msgstr "Recuperar la configuracion personalizada del servidor estant"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:330
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:824
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:334
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:838
 | 
			
		||||
msgid "Save & Apply"
 | 
			
		||||
msgstr "Salvagardar e aplicar"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:227
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:231
 | 
			
		||||
msgid "Save vnstats statistics on disk"
 | 
			
		||||
msgstr "Salvagardar las estatisticas de vnstats sul disc"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:222
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:226
 | 
			
		||||
msgid "Save vnstats stats"
 | 
			
		||||
msgstr "Salvagardar las estatisticas de vnstats"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:310
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:314
 | 
			
		||||
msgid "Scaling governor"
 | 
			
		||||
msgstr "Regulator a l’escala"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:818
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:832
 | 
			
		||||
msgid "Select the device you want to base the interface on."
 | 
			
		||||
msgstr "Seleccionatz lo periferic per l’interfàcia."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -804,15 +804,15 @@ msgstr "Paramètres servidor"
 | 
			
		|||
msgid "Server username"
 | 
			
		||||
msgstr "Lo nom d'utilizaire servidor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:658
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
msgid "Service Type"
 | 
			
		||||
msgstr "Tipe de servici"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:551
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:565
 | 
			
		||||
msgid "Set an IP in the same network as the modem"
 | 
			
		||||
msgstr "Botatz una IP dins lo meteis ret que lo modem"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:567
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:581
 | 
			
		||||
msgid "Set here IP of the modem"
 | 
			
		||||
msgstr "Botatz l’IP del modem aquí"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -833,21 +833,25 @@ msgstr ""
 | 
			
		|||
"activat, per tot lo trafic quand ShadowSocks es desactivat."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:339
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid ""
 | 
			
		||||
#| "Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, "
 | 
			
		||||
#| "for all traffic if ShadowSocks is disabled."
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, for "
 | 
			
		||||
"all traffic if ShadowSocks is disabled."
 | 
			
		||||
"Set the default VPN used for ICMP (and UDP if proxy used is shadowsocks), "
 | 
			
		||||
"for all traffic if proxy is disabled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Configura lo VPN utilizat per defaut per l’UDP e l’ICMP quand ShadowSocks es "
 | 
			
		||||
"activat, per tot lo trafic quand ShadowSocks es desactivat."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:776
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:790
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max download speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Reglatz una valor entre 80-95% de la velocitat de telecargament maximala. 0 "
 | 
			
		||||
"per desactivar SQM/QoS."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:792
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:806
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max upload speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -878,7 +882,7 @@ msgid "Show all settings"
 | 
			
		|||
msgstr "Veire totes los paramètres"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:373
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:504
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:518
 | 
			
		||||
msgid "Static address"
 | 
			
		||||
msgstr "Adreça estatica"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -886,11 +890,11 @@ msgstr "Adreça estatica"
 | 
			
		|||
msgid "Status"
 | 
			
		||||
msgstr "Estatut"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:295
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:299
 | 
			
		||||
msgid "Systems settings"
 | 
			
		||||
msgstr "Paramètres sistèma"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:134
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:138
 | 
			
		||||
msgid ""
 | 
			
		||||
"The length of time an orphaned (no longer referenced by any application) "
 | 
			
		||||
"connection will remain in the FIN_WAIT_2 state before it is aborted at the "
 | 
			
		||||
| 
						 | 
				
			
			@ -905,14 +909,14 @@ msgstr ""
 | 
			
		|||
"Las instruccions AES son pas integradas al processor, deuriatz utilizar "
 | 
			
		||||
"chacha20."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:154
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:158
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the time, after which TCP decides, that something is "
 | 
			
		||||
"wrong due to unacknowledged RTO retransmissions, and reports this suspicion "
 | 
			
		||||
"to the network layer."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:164
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:168
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the timeout of an alive TCP connection, when RTO "
 | 
			
		||||
"retransmissions remain unacknowledged."
 | 
			
		||||
| 
						 | 
				
			
			@ -922,7 +926,7 @@ msgstr ""
 | 
			
		|||
msgid "Total traffic:"
 | 
			
		||||
msgstr "Tradif total :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:465
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
msgid "Type"
 | 
			
		||||
msgstr "Tipe"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -936,7 +940,7 @@ msgstr ""
 | 
			
		|||
msgid "UBOND password"
 | 
			
		||||
msgstr "Senhal UBOND"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:665
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:679
 | 
			
		||||
msgid "UMTS/GPRS"
 | 
			
		||||
msgstr "UMTS / GPRS"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -956,7 +960,7 @@ msgstr "Met a jorn lo servidor amb la darrièra version quand cal."
 | 
			
		|||
msgid "Update server"
 | 
			
		||||
msgstr "Mesa a jorn del servidor"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:782
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:796
 | 
			
		||||
msgid "Upload speed (Kb/s)"
 | 
			
		||||
msgstr "Velocitat de mandadís (Kb/s)"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -965,8 +969,8 @@ msgstr "Velocitat de mandadís (Kb/s)"
 | 
			
		|||
msgid "Uptime:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:771
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:787
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:785
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:801
 | 
			
		||||
msgid "Used by Glorytun UDP and SQM/QoS if enabled. 0 to use default value."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Utilizat per Glorytun UDP e SQM/QoS se activat. 0 per utilizar la valor per "
 | 
			
		||||
| 
						 | 
				
			
			@ -1021,7 +1025,7 @@ msgstr ""
 | 
			
		|||
msgid "Wan IP and gateway are identical"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:192
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:196
 | 
			
		||||
msgid ""
 | 
			
		||||
"When enable check are done on external sites to get each WAN IP and the IP "
 | 
			
		||||
"used to go outside."
 | 
			
		||||
| 
						 | 
				
			
			@ -1037,7 +1041,7 @@ msgstr "Assistent"
 | 
			
		|||
msgid "You"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:751
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:765
 | 
			
		||||
msgid "You can enable MPTCP over VPN if your provider filter Multipath TCP."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Podètz utilizar MTPCP over VPN se vòstre provesidor filtra Multipath TCP."
 | 
			
		||||
| 
						 | 
				
			
			@ -1046,7 +1050,7 @@ msgstr ""
 | 
			
		|||
msgid "You can use DHCP if you have multiple real ethernet ports."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:528
 | 
			
		||||
msgid ""
 | 
			
		||||
"You can use DHCP if you have multiple real ethernet ports. Select other if "
 | 
			
		||||
"you want to use another protocol available in Network Interfaces page."
 | 
			
		||||
| 
						 | 
				
			
			@ -1058,7 +1062,7 @@ msgstr ""
 | 
			
		|||
msgid "You can use a public IPv6 prefix only if you set only one server."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:450
 | 
			
		||||
msgid "You must disable DHCP on your modems and set IP in different networks."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Vos cal desactivar lo DHCP sus vòstres modems e configurar lor IP dins de "
 | 
			
		||||
| 
						 | 
				
			
			@ -1068,12 +1072,16 @@ msgstr ""
 | 
			
		|||
msgid "You should disable IPv6 here if server doesn't provide IPv6."
 | 
			
		||||
msgstr "Deuriatz desactivar IPv6 aquí se lo servidor es pas compatible IPv6."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:761
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:775
 | 
			
		||||
msgid "You should disable SQM for LTE or any interfaces with variable speed."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Vos cal desactivar SQM per la 4G o tota interfàcia amb una velocitat fòrça "
 | 
			
		||||
"instabla."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:56
 | 
			
		||||
msgid "You shouldn't do that and you should redirect only needed ports"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm:78
 | 
			
		||||
msgid "Your IP was not leased by this router"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1082,7 +1090,7 @@ msgstr ""
 | 
			
		|||
msgid "address:"
 | 
			
		||||
msgstr "Adreça IPv4 :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:667
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:681
 | 
			
		||||
msgid "auto"
 | 
			
		||||
msgstr "auto"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,7 +14,7 @@ msgstr ""
 | 
			
		|||
msgid "API username to retrieve personnalized settings from the server."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:646
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:660
 | 
			
		||||
msgid "APN"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -22,7 +22,7 @@ msgstr ""
 | 
			
		|||
msgid "Add a new server"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:815
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:829
 | 
			
		||||
msgid "Add an interface"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -51,12 +51,12 @@ msgid ""
 | 
			
		|||
"processor."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:686
 | 
			
		||||
msgid "Authentication Type"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:710
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:724
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:736
 | 
			
		||||
msgid "Backup"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -65,7 +65,7 @@ msgstr ""
 | 
			
		|||
msgid "Backup on server"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:288
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:292
 | 
			
		||||
msgid "Balancing"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -77,7 +77,7 @@ msgstr ""
 | 
			
		|||
msgid "Big time difference between the server and the router"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:470
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:484
 | 
			
		||||
msgid "Bridge"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -90,7 +90,7 @@ msgid ""
 | 
			
		|||
"By default proxy is used for any traffic that is TCP (and UDP for V2Ray)."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:691
 | 
			
		||||
msgid "CHAP"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -110,15 +110,15 @@ msgstr ""
 | 
			
		|||
msgid "Can\\'t ping server"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:488
 | 
			
		||||
msgid ""
 | 
			
		||||
"Choose MacVLAN if you want to create a virtual interface based on a physical "
 | 
			
		||||
"interface."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:408
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:494
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:540
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:554
 | 
			
		||||
msgid "Choose physical interface."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -131,7 +131,7 @@ msgid "Core temp:"
 | 
			
		|||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:374
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:505
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
msgid "DHCP"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -139,7 +139,7 @@ msgstr ""
 | 
			
		|||
msgid "DNS issue: can\\'t resolve hostname"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:272
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:276
 | 
			
		||||
msgid "Debug"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -152,49 +152,49 @@ msgid "Default VPN"
 | 
			
		|||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:62
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:463
 | 
			
		||||
msgid "Delete"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:572
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:599
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:620
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:586
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:613
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:634
 | 
			
		||||
msgid "Device"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:197
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:201
 | 
			
		||||
msgid "Disable TCP Fast Open"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:202
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:206
 | 
			
		||||
msgid "Disable TCP Fast Open on Linux and Shadowsocks configuration"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:242
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:246
 | 
			
		||||
msgid "Disable default gateway"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:247
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:251
 | 
			
		||||
msgid "Disable default gateway, no internet if VPS are down"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:187
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:191
 | 
			
		||||
msgid "Disable external check"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:232
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:236
 | 
			
		||||
msgid "Disable gateway ping"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:237
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:241
 | 
			
		||||
msgid "Disable gateway ping status check"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:267
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:271
 | 
			
		||||
msgid "Disable multipath test using tracebox"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:57
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:61
 | 
			
		||||
msgid ""
 | 
			
		||||
"Disable ports redirection defined in firewall from server to this router"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -203,54 +203,54 @@ msgstr ""
 | 
			
		|||
msgid "Disable server"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:252
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:256
 | 
			
		||||
msgid "Disable server ping"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:257
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:261
 | 
			
		||||
msgid "Disable server ping status check"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:262
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:266
 | 
			
		||||
msgid "Disable tracebox test"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:708
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:720
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:734
 | 
			
		||||
msgid "Disabled"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:766
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:780
 | 
			
		||||
msgid "Download speed (Kb/s)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:290
 | 
			
		||||
msgid "Dynamic change"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:181
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:185
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:158
 | 
			
		||||
msgid "Enable IPv6"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:756
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:770
 | 
			
		||||
msgid "Enable SQM"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:73
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:77
 | 
			
		||||
msgid "Enable ShadowSocks Obfuscating"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:207
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:211
 | 
			
		||||
msgid "Enable TCP Low Latency"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:277
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:281
 | 
			
		||||
msgid "Enable debug logs"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:707
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:719
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:733
 | 
			
		||||
msgid "Enabled"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -274,7 +274,7 @@ msgstr ""
 | 
			
		|||
msgid "Force retrieve settings"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:680
 | 
			
		||||
msgid "GPRS only"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -296,49 +296,49 @@ msgstr ""
 | 
			
		|||
msgid "Grant UCI access for luci-app-openmptcprouter"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:124
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:128
 | 
			
		||||
msgid "How often TCP sends out keepalive messages when keepalive is enabled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:175
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:179
 | 
			
		||||
msgid "IPv4 IP default TTL"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:129
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:133
 | 
			
		||||
msgid "IPv4 TCP FIN timeout"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:169
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:173
 | 
			
		||||
msgid "IPv4 TCP Fast Open"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:119
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:123
 | 
			
		||||
msgid "IPv4 TCP Keepalive time"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:139
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:143
 | 
			
		||||
msgid "IPv4 TCP SYN retries"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:149
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:153
 | 
			
		||||
msgid "IPv4 TCP SYN retries1"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:159
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:163
 | 
			
		||||
msgid "IPv4 TCP SYN retries2"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:416
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:546
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:430
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:560
 | 
			
		||||
msgid "IPv4 address"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:562
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:576
 | 
			
		||||
msgid "IPv4 gateway"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:556
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:570
 | 
			
		||||
msgid "IPv4 netmask"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -363,7 +363,7 @@ msgstr ""
 | 
			
		|||
msgid "IPv6:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:435
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
msgid "Interfaces settings"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -386,17 +386,17 @@ msgstr ""
 | 
			
		|||
msgid "LAN interfaces settings"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:664
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
msgid "LTE"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:358
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:455
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
msgid "Label"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:364
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:460
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
msgid "Label for the interface"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -431,40 +431,40 @@ msgstr ""
 | 
			
		|||
msgid "MPTCP may not be enabled on the server"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:746
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:760
 | 
			
		||||
msgid "MPTCP over VPN"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:483
 | 
			
		||||
msgid "MacVLAN"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:723
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:735
 | 
			
		||||
msgid "Master"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:282
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
msgid "Master interface selection"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:304
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:308
 | 
			
		||||
msgid "Maximum scaling CPU frequency"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:298
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:302
 | 
			
		||||
msgid "Minimum scaling CPU frequency"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:661
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
msgid "Modem default"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:695
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
msgid "Modem init timeout"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:506
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:520
 | 
			
		||||
msgid "ModemManager"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -472,8 +472,8 @@ msgstr ""
 | 
			
		|||
msgid "More than one default VPN is enabled"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:704
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:716
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:718
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:730
 | 
			
		||||
msgid "Multipath TCP"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -494,11 +494,11 @@ msgstr ""
 | 
			
		|||
msgid "Multipath seems to be blocked on the connection"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:507
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:521
 | 
			
		||||
msgid "NCM"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
msgid "NONE"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -512,7 +512,7 @@ msgstr ""
 | 
			
		|||
msgid "Network overview"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:116
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:120
 | 
			
		||||
msgid "Networks settings"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -538,7 +538,7 @@ msgstr ""
 | 
			
		|||
msgid "No available backup on server."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:287
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:291
 | 
			
		||||
msgid "No change"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -568,29 +568,29 @@ msgstr ""
 | 
			
		|||
msgid "None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:468
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:482
 | 
			
		||||
msgid "Normal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:144
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:148
 | 
			
		||||
msgid ""
 | 
			
		||||
"Number of times initial SYNs for an active TCP connection attempt will be "
 | 
			
		||||
"retransmitted."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:83
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:87
 | 
			
		||||
msgid "Obfuscating plugin"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:102
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:106
 | 
			
		||||
msgid "Obfuscating type"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:78
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:82
 | 
			
		||||
msgid "Obfuscating will be enabled on both side"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:285
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:289
 | 
			
		||||
msgid "On wizard change"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -607,59 +607,59 @@ msgstr ""
 | 
			
		|||
msgid "OpenVPN can't be used in multi VPS configuration."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:212
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:216
 | 
			
		||||
msgid "Optimize for latency instead of bandwidth"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:375
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:510
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:524
 | 
			
		||||
msgid "Other"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:219
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:223
 | 
			
		||||
msgid "Other settings"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:690
 | 
			
		||||
msgid "PAP"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:692
 | 
			
		||||
msgid "PAP/CHAP"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:703
 | 
			
		||||
msgid "PAP/CHAP password"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:683
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:697
 | 
			
		||||
msgid "PAP/CHAP username"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:652
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
msgid "PIN code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:522
 | 
			
		||||
msgid "PPPoE"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:387
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:493
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:533
 | 
			
		||||
msgid "Physical interface"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:662
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
msgid "Prefer LTE"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:663
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
msgid "Prefer UMTS"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:369
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:500
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
msgid "Protocol"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -675,7 +675,7 @@ msgstr ""
 | 
			
		|||
msgid "Proxy traffic:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:509
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:523
 | 
			
		||||
msgid "QMI"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -691,24 +691,24 @@ msgstr ""
 | 
			
		|||
msgid "Retrieve settings from server"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:330
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:824
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:334
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:838
 | 
			
		||||
msgid "Save & Apply"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:227
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:231
 | 
			
		||||
msgid "Save vnstats statistics on disk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:222
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:226
 | 
			
		||||
msgid "Save vnstats stats"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:310
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:314
 | 
			
		||||
msgid "Scaling governor"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:818
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:832
 | 
			
		||||
msgid "Select the device you want to base the interface on."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -739,15 +739,15 @@ msgstr ""
 | 
			
		|||
msgid "Server username"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:658
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
msgid "Service Type"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:551
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:565
 | 
			
		||||
msgid "Set an IP in the same network as the modem"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:567
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:581
 | 
			
		||||
msgid "Set here IP of the modem"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -763,16 +763,16 @@ msgstr ""
 | 
			
		|||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:339
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, for "
 | 
			
		||||
"all traffic if ShadowSocks is disabled."
 | 
			
		||||
"Set the default VPN used for ICMP (and UDP if proxy used is shadowsocks), "
 | 
			
		||||
"for all traffic if proxy is disabled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:776
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:790
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max download speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:792
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:806
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max upload speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -799,7 +799,7 @@ msgid "Show all settings"
 | 
			
		|||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:373
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:504
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:518
 | 
			
		||||
msgid "Static address"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -807,11 +807,11 @@ msgstr ""
 | 
			
		|||
msgid "Status"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:295
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:299
 | 
			
		||||
msgid "Systems settings"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:134
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:138
 | 
			
		||||
msgid ""
 | 
			
		||||
"The length of time an orphaned (no longer referenced by any application) "
 | 
			
		||||
"connection will remain in the FIN_WAIT_2 state before it is aborted at the "
 | 
			
		||||
| 
						 | 
				
			
			@ -824,14 +824,14 @@ msgid ""
 | 
			
		|||
"the processor, you should use chacha20."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:154
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:158
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the time, after which TCP decides, that something is "
 | 
			
		||||
"wrong due to unacknowledged RTO retransmissions, and reports this suspicion "
 | 
			
		||||
"to the network layer."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:164
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:168
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the timeout of an alive TCP connection, when RTO "
 | 
			
		||||
"retransmissions remain unacknowledged."
 | 
			
		||||
| 
						 | 
				
			
			@ -841,7 +841,7 @@ msgstr ""
 | 
			
		|||
msgid "Total traffic:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:465
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
msgid "Type"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -854,7 +854,7 @@ msgstr ""
 | 
			
		|||
msgid "UBOND password"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:665
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:679
 | 
			
		||||
msgid "UMTS/GPRS"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -874,7 +874,7 @@ msgstr ""
 | 
			
		|||
msgid "Update server"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:782
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:796
 | 
			
		||||
msgid "Upload speed (Kb/s)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -883,8 +883,8 @@ msgstr ""
 | 
			
		|||
msgid "Uptime:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:771
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:787
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:785
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:801
 | 
			
		||||
msgid "Used by Glorytun UDP and SQM/QoS if enabled. 0 to use default value."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -933,7 +933,7 @@ msgstr ""
 | 
			
		|||
msgid "Wan IP and gateway are identical"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:192
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:196
 | 
			
		||||
msgid ""
 | 
			
		||||
"When enable check are done on external sites to get each WAN IP and the IP "
 | 
			
		||||
"used to go outside."
 | 
			
		||||
| 
						 | 
				
			
			@ -948,7 +948,7 @@ msgstr ""
 | 
			
		|||
msgid "You"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:751
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:765
 | 
			
		||||
msgid "You can enable MPTCP over VPN if your provider filter Multipath TCP."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -956,7 +956,7 @@ msgstr ""
 | 
			
		|||
msgid "You can use DHCP if you have multiple real ethernet ports."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:528
 | 
			
		||||
msgid ""
 | 
			
		||||
"You can use DHCP if you have multiple real ethernet ports. Select other if "
 | 
			
		||||
"you want to use another protocol available in Network Interfaces page."
 | 
			
		||||
| 
						 | 
				
			
			@ -966,7 +966,7 @@ msgstr ""
 | 
			
		|||
msgid "You can use a public IPv6 prefix only if you set only one server."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:450
 | 
			
		||||
msgid "You must disable DHCP on your modems and set IP in different networks."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -974,10 +974,14 @@ msgstr ""
 | 
			
		|||
msgid "You should disable IPv6 here if server doesn't provide IPv6."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:761
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:775
 | 
			
		||||
msgid "You should disable SQM for LTE or any interfaces with variable speed."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:56
 | 
			
		||||
msgid "You shouldn't do that and you should redirect only needed ports"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm:78
 | 
			
		||||
msgid "Your IP was not leased by this router"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -986,7 +990,7 @@ msgstr ""
 | 
			
		|||
msgid "address:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:667
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:681
 | 
			
		||||
msgid "auto"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: \n"
 | 
			
		||||
"POT-Creation-Date: \n"
 | 
			
		||||
"PO-Revision-Date: 2020-10-13 09:11+0000\n"
 | 
			
		||||
"PO-Revision-Date: 2020-10-23 09:37+0000\n"
 | 
			
		||||
"Last-Translator: antrouter <xinyangla@188.com>\n"
 | 
			
		||||
"Language-Team: Chinese (Simplified) <http://weblate.openmptcprouter.com/"
 | 
			
		||||
"projects/omr/luciapplicationsopenmptcprouter/zh_Hans/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -26,7 +26,7 @@ msgstr "简单VPN"
 | 
			
		|||
msgid "API username to retrieve personnalized settings from the server."
 | 
			
		||||
msgstr "API用户名,以从蚂蚁聚合服务器检索个性化设置."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:646
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:660
 | 
			
		||||
msgid "APN"
 | 
			
		||||
msgstr "APN"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -34,7 +34,7 @@ msgstr "APN"
 | 
			
		|||
msgid "Add a new server"
 | 
			
		||||
msgstr "添加一个新蚂蚁聚合服务器"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:815
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:829
 | 
			
		||||
msgid "Add an interface"
 | 
			
		||||
msgstr "添加网卡"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -63,12 +63,12 @@ msgid ""
 | 
			
		|||
"processor."
 | 
			
		||||
msgstr "处理器中集成了高级加密标准(AES)指令集."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:686
 | 
			
		||||
msgid "Authentication Type"
 | 
			
		||||
msgstr "认证类型"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:710
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:724
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:736
 | 
			
		||||
msgid "Backup"
 | 
			
		||||
msgstr "备份"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -77,7 +77,7 @@ msgstr "备份"
 | 
			
		|||
msgid "Backup on server"
 | 
			
		||||
msgstr "在服务器上备份"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:288
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:292
 | 
			
		||||
msgid "Balancing"
 | 
			
		||||
msgstr "均衡"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -89,7 +89,7 @@ msgstr "测试版"
 | 
			
		|||
msgid "Big time difference between the server and the router"
 | 
			
		||||
msgstr "服务器和路由器之间的时间差距很大"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:470
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:484
 | 
			
		||||
msgid "Bridge"
 | 
			
		||||
msgstr "桥接"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -102,7 +102,7 @@ msgid ""
 | 
			
		|||
"By default proxy is used for any traffic that is TCP (and UDP for V2Ray)."
 | 
			
		||||
msgstr "默认情况下,代理用于任何TCP(对于V2Ray是UDP)流量。"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:691
 | 
			
		||||
msgid "CHAP"
 | 
			
		||||
msgstr "CHAP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -122,15 +122,15 @@ msgstr "无法从ShadowSocks获取公共蚂蚁聚合IP地址"
 | 
			
		|||
msgid "Can\\'t ping server"
 | 
			
		||||
msgstr "无法ping蚂蚁聚合服务器"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:488
 | 
			
		||||
msgid ""
 | 
			
		||||
"Choose MacVLAN if you want to create a virtual interface based on a physical "
 | 
			
		||||
"interface."
 | 
			
		||||
msgstr "如果要基于物理接口创建虚拟接口,请选择MacVLAN。"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:408
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:494
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:540
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:554
 | 
			
		||||
msgid "Choose physical interface."
 | 
			
		||||
msgstr "选择物理接口。"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -143,7 +143,7 @@ msgid "Core temp:"
 | 
			
		|||
msgstr "核心温度:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:374
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:505
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
msgid "DHCP"
 | 
			
		||||
msgstr "DHCP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -151,7 +151,7 @@ msgstr "DHCP"
 | 
			
		|||
msgid "DNS issue: can\\'t resolve hostname"
 | 
			
		||||
msgstr "DNS问题:无法解析主机名"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:272
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:276
 | 
			
		||||
msgid "Debug"
 | 
			
		||||
msgstr "调试模式"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -164,49 +164,49 @@ msgid "Default VPN"
 | 
			
		|||
msgstr "默认VPN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:62
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:463
 | 
			
		||||
msgid "Delete"
 | 
			
		||||
msgstr "删除"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:572
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:599
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:620
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:586
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:613
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:634
 | 
			
		||||
msgid "Device"
 | 
			
		||||
msgstr "设备"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:197
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:201
 | 
			
		||||
msgid "Disable TCP Fast Open"
 | 
			
		||||
msgstr "禁用TCP Fast Open"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:202
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:206
 | 
			
		||||
msgid "Disable TCP Fast Open on Linux and Shadowsocks configuration"
 | 
			
		||||
msgstr "在Linux和Shadowsocks配置上禁用TCP快速打开"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:242
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:246
 | 
			
		||||
msgid "Disable default gateway"
 | 
			
		||||
msgstr "关闭默认网关"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:247
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:251
 | 
			
		||||
msgid "Disable default gateway, no internet if VPS are down"
 | 
			
		||||
msgstr "禁用默认网关,如果VPS关闭,则没办法链接互联网"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:187
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:191
 | 
			
		||||
msgid "Disable external check"
 | 
			
		||||
msgstr "禁用外部检查"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:232
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:236
 | 
			
		||||
msgid "Disable gateway ping"
 | 
			
		||||
msgstr "禁用网关ping"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:237
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:241
 | 
			
		||||
msgid "Disable gateway ping status check"
 | 
			
		||||
msgstr "禁用网关ping状态检查"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:267
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:271
 | 
			
		||||
msgid "Disable multipath test using tracebox"
 | 
			
		||||
msgstr "禁止使用tracebox多路径测试"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:57
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:61
 | 
			
		||||
msgid ""
 | 
			
		||||
"Disable ports redirection defined in firewall from server to this router"
 | 
			
		||||
msgstr "禁用防火墙中定义的从服务器到此路由器的端口重定向"
 | 
			
		||||
| 
						 | 
				
			
			@ -215,54 +215,54 @@ msgstr "禁用防火墙中定义的从服务器到此路由器的端口重定向
 | 
			
		|||
msgid "Disable server"
 | 
			
		||||
msgstr "关闭禁用聚合服务器"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:252
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:256
 | 
			
		||||
msgid "Disable server ping"
 | 
			
		||||
msgstr "禁用服务器ping"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:257
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:261
 | 
			
		||||
msgid "Disable server ping status check"
 | 
			
		||||
msgstr "禁用服务器ping状态检查"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:262
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:266
 | 
			
		||||
msgid "Disable tracebox test"
 | 
			
		||||
msgstr "禁用跟蚂蚁跟踪测试"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:708
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:720
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:722
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:734
 | 
			
		||||
msgid "Disabled"
 | 
			
		||||
msgstr "关闭"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:766
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:780
 | 
			
		||||
msgid "Download speed (Kb/s)"
 | 
			
		||||
msgstr "下载速度 (Kb/s)"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:290
 | 
			
		||||
msgid "Dynamic change"
 | 
			
		||||
msgstr "动态变化"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:181
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:185
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:158
 | 
			
		||||
msgid "Enable IPv6"
 | 
			
		||||
msgstr "开启 IPv6"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:756
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:770
 | 
			
		||||
msgid "Enable SQM"
 | 
			
		||||
msgstr "开启 SQM"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:73
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:77
 | 
			
		||||
msgid "Enable ShadowSocks Obfuscating"
 | 
			
		||||
msgstr "启用ShadowSocks混淆"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:207
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:211
 | 
			
		||||
msgid "Enable TCP Low Latency"
 | 
			
		||||
msgstr "启用TCP低延迟"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:277
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:281
 | 
			
		||||
msgid "Enable debug logs"
 | 
			
		||||
msgstr "启用调试日志"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:707
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:719
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:733
 | 
			
		||||
msgid "Enabled"
 | 
			
		||||
msgstr "开启"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -286,7 +286,7 @@ msgstr "强制从服务器检索所有密钥。"
 | 
			
		|||
msgid "Force retrieve settings"
 | 
			
		||||
msgstr "强制检索设置"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:680
 | 
			
		||||
msgid "GPRS only"
 | 
			
		||||
msgstr "仅GPRS"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -308,49 +308,49 @@ msgstr "Glorytun密钥"
 | 
			
		|||
msgid "Grant UCI access for luci-app-openmptcprouter"
 | 
			
		||||
msgstr "授予UCI访问luci-app-openmptcprouter的权限"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:124
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:128
 | 
			
		||||
msgid "How often TCP sends out keepalive messages when keepalive is enabled."
 | 
			
		||||
msgstr "启用keepalive时,TCP多久发送一次keepalive消息."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:175
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:179
 | 
			
		||||
msgid "IPv4 IP default TTL"
 | 
			
		||||
msgstr "IPv4 IP默认TTL"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:129
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:133
 | 
			
		||||
msgid "IPv4 TCP FIN timeout"
 | 
			
		||||
msgstr "IPv4 TCP FIN超时"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:169
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:173
 | 
			
		||||
msgid "IPv4 TCP Fast Open"
 | 
			
		||||
msgstr "IPv4 TCP快速打开"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:119
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:123
 | 
			
		||||
msgid "IPv4 TCP Keepalive time"
 | 
			
		||||
msgstr "IPv4 TCP保持时间"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:139
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:143
 | 
			
		||||
msgid "IPv4 TCP SYN retries"
 | 
			
		||||
msgstr "IPv4 TCP SYN重试"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:149
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:153
 | 
			
		||||
msgid "IPv4 TCP SYN retries1"
 | 
			
		||||
msgstr "IPv4 TCP SYN重试1"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:159
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:163
 | 
			
		||||
msgid "IPv4 TCP SYN retries2"
 | 
			
		||||
msgstr "IPv4 TCP SYN重试2"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:416
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:546
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:430
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:560
 | 
			
		||||
msgid "IPv4 address"
 | 
			
		||||
msgstr "IPv4地址"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:562
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:576
 | 
			
		||||
msgid "IPv4 gateway"
 | 
			
		||||
msgstr "IPv4网关"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:422
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:556
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:570
 | 
			
		||||
msgid "IPv4 netmask"
 | 
			
		||||
msgstr "IPv4网络掩码"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -375,7 +375,7 @@ msgstr "IPv6隧道DOWN"
 | 
			
		|||
msgid "IPv6:"
 | 
			
		||||
msgstr "IPv6 :"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:435
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:449
 | 
			
		||||
msgid "Interfaces settings"
 | 
			
		||||
msgstr "接口设置"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -398,17 +398,17 @@ msgstr "用于服务器配置密钥以及设置的密钥."
 | 
			
		|||
msgid "LAN interfaces settings"
 | 
			
		||||
msgstr "局域网接口设置"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:664
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
msgid "LTE"
 | 
			
		||||
msgstr "LTE"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:358
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:455
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
msgid "Label"
 | 
			
		||||
msgstr "标签"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:364
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:460
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:474
 | 
			
		||||
msgid "Label for the interface"
 | 
			
		||||
msgstr "接口标签"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -443,40 +443,40 @@ msgstr "服务器上未启用MPTCP"
 | 
			
		|||
msgid "MPTCP may not be enabled on the server"
 | 
			
		||||
msgstr "服务器上可能未启用MPTCP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:746
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:760
 | 
			
		||||
msgid "MPTCP over VPN"
 | 
			
		||||
msgstr "通过MPTCP的VPN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:469
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:483
 | 
			
		||||
msgid "MacVLAN"
 | 
			
		||||
msgstr "Macvlan"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:721
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:723
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:735
 | 
			
		||||
msgid "Master"
 | 
			
		||||
msgstr "主"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:282
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:286
 | 
			
		||||
msgid "Master interface selection"
 | 
			
		||||
msgstr "主网卡选择"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:304
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:308
 | 
			
		||||
msgid "Maximum scaling CPU frequency"
 | 
			
		||||
msgstr "最大扩展CPU频率"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:298
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:302
 | 
			
		||||
msgid "Minimum scaling CPU frequency"
 | 
			
		||||
msgstr "最小扩展CPU频率"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:661
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
msgid "Modem default"
 | 
			
		||||
msgstr "调制解调器默认"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:695
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:709
 | 
			
		||||
msgid "Modem init timeout"
 | 
			
		||||
msgstr "调制解调器初始化超时"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:506
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:520
 | 
			
		||||
msgid "ModemManager"
 | 
			
		||||
msgstr "调制解调器管理器"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -484,8 +484,8 @@ msgstr "调制解调器管理器"
 | 
			
		|||
msgid "More than one default VPN is enabled"
 | 
			
		||||
msgstr "启用了多个默认VPN"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:704
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:716
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:718
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:730
 | 
			
		||||
msgid "Multipath TCP"
 | 
			
		||||
msgstr "多路径TCP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -506,11 +506,11 @@ msgstr "已定义多路径主机"
 | 
			
		|||
msgid "Multipath seems to be blocked on the connection"
 | 
			
		||||
msgstr "多路径似乎在连接上被阻止"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:507
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:521
 | 
			
		||||
msgid "NCM"
 | 
			
		||||
msgstr "NCM"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:675
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
msgid "NONE"
 | 
			
		||||
msgstr "无"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -524,7 +524,7 @@ msgstr "网络接口重复"
 | 
			
		|||
msgid "Network overview"
 | 
			
		||||
msgstr "网络概述"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:116
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:120
 | 
			
		||||
msgid "Networks settings"
 | 
			
		||||
msgstr "网络设置"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -550,7 +550,7 @@ msgstr "不到1秒内未检测到WAN IP地址"
 | 
			
		|||
msgid "No available backup on server."
 | 
			
		||||
msgstr "服务器上没有可用的备份."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:287
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:291
 | 
			
		||||
msgid "No change"
 | 
			
		||||
msgstr "没变"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -580,29 +580,29 @@ msgstr "未定义蚂蚁聚合服务器"
 | 
			
		|||
msgid "None"
 | 
			
		||||
msgstr "没有"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:468
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:482
 | 
			
		||||
msgid "Normal"
 | 
			
		||||
msgstr "正常"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:144
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:148
 | 
			
		||||
msgid ""
 | 
			
		||||
"Number of times initial SYNs for an active TCP connection attempt will be "
 | 
			
		||||
"retransmitted."
 | 
			
		||||
msgstr "活动TCP连接尝试的初始SYN的次数将被重新传输."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:83
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:87
 | 
			
		||||
msgid "Obfuscating plugin"
 | 
			
		||||
msgstr "混淆插件"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:102
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:106
 | 
			
		||||
msgid "Obfuscating type"
 | 
			
		||||
msgstr "混淆类型"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:78
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:82
 | 
			
		||||
msgid "Obfuscating will be enabled on both side"
 | 
			
		||||
msgstr "双方都将启用混淆"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:285
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:289
 | 
			
		||||
msgid "On wizard change"
 | 
			
		||||
msgstr "更换向导时"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -619,61 +619,59 @@ msgstr "蚂蚁聚合路由器"
 | 
			
		|||
msgid "OpenVPN can't be used in multi VPS configuration."
 | 
			
		||||
msgstr "OpenVPN不能用于多VPS配置."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:212
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:216
 | 
			
		||||
msgid "Optimize for latency instead of bandwidth"
 | 
			
		||||
msgstr "优化延迟而不是带宽"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:375
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:510
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:524
 | 
			
		||||
msgid "Other"
 | 
			
		||||
msgstr "其他"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:219
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid "Server settings"
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:223
 | 
			
		||||
msgid "Other settings"
 | 
			
		||||
msgstr "蚂蚁聚合服务器设定"
 | 
			
		||||
msgstr "蚂蚁聚合其他设置"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:690
 | 
			
		||||
msgid "PAP"
 | 
			
		||||
msgstr "PAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:678
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:692
 | 
			
		||||
msgid "PAP/CHAP"
 | 
			
		||||
msgstr "PAP/CHAP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:689
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:703
 | 
			
		||||
msgid "PAP/CHAP password"
 | 
			
		||||
msgstr "PAP/CHAP 密码"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:683
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:697
 | 
			
		||||
msgid "PAP/CHAP username"
 | 
			
		||||
msgstr "PAP/CHAP 账号"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:652
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:666
 | 
			
		||||
msgid "PIN code"
 | 
			
		||||
msgstr "PIN码"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:508
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:522
 | 
			
		||||
msgid "PPPoE"
 | 
			
		||||
msgstr "PPPoE拨号"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:387
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:519
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:493
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:533
 | 
			
		||||
msgid "Physical interface"
 | 
			
		||||
msgstr "物理接口"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:662
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:676
 | 
			
		||||
msgid "Prefer LTE"
 | 
			
		||||
msgstr "首选LTE"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:663
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:677
 | 
			
		||||
msgid "Prefer UMTS"
 | 
			
		||||
msgstr "首选 UMTS"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:369
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:500
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
msgid "Protocol"
 | 
			
		||||
msgstr "协议"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -689,7 +687,7 @@ msgstr "代理设置"
 | 
			
		|||
msgid "Proxy traffic:"
 | 
			
		||||
msgstr "代理流量:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:509
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:523
 | 
			
		||||
msgid "QMI"
 | 
			
		||||
msgstr "QMI"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -705,24 +703,24 @@ msgstr "恢复备份"
 | 
			
		|||
msgid "Retrieve settings from server"
 | 
			
		||||
msgstr "从服务器检索设置"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:330
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:824
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:334
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:838
 | 
			
		||||
msgid "Save & Apply"
 | 
			
		||||
msgstr "保存&应用"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:227
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:231
 | 
			
		||||
msgid "Save vnstats statistics on disk"
 | 
			
		||||
msgstr "将vnstats统计信息保存在磁盘上"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:222
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:226
 | 
			
		||||
msgid "Save vnstats stats"
 | 
			
		||||
msgstr "保存vnstats统计信息"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:310
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:314
 | 
			
		||||
msgid "Scaling governor"
 | 
			
		||||
msgstr "超频"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:818
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:832
 | 
			
		||||
msgid "Select the device you want to base the interface on."
 | 
			
		||||
msgstr "选择要作为基础的接口."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -753,15 +751,15 @@ msgstr "蚂蚁聚合服务器设定"
 | 
			
		|||
msgid "Server username"
 | 
			
		||||
msgstr "服务器用户名"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:658
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:672
 | 
			
		||||
msgid "Service Type"
 | 
			
		||||
msgstr "服务类型"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:551
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:565
 | 
			
		||||
msgid "Set an IP in the same network as the modem"
 | 
			
		||||
msgstr "在与调制解调器相同的网络中设置IP"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:567
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:581
 | 
			
		||||
msgid "Set here IP of the modem"
 | 
			
		||||
msgstr "在此处设置调制解调器的IP"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -778,19 +776,23 @@ msgstr ""
 | 
			
		|||
"理."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:339
 | 
			
		||||
#, fuzzy
 | 
			
		||||
#| msgid ""
 | 
			
		||||
#| "Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, "
 | 
			
		||||
#| "for all traffic if ShadowSocks is disabled."
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, for "
 | 
			
		||||
"all traffic if ShadowSocks is disabled."
 | 
			
		||||
"Set the default VPN used for ICMP (and UDP if proxy used is shadowsocks), "
 | 
			
		||||
"for all traffic if proxy is disabled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"启用ShadowSocks时,为所有流量设置默认的VPN,用于UDP和ICMP,如果禁用"
 | 
			
		||||
"ShadowSocks."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:776
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:790
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max download speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr "设置最大下载速度链接的80-95%之间的值。 0禁用SQM / QoS."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:792
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:806
 | 
			
		||||
msgid ""
 | 
			
		||||
"Set value between 80-95% of max upload speed link. 0 to disable SQM/QoS."
 | 
			
		||||
msgstr "设置为最大上传速度链接的80-95%之间的值。 0禁用SQM / QoS."
 | 
			
		||||
| 
						 | 
				
			
			@ -817,7 +819,7 @@ msgid "Show all settings"
 | 
			
		|||
msgstr "显示所有设定"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:373
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:504
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:518
 | 
			
		||||
msgid "Static address"
 | 
			
		||||
msgstr "静态地址"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -825,11 +827,11 @@ msgstr "静态地址"
 | 
			
		|||
msgid "Status"
 | 
			
		||||
msgstr "状态"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:295
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:299
 | 
			
		||||
msgid "Systems settings"
 | 
			
		||||
msgstr "系统设定"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:134
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:138
 | 
			
		||||
msgid ""
 | 
			
		||||
"The length of time an orphaned (no longer referenced by any application) "
 | 
			
		||||
"connection will remain in the FIN_WAIT_2 state before it is aborted at the "
 | 
			
		||||
| 
						 | 
				
			
			@ -844,7 +846,7 @@ msgid ""
 | 
			
		|||
"the processor, you should use chacha20."
 | 
			
		||||
msgstr "CPU系统设置中没有集成高级加密标准(AES)指令集,您应该使用chacha20."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:154
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:158
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the time, after which TCP decides, that something is "
 | 
			
		||||
"wrong due to unacknowledged RTO retransmissions, and reports this suspicion "
 | 
			
		||||
| 
						 | 
				
			
			@ -853,7 +855,7 @@ msgstr ""
 | 
			
		|||
"此值会影响延时,在此时间之前,TCP决定由于未确认的RTO重传而出了问题,并将这种"
 | 
			
		||||
"错误报告给网络层。"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:164
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:168
 | 
			
		||||
msgid ""
 | 
			
		||||
"This value influences the timeout of an alive TCP connection, when RTO "
 | 
			
		||||
"retransmissions remain unacknowledged."
 | 
			
		||||
| 
						 | 
				
			
			@ -863,7 +865,7 @@ msgstr "当未确认RTO重传时,此值会影响有效TCP连接的超时。"
 | 
			
		|||
msgid "Total traffic:"
 | 
			
		||||
msgstr "总流量:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:465
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:479
 | 
			
		||||
msgid "Type"
 | 
			
		||||
msgstr "类型"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -876,7 +878,7 @@ msgstr "UBOND可以用具有相同延迟的连接替换Glorytun"
 | 
			
		|||
msgid "UBOND password"
 | 
			
		||||
msgstr "UBOND密码"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:665
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:679
 | 
			
		||||
msgid "UMTS/GPRS"
 | 
			
		||||
msgstr "UMTS/GPRS"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -896,7 +898,7 @@ msgstr "在需要时,将服务器远程更新到最新版本."
 | 
			
		|||
msgid "Update server"
 | 
			
		||||
msgstr "更新服务器"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:782
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:796
 | 
			
		||||
msgid "Upload speed (Kb/s)"
 | 
			
		||||
msgstr "上传速度 (Kb/s)"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -905,8 +907,8 @@ msgstr "上传速度 (Kb/s)"
 | 
			
		|||
msgid "Uptime:"
 | 
			
		||||
msgstr "运行时间:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:771
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:787
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:785
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:801
 | 
			
		||||
msgid "Used by Glorytun UDP and SQM/QoS if enabled. 0 to use default value."
 | 
			
		||||
msgstr "如果启用,则由Glorytun UDP和使用SQM / QoS, 默认值0."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -955,7 +957,7 @@ msgstr "版本"
 | 
			
		|||
msgid "Wan IP and gateway are identical"
 | 
			
		||||
msgstr "WAN IP和网关相同"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:192
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:196
 | 
			
		||||
msgid ""
 | 
			
		||||
"When enable check are done on external sites to get each WAN IP and the IP "
 | 
			
		||||
"used to go outside."
 | 
			
		||||
| 
						 | 
				
			
			@ -970,7 +972,7 @@ msgstr "蚂蚁聚合向导"
 | 
			
		|||
msgid "You"
 | 
			
		||||
msgstr "你"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:751
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:765
 | 
			
		||||
msgid "You can enable MPTCP over VPN if your provider filter Multipath TCP."
 | 
			
		||||
msgstr "如果提供商过滤多路径TCP,则可以启用VPN上的MPTCP."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -978,7 +980,7 @@ msgstr "如果提供商过滤多路径TCP,则可以启用VPN上的MPTCP."
 | 
			
		|||
msgid "You can use DHCP if you have multiple real ethernet ports."
 | 
			
		||||
msgstr "如果您有多个真实的以太网端口,则可以使用DHCP。"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:514
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:528
 | 
			
		||||
msgid ""
 | 
			
		||||
"You can use DHCP if you have multiple real ethernet ports. Select other if "
 | 
			
		||||
"you want to use another protocol available in Network Interfaces page."
 | 
			
		||||
| 
						 | 
				
			
			@ -990,7 +992,7 @@ msgstr ""
 | 
			
		|||
msgid "You can use a public IPv6 prefix only if you set only one server."
 | 
			
		||||
msgstr "仅当您仅设置一台服务器时,才能使用公共IPv6前缀。"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:436
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:450
 | 
			
		||||
msgid "You must disable DHCP on your modems and set IP in different networks."
 | 
			
		||||
msgstr "您必须在调制解调器上禁用DHCP并在其他网络中设置IP."
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -998,10 +1000,14 @@ msgstr "您必须在调制解调器上禁用DHCP并在其他网络中设置IP."
 | 
			
		|||
msgid "You should disable IPv6 here if server doesn't provide IPv6."
 | 
			
		||||
msgstr "如果服务器不提供IPv6,则应在此处禁用IPv6."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:761
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:775
 | 
			
		||||
msgid "You should disable SQM for LTE or any interfaces with variable speed."
 | 
			
		||||
msgstr "您应该为LTE或任何变速接口禁用SQM."
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/settings.htm:56
 | 
			
		||||
msgid "You shouldn't do that and you should redirect only needed ports"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wanstatus.htm:78
 | 
			
		||||
msgid "Your IP was not leased by this router"
 | 
			
		||||
msgstr "您的IP未通过此路由器"
 | 
			
		||||
| 
						 | 
				
			
			@ -1010,7 +1016,7 @@ msgstr "您的IP未通过此路由器"
 | 
			
		|||
msgid "address:"
 | 
			
		||||
msgstr "地址:"
 | 
			
		||||
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:667
 | 
			
		||||
#: luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm:681
 | 
			
		||||
msgid "auto"
 | 
			
		||||
msgstr "自动"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,22 +16,23 @@ _set_intf_name() {
 | 
			
		|||
	config_get ifname $intfname ifname
 | 
			
		||||
	[ -n "$modalias" ] && {
 | 
			
		||||
		if [ -f /sys/class/net/${INTERFACE}/device/uevent ]; then
 | 
			
		||||
			#chk_modalias="$(cat /sys/class/net/${INTERFACE}/device/uevent | grep MODALIAS | cut -d '=' -f2 | tr -d '\n')"
 | 
			
		||||
			chk_modalias=$MODALIAS
 | 
			
		||||
			logger -t "OMR-Rename" "dir: $i - modalias: $modalias - chk_modalias: $chk_modalias - ifname: $ifname - INTERFACE: $INTERFACE"
 | 
			
		||||
			if [ "$modalias" = "$chk_modalias" ] && [ "$INTERFACE" != "$ifname" ]; then
 | 
			
		||||
				logger -t "OMR-Rename" "Rename ${INTERFACE} to ${ifname}"
 | 
			
		||||
				existif=0
 | 
			
		||||
				ip link set ${INTERFACE} down
 | 
			
		||||
				[ "$(ip link show ${ifname} 2>/dev/null)" != "" ] && {
 | 
			
		||||
					ip link set ${ifname} name ${ifname}tmp
 | 
			
		||||
					existif=1
 | 
			
		||||
				}
 | 
			
		||||
				ip link set ${INTERFACE} name ${ifname}
 | 
			
		||||
				ip link set ${ifname} up
 | 
			
		||||
				[ "$existif" = "1" ] && ip link set ${ifname}tmp ${$INTERFACE}
 | 
			
		||||
			fi
 | 
			
		||||
		elif [ -f /dev/${DEVICE_NAME} ] && [ "$modalias" = "$MODALIAS" ]; then
 | 
			
		||||
			[ -z "$chk_modalias" ] && chk_modalias="$(cat /sys/class/net/${INTERFACE}/device/uevent | grep MODALIAS | cut -d '=' -f2 | tr -d '\n')"
 | 
			
		||||
			if [ -n "$chk_modalias" ]; then
 | 
			
		||||
				logger -t "OMR-Rename" "dir: $i - modalias: $modalias - chk_modalias: $chk_modalias - ifname: $ifname - INTERFACE: $INTERFACE"
 | 
			
		||||
				if [ "$modalias" = "$chk_modalias" ] && [ "$INTERFACE" != "$ifname" ]; then
 | 
			
		||||
					logger -t "OMR-Rename" "Rename ${INTERFACE} to ${ifname}"
 | 
			
		||||
					existif=0
 | 
			
		||||
					ip link set ${INTERFACE} down
 | 
			
		||||
					[ "$(ip link show ${ifname} 2>/dev/null)" != "" ] && {
 | 
			
		||||
						ip link set ${ifname} name ${ifname}tmp
 | 
			
		||||
						existif=1
 | 
			
		||||
					}
 | 
			
		||||
					ip link set ${INTERFACE} name ${ifname}
 | 
			
		||||
					ip link set ${ifname} up
 | 
			
		||||
					[ "$existif" = "1" ] && ip link set ${ifname}tmp ${$INTERFACE}
 | 
			
		||||
				fi
 | 
			
		||||
		elif [ -f /dev/${DEVICE_NAME} ] && [ -n "$MODALIAS" ] && [ "$modalias" = "$MODALIAS" ]; then
 | 
			
		||||
			if [ "$device" != "/dev/${DEVICE_NAME}" ]; then
 | 
			
		||||
				ln -s /dev/${DEVICE_NAME} /dev/$intfname
 | 
			
		||||
				uci -q set network.${intfname}.device="/dev/${intfname}"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -408,6 +408,7 @@ function restart_all()
 | 
			
		|||
	luci.sys.call("/etc/init.d/mptcp restart >/dev/null 2>/dev/null")
 | 
			
		||||
	luci.sys.call("/etc/init.d/openmptcprouter-vps restart >/dev/null 2>/dev/null")
 | 
			
		||||
	os.execute("sleep 2")
 | 
			
		||||
	luci.sys.call("/etc/init.d/v2ray restart >/dev/null 2>/dev/null")
 | 
			
		||||
	luci.sys.call("/etc/init.d/shadowsocks-libev restart >/dev/null 2>/dev/null")
 | 
			
		||||
	luci.sys.call("/etc/init.d/glorytun restart >/dev/null 2>/dev/null")
 | 
			
		||||
	luci.sys.call("/etc/init.d/glorytun-udp restart >/dev/null 2>/dev/null")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -276,6 +276,7 @@ dns_flush() {
 | 
			
		|||
 | 
			
		||||
# Get the current multipath status
 | 
			
		||||
multipath_status="off"
 | 
			
		||||
[ "$OMR_TRACKER_INTERFACE" = "omrvpn" ] && multipath $OMR_TRACKER_DEVICE off 2>&1 >/dev/null
 | 
			
		||||
if [ -d "/sys/class/net/$OMR_TRACKER_DEVICE" ]; then
 | 
			
		||||
	case "$(multipath "$OMR_TRACKER_DEVICE")" in
 | 
			
		||||
		*default*)      multipath_status="on"       ;;
 | 
			
		||||
| 
						 | 
				
			
			@ -847,6 +848,11 @@ if [ -n "$(logread | tail -n 2 | grep 'Ring expansion failed')" ]; then
 | 
			
		|||
	echo 1 > /sys/bus/pci/rescan
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [ "$(iptables-save | grep omr-bypass)" = "" ]; then
 | 
			
		||||
	_log "Can't find omr-bypass rules, restart omr-bypass..."
 | 
			
		||||
	/etc/init.d/omr-bypass
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [ "$(pgrep openmptcprouter-vps)" = "" ] && ([ "$(uci -q show openmptcprouter | grep get_config=\'1\')" != "" ] || [ "$(uci -q show openmptcprouter | grep admin_error=\'1\')" != "" ]); then
 | 
			
		||||
	/etc/init.d/openmptcprouter-vps restart >/dev/null 2>&1
 | 
			
		||||
	sleep 5
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,6 +17,7 @@ set_shadowsocks_address() {
 | 
			
		|||
set_ipv6_state() {
 | 
			
		||||
	local disable_ipv6="$(uci -q get openmptcprouter.settings.disable_ipv6)"
 | 
			
		||||
	[ -z "$disable_ipv6" ] && disable_ipv6="1"
 | 
			
		||||
	previous=$(sysctl -qn net.ipv6.conf.all.disable_ipv6 | tr -d "\n")
 | 
			
		||||
	sysctl -qw net.ipv6.conf.all.disable_ipv6=$disable_ipv6
 | 
			
		||||
	sed -i "s:^net.ipv6.conf.all.disable_ipv6=[0-9]*:net.ipv6.conf.all.disable_ipv6=$disable_ipv6:" /etc/sysctl.d/zzz_openmptcprouter.conf
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -36,6 +37,8 @@ set_ipv6_state() {
 | 
			
		|||
			delete dhcp.lan.ra_default
 | 
			
		||||
			delete dhcp.lan.ra_management
 | 
			
		||||
			delete dhcp.lan.ra_preference
 | 
			
		||||
			del_list v2ray.main.inbounds="omr6"
 | 
			
		||||
			commit v2ray
 | 
			
		||||
		EOF
 | 
			
		||||
		config_load shadowsocks-libev
 | 
			
		||||
		config_foreach set_shadowsocks_address ss_redir "0.0.0.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -47,9 +50,29 @@ set_ipv6_state() {
 | 
			
		|||
			set dhcp.lan.ra_default="1"
 | 
			
		||||
			set dhcp.lan.ra_preference="high"
 | 
			
		||||
			set dhcp.lan.ra_management="1"
 | 
			
		||||
			set dhcp.lan.ra_flags='managed-config'
 | 
			
		||||
			set dhcp.lan.ra_slaac='1'
 | 
			
		||||
			add_list dhcp.lan.ra_flags='other-config'
 | 
			
		||||
			set network.lan.ipv6="1"
 | 
			
		||||
			set network.lan.delegate="0"
 | 
			
		||||
		EOF
 | 
			
		||||
		if [ "$(uci -q get v2ray.main.inbounds | grep omr6)" = "" ]; then
 | 
			
		||||
			uci -q batch <<-EOF >/dev/null
 | 
			
		||||
				add_list v2ray.main.inbounds="omr6"
 | 
			
		||||
				commit v2ray
 | 
			
		||||
			EOF
 | 
			
		||||
		fi
 | 
			
		||||
		
 | 
			
		||||
		if [ "$(network.lan.ip6assign)" = "" ]; then
 | 
			
		||||
			uci -q set network.lan.ip6assign='60'
 | 
			
		||||
		fi
 | 
			
		||||
		if [ "$(uci -q get network.globals.ula_prefix)" = "" ]; then
 | 
			
		||||
			r1=$(dd if=/dev/urandom bs=1 count=1 |hexdump -e '1/1 "%02x"')
 | 
			
		||||
			r2=$(dd if=/dev/urandom bs=2 count=1 |hexdump -e '2/1 "%02x"')
 | 
			
		||||
			r3=$(dd if=/dev/urandom bs=2 count=1 |hexdump -e '2/1 "%02x"')
 | 
			
		||||
			uci -q set network.globals.ula_prefix=fd$r1:$r2:$r3::/48
 | 
			
		||||
		fi
 | 
			
		||||
		
 | 
			
		||||
		config_load shadowsocks-libev
 | 
			
		||||
		config_foreach set_shadowsocks_address ss_redir "::"
 | 
			
		||||
	fi
 | 
			
		||||
| 
						 | 
				
			
			@ -59,6 +82,9 @@ set_ipv6_state() {
 | 
			
		|||
		commit shadowsocks-libev
 | 
			
		||||
	EOF
 | 
			
		||||
	/etc/init.d/odhcpd restart
 | 
			
		||||
	if [ "$previous" != "$disable_ipv6" ]; then
 | 
			
		||||
		env -i /bin/ubus call network reload
 | 
			
		||||
	fi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -68,7 +94,8 @@ start_service() {
 | 
			
		|||
		ifdown omr6in4
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	ifup omr6in4
 | 
			
		||||
	[ "$(ifstatus omr6in4 | jsonfilter -e '@.up' | tr -d '\n')" != "true" ] && ifup omr6in4
 | 
			
		||||
	multipath 6in4-omr6in4 off 2>&1 >/dev/null
 | 
			
		||||
	procd_open_instance
 | 
			
		||||
	# shellcheck disable=SC2086
 | 
			
		||||
	procd_set_param command /bin/omr-6in4
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,6 +24,7 @@ export OMR_TRACKER_DEVICE_GATEWAY
 | 
			
		|||
dscp=56   # set DSCP CS7 (56) in outgoing packets
 | 
			
		||||
initial_hosts="$OMR_TRACKER_HOSTS"
 | 
			
		||||
initial_timeout="$OMR_TRACKER_TIMEOUT"
 | 
			
		||||
wait_test=${OMR_TRACKER_WAIT_TEST:-0}
 | 
			
		||||
 | 
			
		||||
# set constants for rto updating
 | 
			
		||||
# we've changed the default values of the RFC to K=3 and beta=0.25 instead of K=4 and beta=0.125
 | 
			
		||||
| 
						 | 
				
			
			@ -315,6 +316,7 @@ while true; do
 | 
			
		|||
	#[ "$OMR_TRACKER_STATUS" = "ERROR" ] && _restart
 | 
			
		||||
	#[ "$OMR_TRACKER_STATUS" != "$OMR_TRACKER_PREV_STATUS" ] && _post_tracking
 | 
			
		||||
	_post_tracking
 | 
			
		||||
	[ "$OMR_TRACKER_STATUS" = "ERROR" ] && sleep $wait_test
 | 
			
		||||
	OMR_TRACKER_PREV_STATUS="$OMR_TRACKER_STATUS"
 | 
			
		||||
	_restart
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,7 +42,8 @@ _check_master() {
 | 
			
		|||
	config_get master $1 master
 | 
			
		||||
	config_get ip $1 ip
 | 
			
		||||
	config_get port $1 port "65500"
 | 
			
		||||
	[ "$master" = "1" ] && [ -n "$ip" ] && {
 | 
			
		||||
	config_get disabled $1 disabled
 | 
			
		||||
	[ "$master" = "1" ] && [ -n "$ip" ] && [ "$disabled" != "1" ] && {
 | 
			
		||||
		#_ping_server $ip
 | 
			
		||||
		_check_server $ip $port
 | 
			
		||||
		[ "$server_ping" = true ] && [ "$(uci -q get shadowsocks-libev.sss0.server | tr -d '\n')" != "$ip" ] && {
 | 
			
		||||
| 
						 | 
				
			
			@ -81,37 +82,39 @@ _check_backup() {
 | 
			
		|||
	config_get backup $1 backup
 | 
			
		||||
	config_get ip $1 ip
 | 
			
		||||
	config_get port $1 port
 | 
			
		||||
	[ "$backup" = "1" ] && [ -n "$ip" ] && {
 | 
			
		||||
	config_get disabled $1 disabled
 | 
			
		||||
	[ "$backup" = "1" ] && [ -n "$ip" ] && [ "$disabled" != "1" ] && {
 | 
			
		||||
		#_ping_server $ip
 | 
			
		||||
		_check_server $ip $port
 | 
			
		||||
	}
 | 
			
		||||
	[ "$server_ping" = true ] && [ "$(uci -q get shadowsocks-libev.sss0.server | tr -d '\n')" = "$ip" ] && break
 | 
			
		||||
	[ "$server_ping" = true ] && [ "$(uci -q get shadowsocks-libev.sss0.server | tr -d '\n')" != "$ip" ] && {
 | 
			
		||||
		logger -t "OMR-Tracker-Server" "User backup server $1 ($ip)"
 | 
			
		||||
		uci -q batch <<-EOF >/dev/null
 | 
			
		||||
			set shadowsocks-libev.sss0.server=$ip
 | 
			
		||||
			commit shadowsocks-libev
 | 
			
		||||
			set v2ray.omrout.s_vmess_address=$ip
 | 
			
		||||
			set v2ray.omrout.s_vless_address=$ip
 | 
			
		||||
			commit v2ray
 | 
			
		||||
			set glorytun.vpn.host=$ip
 | 
			
		||||
			commit glorytun
 | 
			
		||||
			set dsvpn.vpn.host=$ip
 | 
			
		||||
			commit dsvpn
 | 
			
		||||
			set mlvpn.general.host=$ip
 | 
			
		||||
			commit mlvpn
 | 
			
		||||
			del openvpn.omr.remote
 | 
			
		||||
			add_list openvpn.omr.remote=$ip
 | 
			
		||||
			commit openvpn
 | 
			
		||||
		EOF
 | 
			
		||||
		/etc/init.d/shadowsocks-libev restart >/dev/null 2>/dev/null
 | 
			
		||||
		/etc/init.d/v2ray restart >/dev/null 2>/dev/null
 | 
			
		||||
		/etc/init.d/glorytun restart >/dev/null 2>/dev/null
 | 
			
		||||
		/etc/init.d/glorytun-udp restart >/dev/null 2>/dev/null
 | 
			
		||||
		/etc/init.d/mlvpn restart >/dev/null 2>/dev/null
 | 
			
		||||
		/etc/init.d/openvpn restart >/dev/null 2>/dev/null
 | 
			
		||||
		/etc/init.d/dsvpn restart >/dev/null 2>/dev/null
 | 
			
		||||
		break
 | 
			
		||||
		[ "$server_ping" = true ] && [ "$(uci -q get shadowsocks-libev.sss0.server | tr -d '\n')" = "$ip" ] && break
 | 
			
		||||
		[ "$server_ping" = true ] && [ "$(uci -q get shadowsocks-libev.sss0.server | tr -d '\n')" != "$ip" ] && {
 | 
			
		||||
			logger -t "OMR-Tracker-Server" "User backup server $1 ($ip)"
 | 
			
		||||
			uci -q batch <<-EOF >/dev/null
 | 
			
		||||
				set shadowsocks-libev.sss0.server=$ip
 | 
			
		||||
				commit shadowsocks-libev
 | 
			
		||||
				set v2ray.omrout.s_vmess_address=$ip
 | 
			
		||||
				set v2ray.omrout.s_vless_address=$ip
 | 
			
		||||
				commit v2ray
 | 
			
		||||
				set glorytun.vpn.host=$ip
 | 
			
		||||
				commit glorytun
 | 
			
		||||
				set dsvpn.vpn.host=$ip
 | 
			
		||||
				commit dsvpn
 | 
			
		||||
				set mlvpn.general.host=$ip
 | 
			
		||||
				commit mlvpn
 | 
			
		||||
				del openvpn.omr.remote
 | 
			
		||||
				add_list openvpn.omr.remote=$ip
 | 
			
		||||
				commit openvpn
 | 
			
		||||
			EOF
 | 
			
		||||
			/etc/init.d/shadowsocks-libev restart >/dev/null 2>/dev/null
 | 
			
		||||
			/etc/init.d/v2ray restart >/dev/null 2>/dev/null
 | 
			
		||||
			/etc/init.d/glorytun restart >/dev/null 2>/dev/null
 | 
			
		||||
			/etc/init.d/glorytun-udp restart >/dev/null 2>/dev/null
 | 
			
		||||
			/etc/init.d/mlvpn restart >/dev/null 2>/dev/null
 | 
			
		||||
			/etc/init.d/openvpn restart >/dev/null 2>/dev/null
 | 
			
		||||
			/etc/init.d/dsvpn restart >/dev/null 2>/dev/null
 | 
			
		||||
			sleep $waittest
 | 
			
		||||
			break
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -121,6 +124,7 @@ timeout=${OMR_TRACKER_TIMEOUT:-5}
 | 
			
		|||
interval=${OMR_TRACKER_INTERVAL:-10}
 | 
			
		||||
intervaltries=${OMR_TRACKER_INTERVAL_TRIES:-2}
 | 
			
		||||
retry=${OMR_TRACKER_TRIES:-4}
 | 
			
		||||
waittest=${OMR_TRACKER_WAIT_TEST:-0}
 | 
			
		||||
 | 
			
		||||
while true; do
 | 
			
		||||
	server_ping=false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -44,6 +44,7 @@ interval=${OMR_TRACKER_INTERVAL:-10}
 | 
			
		|||
retry=${OMR_TRACKER_TRIES:-4}
 | 
			
		||||
proxy=${OMR_TRACKER_PROXY:-127.0.0.1:1111}
 | 
			
		||||
hosts=${OMR_TRACKER_HOSTS:-1.1.1.1 1.0.0.1}
 | 
			
		||||
wait_test=${OMR_TRACKER_WAIT_TEST:-0}
 | 
			
		||||
 | 
			
		||||
nodns=0
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -88,6 +89,7 @@ while true; do
 | 
			
		|||
				if [ "$server_ping" = false ]; then
 | 
			
		||||
					_log "Server ($server) seems down, no answer to ping"
 | 
			
		||||
				fi
 | 
			
		||||
				sleep $wait_test
 | 
			
		||||
			fi
 | 
			
		||||
		}
 | 
			
		||||
	fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -44,6 +44,7 @@ interval=${OMR_TRACKER_INTERVAL:-10}
 | 
			
		|||
retry=${OMR_TRACKER_TRIES:-4}
 | 
			
		||||
proxy=${OMR_TRACKER_PROXY:-127.0.0.1:1111}
 | 
			
		||||
hosts=${OMR_TRACKER_HOSTS:-1.1.1.1 1.0.0.1}
 | 
			
		||||
wait_test=${OMR_TRACKER_WAIT_TEST:-0}
 | 
			
		||||
 | 
			
		||||
nodns=0
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -88,6 +89,7 @@ while true; do
 | 
			
		|||
				if [ "$server_ping" = false ]; then
 | 
			
		||||
					_log "Server ($server) seems down, no answer to ping"
 | 
			
		||||
				fi
 | 
			
		||||
				sleep $wait_test
 | 
			
		||||
			fi
 | 
			
		||||
		}
 | 
			
		||||
	fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,6 +16,7 @@ config defaults 'defaults'
 | 
			
		|||
        option interval '2'
 | 
			
		||||
        option interval_tries '1'
 | 
			
		||||
        option type 'ping'
 | 
			
		||||
        option wait_test '0'
 | 
			
		||||
        option options ''
 | 
			
		||||
 | 
			
		||||
config proxy 'proxy'
 | 
			
		||||
| 
						 | 
				
			
			@ -30,6 +31,7 @@ config proxy 'proxy'
 | 
			
		|||
	list hosts '176.103.130.130'
 | 
			
		||||
	option timeout '10'
 | 
			
		||||
	option tries '3'
 | 
			
		||||
	option wait_test '0'
 | 
			
		||||
	option interval_tries '1'
 | 
			
		||||
	option interval '5'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -37,4 +39,5 @@ config server 'server'
 | 
			
		|||
	option enabled '1'
 | 
			
		||||
	option tries '3'
 | 
			
		||||
	option timeout '10'
 | 
			
		||||
	option wait_test '0'
 | 
			
		||||
	option interval '5'
 | 
			
		||||
| 
						 | 
				
			
			@ -13,7 +13,7 @@
 | 
			
		|||
 | 
			
		||||
_validate_section() {
 | 
			
		||||
	local tmp_hosts=$hosts tmp_timeout=$timeout tmp_tries=$tries
 | 
			
		||||
	local tmp_interval=$interval tmp_interval_tries=$interval_tries tmp_options=$options tmp_type=$type tmp_enabled=$enabled
 | 
			
		||||
	local tmp_interval=$interval tmp_interval_tries=$interval_tries tmp_options=$options tmp_type=$type tmp_enabled=$enabled tmp_wait_test=$wait_test
 | 
			
		||||
 | 
			
		||||
	uci_validate_section omr-tracker "$1" "$2" \
 | 
			
		||||
		'hosts:list(host)'  \
 | 
			
		||||
| 
						 | 
				
			
			@ -21,6 +21,7 @@ _validate_section() {
 | 
			
		|||
		'tries:uinteger'    \
 | 
			
		||||
		'interval:uinteger' \
 | 
			
		||||
		'interval_tries:uinteger' \
 | 
			
		||||
		'wait_test:uinteger' \
 | 
			
		||||
		'type:string:undef'  \
 | 
			
		||||
		'enabled:bool:1'    \
 | 
			
		||||
		'options:string'
 | 
			
		||||
| 
						 | 
				
			
			@ -30,6 +31,7 @@ _validate_section() {
 | 
			
		|||
	[ -z "$tries"    ] && tries=$tmp_tries
 | 
			
		||||
	[ -z "$interval" ] && interval=$tmp_interval
 | 
			
		||||
	[ -z "$interval_tries" ] && interval_tries=$tmp_interval_tries
 | 
			
		||||
	[ -z "$wait_test" ] && wait_test=$tmp_wait_test
 | 
			
		||||
	[ -z "$options"  ] && options=$tmp_options
 | 
			
		||||
	[ "$type" = "undef" ] && type=${tmp_type:-ping}
 | 
			
		||||
	[ -z "$enabled"  ] && enabled=$tmp_enabled
 | 
			
		||||
| 
						 | 
				
			
			@ -40,7 +42,7 @@ _launch_tracker() {
 | 
			
		|||
		loopback|lan*|if0*) return;;
 | 
			
		||||
	esac
 | 
			
		||||
 | 
			
		||||
	local hosts timeout tries interval interval_tries options type enabled
 | 
			
		||||
	local hosts timeout tries interval interval_tries options type enabled wait_test
 | 
			
		||||
	_validate_section "defaults" "defaults"
 | 
			
		||||
	_validate_section "interface" "$1"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -71,6 +73,7 @@ _launch_tracker() {
 | 
			
		|||
	procd_append_param env "OMR_TRACKER_DEVICE=$ifname"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_DEVICE_GATEWAY=$gateway"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_TYPE=$type"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_WAIT_TEST=$wait_test"
 | 
			
		||||
	procd_set_param limits nofile="51200 51200"
 | 
			
		||||
	procd_set_param respawn 0 10 0
 | 
			
		||||
	procd_set_param stderr 1
 | 
			
		||||
| 
						 | 
				
			
			@ -78,7 +81,7 @@ _launch_tracker() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
_launch_server_tracker() {
 | 
			
		||||
	local hosts timeout tries interval interval_tries options type enabled
 | 
			
		||||
	local hosts timeout tries interval interval_tries options type enabled wait_test
 | 
			
		||||
	_validate_section "defaults" "defaults"
 | 
			
		||||
	_validate_section "server" "server"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -92,6 +95,7 @@ _launch_server_tracker() {
 | 
			
		|||
	procd_append_param env "OMR_TRACKER_TRIES=$tries"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_INTERVAL=$interval"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_INTERVAL_TRIES=$interval_tries"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_WAIT_TEST=$wait_test"
 | 
			
		||||
	procd_set_param limits nofile="51200 51200"
 | 
			
		||||
	procd_set_param respawn 0 10 0
 | 
			
		||||
	procd_set_param stderr 1
 | 
			
		||||
| 
						 | 
				
			
			@ -139,7 +143,7 @@ _initialize_shadowsocks_tracker() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
_launch_shadowsocks_tracker() {
 | 
			
		||||
	local hosts timeout tries interval local_port enabled server
 | 
			
		||||
	local hosts timeout tries interval local_port enabled server wait_test
 | 
			
		||||
	
 | 
			
		||||
	[ "$1" = "tracker" ] || return
 | 
			
		||||
	
 | 
			
		||||
| 
						 | 
				
			
			@ -161,6 +165,7 @@ _launch_shadowsocks_tracker() {
 | 
			
		|||
	procd_append_param env "OMR_TRACKER_TRIES=$tries"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_INTERVAL=$interval"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_PROXY=127.0.0.1:$local_port"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_WAIT_TEST=$wait_test"
 | 
			
		||||
	procd_set_param limits nofile="51200 51200"
 | 
			
		||||
	procd_set_param respawn 0 10 0
 | 
			
		||||
	procd_set_param stderr 1
 | 
			
		||||
| 
						 | 
				
			
			@ -168,7 +173,7 @@ _launch_shadowsocks_tracker() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
_launch_v2ray_tracker() {
 | 
			
		||||
	local hosts timeout tries interval local_port enabled server
 | 
			
		||||
	local hosts timeout tries interval local_port enabled server wait_test
 | 
			
		||||
	
 | 
			
		||||
	_validate_section "proxy" "proxy"
 | 
			
		||||
	[ "$enabled" = "0" ] || [ -z "$hosts" ] && return
 | 
			
		||||
| 
						 | 
				
			
			@ -181,6 +186,7 @@ _launch_v2ray_tracker() {
 | 
			
		|||
	procd_append_param env "OMR_TRACKER_TRIES=$tries"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_INTERVAL=$interval"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_PROXY=127.0.0.1:1111"
 | 
			
		||||
	procd_append_param env "OMR_TRACKER_WAIT_TEST=$wait_test"
 | 
			
		||||
	procd_set_param limits nofile="51200 51200"
 | 
			
		||||
	procd_set_param respawn 0 10 0
 | 
			
		||||
	procd_set_param stderr 1
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -47,6 +47,7 @@ if [ "$(uci -q get omr-tracker.proxy.hosts | grep '23.96.52.53')" != "" ]; then
 | 
			
		|||
		add_list omr-tracker.proxy.hosts='104.16.1.1'
 | 
			
		||||
		add_list omr-tracker.proxy.hosts='198.27.92.1'
 | 
			
		||||
		add_list omr-tracker.proxy.hosts='151.101.129.164'
 | 
			
		||||
		commit omr-tracker
 | 
			
		||||
	EOF
 | 
			
		||||
fi
 | 
			
		||||
if [ "$(uci -q get omr-tracker.proxy.hosts | grep '103.224.182.242')" != "" ]; then
 | 
			
		||||
| 
						 | 
				
			
			@ -55,6 +56,16 @@ if [ "$(uci -q get omr-tracker.proxy.hosts | grep '103.224.182.242')" != "" ]; t
 | 
			
		|||
		del_list omr-tracker.proxy.hosts='198.191.250.176'
 | 
			
		||||
		add_list omr-tracker.proxy.hosts='74.82.42.42'
 | 
			
		||||
		add_list omr-tracker.proxy.hosts='176.103.130.130'
 | 
			
		||||
		commit omr-tracker
 | 
			
		||||
	EOF
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [ "$(uci -q get omr-tracker.defaults.wait_test)" = "" ]; then
 | 
			
		||||
	uci -q batch <<-EOF >/dev/null
 | 
			
		||||
		set omr-tracker.defaults.wait_test=1
 | 
			
		||||
		set omr-tracker.proxy.wait_test=1
 | 
			
		||||
		set omr-tracker.server.wait_test=1
 | 
			
		||||
		commit omr-tracker
 | 
			
		||||
	EOF
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -126,8 +126,8 @@ _get_ss_redir() {
 | 
			
		|||
_get_ss_server() {
 | 
			
		||||
	config_get cf_obfs $1 obfs
 | 
			
		||||
	[ "$cf_obfs" = "1" ] && obfs="true"
 | 
			
		||||
	config_get obfs_plugin $1 obfs_plugin
 | 
			
		||||
	config_get obfs_type $1 obfs_type
 | 
			
		||||
	config_get obfs_plugin $1 obfs_plugin "v2ray"
 | 
			
		||||
	config_get obfs_type $1 obfs_type "http"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
_set_ss_server_vps() {
 | 
			
		||||
| 
						 | 
				
			
			@ -170,6 +170,22 @@ _set_ss_server_vps() {
 | 
			
		|||
	fi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
_set_v2ray_server_vps() {
 | 
			
		||||
	enabled=$(uci -q get v2ray.main.enabled)
 | 
			
		||||
	[ "$enabled" != "1" ] && return
 | 
			
		||||
	userid=$(uci -q get v2ray.omrout.s_vless_user_id)
 | 
			
		||||
	[ -z "$userid" ] && return
 | 
			
		||||
	[ -z "$vps_config" ] && vps_config=$(_get_json "config")
 | 
			
		||||
	[ -z "$vps_config" ] && return
 | 
			
		||||
	current_userid="$(echo "$vps_config" | jsonfilter -q -e '@.v2ray.config.key')"
 | 
			
		||||
 | 
			
		||||
	if [ "$current_userid" != "$userid" ]; then
 | 
			
		||||
		local settings
 | 
			
		||||
		settings='{"userid": "'$userid'"}'
 | 
			
		||||
		echo $(_set_json "v2ray" "$settings")
 | 
			
		||||
	fi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
_get_vps_config() {
 | 
			
		||||
	[ -z "$vps_config" ] && vps_config=$(_get_json "config")
 | 
			
		||||
	[ -z "$vps_config" ] && return
 | 
			
		||||
| 
						 | 
				
			
			@ -1524,6 +1540,7 @@ _config_service() {
 | 
			
		|||
	if [ "$user_permission" != "ro" ]; then
 | 
			
		||||
		config_load shadowsocks-libev
 | 
			
		||||
		config_foreach _set_ss_server_vps server
 | 
			
		||||
		_set_v2ray_server_vps
 | 
			
		||||
		[ -z "$(_set_glorytun_vps)" ] && error=1
 | 
			
		||||
		[ -z "$(_set_openvpn_vps)" ] && error=1
 | 
			
		||||
		_set_vps_firewall
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -151,6 +151,13 @@ if [ "$(uci -q get firewall.blockquicproxy)" = "" ]; then
 | 
			
		|||
	EOF
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Fix firewall config from some old config
 | 
			
		||||
allintf=$(uci -q get firewall.@zone[1].network)
 | 
			
		||||
uci -q del firewall.@zone[1].network
 | 
			
		||||
for intf in $allintf; do
 | 
			
		||||
	uci -q add_list firewall.@zone[1].network=$intf
 | 
			
		||||
done
 | 
			
		||||
 | 
			
		||||
uci -q batch <<-EOF >/dev/null
 | 
			
		||||
	set firewall.@zone[0].mtu_fix='1'
 | 
			
		||||
	set firewall.zone_vpn.mtu_fix='1'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -416,7 +416,7 @@ add_v2ray_redirect_rules() {
 | 
			
		|||
	v2ray-rules -l ${port} -L ${port} -s $OUTBOUND_SERVERS_V4 --rule-name def --src-default forward --dst-default forward --local-default forward
 | 
			
		||||
	v2ray-rules6 -l $((port+1)) -L $((port+1)) --rule-name def --src-default forward --dst-default forward --local-default forward
 | 
			
		||||
	[ -f /etc/init.d/omr-bypass ] && {
 | 
			
		||||
		logger -t "V2Ray" "Reload omr-bypass rules"
 | 
			
		||||
		logger -t "v2ray" "Reload omr-bypass rules"
 | 
			
		||||
		/etc/init.d/omr-bypass reload_rules
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1794,12 +1794,12 @@ init_transparent_proxy() {
 | 
			
		|||
 | 
			
		||||
setup_transparent_proxy() {
 | 
			
		||||
	if [ -z "$TRANSPARENT_PROXY_PORT" ] ; then
 | 
			
		||||
		_info "Transparent proxy disabled."
 | 
			
		||||
		#_info "Transparent proxy disabled."
 | 
			
		||||
		return 0
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
	if [ "x$TRANSPARENT_PROXY_EXPECTED" != "x1" ] ; then
 | 
			
		||||
		_info "No v2ray instance enabled, skip transparent proxy."
 | 
			
		||||
		#_info "No v2ray instance enabled, skip transparent proxy."
 | 
			
		||||
		return 0
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1944,7 +1944,7 @@ start_instance() {
 | 
			
		|||
	fi
 | 
			
		||||
 | 
			
		||||
	if [ "x$enabled" != "x1" ] ; then
 | 
			
		||||
		_info "Service disabled: $section"
 | 
			
		||||
		#_info "Service disabled: $section"
 | 
			
		||||
		return 0
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2089,13 +2089,13 @@ rules_up() {
 | 
			
		|||
	[ "$enabled" = "0" ] && return
 | 
			
		||||
	OUTBOUND_SERVERS_V4="$(uci -q get v2ray.omrout.s_vless_address)"
 | 
			
		||||
	TRANSPARENT_PROXY_PORT="$(uci -q get v2ray.omr.port)"
 | 
			
		||||
	logger -t "V2Ray" "Rules UP"
 | 
			
		||||
	logger -t "v2ray" "Rules UP"
 | 
			
		||||
	add_v2ray_redirect_rules
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
rules_down() {
 | 
			
		||||
	rules_exist || return 0
 | 
			
		||||
	logger -t "V2Ray" "Rules DOWN"
 | 
			
		||||
	logger -t "v2ray" "Rules DOWN"
 | 
			
		||||
	local bin="/usr/bin/v2ray-rules"
 | 
			
		||||
	[ -x "$bin" ] && {
 | 
			
		||||
		"$bin" -f >/dev/null 2>&1
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,7 +12,6 @@ if [ -z "$(uci -q get v2ray.main)" ]; then
 | 
			
		|||
		set v2ray.main.enabled='0'
 | 
			
		||||
		set v2ray.main.outbounds='omrout'
 | 
			
		||||
		set v2ray.main.inbounds='omr'
 | 
			
		||||
		add_list v2ray.main.inbounds='omr6'
 | 
			
		||||
		add_list v2ray.main.inbounds='omrtest'
 | 
			
		||||
		set v2ray.main_dns=dns
 | 
			
		||||
		set v2ray.main_dns.hosts='example.com|127.0.0.1'
 | 
			
		||||
| 
						 | 
				
			
			@ -87,7 +86,7 @@ if [ -z "$(uci -q get v2ray.main)" ]; then
 | 
			
		|||
	EOF
 | 
			
		||||
fi
 | 
			
		||||
uci -q batch <<-EOF >/dev/null
 | 
			
		||||
	set v2ray.omr.listen='::'
 | 
			
		||||
	set v2ray.omr.listen='0.0.0.0'
 | 
			
		||||
	commit v2ray
 | 
			
		||||
EOF
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue