From 0b87211f9ad7d07b4f6e86ab8d5698292809cf11 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Fri, 23 Jun 2023 07:46:40 +0800 Subject: [PATCH] afixfix --- luci-app-cpufreq/Makefile | 16 - .../luasrc/controller/cpufreq.lua | 11 - luci-app-cpufreq/luasrc/model/cbi/cpufreq.lua | 68 - luci-app-cpufreq/po/zh-cn/cpufreq.po | 32 - luci-app-cpufreq/root/etc/config/cpufreq | 3 - luci-app-cpufreq/root/etc/init.d/cpufreq | 27 - .../root/etc/uci-defaults/10-cpufreq | 104 - .../share/rpcd/acl.d/luci-app-cpufreq.json | 11 - luci-base/po/oc/base.po | 7620 ----------------- luci-base/po/templates/base.pot | 7611 ---------------- luci-theme-bootstrap/Makefile | 26 - luci-theme-openwrt-2020/Makefile | 22 - .../GalanoGrotesqueW00-Regular.woff2 | Bin 29004 -> 0 bytes .../luci-static/openwrt2020/cascade.css | 1943 ----- .../htdocs/luci-static/openwrt2020/logo.png | Bin 3896 -> 0 bytes .../htdocs/luci-static/openwrt2020/logo.svg | 7 - .../luci-static/openwrt2020/spinner.svg | 12 - .../luci-static/resources/menu-openwrt2020.js | 147 - .../uci-defaults/30_luci-theme-openwrt-2020 | 12 - .../template/themes/openwrt2020/footer.ut | 16 - .../template/themes/openwrt2020/header.ut | 72 - luci-theme-openwrt/Makefile | 22 - 22 files changed, 17782 deletions(-) delete mode 100755 luci-app-cpufreq/Makefile delete mode 100755 luci-app-cpufreq/luasrc/controller/cpufreq.lua delete mode 100755 luci-app-cpufreq/luasrc/model/cbi/cpufreq.lua delete mode 100755 luci-app-cpufreq/po/zh-cn/cpufreq.po delete mode 100755 luci-app-cpufreq/root/etc/config/cpufreq delete mode 100755 luci-app-cpufreq/root/etc/init.d/cpufreq delete mode 100755 luci-app-cpufreq/root/etc/uci-defaults/10-cpufreq delete mode 100755 luci-app-cpufreq/root/usr/share/rpcd/acl.d/luci-app-cpufreq.json delete mode 100755 luci-base/po/oc/base.po delete mode 100755 luci-base/po/templates/base.pot delete mode 100644 luci-theme-bootstrap/Makefile delete mode 100644 luci-theme-openwrt-2020/Makefile delete mode 100644 luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/GalanoGrotesqueW00-Regular.woff2 delete mode 100644 luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css delete mode 100644 luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/logo.png delete mode 100644 luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/logo.svg delete mode 100644 luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/spinner.svg delete mode 100644 luci-theme-openwrt-2020/htdocs/luci-static/resources/menu-openwrt2020.js delete mode 100755 luci-theme-openwrt-2020/root/etc/uci-defaults/30_luci-theme-openwrt-2020 delete mode 100644 luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/footer.ut delete mode 100644 luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut delete mode 100644 luci-theme-openwrt/Makefile diff --git a/luci-app-cpufreq/Makefile b/luci-app-cpufreq/Makefile deleted file mode 100755 index b85e91d22..000000000 --- a/luci-app-cpufreq/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# SPDX-License-Identifier: GPL-3.0-only -# -# Copyright (C) 2021 ImmortalWrt.org - -include $(TOPDIR)/rules.mk - -LUCI_TITLE:=LuCI for CPU Freq Setting -LUCI_DEPENDS:=@(arm||aarch64) - -PKG_NAME:=luci-app-cpufreq -PKG_VERSION:=1 -PKG_RELEASE:=$(COMMITCOUNT) - -include $(TOPDIR)/feeds/luci/luci.mk - -# call BuildPackage - OpenWrt buildroot signature diff --git a/luci-app-cpufreq/luasrc/controller/cpufreq.lua b/luci-app-cpufreq/luasrc/controller/cpufreq.lua deleted file mode 100755 index 2bf7a5686..000000000 --- a/luci-app-cpufreq/luasrc/controller/cpufreq.lua +++ /dev/null @@ -1,11 +0,0 @@ -module("luci.controller.cpufreq", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/cpufreq") then - return - end - - local page = entry({"admin", "system", "cpufreq"}, cbi("cpufreq"), _("CPU Freq"), 90) - page.dependent = false - page.acl_depends = { "luci-app-cpufreq" } -end diff --git a/luci-app-cpufreq/luasrc/model/cbi/cpufreq.lua b/luci-app-cpufreq/luasrc/model/cbi/cpufreq.lua deleted file mode 100755 index febb7ad90..000000000 --- a/luci-app-cpufreq/luasrc/model/cbi/cpufreq.lua +++ /dev/null @@ -1,68 +0,0 @@ -local fs = require "nixio.fs" - -function string.split(input, delimiter) - input = tostring(input) - delimiter = tostring(delimiter) - if (delimiter=='') then return false end - local pos,arr = 0, {} - for st,sp in function() return string.find(input, delimiter, pos, true) end do - table.insert(arr, string.sub(input, pos, st - 1)) - pos = sp + 1 - end - table.insert(arr, string.sub(input, pos)) - return arr -end - -mp = Map("cpufreq", translate("CPU Freq Settings")) -mp.description = translate("Set CPU Scaling Governor to Max Performance or Balance Mode") - -s = mp:section(NamedSection, "cpufreq", "settings") -s.anonymouse = true - -local policy_nums = luci.sys.exec("echo -n $(find /sys/devices/system/cpu/cpufreq/policy* -maxdepth 0 | grep -Eo '[0-9]+')") -for _, policy_num in ipairs(string.split(policy_nums, " ")) do - if not fs.access("/sys/devices/system/cpu/cpufreq/policy" .. policy_num .. "/scaling_available_frequencies") then return end - - cpu_freqs = fs.readfile("/sys/devices/system/cpu/cpufreq/policy" .. policy_num .. "/scaling_available_frequencies") - cpu_freqs = string.sub(cpu_freqs, 1, -3) - - cpu_governors = fs.readfile("/sys/devices/system/cpu/cpufreq/policy" .. policy_num .. "/scaling_available_governors") - cpu_governors = string.sub(cpu_governors, 1, -3) - - - freq_array = string.split(cpu_freqs, " ") - governor_array = string.split(cpu_governors, " ") - - s:tab(policy_num, translate("Policy " .. policy_num)) - - governor = s:taboption(policy_num, ListValue, "governor" .. policy_num, translate("CPU Scaling Governor")) - for _, e in ipairs(governor_array) do - if e ~= "" then governor:value(e, translate(e, string.upper(e))) end - end - - minfreq = s:taboption(policy_num, ListValue, "minfreq" .. policy_num, translate("Min Idle CPU Freq")) - for _, e in ipairs(freq_array) do - if e ~= "" then minfreq:value(e) end - end - - maxfreq = s:taboption(policy_num, ListValue, "maxfreq" .. policy_num, translate("Max Turbo Boost CPU Freq")) - for _, e in ipairs(freq_array) do - if e ~= "" then maxfreq:value(e) end - end - - sdfactor = s:taboption(policy_num, Value, "sdfactor" .. policy_num, translate("CPU Switching Sampling rate")) - sdfactor.datatype="range(1,100000)" - sdfactor.description = translate("The sampling rate determines how frequently the governor checks to tune the CPU (ms)") - sdfactor.placeholder = 10 - sdfactor.default = 10 - sdfactor:depends("governor" .. policy_num, "ondemand") - - upthreshold = s:taboption(policy_num, Value, "upthreshold" .. policy_num, translate("CPU Switching Threshold")) - upthreshold.datatype="range(1,99)" - upthreshold.description = translate("Kernel make a decision on whether it should increase the frequency (%)") - upthreshold.placeholder = 50 - upthreshold.default = 50 - upthreshold:depends("governor" .. policy_num, "ondemand") -end - -return mp diff --git a/luci-app-cpufreq/po/zh-cn/cpufreq.po b/luci-app-cpufreq/po/zh-cn/cpufreq.po deleted file mode 100755 index bd818d774..000000000 --- a/luci-app-cpufreq/po/zh-cn/cpufreq.po +++ /dev/null @@ -1,32 +0,0 @@ -msgid "CPU Freq" -msgstr "CPU 性能优化调节" - -msgid "CPU Freq Settings" -msgstr "CPU 性能优化调节设置" - -msgid "Set CPU Scaling Governor to Max Performance or Balance Mode" -msgstr "设置路由器的 CPU 性能模式(高性能/均衡省电)" - -msgid "CPU Scaling Governor" -msgstr "CPU 工作模式" - -msgid "CPU Freq from 48000 to 716000 (Khz)" -msgstr "CPU 频率范围为 48000 到 716000 (Khz)" - -msgid "Min Idle CPU Freq" -msgstr "待机 CPU 最小频率" - -msgid "Max Turbo Boost CPU Freq" -msgstr "最大 Turbo Boost CPU 频率" - -msgid "CPU Switching Sampling rate" -msgstr "CPU 切换周期" - -msgid "The sampling rate determines how frequently the governor checks to tune the CPU (ms)" -msgstr "CPU 检查切换的周期 (ms)。注意:过于频繁的切换频率会引起网络延迟抖动" - -msgid "CPU Switching Threshold" -msgstr "CPU 切换频率触发阈值" - -msgid "Kernel make a decision on whether it should increase the frequency (%)" -msgstr "当 CPU 占用率超过 (%) 的情况下触发内核切换频率" diff --git a/luci-app-cpufreq/root/etc/config/cpufreq b/luci-app-cpufreq/root/etc/config/cpufreq deleted file mode 100755 index 5c2c070e9..000000000 --- a/luci-app-cpufreq/root/etc/config/cpufreq +++ /dev/null @@ -1,3 +0,0 @@ - -config settings 'cpufreq' - diff --git a/luci-app-cpufreq/root/etc/init.d/cpufreq b/luci-app-cpufreq/root/etc/init.d/cpufreq deleted file mode 100755 index 4dda93bc7..000000000 --- a/luci-app-cpufreq/root/etc/init.d/cpufreq +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh /etc/rc.common -START=15 - -NAME="cpufreq" - -config_get_cpufreq() -{ - config_get "$NAME" "$1" -} - -start() -{ - config_load "$NAME" - - for i in $(find /sys/devices/system/cpu/cpufreq/policy* -maxdepth 0 | grep -Eo '[0-9]+') - do - [ -z "$(config_get_cpufreq "governor$i")" ] && return - - config_get_cpufreq "governor$i" > "/sys/devices/system/cpu/cpufreq/policy$i/scaling_governor" - config_get_cpufreq "minfreq$i" > "/sys/devices/system/cpu/cpufreq/policy$i/scaling_min_freq" - config_get_cpufreq "maxfreq$i" > "/sys/devices/system/cpu/cpufreq/policy$i/scaling_max_freq" - if [ "$(config_get_cpufreq "governor$i")" = "ondemand" ]; then - config_get_cpufreq "sdfactor$i" > "/sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor" - config_get_cpufreq "upthreshold$i" > "/sys/devices/system/cpu/cpufreq/ondemand/up_threshold" - fi - done -} diff --git a/luci-app-cpufreq/root/etc/uci-defaults/10-cpufreq b/luci-app-cpufreq/root/etc/uci-defaults/10-cpufreq deleted file mode 100755 index 4ad31dd5f..000000000 --- a/luci-app-cpufreq/root/etc/uci-defaults/10-cpufreq +++ /dev/null @@ -1,104 +0,0 @@ -#!/bin/sh - -uci_write_config() { - uci -q set cpufreq.cpufreq.governor$1="$2" - uci -q set cpufreq.cpufreq.minfreq$1="$3" - uci -q set cpufreq.cpufreq.maxfreq$1="$4" - [ -n "$5" ] && uci -q set cpufreq.cpufreq.sdfactor$1="$5" - [ -n "$6" ] && uci -q set cpufreq.cpufreq.upthreshold$1="$6" - uci -q commit cpufreq -} - -CPU_FREQS="$(cat '/sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies')" -CPU_POLICYS="$(find '/sys/devices/system/cpu/cpufreq/policy'* -maxdepth 0 | grep -Eo '[0-9]+')" -source "/etc/openwrt_release" -case "$DISTRIB_TARGET" in - "bcm27xx/bcm2710") - uci_write_config 0 ondemand 600000 1200000 10 50 - ;; - "bcm27xx/bcm2711") - uci_write_config 0 ondemand 600000 1500000 10 50 - ;; - "ipq40xx/generic") - uci_write_config 0 ondemand 200000 716000 10 50 - ;; - "ipq60xx/generic") - if echo "$CPU_FREQS" | grep -q "1800000"; then - # IPQ6010/18/28 - CPU_MAX_FREQ="1800000" - else - # IPQ6000 - CPU_MAX_FREQ="1200000" - fi - uci_write_config 0 ondemand 864000 $CPU_MAX_FREQ 10 50 - ;; - "ipq806x/generic") - if echo "$CPU_FREQS" | grep -q "1725000"; then - # IPQ8065 - CPU_MAX_FREQ="1725000" - elif echo "$CPU_FREQS" | grep -q "1400000"; then - # IPQ8064 - CPU_MAX_FREQ="1400000" - else - # IPQ8062 - CPU_MAX_FREQ="1000000" - fi - uci_write_config 0 ondemand 600000 $CPU_MAX_FREQ 10 50 - # IPQ8064/5 - echo "$CPU_POLICYS" | grep -q "1" && uci_write_config 1 ondemand 600000 1200000 10 50 - ;; - "ipq807x/generic") - if echo "$CPU_FREQS" | grep -q "2208000"; then - # IPQ8072/4/6/8A - CPU_MAX_FREQ="2208000" - else - # IPQ8071A - CPU_MAX_FREQ="1382400" - fi - uci_write_config 0 ondemand 1017600 $CPU_MAX_FREQ 10 50 - ;; - "mediatek/mt7622") - uci_write_config 0 ondemand 600000 1350000 10 50 - ;; - "meson/meson8b") - uci_write_config 0 schedutil 816000 1536000 - ;; - "rockchip/armv8") - if echo "$CPU_POLICYS" | grep -q "4"; then - # RK3399 - uci_write_config 0 schedutil 600000 1608000 - uci_write_config 4 schedutil 600000 2016000 - else - if echo "$CPU_FREQS" | grep -q "1992000"; then - # RK3568 - CPU_MAX_FREQ="1992000" - elif echo "$CPU_FREQS" | grep -q "1800000"; then - # RK3566 - CPU_MAX_FREQ="1800000" - else - # RK3328 - CPU_MAX_FREQ="1512000" - fi - uci_write_config 0 schedutil 816000 $CPU_MAX_FREQ - fi - ;; - "sunxi/cortexa53") - if echo "$CPU_FREQS" | grep -q "1800000"; then - # H6 - uci_write_config 0 schedutil 816000 1800000 - else - # H5 - uci_write_config 0 ondemand 648000 1200000 10 50 - fi - ;; -esac - -uci -q batch <<-EOF >/dev/null - delete ucitrack.@cpufreq[-1] - add ucitrack cpufreq - set ucitrack.@cpufreq[-1].init=cpufreq - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0 diff --git a/luci-app-cpufreq/root/usr/share/rpcd/acl.d/luci-app-cpufreq.json b/luci-app-cpufreq/root/usr/share/rpcd/acl.d/luci-app-cpufreq.json deleted file mode 100755 index fae58ae40..000000000 --- a/luci-app-cpufreq/root/usr/share/rpcd/acl.d/luci-app-cpufreq.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "luci-app-cpufreq": { - "description": "Grant UCI access for luci-app-cpufreq", - "read": { - "uci": [ "cpufreq" ] - }, - "write": { - "uci": [ "cpufreq" ] - } - } -} diff --git a/luci-base/po/oc/base.po b/luci-base/po/oc/base.po deleted file mode 100755 index 28f4b510f..000000000 --- a/luci-base/po/oc/base.po +++ /dev/null @@ -1,7620 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2020-10-19 09:37+0000\n" -"Last-Translator: Quentin PAGÈS \n" -"Language-Team: Occitan \n" -"Language: oc\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.0.4\n" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:929 -msgid "%.1f dB" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:114 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:261 -msgid "%d Bit" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3689 -msgid "%d invalid field(s)" -msgstr "%d camp(s) invalid(s)" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:35 -msgid "%s is untagged in multiple VLANs!" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:294 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:403 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:270 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:307 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:325 -msgid "(%d minute window, %d second interval)" -msgstr "(fenèstra de %d minuta,interval de %d segonda)" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:118 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:124 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:258 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:282 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:88 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:91 -msgid "(empty)" -msgstr "(void)" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:351 -#: modules/luci-compat/luasrc/view/cbi/network_netinfo.htm:23 -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:58 -msgid "(no interfaces attached)" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/ucisection.htm:48 -msgid "-- Additional Field --" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:275 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3372 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3704 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:767 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1005 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1974 -#: modules/luci-compat/luasrc/view/cbi/header.htm:8 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 -msgid "-- Please choose --" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:276 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1006 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1975 -#: modules/luci-compat/luasrc/view/cbi/header.htm:9 -msgid "-- custom --" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:270 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:379 -msgid "-- match by label --" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:256 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:362 -msgid "-- match by uuid --" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:27 -#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:44 -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:23 -msgid "-- please select --" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:54 -msgctxt "sstp log level value" -msgid "0" -msgstr "0" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:939 -msgid "0 = not using RSSI threshold, 1 = do not change driver default" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:55 -msgctxt "sstp log level value" -msgid "1" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:231 -msgid "1 Minute Load:" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:251 -msgid "15 Minute Load:" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:56 -msgctxt "sstp log level value" -msgid "2" -msgstr "2" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:57 -msgctxt "sstp log level value" -msgid "3" -msgstr "3" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:58 -msgctxt "sstp log level value" -msgid "4" -msgstr "4" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1442 -msgid "4-character hexadecimal ID" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:18 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:11 -msgid "464XLAT (CLAT)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:241 -msgid "5 Minute Load:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1471 -msgid "6-octet identifier as a hex string - no colons" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1431 -msgid "802.11r Fast Transition" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1619 -msgid "802.11w Association SA Query maximum timeout" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1626 -msgid "802.11w Association SA Query retry timeout" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1607 -msgid "802.11w Management Frame Protection" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1619 -msgid "802.11w maximum timeout" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1626 -msgid "802.11w retry timeout" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:956 -msgid "BSSID" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:326 -msgid "DNS query port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:317 -msgid "DNS server port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:260 -msgid "" -"DNS servers will be queried in the " -"order of the resolvfile" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:945 -msgid "ESSID" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:475 -msgid "IPv4-Address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:42 -msgid "IPv4-Gateway" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:603 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:36 -msgid "IPv4-Netmask" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:31 -msgid "" -"IPv6-Address or Network " -"(CIDR)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:42 -msgid "IPv6-Gateway" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:504 -msgid "IPv6-Suffix (hex)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:58 -msgid "LED Configuration" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:69 -msgid "LED Name" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:431 -msgid "MAC-Address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:498 -msgid "DUID" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:335 -msgid "" -"Max. DHCP leases" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:344 -msgid "" -"Max. EDNS0 packet size" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:353 -msgid "Max. concurrent queries" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/crontab.js:29 -msgid "" -"
Note: you need to manually restart the cron service if the crontab file " -"was empty before editing." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2720 -msgid "A directory with the same name already exists." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2670 -msgid "A new login is required since the authentication session expired." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:909 -msgid "A43C + J43 + A43" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:910 -msgid "A43C + J43 + A43 + V43" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:922 -msgid "ADSL" -msgstr "ADSL" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:898 -msgid "ANSI T1.413" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:94 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:93 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:86 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:67 -msgid "APN" -msgstr "APN" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:197 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:352 -msgid "ARP" -msgstr "ARP" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:365 -msgid "ARP IP Targets" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:357 -msgid "ARP Interval" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:381 -msgid "ARP Validation" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:373 -msgid "ARP mode to consider a slave as being up" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:77 -msgid "ARP monitoring is not supported for the selected policy!" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:175 -msgid "ARP retry threshold" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:917 -msgid "ATM (Asynchronous Transfer Mode)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:938 -msgid "ATM Bridges" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:970 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66 -msgid "ATM Virtual Channel Identifier (VCI)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:971 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70 -msgid "ATM Virtual Path Identifier (VPI)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:938 -msgid "" -"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual " -"Linux network interfaces which can be used in conjunction with DHCP or PPP " -"to dial into the provider network." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62 -msgid "ATM device number" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37 -msgid "ATU-C System Vendor ID" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:265 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:543 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:547 -msgid "Absent Interface" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:47 -msgid "Access Concentrator" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:927 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1032 -msgid "Access Point" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:360 -msgid "Actions" -msgstr "Accions" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:200 -msgid "Active IPv4-Routes" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:206 -msgid "Active IPv6-Routes" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:81 -msgid "Active Connections" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:33 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:92 -msgid "Active DHCP Leases" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:52 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:94 -msgid "Active DHCPv6 Leases" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:203 -msgid "Active-Backup policy (active-backup, 1)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:3666 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:929 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:23 -msgid "Ad-Hoc" -msgstr "Ad-Hoc" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:208 -msgid "Adaptive load balancing (balance-alb, 6)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:207 -msgid "Adaptive transmit load balancing (balance-tlb, 5)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2167 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2170 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2184 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2185 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3170 -#: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 -#: modules/luci-compat/luasrc/view/cbi/tsection.htm:39 -#: modules/luci-compat/luasrc/view/cbi/tsection.htm:47 -#: modules/luci-compat/luasrc/view/cbi/ucisection.htm:54 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:827 -msgid "Add" -msgstr "Ajustar" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:942 -msgid "Add ATM Bridge" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:92 -msgid "Add IPv4 address…" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:207 -msgid "Add IPv6 address…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:65 -msgid "Add LED action" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:219 -msgid "Add VLAN" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:15 -msgid "Add instance" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:146 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:152 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:247 -msgid "Add key" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:248 -msgid "Add local domain suffix to names served from hosts files" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:311 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:757 -msgid "Add new interface..." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:125 -msgid "Add peer" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:200 -msgid "Additional Hosts files" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:255 -msgid "Additional servers file" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:34 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:35 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:36 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:37 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:38 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:39 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:40 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:41 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:42 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:43 -msgid "Address" -msgstr "Adreça" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:151 -msgid "Address to access local relay bridge" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:285 -msgid "Addresses" -msgstr "Adreças" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:3 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:15 -msgid "Administration" -msgstr "Administracion" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:164 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:324 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:553 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:25 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:866 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:924 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:241 -msgid "Advanced Settings" -msgstr "Paramètres avançats" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:28 -msgid "Aggregate Transmit Power (ACTATP)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:258 -msgid "Aggregation Selection Logic" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:261 -msgid "Aggregator: All slaves down or has no slaves (stable, 0)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:263 -msgid "" -"Aggregator: Chosen by the largest number of ports + slave added/removed or " -"state changes (count, 2)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:262 -msgid "Aggregator: Slave added/removed or state changes (bandwidth, 1)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:171 -msgid "Alert" -msgstr "Alèrta" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2871 -#: modules/luci-compat/luasrc/model/network.lua:1417 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:61 -msgid "Alias Interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:145 -msgid "Alias of \"%s\"" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:263 -msgid "All Servers" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:209 -msgid "" -"Allocate IP addresses sequentially, starting from the lowest available " -"address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:208 -msgid "Allocate IP sequentially" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:25 -msgid "Allow SSH password authentication" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1112 -msgid "Allow AP mode to disconnect STAs based on low ACK condition" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1016 -msgid "Allow all except listed" -msgstr "" - -#: modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json:3 -msgid "Allow full UCI access for legacy applications" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:892 -msgid "Allow legacy 802.11b rates" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1015 -msgid "Allow listed only" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:300 -msgid "Allow localhost" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:157 -msgid "Allow rebooting the device" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:36 -msgid "Allow remote hosts to connect to local SSH forwarded ports" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow root logins with password" -msgstr "" - -#: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:3 -msgid "Allow system feature probing" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:301 -msgid "" -"Allow upstream responses in the 127.0.0.0/8 range, e.g. for RBL services" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:148 -msgid "Allowed IPs" -msgstr "IP autorizadas" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:654 -msgid "Always announce default router" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/none.js:5 -msgid "Always off (kernel: none)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:6 -msgid "Always on (kernel: default-on)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 -msgid "" -"Always use 40MHz channels even if the secondary channel overlaps. Using this " -"option does not comply with IEEE 802.11n-2009!" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:603 -msgid "An error occurred while saving the form:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:890 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:20 -msgid "Annex" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:891 -msgid "Annex A + L + M (all)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:899 -msgid "Annex A G.992.1" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:900 -msgid "Annex A G.992.2" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:901 -msgid "Annex A G.992.3" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:902 -msgid "Annex A G.992.5" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:892 -msgid "Annex B (all)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:895 -msgid "Annex B G.992.1" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:896 -msgid "Annex B G.992.3" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:897 -msgid "Annex B G.992.5" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:893 -msgid "Annex J (all)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:903 -msgid "Annex L G.992.3 POTS 1" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:894 -msgid "Annex M (all)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904 -msgid "Annex M G.992.3" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:905 -msgid "Annex M G.992.5" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:654 -msgid "Announce as default router even if no public prefix is available." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:659 -msgid "Announced DNS domains" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:658 -msgid "Announced DNS servers" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1596 -msgid "Anonymous Identity" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:162 -msgid "Anonymous Mount" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:158 -msgid "Anonymous Swap" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:84 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:174 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:195 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:60 -msgid "Any zone" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:119 -msgid "Apply backup?" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4276 -msgid "Apply request failed with status %h" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2181 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4142 -msgid "Apply unchecked" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4215 -msgid "Applying configuration changes… %ds" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:56 -msgid "Architecture" -msgstr "Arquitectura" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:184 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27 -msgid "" -"Assign a part of given length of every public IPv6-prefix to this interface" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:189 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:31 -msgid "" -"Assign prefix parts using this hexadecimal subprefix ID for this interface." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2078 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:245 -msgid "Associated Stations" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:46 -msgid "Associations" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:154 -msgid "Attempt to enable configured mount points for attached devices" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:104 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:64 -msgid "Auth Group" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1535 -msgid "Authentication" -msgstr "Autentificacion" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:96 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:70 -msgid "Authentication Type" -msgstr "Tipe d’autentificacion" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:172 -msgid "Authoritative" -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:17 -msgid "Authorization Required" -msgstr "" - -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:196 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:197 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:241 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:244 -msgid "Auto Refresh" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:98 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:50 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:94 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:81 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:55 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:68 -msgid "Automatic" -msgstr "Automatic" - -#: modules/luci-compat/luasrc/model/network/proto_hnet.lua:7 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:7 -msgid "Automatic Homenet (HNCP)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:174 -msgid "Automatically check filesystem for errors before mounting" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:170 -msgid "Automatically mount filesystems on hotplug" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:166 -msgid "Automatically mount swap on hotplug" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:170 -msgid "Automount Filesystem" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:166 -msgid "Automount Swap" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:193 -msgid "Available" -msgstr "Disponible" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:268 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:278 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:329 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:339 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:349 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:234 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:244 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:254 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:263 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:273 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:291 -msgid "Average:" -msgstr "Mejana :" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:911 -msgid "B43 + B43C" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:912 -msgid "B43 + B43C + V43" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:48 -msgid "BR / DMR / AFTR" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1665 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:44 -msgid "BSSID" -msgstr "BSSID" - -#: modules/luci-compat/luasrc/view/cbi/footer.htm:14 -#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:48 -msgid "Back to Overview" -msgstr "" - -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:48 -msgid "Back to configuration" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:363 -msgid "Backup" -msgstr "Salvagarda" - -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:114 -msgid "Backup / Flash Firmware" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:323 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:12 -msgid "Backup file list" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm:158 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:451 -msgid "Band" -msgstr "Grop" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:910 -msgid "Beacon Interval" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:324 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:46 -msgid "" -"Below is the determined list of files to backup. It consists of changed " -"configuration files marked by opkg, essential base files and the user " -"defined backup patterns." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:395 -msgid "" -"Bind dynamically to interfaces rather than wildcard address (recommended as " -"linux default)" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:52 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:62 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:48 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:55 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:57 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:52 -msgid "Bind interface" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:52 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:62 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:48 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:55 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:57 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:52 -msgid "Bind the tunnel to this interface (optional)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:129 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:188 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:63 -msgid "Bitrate" -msgstr "Debit" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:266 -msgid "Bogus NX Domain Override" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:199 -msgid "Bonding Policy" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2877 -#: modules/luci-compat/luasrc/model/network.lua:1421 -msgid "Bridge" -msgstr "Pont" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:416 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:730 -msgid "Bridge interfaces" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:978 -msgid "Bridge unit number" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:412 -msgid "Bring up on boot" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:205 -msgid "Broadcast policy (broadcast, 3)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2810 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3799 -msgid "Browse…" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:37 -msgid "Buffered" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:138 -msgid "CA certificate; if empty it will be saved after the first connection." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7 -msgid "CLAT configuration failed" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:72 -msgid "CPU usage (%)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:41 -msgid "Cached" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:53 -#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:53 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:21 -msgid "Call failed" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2903 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3808 -#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 -#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:187 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:763 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1952 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:272 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:184 -msgid "Cancel" -msgstr "Anullar" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:17 -msgid "Category" -msgstr "Categoria" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1519 -msgid "Certificate constraint (Domain)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1516 -msgid "Certificate constraint (SAN)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1513 -msgid "Certificate constraint (Subject)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1522 -msgid "Certificate constraint (Wildcard)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1513 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1571 -msgid "" -"Certificate constraint substring - e.g. /CN=wifi.mycompany.com
See " -"`logread -f` during handshake for actual values" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1519 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1577 -msgid "" -"Certificate constraint(s) against DNS SAN values (if available)
or " -"Subject CN (exact match)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1522 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1580 -msgid "" -"Certificate constraint(s) against DNS SAN values (if available)
or " -"Subject CN (suffix match)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1516 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1574 -msgid "" -"Certificate constraint(s) via Subject Alternate Name values
(supported " -"attributes: EMAIL, DNS, URI) - e.g. DNS:wifi.mycompany.com" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:53 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:56 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:200 -msgid "Chain" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4028 -msgid "Changes" -msgstr "Diferéncias" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4311 -msgid "Changes have been reverted." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:46 -msgid "Changes the administrator password for accessing the device" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm:162 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:128 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:460 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1663 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:62 -msgid "Channel" -msgstr "Canal" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:174 -msgid "Check filesystems before mount" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914 -msgid "Check this option to delete the existing networks from this radio." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:110 -msgid "Checking archive…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:193 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:195 -msgid "Checking image…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:399 -msgid "Choose mtdblock" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:491 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1942 -msgid "" -"Choose the firewall zone you want to assign to this interface. Select " -"unspecified to remove the interface from the associated zone or " -"fill out the custom field to define a new zone and attach the " -"interface to it." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:959 -msgid "" -"Choose the network(s) you want to attach to this wireless interface or fill " -"out the custom field to define a new network." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1148 -msgid "Cipher" -msgstr "Cipher" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:91 -msgid "Cisco UDP encapsulation" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:363 -msgid "" -"Click \"Generate archive\" to download a tar archive of the current " -"configuration files." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:396 -msgid "" -"Click \"Save mtdblock\" to download specified mtdblock file. (NOTE: THIS " -"FEATURE IS FOR PROFESSIONALS! )" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:3665 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:928 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1033 -msgid "Client" -msgstr "Client" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:52 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:47 -msgid "Client ID to send when requesting DHCP" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:148 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:154 -msgid "Close" -msgstr "Tampar" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:157 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:141 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:128 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:106 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:115 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:138 -msgid "" -"Close inactive connection after the given amount of seconds, use 0 to " -"persist connection" -msgstr "" - -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:49 -msgid "Close list..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:42 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:61 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2076 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:389 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:317 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:320 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:204 -msgid "Collecting data..." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:71 -msgid "Command" -msgstr "Comanda" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:401 -msgid "Command OK" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:33 -msgid "Command failed" -msgstr "La comanda a fracassat" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:72 -msgid "Comment" -msgstr "Comentari" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1634 -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:91 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:96 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:93 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:98 -msgid "Compute outgoing checksum (optional)." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4028 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:426 -msgid "Configuration" -msgstr "Configuracion" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4190 -msgid "Configuration changes applied." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4128 -msgid "Configuration changes have been rolled back!" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:63 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:21 -msgid "Configuration failed" -msgstr "Fracàs de la configuracion" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:175 -msgid "Confirm disconnect" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:55 -msgid "Confirmation" -msgstr "Confirmacion" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:51 -msgid "Connected" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:9 -#: modules/luci-compat/luasrc/model/network.lua:27 -msgid "Connection attempt failed" -msgstr "Ensag de connexion pas capitat" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:40 -msgid "Connection attempt failed." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:411 -msgid "Connection lost" -msgstr "Connexion perduda" - -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:117 -msgid "Connections" -msgstr "Connexions" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:377 -msgid "Consider the slave up when all ARP IP targets are reachable (all, 1)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:376 -msgid "Consider the slave up when any ARP IP target is reachable (any, 0)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/crontab.js:18 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:340 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:55 -msgid "Contents have been saved." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:742 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:132 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:264 -msgid "Continue" -msgstr "Contunhar" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4164 -msgid "" -"Could not regain access to the device after applying the configuration " -"changes. You might need to reconnect if you modified network related " -"settings such as the IP address or wireless security credentials." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:189 -msgid "Country" -msgstr "País" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:889 -msgid "Country Code" -msgstr "Còde de país" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:491 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1942 -msgid "Create / Assign firewall-zone" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:798 -msgid "Create interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:416 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:730 -msgid "Creates a bridge over specified interface(s)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:170 -msgid "Critical" -msgstr "Critic" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:174 -msgid "Cron Log Level" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:533 -msgid "Current power" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:568 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:570 -#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:51 -#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:53 -#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:82 -#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:83 -msgid "Custom Interface" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:36 -msgid "Custom delegated IPv6-prefix" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:382 -msgid "" -"Custom files (certificates, scripts) may remain on the system. To prevent " -"this, perform a factory-reset first." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:6 -msgid "Custom flash interval (kernel: timer)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:59 -msgid "" -"Customizes the behaviour of the device LEDs if possible." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1353 -msgid "DAE-Client" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1358 -msgid "DAE-Port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1363 -msgid "DAE-Secret" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:327 -msgid "DHCP Server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:155 -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:50 -msgid "DHCP and DNS" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:1982 -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:16 -#: modules/luci-compat/luasrc/model/network.lua:969 -msgid "DHCP client" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:619 -msgid "DHCP-Options" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7 -msgid "DHCPv6 client" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:646 -msgid "DHCPv6-Mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:631 -msgid "DHCPv6-Service" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:45 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:46 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:47 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:48 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:49 -msgid "DNS" -msgstr "DNS" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:277 -msgid "DNS forwardings" -msgstr "" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:37 -msgid "DNS-Label / FQDN" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:228 -msgid "DNSSEC" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:232 -msgid "DNSSEC check unsigned" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:99 -msgid "DPD Idle Timeout" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:41 -msgid "DS-Lite AFTR address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:887 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:45 -msgid "DSL" -msgstr "DSL" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:14 -msgid "DSL Status" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:920 -msgid "DSL line mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1088 -msgid "DTIM Interval" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:57 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58 -msgid "DUID" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:22 -msgid "Data Rate" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:165 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:176 -msgid "Debug" -msgstr "Desbugatge" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1328 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1343 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1358 -msgid "Default %d" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:107 -msgid "Default Route" -msgstr "Rota per defaut" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:48 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:85 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:65 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:49 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:67 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:80 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:108 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:150 -msgid "Default gateway" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:646 -msgid "Default is stateless + stateful" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:11 -msgid "Default state" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:619 -msgid "" -"Define additional DHCP options, for example " -"\"6,192.168.2.1,192.168.2.2\" which advertises different DNS " -"servers to clients." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2237 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2662 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2666 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3154 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2872 -#: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 -#: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 -msgid "Delete" -msgstr "Suprimir" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:180 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:186 -msgid "Delete key" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2769 -msgid "Delete request failed: %s" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:847 -msgid "Delete this network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1088 -msgid "Delivery Traffic Indication Message Interval" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:340 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:134 -msgid "Description" -msgstr "Descripcion" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2868 -msgid "Deselect" -msgstr "Deseleccionar" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:220 -msgid "Design" -msgstr "Concepcion" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:70 -msgid "Destination" -msgstr "Destinacion" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:48 -msgid "Destination port" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:59 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:165 -msgid "Destination zone" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:67 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:191 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:43 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:12 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:247 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:280 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:356 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:392 -msgid "Device" -msgstr "Periferic" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:861 -msgid "Device Configuration" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:132 -msgid "Device is not active" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:224 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:599 -msgid "Device is restarting…" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:45 -msgid "Device not managed by ModemManager." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4163 -msgid "Device unreachable!" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:53 -msgid "Device unreachable! Still waiting for device..." -msgstr "" - -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:88 -msgid "Diagnostics" -msgstr "Diagnostics" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:93 -msgid "Dial number" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 -msgid "Directory" -msgstr "Direccion" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:839 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:879 -msgid "Disable" -msgstr "Desactivar" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:579 -msgid "" -"Disable DHCP for " -"this interface." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:174 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:373 -msgid "Disable DNS lookups" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:93 -msgid "Disable Encryption" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1098 -msgid "Disable Inactivity Polling" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:837 -msgid "Disable this network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1608 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:107 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:99 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:95 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:82 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:56 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:69 -msgid "Disabled" -msgstr "Desactivat" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1112 -msgid "Disassociate On Low Acknowledgement" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:294 -msgid "Discard upstream RFC1918 responses" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:197 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:665 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:231 -msgid "Disconnect" -msgstr "Se desconnectar" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:64 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:22 -msgid "Disconnection attempt failed" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:48 -msgid "Disconnection attempt failed." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:606 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2861 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3309 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4045 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4134 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1688 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:330 -msgid "Dismiss" -msgstr "Far desaparéisser" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:895 -msgid "Distance Optimization" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:895 -msgid "Distance to farthest network member in meters." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:155 -msgid "" -"Dnsmasq is a combined DHCP-Server and DNS-" -"Forwarder for NAT " -"firewalls" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:252 -msgid "Do not cache negative replies, e.g. for not existing domains" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:79 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:84 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:81 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:86 -msgid "Do not create host route to peer (optional)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:219 -msgid "Do not forward requests that cannot be answered by public name servers" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:214 -msgid "Do not forward reverse lookups for local networks" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:25 -msgid "Do not send a hostname" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2755 -msgid "Do you really want to delete \"%s\" ?" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:181 -msgid "Do you really want to delete the following SSH key?" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:94 -msgid "Do you really want to erase all settings?" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2753 -msgid "Do you really want to recursively delete the directory \"%s\" ?" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:168 -msgid "Domain required" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:307 -msgid "Domain whitelist" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:76 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:81 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:67 -msgid "Don't Fragment" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:169 -msgid "" -"Don't forward DNS-Requests without " -"DNS-Name" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:152 -msgid "Down" -msgstr "Bas" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:402 -msgid "Down Delay" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:366 -msgid "Download backup" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:404 -msgid "Download mtdblock" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:925 -msgid "Downstream SNR offset" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2620 -msgid "Drag to reorder" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:341 -msgid "Drop Duplicate Frames" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:12 -msgid "Dropbear Instance" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:10 -msgid "" -"Dropbear offers SSH network shell access " -"and an integrated SCP server" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:14 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:11 -msgid "Dual-Stack Lite (RFC6333)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:595 -msgid "Dynamic DHCP" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:60 -msgid "Dynamic tunnel" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:595 -msgid "" -"Dynamically allocate DHCP addresses for clients. If disabled, only clients " -"having static leases will be served." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:67 -msgid "EA-bits length" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1491 -msgid "EAP-Method" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2640 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2643 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3017 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:339 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:844 -msgid "Edit" -msgstr "Editar" - -#: modules/luci-compat/luasrc/view/cbi/error.htm:13 -msgid "" -"Edit the raw configuration data above to fix any error and hit \"Save\" to " -"reload the page." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:842 -msgid "Edit this network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:793 -msgid "Edit wireless network" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:172 -msgid "Emergency" -msgstr "Urgéncia" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:839 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:879 -msgid "Enable" -msgstr "Activar" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:462 -msgid "" -"Enable IGMP " -"snooping" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:460 -msgid "Enable STP" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:174 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:367 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:373 -msgid "Enable DNS lookups" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:292 -msgid "Enable Dynamic Shuffling Of Flows" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:60 -msgid "Enable HE.net dynamic endpoint update" -msgstr "" - -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:89 -msgid "Enable IPv6 negotiation" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:49 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:93 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:80 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:54 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:67 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:93 -msgid "Enable IPv6 negotiation on the PPP link" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:192 -msgid "Enable Jumbo Frame passthrough" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:240 -msgid "Enable NTP client" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 -msgid "Enable Single DES" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:368 -msgid "Enable TFTP server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:184 -msgid "Enable VLAN functionality" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1638 -msgid "Enable WPS pushbutton, requires WPA(2)-PSK/WPA3-SAE" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1634 -msgid "Enable key reinstallation (KRACK) countermeasures" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:187 -msgid "Enable learning and aging" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:198 -msgid "Enable mirroring of incoming packets" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:199 -msgid "Enable mirroring of outgoing packets" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:882 -msgid "" -"Enable packet steering across all CPUs. May help or hinder network speed." -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:80 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:75 -msgid "Enable rx checksum" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:76 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:81 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:67 -msgid "Enable the DF (Don't Fragment) flag of the encapsulating packets." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:837 -msgid "Enable this network" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:84 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:79 -msgid "Enable tx checksum" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:352 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66 -msgid "Enabled" -msgstr "Activat" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:462 -msgid "Enables IGMP snooping on this bridge" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1431 -msgid "" -"Enables fast roaming among access points that belong to the same Mobility " -"Domain" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:460 -msgid "Enables the Spanning Tree Protocol on this bridge" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:59 -msgid "Encapsulation limit" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:915 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:973 -msgid "Encapsulation mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1117 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1666 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:45 -msgid "Encryption" -msgstr "Chiframent" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:161 -msgid "Endpoint Host" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:165 -msgid "Endpoint Port" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/dropdown.htm:16 -msgid "Enter custom value" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/dropdown.htm:16 -msgid "Enter custom values" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:97 -msgid "Erasing..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:102 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:103 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:104 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:105 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:106 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:169 -msgid "Error" -msgstr "Error" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:30 -msgid "Errored seconds (ES)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2889 -#: modules/luci-compat/luasrc/model/network.lua:1433 -msgid "Ethernet Adapter" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2880 -#: modules/luci-compat/luasrc/model/network.lua:1423 -msgid "Ethernet Switch" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:270 -msgid "Every 30 seconds (slow, 0)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:271 -msgid "Every second (fast, 1)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:406 -msgid "Exclude interfaces" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:247 -msgid "Expand hosts" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 -msgid "Expecting a hexadecimal assignment hint" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:64 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:73 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:79 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:107 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:121 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:125 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:129 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:132 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:136 -msgid "Expecting: %s" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:48 -msgid "Expecting: non-empty value" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:50 -msgid "Expires" -msgstr "Expira" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:591 -msgid "" -"Expiry time of leased addresses, minimum is 2 minutes (2m)." -msgstr "" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:19 -msgid "External" -msgstr "Extèrne" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1482 -msgid "External R0 Key Holder List" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1486 -msgid "External R1 Key Holder List" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:146 -msgid "External system log server" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:151 -msgid "External system log server port" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:156 -msgid "External system log server protocol" -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:79 -msgid "Extra SSH command options" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:83 -msgid "Extra pppd options" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:81 -msgid "Extra sstpc options" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1456 -msgid "FT over DS" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1457 -msgid "FT over the Air" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1454 -msgid "FT protocol" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:87 -msgid "Failed to change the system password." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4122 -msgid "Failed to confirm apply within %ds, waiting for rollback…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:37 -msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 -msgid "File" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2620 -msgid "File not accessible" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2811 -msgid "Filename" -msgstr "Nom de fichièr" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:381 -msgid "Filename of the boot image advertised to clients" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:191 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:314 -msgid "Filesystem" -msgstr "Sistèma de fichièrs" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:213 -msgid "Filter private" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:218 -msgid "Filter useless" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:388 -msgid "Filtering for all slaves, no validation" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:389 -msgid "Filtering for all slaves, validation only for active slave" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:390 -msgid "Filtering for all slaves, validation only for backup slaves" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:65 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:23 -msgid "Finalizing failed" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:150 -msgid "" -"Find all currently attached filesystems and swap and replace configuration " -"with defaults based on what was detected" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:820 -msgid "Find and join network" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/delegator.htm:9 -msgid "Finish" -msgstr "Acabar" - -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:15 -msgid "Firewall" -msgstr "Parafuòc" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:102 -msgid "Firewall Mark" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:326 -msgid "Firewall Settings" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:297 -msgid "Firewall Status" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:932 -msgid "Firmware File" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:57 -msgid "Firmware Version" -msgstr "Version del microcòdi" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:327 -msgid "Fixed source port for outbound DNS queries" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:283 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:421 -msgid "Flash image..." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:279 -msgid "Flash image?" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:411 -msgid "Flash new firmware image" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:356 -msgid "Flash operations" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:288 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:290 -msgid "Flashing…" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:598 -msgid "Force" -msgstr "Fòrça" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 -msgid "Force 40MHz mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1158 -msgid "Force CCMP (AES)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:598 -msgid "Force DHCP on this network even if another server is detected." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1159 -msgid "Force TKIP" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1160 -msgid "Force TKIP and CCMP (AES)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:864 -msgid "Force link" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:255 -msgid "Force upgrade" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:90 -msgid "Force use of NAT-T" -msgstr "" - -#: modules/luci-base/luasrc/view/csrftoken.htm:8 -msgid "Form token mismatch" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:164 -msgid "Forward DHCP traffic" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:29 -msgid "Forward Error Correction Seconds (FECS)" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:161 -msgid "Forward broadcast traffic" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:934 -msgid "Forward mesh peer traffic" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980 -msgid "Forwarding mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:899 -msgid "Fragmentation Threshold" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:115 -msgid "" -"Further information about WireGuard interfaces and peers at wireguard.com." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:128 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:62 -msgid "GHz" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:91 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:77 -msgid "GPRS only" -msgstr "solament GPRS" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:10 -msgid "GRE tunnel over IPv4" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:10 -msgid "GRE tunnel over IPv6" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:10 -msgid "GRETAP tunnel over IPv4" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:10 -msgid "GRETAP tunnel over IPv6" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:44 -msgid "Gateway" -msgstr "Palanca" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:36 -msgid "Gateway Ports" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:11 -#: modules/luci-compat/luasrc/model/network.lua:29 -msgid "Gateway address is invalid" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:124 -msgid "Gateway metric" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:161 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:323 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:24 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:240 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:108 -msgid "General Settings" -msgstr "Paramètres generals" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:552 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:967 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:865 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:921 -msgid "General Setup" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:150 -msgid "Generate Config" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:66 -msgid "Generate Key" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1460 -msgid "Generate PMK locally" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:368 -msgid "Generate archive" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:79 -msgid "Given password confirmation did not match, password not changed!" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:146 -msgid "Global Settings" -msgstr "Configuracion generala" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:875 -msgid "Global network options" -msgstr "" - -#: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:57 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:58 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:82 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 -msgid "Go to password configuration..." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2562 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3336 -#: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 -msgid "Go to relevant configuration page" -msgstr "" - -#: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:33 -msgid "Grant access to DHCP configuration" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:102 -msgid "Grant access to DHCP status display" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:111 -msgid "Grant access to DSL status display" -msgstr "" - -#: protocols/luci-proto-openconnect/root/usr/share/rpcd/acl.d/luci-openconnect.json:3 -msgid "Grant access to LuCI OpenConnect procedures" -msgstr "" - -#: protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json:3 -msgid "Grant access to LuCI Wireguard procedures" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:19 -msgid "Grant access to SSH configuration" -msgstr "" - -#: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:12 -msgid "Grant access to basic LuCI procedures" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:64 -msgid "Grant access to crontab configuration" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:60 -msgid "Grant access to firewall status" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:116 -msgid "Grant access to flash operations" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:86 -msgid "Grant access to main status display" -msgstr "" - -#: protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json:3 -msgid "Grant access to mmcli" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:84 -msgid "Grant access to mount configuration" -msgstr "" - -#: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:3 -msgid "Grant access to network configuration" -msgstr "" - -#: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:46 -msgid "Grant access to network diagnostic tools" -msgstr "" - -#: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:36 -msgid "Grant access to network status information" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:13 -msgid "Grant access to process status" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:3 -msgid "Grant access to realtime statistics" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:42 -msgid "Grant access to startup configuration" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:3 -msgid "Grant access to system configuration" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:30 -msgid "Grant access to system logs" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:47 -msgid "Grant access to the system route status" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:120 -msgid "Grant access to wireless status display" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:66 -msgid "Group Password" -msgstr "Senhal del grop" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:22 -msgid "Guest" -msgstr "Convidat" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:81 -msgid "HE.net password" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:73 -msgid "HE.net username" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:46 -msgid "Hang Up" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 -msgid "Header Error Code Errors (HEC)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:5 -msgid "Heartbeat interval (kernel: heartbeat)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:100 -msgid "" -"Here you can configure the basic aspects of your device like its hostname or " -"the timezone." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1066 -msgid "Hide ESSID" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:264 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:303 -msgid "Hide empty chains" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2070 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:56 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:140 -msgid "Host" -msgstr "Òste" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/hosts.js:22 -msgid "Host entries" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:171 -msgid "Host expiry timeout" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:31 -msgid "Host-IP or Network" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:102 -msgid "Host-Uniq tag content" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:36 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:419 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/hosts.js:27 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:54 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:29 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:121 -msgid "Hostname" -msgstr "Nom d'òste" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:22 -msgid "Hostname to send when requesting DHCP" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/hosts.js:20 -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:63 -msgid "Hostnames" -msgstr "Noms d'òstes" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:24 -msgid "Hybrid" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:53 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:48 -msgid "ID used to uniquely identify the VXLAN" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:206 -msgid "IEEE 802.3ad Dynamic link aggregation (802.3ad, 4)" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:75 -msgid "IKE DH Group" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:83 -msgid "IP Addresses" -msgstr "" - -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:80 -msgid "IP Protocol" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:114 -msgid "IP Type" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/hosts.js:31 -msgid "IP address" -msgstr "Adreça IP" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:10 -#: modules/luci-compat/luasrc/model/network.lua:28 -msgid "IP address is invalid" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:13 -#: modules/luci-compat/luasrc/model/network.lua:31 -msgid "IP address is missing" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:79 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:102 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:85 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:86 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:87 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:82 -msgid "IPv4" -msgstr "IPv4" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:316 -msgid "IPv4 Firewall" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:29 -msgid "IPv4 Upstream" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:178 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:162 -msgid "IPv4 address" -msgstr "Adreça IPv4" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:33 -msgid "IPv4 assignment length" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:181 -msgid "IPv4 broadcast" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:180 -msgid "IPv4 gateway" -msgstr "Palanca IPv4" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:179 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:168 -msgid "IPv4 netmask" -msgstr "Masqueta ret IPv4" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:291 -msgid "IPv4 network in address/netmask notation" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:116 -msgid "IPv4 only" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:52 -msgid "IPv4 prefix" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:61 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:55 -msgid "IPv4 prefix length" -msgstr "" - -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:83 -msgid "IPv4+IPv6" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:37 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:30 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:154 -msgid "IPv4-Address" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:164 -msgid "IPv4-Gateway" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ipip.lua:9 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:10 -msgid "IPv4-in-IPv4 (RFC2003)" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115 -msgid "IPv4/IPv6 (both - defaults to IPv4)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:80 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:103 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:91 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:92 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:93 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:94 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:95 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:96 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:97 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:84 -msgid "IPv6" -msgstr "IPv6" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:319 -msgid "IPv6 Firewall" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:203 -msgid "IPv6 Neighbours" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:554 -msgid "IPv6 Settings" -msgstr "Paramètres IPv6" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:879 -msgid "IPv6 ULA-Prefix" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:29 -msgid "IPv6 Upstream" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:205 -msgid "IPv6 address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:189 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:31 -msgid "IPv6 assignment hint" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:184 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27 -msgid "IPv6 assignment length" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:210 -msgid "IPv6 gateway" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:296 -msgid "IPv6 network in address/netmask notation" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:117 -msgid "IPv6 only" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:53 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:59 -msgid "IPv6 prefix" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:57 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:63 -msgid "IPv6 prefix length" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:214 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:57 -msgid "IPv6 routed prefix" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:218 -msgid "IPv6 suffix" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:51 -msgid "IPv6 support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:56 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:57 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:172 -msgid "IPv6-Address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100 -msgid "IPv6-PD" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_6x4.lua:13 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:10 -msgid "IPv6-in-IPv4 (RFC4213)" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_6x4.lua:17 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:9 -msgid "IPv6-over-IPv4 (6rd)" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_6x4.lua:15 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:9 -msgid "IPv6-over-IPv4 (6to4)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1593 -msgid "Identity" -msgstr "Identitat" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 -msgid "If checked, 1DES is enabled" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:51 -msgid "If checked, adds \"+ipv6\" to the pppd options" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:93 -msgid "If checked, encryption is disabled" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:254 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:360 -msgid "" -"If specified, mount the device by its UUID instead of a fixed device node" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:267 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:376 -msgid "" -"If specified, mount the device by the partition label instead of a fixed " -"device node" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:37 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:116 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:48 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:85 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:65 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:49 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:33 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:67 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:80 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:108 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:150 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:64 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:56 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:100 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:87 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:61 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:74 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:97 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:61 -msgid "If unchecked, no default route is configured" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:40 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:124 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:39 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:116 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:68 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:59 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:103 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:90 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:64 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:77 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:100 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:69 -msgid "If unchecked, the advertised DNS server addresses are ignored" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:339 -msgid "" -"If your physical memory is insufficient unused data can be temporarily " -"swapped to a swap-device resulting in a higher amount of usable RAM. Be aware that swapping data is a very " -"slow process as the swap-device cannot be accessed with the high datarates " -"of the RAM." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:197 -msgid "Ignore /etc/hosts" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:579 -msgid "Ignore interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:185 -msgid "Ignore resolve file" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:419 -msgid "Image" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:67 -msgid "In" -msgstr "" - -#: modules/luci-base/luasrc/view/csrftoken.htm:13 -msgid "" -"In order to prevent unauthorized access to the system, your request has been " -"blocked. Click \"Continue »\" below to return to the previous page." -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:157 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:141 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:128 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:106 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:115 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:138 -msgid "Inactivity timeout" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:265 -msgid "Inbound:" -msgstr "Dintrant :" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:90 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:95 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:92 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:97 -msgid "Incoming checksum" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:82 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:87 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:84 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:89 -msgid "Incoming key" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:92 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:97 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:94 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:99 -msgid "Incoming serialization" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:166 -msgid "Info" -msgstr "Info" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:101 -msgid "Information" -msgstr "Informacion" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:67 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:25 -msgid "Initialization failure" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:77 -msgid "Initscript" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:111 -msgid "Initscripts" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1577 -msgid "Inner certificate constraint (Domain)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1574 -msgid "Inner certificate constraint (SAN)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1571 -msgid "Inner certificate constraint (Subject)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1580 -msgid "Inner certificate constraint (Wildcard)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:268 -msgid "Install protocol extensions..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1938 -msgid "" -"Instead of joining any network with a matching SSID, only connect to the " -"BSSID %h." -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/map.htm:43 -msgid "Insufficient permissions to read UCI configuration." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:464 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:471 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:735 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:739 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:27 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:156 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:174 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:17 -msgid "Interface" -msgstr "Interfàcia" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:62 -msgid "Interface %q device auto-migrated from %q to %q." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917 -msgid "Interface Configuration" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:110 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:151 -msgid "Interface has %d pending changes" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:92 -msgid "Interface is disabled" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:64 -msgid "Interface is marked for deletion" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:209 -msgid "Interface is reconnecting..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:193 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:203 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:209 -msgid "Interface is shutting down..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:253 -msgid "Interface is starting..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:256 -msgid "Interface is stopping..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1079 -msgid "Interface name" -msgstr "Nom de l’interfàcia" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:122 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:272 -msgid "Interface not present or not connected yet." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:308 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:335 -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:38 -msgid "Interfaces" -msgstr "Interfàcias" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:20 -msgid "Internal" -msgstr "Intèrne" - -#: modules/luci-base/luasrc/view/error500.htm:8 -msgid "Internal Server Error" -msgstr "Error intèrna de servidor" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:283 -msgid "Interval For Sending Learning Packets" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:192 -#: modules/luci-compat/luasrc/view/cbi/tsection.htm:42 -msgid "Invalid" -msgstr "Invalid" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:19 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:22 -msgid "Invalid Base64 key string" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:285 -msgid "Invalid VLAN ID given! Only IDs between %d and %d are allowed." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:294 -msgid "Invalid VLAN ID given! Only unique IDs are allowed" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:403 -msgid "Invalid argument" -msgstr "Argument invalid" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:46 -msgid "" -"Invalid bearer list. Possibly too many bearers created. This protocol " -"supports one and only one bearer." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:402 -msgid "Invalid command" -msgstr "Comanda invalida" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:106 -msgid "Invalid hexadecimal value" -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:12 -msgid "Invalid username and/or password! Please try again." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:71 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:76 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:76 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:81 -msgid "Invalid value" -msgstr "La valor es pas valida" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1075 -msgid "Isolate Clients" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:231 -msgid "" -"It appears that you are trying to flash an image that does not fit into the " -"flash memory, please verify the image file!" -msgstr "" - -#: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:64 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:222 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:72 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:291 -msgid "JavaScript required!" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1746 -msgid "Join Network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1680 -msgid "Join Network: Wireless Scan" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1946 -msgid "Joining Network: %q" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223 -msgid "Keep settings and retain the current configuration" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/dmesg.js:20 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:51 -msgid "Kernel Log" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:58 -msgid "Kernel Version" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1369 -msgid "Key" -msgstr "Clau" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1397 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1398 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1399 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1400 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1412 -msgid "Key #%d" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:82 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:87 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:84 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:89 -msgid "Key for incoming packets (optional)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:86 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:91 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:88 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:93 -msgid "Key for outgoing packets (optinal)." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:54 -msgid "Kill" -msgstr "Tuar" - -#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:21 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:10 -msgid "L2TP" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:40 -msgid "L2TP Server" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:267 -msgid "LACPDU Packets" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:131 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:115 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:102 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:76 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:89 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:112 -msgid "LCP echo failure threshold" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:144 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:128 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:115 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:89 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:102 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:125 -msgid "LCP echo interval" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:101 -msgid "LED Configuration" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:974 -msgid "LLC" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:267 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:376 -msgid "Label" -msgstr "Etiqueta" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:209 -msgid "Language" -msgstr "Lenga" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:111 -msgid "Language and Style" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:24 -msgid "Latency" -msgstr "Laténcia" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:21 -msgid "Leaf" -msgstr "Fuèlha" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:495 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:591 -msgid "Lease time" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:39 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:58 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:32 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:59 -msgid "Lease time remaining" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:181 -msgid "Leasefile" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:47 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:50 -msgid "Leave empty to autodetect" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:40 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:39 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:39 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:45 -msgid "Leave empty to use the current WAN address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4030 -msgid "Legend:" -msgstr "Legenda :" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586 -msgid "Limit" -msgstr "Limit" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:389 -msgid "Limit DNS service to subnets interfaces on which we are serving DNS." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:402 -msgid "Limit listening to these interfaces, and loopback." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:25 -msgid "Line Attenuation (LATN)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:18 -msgid "Line Mode" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:17 -msgid "Line State" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:19 -msgid "Line Uptime" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:123 -msgid "Link Aggregation (Channel Bonding)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:348 -msgid "Link Monitoring" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:23 -msgid "Link On" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:278 -msgid "" -"List of DNS servers to forward " -"requests to" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1482 -msgid "" -"List of R0KHs in the same Mobility Domain.
Format: MAC-address,NAS-" -"Identifier,128-bit key as hex string.
This list is used to map R0KH-ID " -"(NAS Identifier) to a destination MAC address when requesting PMK-R1 key " -"from the R0KH that the STA used during the Initial Mobility Domain " -"Association." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1486 -msgid "" -"List of R1KHs in the same Mobility Domain.
Format: MAC-address,R1KH-ID " -"as 6 octets with colons,128-bit key as hex string.
This list is used " -"to map R1KH-ID to a destination MAC address when sending PMK-R1 key from the " -"R0KH. This is also the list of authorized R1KHs in the MD that can request " -"PMK-R1 keys." -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:82 -msgid "List of SSH key files for auth" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:308 -msgid "List of domains to allow RFC1918 responses for" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:286 -msgid "List of domains to force to an IP address." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:267 -msgid "List of hosts that supply bogus NX domain results" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:401 -msgid "Listen Interfaces" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:78 -msgid "Listen Port" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:17 -msgid "Listen only on the given interface or, if unspecified, on all" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:318 -msgid "Listening port for inbound DNS queries" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:87 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:54 -msgid "Load" -msgstr "Carga" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:61 -msgid "Load Average" -msgstr "Carga mejana" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2938 -msgid "Loading directory contents…" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:1948 -#: modules/luci-base/luasrc/view/view.htm:4 -#: modules/luci-mod-status/luasrc/view/admin_status/index.htm:12 -msgid "Loading view…" -msgstr "" - -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:77 -msgid "Local IP address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:12 -#: modules/luci-compat/luasrc/model/network.lua:30 -msgid "Local IP address is invalid" -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:86 -msgid "Local IP address to assign" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:46 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:46 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:44 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:40 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:39 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:39 -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:151 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:44 -msgid "Local IPv4 address" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:46 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:46 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:54 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:45 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:44 -msgid "Local IPv6 address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:388 -msgid "Local Service Only" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:115 -msgid "Local Startup" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:59 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:117 -msgid "Local Time" -msgstr "Ora locala" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:243 -msgid "Local domain" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:240 -msgid "" -"Local domain specification. Names matching this domain are never forwarded " -"and are resolved from DHCP or hosts files only" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:244 -msgid "Local domain suffix appended to DHCP names and hosts file entries" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:239 -msgid "Local server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:224 -msgid "" -"Localise hostname depending on the requesting subnet if multiple IPs are " -"available" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:223 -msgid "Localise queries" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1938 -msgid "Lock to BSSID" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:164 -msgid "Log output level" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:274 -msgid "Log queries" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:109 -msgid "Logging" -msgstr "Jornalizacion" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:50 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:50 -msgid "" -"Logical network from which to select the local endpoint if local IPv6 " -"address is empty and no WAN IPv6 is available (optional)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:50 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:55 -msgid "Logical network to which the tunnel will be added (bridged) (optional)." -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:38 -msgid "Login" -msgstr "Connexion" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" -msgstr "Desconnexion" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:32 -msgid "Loss of Signal Seconds (LOSS)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:581 -msgid "Lowest leased address as offset from the network address." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:47 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:82 -msgid "MAC" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:251 -msgid "MAC Address For The Actor" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:38 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2069 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:56 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:139 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:155 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:173 -msgid "MAC-Address" -msgstr "Adreça MAC" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1011 -msgid "MAC-Address Filter" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:923 -msgid "MAC-Filter" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1018 -msgid "MAC-List" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:16 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:13 -msgid "MAP / LW4over6" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:62 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:7 -msgid "MAP rule is invalid" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:321 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:322 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:323 -msgid "MBit/s" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:218 -msgid "MD5" -msgstr "MD5" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:199 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:71 -msgid "MHz" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:353 -msgid "MII" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:421 -msgid "MII / ETHTOOL ioctls" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:394 -msgid "MII Interval" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:54 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:97 -msgid "MTU" -msgstr "MTU" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:302 -msgid "" -"Make sure to clone the root filesystem using something like the commands " -"below:" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:108 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:100 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:83 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:57 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:70 -msgid "Manual" -msgstr "Manual" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:3664 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:642 -msgid "Master" -msgstr "Principal" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:23 -msgid "Max. Attainable Data Rate (ATTNDR)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1107 -msgid "Maximum allowed Listen Interval" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:336 -msgid "Maximum allowed number of active DHCP leases" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:354 -msgid "Maximum allowed number of concurrent DNS queries" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:345 -msgid "Maximum allowed size of EDNS.0 UDP packets" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:112 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:104 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:93 -msgid "Maximum amount of seconds to wait for the modem to become ready" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586 -msgid "Maximum number of leased addresses." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:886 -msgid "Maximum transmit power" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:129 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:188 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:199 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:63 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:71 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:327 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:328 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:329 -msgid "Mbit/s" -msgstr "Mbit/s" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:35 -msgid "Medium" -msgstr "Mejan" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:24 -msgid "Memory" -msgstr "Memòria" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:73 -msgid "Memory usage (%)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:3667 -msgid "Mesh" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156 -msgid "Mesh ID" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:931 -msgid "Mesh Id" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:404 -msgid "Method not found" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:349 -msgid "Method of link monitoring" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:418 -msgid "Method to determine link status" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:46 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:165 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:183 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:92 -msgid "Metric" -msgstr "Metric" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:235 -msgid "Minimum Number of Links" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:202 -msgid "Mirror monitor port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:201 -msgid "Mirror source port" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:9 -msgid "Mobile Data" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1442 -msgid "Mobility Domain" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm:154 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:157 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:180 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:442 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:926 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1664 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:43 -msgid "Mode" -msgstr "Mòde" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:55 -msgid "Model" -msgstr "Modèl" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:43 -msgid "Modem bearer teardown in progress." -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:42 -msgid "" -"Modem connection in progress. Please wait. This process will timeout after 2 " -"minutes." -msgstr "" - -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:72 -msgid "Modem default" -msgstr "Modem per defaut" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:61 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:57 -msgid "Modem device" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:41 -msgid "Modem disconnection in progress. Please wait." -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:66 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:24 -msgid "Modem information query failed" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:112 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:104 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:93 -msgid "Modem init timeout" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:44 -msgid "Modem is disabled." -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:52 -msgid "ModemManager" -msgstr "ModemManager" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:3668 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1005 -msgid "Monitor" -msgstr "Monitor" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:31 -msgid "More Characters" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2504 -msgid "More…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:192 -msgid "Mount Point" -msgstr "Punt de montatge" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:144 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:228 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:88 -msgid "Mount Points" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:229 -msgid "Mount Points - Mount Entry" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:340 -msgid "Mount Points - Swap Entry" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:228 -msgid "" -"Mount Points define at which point a memory device will be attached to the " -"filesystem" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:154 -msgid "Mount attached devices" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:162 -msgid "Mount filesystems not specifically configured" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:331 -msgid "Mount options" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:292 -msgid "Mount point" -msgstr "Punt de montatge" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:158 -msgid "Mount swap not specifically configured" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:223 -msgid "Mounted file systems" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:152 -msgid "Move down" -msgstr "Desplaçar cap aval" - -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:151 -msgid "Move up" -msgstr "Desplaçar cap amont" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1437 -msgid "NAS ID" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:87 -msgid "NAT-T Mode" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41 -msgid "NAT64 Prefix" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:26 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:31 -msgid "NCM" -msgstr "NCM" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:637 -msgid "NDP-Proxy" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:72 -msgid "NT Domain" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:274 -msgid "NTP server candidates" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2542 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3785 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:710 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:67 -msgid "Name" -msgstr "Nom" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1916 -msgid "Name of the new network" -msgstr "" - -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:40 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:50 -msgid "Navigation" -msgstr "Navigacion" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:45 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:959 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2068 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:381 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:63 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:138 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:162 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:180 -msgid "Network" -msgstr "Ret" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:68 -msgid "Network Utilities" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:380 -msgid "Network boot image" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:7 -msgid "Network device activity (kernel: netdev)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:15 -#: modules/luci-compat/luasrc/model/network.lua:33 -msgid "Network device is not present" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:50 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:55 -msgid "Network interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:777 -msgid "New interface for \"%s\" can not be created: %s" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:713 -msgid "New interface name…" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/delegator.htm:11 -msgid "Next »" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:3643 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:296 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:345 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 -msgid "No" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:562 -msgid "No DHCP Server configured for this interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1310 -msgid "No Encryption" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:87 -msgid "No Host Routes" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:89 -msgid "No NAT-T" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:79 -msgid "No RX signal" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:69 -msgid "No client associated" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:406 -msgid "No data received" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2878 -msgid "No entries in this directory" -msgstr "" - -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:82 -msgid "No files found" -msgstr "Pas cap de fichièr trobat" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:79 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:84 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:81 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:86 -msgid "No host route" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:674 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:142 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:241 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:59 -msgid "No information available" -msgstr "Pas cap d'informacion disponibla" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:63 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:8 -msgid "No matching prefix delegation" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:140 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:143 -msgid "No more slaves available" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:187 -msgid "No more slaves available, can not save interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:251 -msgid "No negative cache" -msgstr "" - -#: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:54 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:212 -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:55 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:79 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:279 -msgid "No password set!" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:130 -msgid "No peers defined yet" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:121 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:268 -msgid "No public keys present yet." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:90 -msgid "No rules in this chain." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:384 -msgid "No validation or filtering" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:152 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:825 -msgid "No zone assigned" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:58 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:84 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:187 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:141 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:174 -msgid "Noise" -msgstr "Bruch" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27 -msgid "Noise Margin (SNR)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:270 -msgid "Noise:" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 -msgid "Non Pre-emptive CRC errors (CRC_P)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:394 -msgid "Non-wildcard" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100 -msgid "None" -msgstr "Cap" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:177 -msgid "Normal" -msgstr "Normala" - -#: modules/luci-base/luasrc/view/error404.htm:8 -msgid "Not Found" -msgstr "Pas trobat" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:75 -msgid "Not associated" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32 -msgid "Not connected" -msgstr "Pas connectat" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:120 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:146 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:280 -msgid "Not present" -msgstr "Pas present" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:101 -msgid "Not started on boot" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:409 -msgid "Not supported" -msgstr "Pas pres en carga" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167 -msgid "Notice" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:127 -msgid "Nslookup" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:332 -msgid "Number of IGMP membership reports" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:362 -msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:199 -msgid "Number of parallel threads used for compression" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:309 -msgid "Number of peer notifications after failover event" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:69 -msgid "Obfuscated Group Password" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:61 -msgid "Obfuscated Password" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:105 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:49 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:93 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:80 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:54 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:67 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:93 -msgid "Obtain IPv6-Address" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:18 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:351 -msgid "Off" -msgstr "Desactivat" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:15 -msgid "Off-State Delay" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:18 -msgid "On" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:96 -msgid "On-Link route" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:11 -msgid "On-State Delay" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:484 -msgid "One of hostname or mac address must be specified!" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:466 -msgid "One of the following: %s" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/nullsection.htm:17 -#: modules/luci-compat/luasrc/view/cbi/ucisection.htm:22 -msgid "One or more fields contain invalid values!" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/map.htm:32 -msgid "One or more invalid/required values on tab" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/nullsection.htm:19 -#: modules/luci-compat/luasrc/view/cbi/ucisection.htm:24 -msgid "One or more required fields have no value!" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:229 -msgid "" -"Only if current active slave fails and the primary slave is up (failure, 2)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:444 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:19 -msgid "Open list..." -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_openconnect.lua:9 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:64 -msgid "OpenConnect (CISCO AnyConnect)" -msgstr "" - -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:12 -msgid "OpenFortivpn" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:882 -msgid "Operating frequency" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:1971 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3653 -msgid "Option \"%s\" contains an invalid input value." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:1984 -msgid "Option \"%s\" must not be empty." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4037 -msgid "Option changed" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4039 -msgid "Option removed" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1609 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:92 -msgid "Optional" -msgstr "Opcional" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:102 -msgid "" -"Optional. 32-bit mark for outgoing encrypted packets. Enter value in hex, " -"starting with 0x." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:218 -msgid "" -"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or " -"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating " -"server, use the suffix (like '::1') to form the IPv6 address ('a:b:c:d::1') " -"for the interface." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:143 -msgid "" -"Optional. Base64-encoded preshared key. Adds in an additional layer of " -"symmetric-key cryptography for post-quantum resistance." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:159 -msgid "Optional. Create routes for Allowed IPs for this peer." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:134 -msgid "Optional. Description of peer." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:87 -msgid "Optional. Do not create host routes to peers." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:161 -msgid "" -"Optional. Host of peer. Names are resolved prior to bringing up the " -"interface." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:97 -msgid "Optional. Maximum Transmission Unit of tunnel interface." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:165 -msgid "Optional. Port of peer." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:169 -msgid "" -"Optional. Seconds between keep alive messages. Default is 0 (disabled). " -"Recommended value if this device is behind a NAT is 25." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:78 -msgid "Optional. UDP port used for outgoing and incoming packets." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:71 -msgid "Options" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:346 -msgid "Other:" -msgstr "Autre :" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:68 -msgid "Out" -msgstr "Sortissant" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:275 -msgid "Outbound:" -msgstr "Sortent :" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:91 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:96 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:93 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:98 -msgid "Outgoing checksum" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:86 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:91 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:88 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:93 -msgid "Outgoing key" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:93 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:98 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:95 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:100 -msgid "Outgoing serialization" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:50 -msgid "Output Interface" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:59 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:165 -msgid "Output zone" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:57 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:222 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:40 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:50 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:76 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:71 -msgid "Override MAC address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:61 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:226 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:67 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:44 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:54 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:158 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:71 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:145 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:132 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:110 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:119 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:97 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:77 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:62 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:57 -msgid "Override MTU" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:72 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:63 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:72 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:67 -msgid "Override TOS" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:72 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:58 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:67 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:62 -msgid "Override TTL" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1079 -msgid "Override default interface name" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:167 -msgid "Override the gateway in DHCP responses" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:603 -msgid "" -"Override the netmask sent to clients. Normally it is calculated from the " -"subnet that is served." -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:179 -msgid "Override the table used for internal routes" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:3 -msgid "Overview" -msgstr "Apercebut" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2721 -msgid "Overwrite existing file \"%s\" ?" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:70 -msgid "Owner" -msgstr "Proprietari" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:97 -msgid "PAP/CHAP (both)" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:98 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:90 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:89 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:76 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:44 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:63 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:46 -msgid "PAP/CHAP password" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:96 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:103 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:88 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:87 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:74 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:42 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:61 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:77 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:44 -msgid "PAP/CHAP username" -msgstr "Identificant PAP / CHAP" - -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101 -msgid "PDP Type" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:69 -msgid "PID" -msgstr "PID" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68 -msgid "PIN" -msgstr "Còdi personal" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:21 -#: modules/luci-compat/luasrc/model/network.lua:39 -msgid "PIN code rejected" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1477 -msgid "PMK R1 Push" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:13 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:43 -msgid "PPP" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:58 -msgid "PPPoA Encapsulation" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:19 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:28 -msgid "PPPoATM" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:17 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:28 -msgid "PPPoE" -msgstr "PPPoE" - -#: modules/luci-compat/luasrc/model/network/proto_pppossh.lua:9 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:28 -msgid "PPPoSSH" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:15 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:28 -msgid "PPtP" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:73 -msgid "PSID offset" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:70 -msgid "PSID-bits length" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:918 -msgid "PTM/EFM (Packet Transfer Mode)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:882 -msgid "Packet Steering" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:53 -msgid "Packets" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:275 -msgid "Packets To Transmit Before Moving To Next Slave" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:152 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:825 -msgid "Part of zone %q" -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:29 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1599 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:51 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:108 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:52 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:58 -msgid "Password" -msgstr "Senhal" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:25 -msgid "Password authentication" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1531 -msgid "Password of Private Key" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1589 -msgid "Password of inner Private Key" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:31 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:33 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:35 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:37 -msgid "Password strength" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:111 -msgid "Password2" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:239 -msgid "Paste or drag SSH key file…" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1510 -msgid "Path to CA-Certificate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1525 -msgid "Path to Client-Certificate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1528 -msgid "Path to Private Key" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1568 -msgid "Path to inner CA-Certificate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1583 -msgid "Path to inner Client-Certificate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1586 -msgid "Path to inner Private Key" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2731 -msgid "Paused" -msgstr "En pausa" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:271 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:281 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:332 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:342 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:352 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:237 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:247 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:257 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:266 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:276 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:294 -msgid "Peak:" -msgstr "Punta :" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:89 -msgid "Peer IP address to assign" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:14 -#: modules/luci-compat/luasrc/model/network.lua:32 -msgid "Peer address is missing" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:115 -msgid "Peers" -msgstr "Pars" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:80 -msgid "Perfect Forward Secrecy" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:93 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:98 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:95 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:100 -msgid "Perform outgoing packets serialization (optional)." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:34 -msgid "Perform reboot" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:378 -msgid "Perform reset" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:407 -msgid "Permission denied" -msgstr "Permission refusada" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:169 -msgid "Persistent Keep Alive" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:288 -msgid "Phy Rate:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:325 -msgid "Physical Settings" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:79 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:80 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:90 -msgid "Ping" -msgstr "Ping" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:48 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:49 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:83 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:84 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:138 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:63 -msgid "Pkts." -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:19 -msgid "Please enter your username and password." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3768 -msgid "Please select the file to upload." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:53 -msgid "Policy" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:21 -msgid "Port" -msgstr "Pòrt" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:278 -msgid "Port status:" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:492 -msgid "Potential negation of: %s" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:38 -msgid "Power Management Mode" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:36 -msgid "Pre-emptive CRC errors (CRCP_P)" -msgstr "" - -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 -msgid "Prefer LTE" -msgstr "Preferir LTE" - -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:74 -msgid "Prefer UMTS" -msgstr "Preferir UMTS" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:33 -msgid "Prefix Delegated" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:143 -msgid "Preshared Key" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:131 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:115 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:102 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:76 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:89 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:112 -msgid "" -"Presume peer to be dead after given amount of LCP echo failures, use 0 to " -"ignore failures" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:407 -msgid "Prevent listening on these interfaces." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1075 -msgid "Prevents client-to-client communication" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:211 -msgid "Primary Slave" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:228 -msgid "" -"Primary becomes active slave when it comes back up if speed and duplex " -"better than current slave (better, 1)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:227 -msgid "Primary becomes active slave whenever it comes back up (always, 0)" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:61 -msgid "Private Key" -msgstr "Clau privada" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:64 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:63 -msgid "Processes" -msgstr "Processus" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:21 -msgid "Profile" -msgstr "Perfil" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:66 -msgid "Prot." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:79 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:397 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:727 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:382 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32 -msgid "Protocol" -msgstr "Protocòl" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:265 -msgid "Provide NTP server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:825 -msgid "Provide new network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1004 -msgid "Pseudo Ad-Hoc (ahdemo)" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:139 -msgid "Public Key" -msgstr "Clau publica" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:275 -msgid "" -"Public keys allow for the passwordless SSH logins with a higher security " -"compared to the use of plain passwords. In order to upload a new key to the " -"device, paste an OpenSSH compatible public key line or drag a .pub file into the input field." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:214 -msgid "Public prefix routed to this device for distribution to clients." -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:9 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:27 -msgid "QMI Cellular" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:41 -msgid "Quality" -msgstr "Qualitat" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:264 -msgid "" -"Query all available upstream DNS " -"servers" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1465 -msgid "R0 Key Lifetime" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1471 -msgid "R1 Key Holder" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:88 -msgid "RFC3947 NAT-T mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:939 -msgid "RSSI threshold for joining" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:903 -msgid "RTS/CTS Threshold" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:48 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:83 -msgid "RX" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:142 -msgid "RX Rate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2072 -msgid "RX Rate / TX Rate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1343 -msgid "Radius-Accounting-Port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1348 -msgid "Radius-Accounting-Secret" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1338 -msgid "Radius-Accounting-Server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1328 -msgid "Radius-Authentication-Port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1333 -msgid "Radius-Authentication-Secret" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1323 -msgid "Radius-Authentication-Server" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:102 -msgid "Raw hex-encoded bytes. Leave empty unless your ISP require this" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:178 -msgid "" -"Read /etc/ethers to configure the DHCP-Server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:402 -msgid "Really switch protocol?" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:75 -msgid "Realtime Graphs" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1448 -msgid "Reassociation Deadline" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:293 -msgid "Rebind protection" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:20 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:126 -msgid "Reboot" -msgstr "Reaviar" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:153 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:162 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:46 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:51 -msgid "Rebooting…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:21 -msgid "Reboots the operating system of your device" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:25 -msgid "Receive" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:83 -msgid "Recommended. IP addresses of the WireGuard interface." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:348 -msgid "Reconnect this interface" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:56 -msgid "References" -msgstr "Referéncias" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2725 -msgid "Refreshing" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_relay.lua:153 -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:39 -msgid "Relay" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_relay.lua:157 -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:36 -msgid "Relay Bridge" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:154 -msgid "Relay between networks" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_relay.lua:12 -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:64 -msgid "Relay bridge" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:50 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:49 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:40 -msgid "Remote IPv4 address" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:42 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:42 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:40 -msgid "Remote IPv4 address or FQDN" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:40 -msgid "Remote IPv6 address" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:42 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:42 -msgid "Remote IPv6 address or FQDN" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:849 -msgid "Remove" -msgstr "Levar" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914 -msgid "Replace wireless configuration" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:17 -msgid "Request IPv6-address" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:23 -msgid "Request IPv6-prefix of length" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:408 -msgid "Request timeout" -msgstr "Temps passat per la requèsta" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:90 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:95 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:92 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:97 -msgid "Require incoming checksum (optional)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:92 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:97 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:94 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:99 -msgid "Require incoming packets serialization (optional)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1610 -msgid "Required" -msgstr "Requesit" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:34 -msgid "Required for certain ISPs, e.g. Charter with DOCSIS 3" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:61 -msgid "Required. Base64-encoded private key for this interface." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:139 -msgid "Required. Base64-encoded public key of peer." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:148 -msgid "" -"Required. IP addresses and prefixes that this peer is allowed to use inside " -"the tunnel. Usually the peer's tunnel IP addresses and the networks the peer " -"routes through the tunnel." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1239 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1240 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1241 -msgid "Requires hostapd" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1246 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1247 -msgid "Requires hostapd with EAP Suite-B support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1244 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1245 -msgid "Requires hostapd with EAP support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1248 -msgid "Requires hostapd with OWE support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1242 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1243 -msgid "Requires hostapd with SAE support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1237 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238 -msgid "Requires hostapd with WEP support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1607 -msgid "" -"Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"
(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:233 -msgid "" -"Requires upstream supports DNSSEC; verify unsigned domain responses really " -"come from unsigned domains" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1253 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1254 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1255 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1267 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1268 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1269 -msgid "Requires wpa-supplicant" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1260 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1261 -msgid "Requires wpa-supplicant with EAP Suite-B support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1258 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1259 -msgid "Requires wpa-supplicant with EAP support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1262 -msgid "Requires wpa-supplicant with OWE support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1256 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1257 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1272 -msgid "Requires wpa-supplicant with SAE support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1251 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1252 -msgid "Requires wpa-supplicant with WEP support" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:224 -msgid "Reselection policy for primary slave" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2203 -#: modules/luci-base/luasrc/view/sysauth.htm:39 -#: modules/luci-compat/luasrc/view/cbi/delegator.htm:17 -#: modules/luci-compat/luasrc/view/cbi/footer.htm:30 -#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:66 -msgid "Reset" -msgstr "Reinicializar" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:308 -msgid "Reset Counters" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:376 -msgid "Reset to defaults" -msgstr "Reïnicializar" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:162 -msgid "Resolv and Hosts Files" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:188 -msgid "Resolve file" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:405 -msgid "Resource not found" -msgstr "Ressorsa introbabla" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:350 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:817 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:100 -msgid "Restart" -msgstr "Reaviar" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:313 -msgid "Restart Firewall" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:815 -msgid "Restart radio interface" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:372 -msgid "Restore" -msgstr "Restablir" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:382 -msgid "Restore backup" -msgstr "Restaurar salvagarda" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:371 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:372 -msgid "Reveal/hide password" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4053 -msgid "Revert" -msgstr "Tornar" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4138 -msgid "Revert changes" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4320 -msgid "Revert request failed with status %h" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4300 -msgid "Reverting configuration…" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:372 -msgid "Root directory for files served via TFTP" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:297 -msgid "Root preparation" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:202 -msgid "Round-Robin policy (balance-rr, 0)" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:159 -msgid "Route Allowed IPs" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:73 -msgid "Route table" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:60 -msgid "Route type" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:625 -msgid "Router Advertisement-Service" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:46 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:26 -msgid "Router Password" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:15 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:194 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:27 -msgid "Routes" -msgstr "Rotas" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:15 -msgid "" -"Routes specify over which interface and gateway a certain host or network " -"can be reached." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:206 -msgid "Rule" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:335 -msgid "Run a filesystem check before mounting the device" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:335 -msgid "Run filesystem check" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2364 -msgid "Runtime error" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:219 -msgid "SHA256" -msgstr "SHA256" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:59 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:175 -msgid "SNR" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:10 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:38 -msgid "SSH Access" -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:70 -msgid "SSH server address" -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:74 -msgid "SSH server port" -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:58 -msgid "SSH username" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:274 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:51 -msgid "SSH-Keys" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1662 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:42 -msgid "SSID" -msgstr "SSID" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:9 -msgid "SSTP" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:41 -msgid "SSTP Server" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:339 -msgid "SWAP" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2866 -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2198 -#: modules/luci-compat/luasrc/view/cbi/error.htm:17 -#: modules/luci-compat/luasrc/view/cbi/footer.htm:26 -#: modules/luci-compat/luasrc/view/cbi/header.htm:20 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:435 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:123 -msgid "Save" -msgstr "Salvagardar" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2180 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4049 -#: modules/luci-compat/luasrc/view/cbi/footer.htm:22 -msgid "Save & Apply" -msgstr "Salvagardar e aplicar" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:602 -msgid "Save error" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:406 -msgid "Save mtdblock" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:396 -msgid "Save mtdblock contents" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:822 -msgid "Scan" -msgstr "Analisar" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/crontab.js:26 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:76 -msgid "Scheduled Tasks" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4033 -msgid "Section added" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4035 -msgid "Section removed" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:331 -msgid "See \"mount\" manpage for details" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:257 -msgid "" -"Select 'Force upgrade' to flash the image even if the image format check " -"fails. Use only if you are sure that the firmware is correct and meant for " -"your device!" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2622 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2762 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2927 -msgid "Select file…" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:318 -msgid "Selects the transmit hash policy to use for slave selection" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:144 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:128 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:115 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:89 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:102 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:125 -msgid "" -"Send LCP echo requests at the given interval in seconds, only effective in " -"conjunction with failure threshold" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:24 -msgid "Send the hostname of this device" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:157 -msgid "Server Settings" -msgstr "Paramètres del servidor" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:50 -msgid "Service Name" -msgstr "Nom de servici" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:87 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:71 -msgid "Service Type" -msgstr "Tipe de servici" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:36 -msgid "Services" -msgstr "Servicis" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2668 -msgid "Session expired" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:107 -msgid "Set VPN as Default Route" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:864 -msgid "" -"Set interface properties regardless of the link carrier (If set, carrier " -"sense events do not invoke hotplug handlers)." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:300 -msgid "Set same MAC Address to all slaves" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:642 -msgid "Set this interface as master for the dhcpv6 relay." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:304 -msgid "Set to currently active slave (active, 1)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:305 -msgid "Set to first slave added to the bond (follow, 2)" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:55 -#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:55 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:23 -msgid "Setting PLMN failed" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:68 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:26 -msgid "Setting operation mode failed" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:565 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:575 -msgid "Setup DHCP Server" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:31 -msgid "Severely Errored Seconds (SES)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:208 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:80 -msgid "Short GI" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1085 -msgid "Short Preamble" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:442 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:18 -msgid "Show current backup file list" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:264 -msgid "Show empty chains" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:354 -msgid "Shutdown this interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:57 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:63 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1661 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:41 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:141 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:173 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:179 -msgid "Signal" -msgstr "Senhal" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2071 -msgid "Signal / Noise" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:26 -msgid "Signal Attenuation (SATN)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:260 -msgid "Signal:" -msgstr "Senhal :" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3786 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:217 -msgid "Size" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:361 -msgid "Size of DNS query cache" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:187 -msgid "Size of the ZRam device in megabytes" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/footer.htm:18 -#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:57 -msgid "Skip" -msgstr "Ignorar" - -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:36 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:46 -msgid "Skip to content" -msgstr "" - -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:35 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:45 -msgid "Skip to navigation" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:178 -msgid "Slave Interfaces" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2883 -#: modules/luci-compat/luasrc/model/network.lua:1428 -msgid "Software VLAN" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/header.htm:5 -msgid "Some fields are invalid, cannot save values!" -msgstr "" - -#: modules/luci-base/luasrc/view/error404.htm:9 -msgid "Sorry, the object you requested was not found." -msgstr "" - -#: modules/luci-base/luasrc/view/error500.htm:9 -msgid "Sorry, the server encountered an unexpected error." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:414 -msgid "" -"Sorry, there is no sysupgrade support present; a new firmware image must be " -"flashed manually. Please refer to the wiki for device specific install " -"instructions." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:383 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:69 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:182 -msgid "Source" -msgstr "Font" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:84 -msgid "Source Address" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:50 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:50 -msgid "Source interface" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:342 -msgid "" -"Specifies that duplicate frames (received on inactive ports) should be " -"dropped or delivered" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:358 -msgid "Specifies the ARP link monitoring frequency in milliseconds" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:366 -msgid "Specifies the IP addresses to use for ARP monitoring" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:395 -msgid "Specifies the MII link monitoring frequency in milliseconds" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:259 -msgid "Specifies the aggregation selection logic to use" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:292 -msgid "Specifies the directory the device is attached to" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:252 -msgid "" -"Specifies the mac-address for the actor in protocol packet exchanges " -"(LACPDUs). If empty, masters' mac address defaults to system default" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:175 -msgid "" -"Specifies the maximum amount of failed ARP requests until hosts are presumed " -"to be dead" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:171 -msgid "" -"Specifies the maximum amount of seconds after which hosts are presumed to be " -"dead" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:886 -msgid "" -"Specifies the maximum transmit power the wireless radio may use. Depending " -"on regulatory requirements and wireless usage, the actual transmit power may " -"be reduced by the driver." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:236 -msgid "" -"Specifies the minimum number of links that must be active before asserting " -"carrier" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:200 -msgid "Specifies the mode to be used for this bonding interface" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:333 -msgid "" -"Specifies the number of IGMP membership reports to be issued after a " -"failover event in 200ms intervals" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:276 -msgid "" -"Specifies the number of packets to transmit through a slave before moving to " -"the next one" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:310 -msgid "" -"Specifies the number of peer notifications (gratuitous ARPs and unsolicited " -"IPv6 Neighbor Advertisements) to be issued after a failover event" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:284 -msgid "" -"Specifies the number of seconds between instances where the bonding driver " -"sends learning packets to each slaves peer switch" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:374 -msgid "Specifies the quantity of ARP IP targets that must be reachable" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:268 -msgid "" -"Specifies the rate in which the link partner will be asked to transmit " -"LACPDU packets" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:225 -msgid "" -"Specifies the reselection policy for the primary slave when failure of the " -"active slave or recovery of the primary slave occurs" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:244 -msgid "Specifies the system priority" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:403 -msgid "" -"Specifies the time in milliseconds to wait before disabling a slave after a " -"link failure detection" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:411 -msgid "" -"Specifies the time in milliseconds to wait before enabling a slave after a " -"link recovery detection" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:382 -msgid "" -"Specifies whether ARP probes and replies should be validated or non-ARP " -"traffic should be filtered for link monitoring" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:301 -msgid "" -"Specifies whether active-backup mode should set all slaves to the same MAC " -"address at enslavement" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:419 -msgid "" -"Specifies whether or not miimon should use MII or ETHTOOL ioctls vs. " -"netif_carrier_ok()" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:293 -msgid "" -"Specifies whether to shuffle active flows across slaves based on the load" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:179 -msgid "" -"Specifies which slave interfaces should be attached to this bonding interface" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:212 -msgid "" -"Specifies which slave is the primary device. It will always be the active " -"slave while it is available" -msgstr "" - -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:63 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:72 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:67 -msgid "Specify a TOS (Type of Service)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:72 -msgid "" -"Specify a TOS (Type of Service). Can be either inherit (the " -"outer header inherits the value of the inner header) or an hexadecimal value " -"starting with 0x (optional)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:72 -msgid "" -"Specify a TTL (Time to Live) for the encapsulating packet other than the " -"default (64) (optional)." -msgstr "" - -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:58 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:67 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:62 -msgid "" -"Specify a TTL (Time to Live) for the encapsulating packet other than the " -"default (64)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:72 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:77 -msgid "" -"Specify a Traffic Class. Can be either inherit (the outer " -"header inherits the value of the inner header) or an hexadecimal value " -"starting with 0x (optional)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:67 -msgid "" -"Specify an MTU (Maximum Transmission Unit) other than the default (1280 " -"bytes) (optional)." -msgstr "" - -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:62 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:57 -msgid "" -"Specify an MTU (Maximum Transmission Unit) other than the default (1280 " -"bytes)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1931 -msgid "Specify the secret encryption key here." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:581 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:99 -msgid "Start" -msgstr "Debuta" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:76 -msgid "Start priority" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1765 -msgid "Start refresh" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4253 -msgid "Starting configuration apply…" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1678 -msgid "Starting wireless scan..." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:109 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:64 -msgid "Startup" -msgstr "Aviada" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:19 -msgid "Static IPv4 Routes" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:19 -msgid "Static IPv6 Routes" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:165 -msgid "Static Leases" -msgstr "" - -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:76 -msgid "Static Routes" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:1981 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:172 -#: modules/luci-compat/luasrc/model/network.lua:967 -msgid "Static address" -msgstr "Adreça estatica" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:411 -msgid "" -"Static leases are used to assign fixed IP addresses and symbolic hostnames " -"to DHCP clients. They are also required for non-dynamic interface " -"configurations where only hosts with a corresponding lease are served." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1102 -msgid "Station inactivity limit" -msgstr "" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:16 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:385 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:871 -#: modules/luci-mod-status/luasrc/view/admin_status/index.htm:9 -msgid "Status" -msgstr "Estatut" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:356 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:101 -msgid "Stop" -msgstr "Arrestar" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1676 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1770 -msgid "Stop refresh" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:259 -msgid "Strict order" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:33 -msgid "Strong" -msgstr "Fòrt" - -#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:61 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1956 -msgid "Submit" -msgstr "Sometre" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:203 -msgid "Suppress logging" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:204 -msgid "Suppress logging of the routine operation of these protocols" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:44 -msgid "Swap free" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:139 -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:3 -msgid "Switch" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:172 -msgid "Switch %q" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:150 -msgid "" -"Switch %q has an unknown topology - the VLAN settings might not be accurate." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2883 -#: modules/luci-compat/luasrc/model/network.lua:1426 -msgid "Switch VLAN" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:403 -msgid "Switch protocol" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:103 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:104 -#: modules/luci-compat/luasrc/view/cbi/ipaddr.htm:26 -msgid "Switch to CIDR list notation" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 -msgid "Symbolic link" -msgstr "Ligam simbolic" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:75 -msgid "Sync with NTP-Server" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:67 -msgid "Sync with browser" -msgstr "" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:26 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:17 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:99 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:3 -msgid "System" -msgstr "Sistèma" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/syslog.js:25 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:39 -msgid "System Log" -msgstr "Jornal sistèma" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:243 -msgid "System Priority" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:104 -msgid "System Properties" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:141 -msgid "System log buffer size" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:336 -msgid "TCP:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:163 -msgid "TFTP Settings" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 -msgid "TFTP server root" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:49 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:84 -msgid "TX" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:142 -msgid "TX Rate" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:17 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:166 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:184 -msgid "Table" -msgstr "Tablèu" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:31 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:65 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:163 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:181 -msgid "Target" -msgstr "Cibla" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:103 -msgid "Target network" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:50 -msgid "Terminate" -msgstr "Terminar" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:84 -msgid "The block mount command failed with code %d" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:77 -msgid "" -"The HE.net endpoint update configuration changed, you must now use the plain " -"username instead of the user ID!" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:40 -msgid "The IPv4 address or the fully-qualified domain name of the remote end." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:42 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:42 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:40 -msgid "" -"The IPv4 address or the fully-qualified domain name of the remote tunnel end." -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:40 -msgid "The IPv6 address or the fully-qualified domain name of the remote end." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:42 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:42 -msgid "" -"The IPv6 address or the fully-qualified domain name of the remote tunnel end." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:53 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:59 -msgid "" -"The IPv6 prefix assigned to the provider, usually ends with ::" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1916 -msgid "" -"The allowed characters are: A-Z, a-z, 0-9 and _" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/error.htm:6 -msgid "The configuration file could not be loaded due to the following error:" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4129 -msgid "" -"The device could not be reached within %d seconds after applying the pending " -"changes, which caused the configuration to be rolled back for safety " -"reasons. If you believe that the configuration changes are correct " -"nonetheless, perform an unchecked configuration apply. Alternatively, you " -"can dismiss this warning and edit changes before attempting to apply again, " -"or revert all pending changes to keep the currently working configuration " -"state." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:280 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:392 -msgid "" -"The device file of the memory or partition (e.g." -" /dev/sda1)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:736 -msgid "" -"The existing wireless configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:215 -msgid "" -"The flash image was uploaded. Below is the checksum and file size listed, " -"compare them with the original file to ensure data integrity.
Click " -"\"Proceed\" below to start the flash procedure." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:195 -msgid "The following rules are currently active on this system." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:154 -msgid "The gateway address must not be a local IP address" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:147 -msgid "The given SSH public key has already been added." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:153 -msgid "" -"The given SSH public key is invalid. Please supply proper public RSA or " -"ECDSA keys." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:716 -msgid "The interface name is already used" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:722 -msgid "The interface name is too long" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:61 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:55 -msgid "" -"The length of the IPv4 prefix in bits, the remainder is used in the IPv6 " -"addresses." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:57 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:63 -msgid "The length of the IPv6 prefix in bits" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:163 -msgid "The local IPv4 address" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:46 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:46 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:44 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:44 -msgid "The local IPv4 address over which the tunnel is created (optional)." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:169 -msgid "The local IPv4 netmask" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:46 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:46 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:44 -msgid "The local IPv6 address over which the tunnel is created (optional)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1922 -msgid "The network name is already used" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:139 -msgid "" -"The network ports on this device can be combined to several VLANs in which computers can " -"communicate directly with each other. VLANs are often used to separate different network " -"segments. Often there is by default one Uplink port for a connection to the " -"next greater network like the internet and other ports for a local network." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:158 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:42 -msgid "The reboot command failed with code %d" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:147 -msgid "The restore command failed with code %d" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1297 -msgid "The selected %s mode is incompatible with %s encryption" -msgstr "" - -#: modules/luci-base/luasrc/view/csrftoken.htm:11 -msgid "The submitted security token is invalid or already expired!" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:98 -msgid "" -"The system is erasing the configuration partition now and will reboot itself " -"when finished." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:291 -msgid "" -"The system is flashing now.
DO NOT POWER OFF THE DEVICE!
Wait a " -"few minutes before you try to reconnect. It might be necessary to renew the " -"address of your computer to reach the device again, depending on your " -"settings." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:163 -msgid "" -"The system is rebooting now. If the restored configuration changed the " -"current LAN IP address, you might need to reconnect manually." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:85 -msgid "The system password has been successfully changed." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:317 -msgid "The sysupgrade command failed with code %d" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:120 -msgid "" -"The uploaded backup archive appears to be valid and contains the files " -"listed below. Press \"Continue\" to restore the backup and reboot, or " -"\"Cancel\" to abort the operation." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:115 -msgid "The uploaded backup archive is not readable" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:244 -msgid "The uploaded firmware does not allow keeping current configuration." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:239 -msgid "" -"The uploaded image file does not contain a supported format. Make sure that " -"you choose the generic image format for your platform." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:535 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:567 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:52 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:89 -msgid "There are no active leases" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4268 -msgid "There are no changes to apply" -msgstr "" - -#: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:55 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:213 -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:56 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:80 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:282 -msgid "" -"There is no password set on this router. Please configure a root password to " -"protect the web interface." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:49 -msgid "This IPv4 address of the relay" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1551 -msgid "This authentication type is not applicable to the selected EAP method." -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:57 -msgid "This does not look like a valid PEM file" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:256 -msgid "" -"This file may contain lines like 'server=/domain/1.2.3.4' or " -"'server=1.2.3.4' for domain-specific or full upstream DNS servers." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:426 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:16 -msgid "" -"This is a list of shell glob patterns for matching files and directories to " -"include during sysupgrade. Modified files in /etc/config/ and certain other " -"configurations are automatically preserved." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:81 -msgid "" -"This is either the \"Update Key\" configured for the tunnel or the account " -"password if no update key has been configured" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:116 -msgid "" -"This is the content of /etc/rc.local. Insert your own commands here (in " -"front of 'exit 0') to execute them at the end of the boot process." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:54 -msgid "" -"This is the local endpoint address assigned by the tunnel broker, it usually " -"ends with ...:2/64" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:173 -msgid "" -"This is the only DHCP in the local network" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:73 -msgid "This is the plain username for logging into the account" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:57 -msgid "" -"This is the prefix routed to you by the tunnel broker for use by clients" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/crontab.js:28 -msgid "This is the system crontab in which scheduled tasks can be defined." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:50 -msgid "" -"This is usually the address of the nearest PoP operated by the tunnel broker" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:65 -msgid "" -"This list gives an overview over currently running system processes and " -"their status." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1505 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1563 -msgid "" -"This option cannot be used because the ca-bundle package is not installed." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2205 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2511 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 -#: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 -msgid "This section contains no values yet" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:110 -msgid "Time Synchronization" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1093 -msgid "Time interval for rekeying GTK" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:124 -msgid "Timezone" -msgstr "Fus orari" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2678 -msgid "To login…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:372 -msgid "" -"To restore configuration files, you can upload a previously generated backup " -"archive here. To reset the firmware to its initial state, click \"Perform " -"reset\" (only possible with squashfs images)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:907 -msgid "Tone" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:35 -msgid "Total Available" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:102 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:103 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:113 -msgid "Traceroute" -msgstr "Traceroute" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:53 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:64 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:96 -msgid "Traffic" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:72 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:77 -msgid "Traffic Class" -msgstr "Classa del trafic" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:385 -msgid "Transfer" -msgstr "Transferir" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:24 -msgid "Transmit" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:317 -msgid "Transmit Hash Policy" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:74 -msgid "Trigger" -msgstr "Desenclavador" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:19 -msgid "Trigger Mode" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:69 -msgid "Tunnel ID" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2886 -#: modules/luci-compat/luasrc/model/network.lua:1431 -msgid "Tunnel Interface" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:44 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:55 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:76 -msgid "Tunnel Link" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:185 -msgid "Tx-Power" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:44 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:61 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43 -msgid "Type" -msgstr "Tipe" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:326 -msgid "UDP:" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:90 -msgid "UMTS only" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_3g.lua:10 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:43 -msgid "UMTS/GPRS/EV-DO" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:254 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:360 -msgid "UUID" -msgstr "UUID" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:16 -#: modules/luci-base/htdocs/luci-static/resources/network.js:17 -#: modules/luci-compat/luasrc/model/network.lua:34 -#: modules/luci-compat/luasrc/model/network.lua:35 -msgid "Unable to determine device name" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:18 -#: modules/luci-compat/luasrc/model/network.lua:36 -msgid "Unable to determine external IP address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:19 -#: modules/luci-compat/luasrc/model/network.lua:37 -msgid "Unable to determine upstream interface" -msgstr "" - -#: modules/luci-base/luasrc/view/error404.htm:11 -msgid "Unable to dispatch" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/dmesg.js:9 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/syslog.js:15 -msgid "Unable to load log data:" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:54 -#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:54 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:22 -msgid "Unable to obtain client ID" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:221 -msgid "Unable to obtain mount information" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:278 -msgid "Unable to reset ip6tables counters: %s" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:276 -msgid "Unable to reset iptables counters: %s" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:61 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:7 -msgid "Unable to resolve AFTR host name" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:20 -#: modules/luci-compat/luasrc/model/network.lua:38 -msgid "Unable to resolve peer host name" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:284 -msgid "Unable to restart firewall: %s" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/crontab.js:20 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:342 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:57 -msgid "Unable to save contents: %s" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:33 -msgid "Unavailable Seconds (UAS)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/fs.js:102 -msgid "Unexpected reply data format" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:1983 -#: modules/luci-compat/luasrc/model/network.lua:971 -msgid "Unknown" -msgstr "Desconegut" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:47 -msgid "Unknown and unsupported connection method." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2292 -#: modules/luci-compat/luasrc/model/network.lua:1138 -msgid "Unknown error (%s)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:412 -msgid "Unknown error code" -msgstr "Còde d'error desconegut" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:1980 -#: modules/luci-base/htdocs/luci-static/resources/protocol/none.js:6 -#: modules/luci-compat/luasrc/model/network.lua:965 -msgid "Unmanaged" -msgstr "Pas gerit" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:195 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:217 -msgid "Unmount" -msgstr "Desmontar" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:112 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:259 -msgid "Unnamed key" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3973 -msgid "Unsaved Changes" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:410 -msgid "Unspecified error" -msgstr "Error pas precisada" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:64 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:9 -msgid "Unsupported MAP type" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:69 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:27 -msgid "Unsupported modem" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:267 -msgid "Unsupported protocol type." -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:151 -msgid "Up" -msgstr "Amont" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:410 -msgid "Up Delay" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3860 -msgid "Upload" -msgstr "Mandadís" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:413 -msgid "" -"Upload a sysupgrade-compatible image here to replace the running firmware." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:138 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:169 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:384 -msgid "Upload archive..." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2816 -msgid "Upload file" -msgstr "Enviar un fichièr" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2791 -msgid "Upload file…" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2738 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3848 -msgid "Upload request failed: %s" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3767 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3821 -msgid "Uploading file…" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:737 -msgid "" -"Upon pressing \"Continue\", anonymous \"wifi-iface\" sections will be " -"assigned with a name in the form wifinet# and the network will be " -"restarted to apply the updated configuration." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:60 -msgid "Uptime" -msgstr "Temps de connexion" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:177 -msgid "Use /etc/ethers" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:269 -msgid "Use DHCP advertised servers" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:167 -msgid "Use DHCP gateway" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:40 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:124 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:39 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:116 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:68 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:59 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:103 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:90 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:64 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:77 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:100 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:69 -msgid "Use DNS servers advertised by peer" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:565 -msgid "Use ISO/IEC 3166 alpha2 country codes." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:56 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:97 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:77 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:61 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:75 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:92 -msgid "Use MTU on tunnel interface" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:93 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:73 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:57 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:88 -msgid "Use TTL on tunnel interface" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:320 -msgid "Use XOR of hardware MAC addresses (layer2)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:321 -msgid "Use XOR of hardware MAC addresses and IP addresses (layer2+3)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:323 -msgid "" -"Use XOR of hardware MAC addresses and IP addresses, rely on skb_flow_dissect " -"(encap2+3)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:294 -msgid "Use as external overlay (/overlay)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:293 -msgid "Use as root filesystem (/)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:34 -msgid "Use broadcast flag" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:860 -msgid "Use builtin IPv6-management" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:43 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:182 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:127 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:42 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:62 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:106 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:93 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:67 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:80 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:103 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:72 -msgid "Use custom DNS servers" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:37 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:116 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:33 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:64 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:56 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:100 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:87 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:61 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:74 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:97 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:61 -msgid "Use default gateway" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:48 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:230 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:119 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:51 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:88 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:68 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:52 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:70 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:83 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:111 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:153 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:72 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:67 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:111 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:98 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:72 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:85 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:108 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:64 -msgid "Use gateway metric" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:96 -msgid "Use legacy MAP" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:96 -msgid "" -"Use legacy MAP interface identifier format (draft-ietf-softwire-map-00) " -"instead of RFC7597" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:179 -msgid "Use routing table" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1498 -msgid "Use system certificates" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1556 -msgid "Use system certificates for inner-tunnel" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:412 -msgid "" -"Use the Add Button to add a new lease entry. The MAC-Address identifies the host, the IPv4-Address specifies the fixed " -"address to use, and the Hostname is assigned as a symbolic name to " -"the requesting host. The optional Lease time can be used to set non-" -"standard host-specific lease time, e.g. 12h, 3d or infinite." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:322 -msgid "Use upper layer protocol information (layer3+4)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:324 -msgid "" -"Use upper layer protocol information, rely on skb_flow_dissect (encap3+4)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:36 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:194 -msgid "Used" -msgstr "Utilizat" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1394 -msgid "Used Key Slot" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1437 -msgid "" -"Used for two different purposes: RADIUS NAS ID and 802.11r R0KH-ID. Not " -"needed with normal WPA(2)-PSK." -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:105 -msgid "User Group" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:114 -msgid "User certificate (PEM encoded)" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:126 -msgid "User key (PEM encoded)" -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:23 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:106 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:50 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:56 -msgid "Username" -msgstr "Nom d'utilizaire" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975 -msgid "VC-Mux" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:923 -msgid "VDSL" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:173 -msgid "VLANs on %q" -msgstr "" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:54 -msgid "VPN" -msgstr "VPN" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:42 -msgid "VPN Local address" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:46 -msgid "VPN Local port" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:96 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:42 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:58 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:39 -msgid "VPN Server" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:99 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:45 -msgid "VPN Server port" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:103 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:60 -msgid "VPN Server's certificate SHA1 hash" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_vpnc.lua:9 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:9 -msgid "VPNC (CISCO 3000 (and others) VPN)" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:10 -msgid "VXLAN (RFC7348)" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:53 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:48 -msgid "VXLAN network identifier" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:10 -msgid "VXLANv6 (RFC7348)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1498 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1556 -msgid "" -"Validate server certificate using built-in system CA bundle,
requires " -"the \"ca-bundle\" package" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:387 -msgid "Validation for all slaves" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:385 -msgid "Validation only for active slave" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:386 -msgid "Validation only for backup slaves" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:154 -msgid "Value must not be empty" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:73 -msgid "Vendor" -msgstr "Vendeire" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:55 -msgid "Vendor Class to send when requesting DHCP" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:196 -msgid "Verifying the uploaded image file." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:59 -msgid "Virtual dynamic interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1032 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1033 -msgid "WDS" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1217 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1306 -msgid "WEP Open System" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1218 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1307 -msgid "WEP Shared Key" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1931 -msgid "WEP passphrase" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1070 -msgid "WMM Mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1931 -msgid "WPA passphrase" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1208 -msgid "" -"WPA-Encryption requires wpa_supplicant (for client mode) or hostapd (for AP " -"and ad-hoc mode) to be installed." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:47 -msgid "Waiting for device..." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:168 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:178 -msgid "Warning" -msgstr "Avertiment" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:26 -msgid "Warning: There are unsaved changes that will get lost on reboot!" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:37 -msgid "Weak" -msgstr "Feble" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1460 -msgid "" -"When using a PSK, the PMK can be automatically generated. When enabled, the " -"R0/R1 key options below are not applied. Disable this to use the R0 and R1 " -"key options." -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm:166 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:468 -msgid "Width" -msgstr "Largor" - -#: modules/luci-compat/luasrc/model/network/proto_wireguard.lua:9 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:29 -msgid "WireGuard VPN" -msgstr "" - -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:17 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:87 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105 -msgid "Wireless" -msgstr "Inalambric" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2874 -#: modules/luci-compat/luasrc/model/network.lua:1419 -msgid "Wireless Adapter" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2853 -#: modules/luci-base/htdocs/luci-static/resources/network.js:4057 -#: modules/luci-compat/luasrc/model/network.lua:1405 -#: modules/luci-compat/luasrc/model/network.lua:1868 -msgid "Wireless Network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:753 -msgid "Wireless Overview" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:922 -msgid "Wireless Security" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:735 -msgid "Wireless configuration migration" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:153 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:193 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:47 -msgid "Wireless is disabled" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:153 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:193 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:47 -msgid "Wireless is not associated" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:877 -msgid "Wireless network is disabled" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:877 -msgid "Wireless network is enabled" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:275 -msgid "Write received DNS requests to syslog" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:160 -msgid "Write system log to file" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:204 -msgid "XOR policy (balance-xor, 2)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:3643 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:295 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:344 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 -msgid "Yes" -msgstr "Òc" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:303 -msgid "Yes (none, 0)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:176 -msgid "" -"You appear to be currently connected to the device via the \"%h\" interface. " -"Do you really want to shut down the interface?" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:112 -msgid "" -"You can enable or disable installed init scripts here. Changes will applied " -"after a device reboot.
Warning: If you disable essential init " -"scripts like \"network\", your device might become inaccessible!" -msgstr "" - -#: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:65 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:223 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:73 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:294 -msgid "" -"You must enable JavaScript in your browser or LuCI will not work properly." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:115 -msgid "" -"You must select a primary interface which is included in selected slave " -"interfaces!" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:96 -msgid "" -"You must select at least one ARP IP target if ARP monitoring is selected!" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:192 -msgid "ZRam Compression Algorithm" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:199 -msgid "ZRam Compression Streams" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:185 -msgid "ZRam Settings" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:187 -msgid "ZRam Size" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:331 -msgid "any" -msgstr "Quin que siá" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:908 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:916 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:921 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1157 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:78 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:48 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:51 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:103 -msgid "auto" -msgstr "auto" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:85 -msgid "automatic" -msgstr "automatic" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:82 -msgid "baseT" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:981 -msgid "bridged" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:146 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:401 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:35 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:99 -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:31 -msgid "create" -msgstr "crear" - -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:69 -msgid "create:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:55 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:57 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:58 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:62 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:63 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:83 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:84 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:87 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:185 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:187 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:171 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:173 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:174 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:178 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:179 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:261 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:264 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:267 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:271 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:274 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:277 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:303 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:304 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:305 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:309 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:310 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:311 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:313 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:314 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:315 -msgid "dBm" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1014 -msgid "disable" -msgstr "desactivar" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:185 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:626 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:632 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:638 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25 -msgid "disabled" -msgstr "desactivat" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:519 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:553 -msgid "driver default" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:81 -msgid "e.g: --proxy 10.10.10.10" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:83 -msgid "e.g: dump" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:524 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:545 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:42 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:69 -msgid "expired" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:182 -msgid "" -"file where given DHCP-leases will be stored" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:85 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:195 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:61 -msgid "forward" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:84 -msgid "full-duplex" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:84 -msgid "half-duplex" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:569 -msgid "hexadecimal encoded value" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1738 -msgid "hidden" -msgstr "amagat" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:629 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:635 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:640 -msgid "hybrid mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:36 -msgid "if target is a network" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:63 -msgid "ignore" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:69 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:191 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:46 -msgid "input" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:395 -msgid "key between 8 and 63 characters" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:407 -msgid "key with either 5 or 13 characters" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:189 -msgid "local DNS file" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1316 -msgid "medium security" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1465 -msgid "minutes" -msgstr "minutas" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:422 -msgid "netif_carrier_ok()" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46 -msgid "no" -msgstr "non" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:76 -msgid "no link" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 -msgid "non-empty value" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:3007 -msgid "none" -msgstr "pas res" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:41 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:55 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:69 -msgid "not present" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:347 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:901 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:905 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:197 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:245 -msgid "off" -msgstr "desactivat" - -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:196 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:242 -msgid "on" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1317 -msgid "open network" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:69 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:46 -msgid "output" -msgstr "sortida" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:241 -msgid "positive decimal value" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:233 -msgid "positive integer value" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:80 -msgid "random" -msgstr "aleatòri" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:628 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:634 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:639 -msgid "relay mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982 -msgid "routed" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1093 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1102 -msgid "sec" -msgstr "seg" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:627 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:633 -msgid "server mode" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:53 -msgid "sstpc Log-level" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649 -msgid "stateful-only" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:647 -msgid "stateless" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:648 -msgid "stateless + stateful" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1315 -msgid "strong security" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:352 -msgid "tagged" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1448 -msgid "time units (TUs / 1.024 ms) [1000-65535]" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:559 -msgid "unique value" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:534 -msgid "unknown" -msgstr "desconegut" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:340 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:522 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:543 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:40 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:67 -msgid "unlimited" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:3372 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:138 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:369 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:393 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:428 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:465 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:561 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:53 -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:38 -msgid "unspecified" -msgstr "pas precisat" - -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:71 -msgid "unspecified -or- create:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:350 -msgid "untagged" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:246 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:121 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:132 -msgid "valid IP address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:246 -msgid "valid IP address or prefix" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:281 -msgid "valid IPv4 CIDR" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:254 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:125 -msgid "valid IPv4 address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:254 -msgid "valid IPv4 address or network" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:374 -msgid "valid IPv4 address:port" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:314 -msgid "valid IPv4 network" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:276 -msgid "valid IPv4 or IPv6 CIDR" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:267 -msgid "valid IPv4 prefix value (0-32)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:286 -msgid "valid IPv6 CIDR" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:262 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:129 -msgid "valid IPv6 address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:262 -msgid "valid IPv6 address or prefix" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:304 -msgid "valid IPv6 host id" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:319 -msgid "valid IPv6 network" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:272 -msgid "valid IPv6 prefix value (0-128)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:340 -msgid "valid MAC address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:411 -msgid "valid UCI identifier" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:362 -msgid "valid UCI identifier, hostname or IP address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:383 -#: modules/luci-base/htdocs/luci-static/resources/validation.js:386 -msgid "valid address:port" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:533 -#: modules/luci-base/htdocs/luci-static/resources/validation.js:537 -msgid "valid date (YYYY-MM-DD)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:237 -msgid "valid decimal value" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:405 -msgid "valid hexadecimal WEP key" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:393 -msgid "valid hexadecimal WPA key" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:368 -msgid "valid host:port" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:355 -#: modules/luci-base/htdocs/luci-static/resources/validation.js:357 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:73 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:79 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:107 -msgid "valid hostname" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:345 -msgid "valid hostname or IP address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:229 -msgid "valid integer value" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:309 -msgid "valid network in address/netmask notation" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:508 -msgid "valid phone digit (0-9, \"*\", \"#\", \"!\" or \".\")" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:332 -#: modules/luci-base/htdocs/luci-static/resources/validation.js:335 -msgid "valid port or port range (port1-port2)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:324 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:136 -msgid "valid port value" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:513 -msgid "valid time (HH:MM:SS)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:435 -msgid "value between %d and %d characters" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:416 -msgid "value between %f and %f" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:420 -msgid "value greater or equal to %f" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:424 -msgid "value smaller or equal to %f" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:429 -msgid "value with %d characters" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:440 -msgid "value with at least %d characters" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:445 -msgid "value with at most %d characters" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1317 -msgid "weak security" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46 -msgid "yes" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/delegator.htm:20 -msgid "« Back" -msgstr "" diff --git a/luci-base/po/templates/base.pot b/luci-base/po/templates/base.pot deleted file mode 100755 index d23111f55..000000000 --- a/luci-base/po/templates/base.pot +++ /dev/null @@ -1,7611 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:929 -msgid "%.1f dB" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:114 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:261 -msgid "%d Bit" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3689 -msgid "%d invalid field(s)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:35 -msgid "%s is untagged in multiple VLANs!" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:294 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:403 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:270 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:307 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:325 -msgid "(%d minute window, %d second interval)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:118 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:124 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:258 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:282 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:88 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:91 -msgid "(empty)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:351 -#: modules/luci-compat/luasrc/view/cbi/network_netinfo.htm:23 -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:58 -msgid "(no interfaces attached)" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/ucisection.htm:48 -msgid "-- Additional Field --" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:275 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3372 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3704 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:767 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1005 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1974 -#: modules/luci-compat/luasrc/view/cbi/header.htm:8 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 -msgid "-- Please choose --" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/cbi.js:276 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1006 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1975 -#: modules/luci-compat/luasrc/view/cbi/header.htm:9 -msgid "-- custom --" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:270 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:379 -msgid "-- match by label --" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:256 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:362 -msgid "-- match by uuid --" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:27 -#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:44 -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:23 -msgid "-- please select --" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:54 -msgctxt "sstp log level value" -msgid "0" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:939 -msgid "0 = not using RSSI threshold, 1 = do not change driver default" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:55 -msgctxt "sstp log level value" -msgid "1" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:231 -msgid "1 Minute Load:" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:251 -msgid "15 Minute Load:" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:56 -msgctxt "sstp log level value" -msgid "2" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:57 -msgctxt "sstp log level value" -msgid "3" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:58 -msgctxt "sstp log level value" -msgid "4" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1442 -msgid "4-character hexadecimal ID" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:18 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:11 -msgid "464XLAT (CLAT)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:241 -msgid "5 Minute Load:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1471 -msgid "6-octet identifier as a hex string - no colons" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1431 -msgid "802.11r Fast Transition" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1619 -msgid "802.11w Association SA Query maximum timeout" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1626 -msgid "802.11w Association SA Query retry timeout" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1607 -msgid "802.11w Management Frame Protection" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1619 -msgid "802.11w maximum timeout" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1626 -msgid "802.11w retry timeout" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:956 -msgid "BSSID" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:326 -msgid "DNS query port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:317 -msgid "DNS server port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:260 -msgid "" -"DNS servers will be queried in the " -"order of the resolvfile" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:945 -msgid "ESSID" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:475 -msgid "IPv4-Address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:42 -msgid "IPv4-Gateway" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:603 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:36 -msgid "IPv4-Netmask" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:31 -msgid "" -"IPv6-Address or Network " -"(CIDR)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:42 -msgid "IPv6-Gateway" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:504 -msgid "IPv6-Suffix (hex)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:58 -msgid "LED Configuration" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:69 -msgid "LED Name" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:431 -msgid "MAC-Address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:498 -msgid "DUID" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:335 -msgid "" -"Max. DHCP leases" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:344 -msgid "" -"Max. EDNS0 packet size" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:353 -msgid "Max. concurrent queries" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/crontab.js:29 -msgid "" -"
Note: you need to manually restart the cron service if the crontab file " -"was empty before editing." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2720 -msgid "A directory with the same name already exists." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2670 -msgid "A new login is required since the authentication session expired." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:909 -msgid "A43C + J43 + A43" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:910 -msgid "A43C + J43 + A43 + V43" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:922 -msgid "ADSL" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:898 -msgid "ANSI T1.413" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:94 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:93 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:86 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:67 -msgid "APN" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:197 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:352 -msgid "ARP" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:365 -msgid "ARP IP Targets" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:357 -msgid "ARP Interval" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:381 -msgid "ARP Validation" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:373 -msgid "ARP mode to consider a slave as being up" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:77 -msgid "ARP monitoring is not supported for the selected policy!" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:175 -msgid "ARP retry threshold" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:917 -msgid "ATM (Asynchronous Transfer Mode)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:938 -msgid "ATM Bridges" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:970 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66 -msgid "ATM Virtual Channel Identifier (VCI)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:971 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70 -msgid "ATM Virtual Path Identifier (VPI)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:938 -msgid "" -"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual " -"Linux network interfaces which can be used in conjunction with DHCP or PPP " -"to dial into the provider network." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62 -msgid "ATM device number" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37 -msgid "ATU-C System Vendor ID" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:265 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:543 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:547 -msgid "Absent Interface" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:47 -msgid "Access Concentrator" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:927 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1032 -msgid "Access Point" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:360 -msgid "Actions" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:200 -msgid "Active IPv4-Routes" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:206 -msgid "Active IPv6-Routes" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:81 -msgid "Active Connections" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:33 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:92 -msgid "Active DHCP Leases" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:52 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:94 -msgid "Active DHCPv6 Leases" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:203 -msgid "Active-Backup policy (active-backup, 1)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:3666 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:929 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:23 -msgid "Ad-Hoc" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:208 -msgid "Adaptive load balancing (balance-alb, 6)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:207 -msgid "Adaptive transmit load balancing (balance-tlb, 5)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2167 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2170 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2184 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2185 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3170 -#: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 -#: modules/luci-compat/luasrc/view/cbi/tsection.htm:39 -#: modules/luci-compat/luasrc/view/cbi/tsection.htm:47 -#: modules/luci-compat/luasrc/view/cbi/ucisection.htm:54 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:827 -msgid "Add" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:942 -msgid "Add ATM Bridge" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:92 -msgid "Add IPv4 address…" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:207 -msgid "Add IPv6 address…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:65 -msgid "Add LED action" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:219 -msgid "Add VLAN" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:15 -msgid "Add instance" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:146 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:152 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:247 -msgid "Add key" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:248 -msgid "Add local domain suffix to names served from hosts files" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:311 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:757 -msgid "Add new interface..." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:125 -msgid "Add peer" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:200 -msgid "Additional Hosts files" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:255 -msgid "Additional servers file" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:34 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:35 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:36 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:37 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:38 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:39 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:40 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:41 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:42 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:43 -msgid "Address" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:151 -msgid "Address to access local relay bridge" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:285 -msgid "Addresses" -msgstr "" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:3 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:15 -msgid "Administration" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:164 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:324 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:553 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:25 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:866 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:924 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:241 -msgid "Advanced Settings" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:28 -msgid "Aggregate Transmit Power (ACTATP)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:258 -msgid "Aggregation Selection Logic" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:261 -msgid "Aggregator: All slaves down or has no slaves (stable, 0)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:263 -msgid "" -"Aggregator: Chosen by the largest number of ports + slave added/removed or " -"state changes (count, 2)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:262 -msgid "Aggregator: Slave added/removed or state changes (bandwidth, 1)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:171 -msgid "Alert" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2871 -#: modules/luci-compat/luasrc/model/network.lua:1417 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:61 -msgid "Alias Interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:145 -msgid "Alias of \"%s\"" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:263 -msgid "All Servers" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:209 -msgid "" -"Allocate IP addresses sequentially, starting from the lowest available " -"address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:208 -msgid "Allocate IP sequentially" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:25 -msgid "Allow SSH password authentication" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1112 -msgid "Allow AP mode to disconnect STAs based on low ACK condition" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1016 -msgid "Allow all except listed" -msgstr "" - -#: modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json:3 -msgid "Allow full UCI access for legacy applications" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:892 -msgid "Allow legacy 802.11b rates" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1015 -msgid "Allow listed only" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:300 -msgid "Allow localhost" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:157 -msgid "Allow rebooting the device" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:36 -msgid "Allow remote hosts to connect to local SSH forwarded ports" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow root logins with password" -msgstr "" - -#: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:3 -msgid "Allow system feature probing" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:31 -msgid "Allow the root user to login with password" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:301 -msgid "" -"Allow upstream responses in the 127.0.0.0/8 range, e.g. for RBL services" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:148 -msgid "Allowed IPs" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:654 -msgid "Always announce default router" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/none.js:5 -msgid "Always off (kernel: none)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:6 -msgid "Always on (kernel: default-on)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 -msgid "" -"Always use 40MHz channels even if the secondary channel overlaps. Using this " -"option does not comply with IEEE 802.11n-2009!" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:603 -msgid "An error occurred while saving the form:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:890 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:20 -msgid "Annex" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:891 -msgid "Annex A + L + M (all)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:899 -msgid "Annex A G.992.1" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:900 -msgid "Annex A G.992.2" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:901 -msgid "Annex A G.992.3" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:902 -msgid "Annex A G.992.5" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:892 -msgid "Annex B (all)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:895 -msgid "Annex B G.992.1" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:896 -msgid "Annex B G.992.3" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:897 -msgid "Annex B G.992.5" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:893 -msgid "Annex J (all)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:903 -msgid "Annex L G.992.3 POTS 1" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:894 -msgid "Annex M (all)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904 -msgid "Annex M G.992.3" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:905 -msgid "Annex M G.992.5" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:654 -msgid "Announce as default router even if no public prefix is available." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:659 -msgid "Announced DNS domains" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:658 -msgid "Announced DNS servers" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1596 -msgid "Anonymous Identity" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:162 -msgid "Anonymous Mount" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:158 -msgid "Anonymous Swap" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:84 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:174 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:195 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:60 -msgid "Any zone" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:119 -msgid "Apply backup?" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4276 -msgid "Apply request failed with status %h" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2181 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4142 -msgid "Apply unchecked" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4215 -msgid "Applying configuration changes… %ds" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:56 -msgid "Architecture" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:184 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27 -msgid "" -"Assign a part of given length of every public IPv6-prefix to this interface" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:189 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:31 -msgid "" -"Assign prefix parts using this hexadecimal subprefix ID for this interface." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2078 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:245 -msgid "Associated Stations" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:46 -msgid "Associations" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:154 -msgid "Attempt to enable configured mount points for attached devices" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:104 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:64 -msgid "Auth Group" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1535 -msgid "Authentication" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:96 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:70 -msgid "Authentication Type" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:172 -msgid "Authoritative" -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:17 -msgid "Authorization Required" -msgstr "" - -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:196 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:197 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:241 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:244 -msgid "Auto Refresh" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:98 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:50 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:94 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:81 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:55 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:68 -msgid "Automatic" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_hnet.lua:7 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:7 -msgid "Automatic Homenet (HNCP)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:174 -msgid "Automatically check filesystem for errors before mounting" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:170 -msgid "Automatically mount filesystems on hotplug" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:166 -msgid "Automatically mount swap on hotplug" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:170 -msgid "Automount Filesystem" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:166 -msgid "Automount Swap" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:193 -msgid "Available" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:268 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:278 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:329 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:339 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:349 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:234 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:244 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:254 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:263 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:273 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:291 -msgid "Average:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:911 -msgid "B43 + B43C" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:912 -msgid "B43 + B43C + V43" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:48 -msgid "BR / DMR / AFTR" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1665 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:44 -msgid "BSSID" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/footer.htm:14 -#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:48 -msgid "Back to Overview" -msgstr "" - -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:48 -msgid "Back to configuration" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:363 -msgid "Backup" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:114 -msgid "Backup / Flash Firmware" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:323 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:12 -msgid "Backup file list" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm:158 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:451 -msgid "Band" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:910 -msgid "Beacon Interval" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:324 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:46 -msgid "" -"Below is the determined list of files to backup. It consists of changed " -"configuration files marked by opkg, essential base files and the user " -"defined backup patterns." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:395 -msgid "" -"Bind dynamically to interfaces rather than wildcard address (recommended as " -"linux default)" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:52 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:62 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:48 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:55 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:57 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:52 -msgid "Bind interface" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:52 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:62 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:48 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:55 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:57 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:52 -msgid "Bind the tunnel to this interface (optional)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:129 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:188 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:63 -msgid "Bitrate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:266 -msgid "Bogus NX Domain Override" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:199 -msgid "Bonding Policy" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2877 -#: modules/luci-compat/luasrc/model/network.lua:1421 -msgid "Bridge" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:416 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:730 -msgid "Bridge interfaces" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:978 -msgid "Bridge unit number" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:412 -msgid "Bring up on boot" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:205 -msgid "Broadcast policy (broadcast, 3)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2810 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3799 -msgid "Browse…" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:37 -msgid "Buffered" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:138 -msgid "CA certificate; if empty it will be saved after the first connection." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7 -msgid "CLAT configuration failed" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:72 -msgid "CPU usage (%)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:41 -msgid "Cached" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:53 -#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:53 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:21 -msgid "Call failed" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2903 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3808 -#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 -#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:187 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:763 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1952 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:272 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:184 -msgid "Cancel" -msgstr "" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:17 -msgid "Category" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1519 -msgid "Certificate constraint (Domain)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1516 -msgid "Certificate constraint (SAN)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1513 -msgid "Certificate constraint (Subject)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1522 -msgid "Certificate constraint (Wildcard)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1513 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1571 -msgid "" -"Certificate constraint substring - e.g. /CN=wifi.mycompany.com
See " -"`logread -f` during handshake for actual values" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1519 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1577 -msgid "" -"Certificate constraint(s) against DNS SAN values (if available)
or " -"Subject CN (exact match)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1522 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1580 -msgid "" -"Certificate constraint(s) against DNS SAN values (if available)
or " -"Subject CN (suffix match)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1516 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1574 -msgid "" -"Certificate constraint(s) via Subject Alternate Name values
(supported " -"attributes: EMAIL, DNS, URI) - e.g. DNS:wifi.mycompany.com" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:53 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:56 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:200 -msgid "Chain" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4028 -msgid "Changes" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4311 -msgid "Changes have been reverted." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:46 -msgid "Changes the administrator password for accessing the device" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm:162 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:128 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:460 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1663 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:62 -msgid "Channel" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:174 -msgid "Check filesystems before mount" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914 -msgid "Check this option to delete the existing networks from this radio." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:110 -msgid "Checking archive…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:193 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:195 -msgid "Checking image…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:399 -msgid "Choose mtdblock" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:491 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1942 -msgid "" -"Choose the firewall zone you want to assign to this interface. Select " -"unspecified to remove the interface from the associated zone or " -"fill out the custom field to define a new zone and attach the " -"interface to it." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:959 -msgid "" -"Choose the network(s) you want to attach to this wireless interface or fill " -"out the custom field to define a new network." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1148 -msgid "Cipher" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:91 -msgid "Cisco UDP encapsulation" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:363 -msgid "" -"Click \"Generate archive\" to download a tar archive of the current " -"configuration files." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:396 -msgid "" -"Click \"Save mtdblock\" to download specified mtdblock file. (NOTE: THIS " -"FEATURE IS FOR PROFESSIONALS! )" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:3665 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:928 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1033 -msgid "Client" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:52 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:47 -msgid "Client ID to send when requesting DHCP" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:148 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:154 -msgid "Close" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:157 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:141 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:128 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:106 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:115 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:138 -msgid "" -"Close inactive connection after the given amount of seconds, use 0 to " -"persist connection" -msgstr "" - -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:49 -msgid "Close list..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:42 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:61 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2076 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:389 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:317 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:320 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:204 -msgid "Collecting data..." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:71 -msgid "Command" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:401 -msgid "Command OK" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:33 -msgid "Command failed" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:72 -msgid "Comment" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1634 -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:91 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:96 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:93 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:98 -msgid "Compute outgoing checksum (optional)." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4028 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:426 -msgid "Configuration" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4190 -msgid "Configuration changes applied." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4128 -msgid "Configuration changes have been rolled back!" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:63 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:21 -msgid "Configuration failed" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:175 -msgid "Confirm disconnect" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:55 -msgid "Confirmation" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:51 -msgid "Connected" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:9 -#: modules/luci-compat/luasrc/model/network.lua:27 -msgid "Connection attempt failed" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:40 -msgid "Connection attempt failed." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:411 -msgid "Connection lost" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:117 -msgid "Connections" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:377 -msgid "Consider the slave up when all ARP IP targets are reachable (all, 1)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:376 -msgid "Consider the slave up when any ARP IP target is reachable (any, 0)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/crontab.js:18 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:340 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:55 -msgid "Contents have been saved." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:742 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:132 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:264 -msgid "Continue" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4164 -msgid "" -"Could not regain access to the device after applying the configuration " -"changes. You might need to reconnect if you modified network related " -"settings such as the IP address or wireless security credentials." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:189 -msgid "Country" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:889 -msgid "Country Code" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:491 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1942 -msgid "Create / Assign firewall-zone" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:798 -msgid "Create interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:416 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:730 -msgid "Creates a bridge over specified interface(s)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:170 -msgid "Critical" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:174 -msgid "Cron Log Level" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:533 -msgid "Current power" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:568 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:570 -#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:51 -#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:53 -#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:82 -#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:83 -msgid "Custom Interface" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:36 -msgid "Custom delegated IPv6-prefix" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:382 -msgid "" -"Custom files (certificates, scripts) may remain on the system. To prevent " -"this, perform a factory-reset first." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:6 -msgid "Custom flash interval (kernel: timer)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:59 -msgid "" -"Customizes the behaviour of the device LEDs if possible." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1353 -msgid "DAE-Client" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1358 -msgid "DAE-Port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1363 -msgid "DAE-Secret" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:327 -msgid "DHCP Server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:155 -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:50 -msgid "DHCP and DNS" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:1982 -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:16 -#: modules/luci-compat/luasrc/model/network.lua:969 -msgid "DHCP client" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:619 -msgid "DHCP-Options" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7 -msgid "DHCPv6 client" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:646 -msgid "DHCPv6-Mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:631 -msgid "DHCPv6-Service" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:45 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:46 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:47 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:48 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:49 -msgid "DNS" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:277 -msgid "DNS forwardings" -msgstr "" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:37 -msgid "DNS-Label / FQDN" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:228 -msgid "DNSSEC" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:232 -msgid "DNSSEC check unsigned" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:99 -msgid "DPD Idle Timeout" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:41 -msgid "DS-Lite AFTR address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:887 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:45 -msgid "DSL" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:14 -msgid "DSL Status" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:920 -msgid "DSL line mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1088 -msgid "DTIM Interval" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:57 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58 -msgid "DUID" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:22 -msgid "Data Rate" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:165 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:176 -msgid "Debug" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1328 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1343 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1358 -msgid "Default %d" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:107 -msgid "Default Route" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:48 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:85 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:65 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:49 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:67 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:80 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:108 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:150 -msgid "Default gateway" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:646 -msgid "Default is stateless + stateful" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:11 -msgid "Default state" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:619 -msgid "" -"Define additional DHCP options, for example " -"\"6,192.168.2.1,192.168.2.2\" which advertises different DNS " -"servers to clients." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2237 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2662 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2666 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3154 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2872 -#: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 -#: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 -msgid "Delete" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:180 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:186 -msgid "Delete key" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2769 -msgid "Delete request failed: %s" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:847 -msgid "Delete this network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1088 -msgid "Delivery Traffic Indication Message Interval" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:340 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:134 -msgid "Description" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2868 -msgid "Deselect" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:220 -msgid "Design" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:70 -msgid "Destination" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:48 -msgid "Destination port" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:59 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:165 -msgid "Destination zone" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:67 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:191 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:43 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:12 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:247 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:280 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:356 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:392 -msgid "Device" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:861 -msgid "Device Configuration" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:132 -msgid "Device is not active" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:224 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:599 -msgid "Device is restarting…" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:45 -msgid "Device not managed by ModemManager." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4163 -msgid "Device unreachable!" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:53 -msgid "Device unreachable! Still waiting for device..." -msgstr "" - -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:88 -msgid "Diagnostics" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:93 -msgid "Dial number" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 -msgid "Directory" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:839 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:879 -msgid "Disable" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:579 -msgid "" -"Disable DHCP for " -"this interface." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:174 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:373 -msgid "Disable DNS lookups" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:93 -msgid "Disable Encryption" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1098 -msgid "Disable Inactivity Polling" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:837 -msgid "Disable this network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1608 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:107 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:99 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:95 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:82 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:56 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:69 -msgid "Disabled" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1112 -msgid "Disassociate On Low Acknowledgement" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:294 -msgid "Discard upstream RFC1918 responses" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:197 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:665 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:231 -msgid "Disconnect" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:64 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:22 -msgid "Disconnection attempt failed" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:48 -msgid "Disconnection attempt failed." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:606 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2861 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3309 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4045 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4134 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1688 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:330 -msgid "Dismiss" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:895 -msgid "Distance Optimization" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:895 -msgid "Distance to farthest network member in meters." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:155 -msgid "" -"Dnsmasq is a combined DHCP-Server and DNS-" -"Forwarder for NAT " -"firewalls" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:252 -msgid "Do not cache negative replies, e.g. for not existing domains" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:79 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:84 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:81 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:86 -msgid "Do not create host route to peer (optional)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:219 -msgid "Do not forward requests that cannot be answered by public name servers" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:214 -msgid "Do not forward reverse lookups for local networks" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:25 -msgid "Do not send a hostname" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2755 -msgid "Do you really want to delete \"%s\" ?" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:181 -msgid "Do you really want to delete the following SSH key?" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:94 -msgid "Do you really want to erase all settings?" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2753 -msgid "Do you really want to recursively delete the directory \"%s\" ?" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:168 -msgid "Domain required" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:307 -msgid "Domain whitelist" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:76 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:81 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:67 -msgid "Don't Fragment" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:169 -msgid "" -"Don't forward DNS-Requests without " -"DNS-Name" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:152 -msgid "Down" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:402 -msgid "Down Delay" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:366 -msgid "Download backup" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:404 -msgid "Download mtdblock" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:925 -msgid "Downstream SNR offset" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2620 -msgid "Drag to reorder" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:341 -msgid "Drop Duplicate Frames" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:12 -msgid "Dropbear Instance" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:10 -msgid "" -"Dropbear offers SSH network shell access " -"and an integrated SCP server" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:14 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:11 -msgid "Dual-Stack Lite (RFC6333)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:595 -msgid "Dynamic DHCP" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:60 -msgid "Dynamic tunnel" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:595 -msgid "" -"Dynamically allocate DHCP addresses for clients. If disabled, only clients " -"having static leases will be served." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:67 -msgid "EA-bits length" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1491 -msgid "EAP-Method" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2640 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2643 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3017 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:339 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:844 -msgid "Edit" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/error.htm:13 -msgid "" -"Edit the raw configuration data above to fix any error and hit \"Save\" to " -"reload the page." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:842 -msgid "Edit this network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:793 -msgid "Edit wireless network" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:172 -msgid "Emergency" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:839 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:879 -msgid "Enable" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:462 -msgid "" -"Enable IGMP " -"snooping" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:460 -msgid "Enable STP" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:174 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:367 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:373 -msgid "Enable DNS lookups" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:292 -msgid "Enable Dynamic Shuffling Of Flows" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:60 -msgid "Enable HE.net dynamic endpoint update" -msgstr "" - -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:89 -msgid "Enable IPv6 negotiation" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:49 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:93 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:80 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:54 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:67 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:93 -msgid "Enable IPv6 negotiation on the PPP link" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:192 -msgid "Enable Jumbo Frame passthrough" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:240 -msgid "Enable NTP client" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 -msgid "Enable Single DES" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:368 -msgid "Enable TFTP server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:184 -msgid "Enable VLAN functionality" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1638 -msgid "Enable WPS pushbutton, requires WPA(2)-PSK/WPA3-SAE" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1634 -msgid "Enable key reinstallation (KRACK) countermeasures" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:187 -msgid "Enable learning and aging" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:198 -msgid "Enable mirroring of incoming packets" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:199 -msgid "Enable mirroring of outgoing packets" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:882 -msgid "" -"Enable packet steering across all CPUs. May help or hinder network speed." -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:80 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:75 -msgid "Enable rx checksum" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:76 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:81 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:67 -msgid "Enable the DF (Don't Fragment) flag of the encapsulating packets." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:837 -msgid "Enable this network" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:84 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:79 -msgid "Enable tx checksum" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:352 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66 -msgid "Enabled" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:462 -msgid "Enables IGMP snooping on this bridge" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1431 -msgid "" -"Enables fast roaming among access points that belong to the same Mobility " -"Domain" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:460 -msgid "Enables the Spanning Tree Protocol on this bridge" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:59 -msgid "Encapsulation limit" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:915 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:973 -msgid "Encapsulation mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1117 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1666 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:45 -msgid "Encryption" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:161 -msgid "Endpoint Host" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:165 -msgid "Endpoint Port" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/dropdown.htm:16 -msgid "Enter custom value" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/dropdown.htm:16 -msgid "Enter custom values" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:97 -msgid "Erasing..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:102 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:103 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:104 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:105 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:106 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:169 -msgid "Error" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:30 -msgid "Errored seconds (ES)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2889 -#: modules/luci-compat/luasrc/model/network.lua:1433 -msgid "Ethernet Adapter" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2880 -#: modules/luci-compat/luasrc/model/network.lua:1423 -msgid "Ethernet Switch" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:270 -msgid "Every 30 seconds (slow, 0)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:271 -msgid "Every second (fast, 1)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:406 -msgid "Exclude interfaces" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:247 -msgid "Expand hosts" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 -msgid "Expecting a hexadecimal assignment hint" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:64 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:73 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:79 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:107 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:121 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:125 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:129 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:132 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:136 -msgid "Expecting: %s" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:48 -msgid "Expecting: non-empty value" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:50 -msgid "Expires" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:591 -msgid "" -"Expiry time of leased addresses, minimum is 2 minutes (2m)." -msgstr "" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:19 -msgid "External" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1482 -msgid "External R0 Key Holder List" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1486 -msgid "External R1 Key Holder List" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:146 -msgid "External system log server" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:151 -msgid "External system log server port" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:156 -msgid "External system log server protocol" -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:79 -msgid "Extra SSH command options" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:83 -msgid "Extra pppd options" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:81 -msgid "Extra sstpc options" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1456 -msgid "FT over DS" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1457 -msgid "FT over the Air" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1454 -msgid "FT protocol" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:87 -msgid "Failed to change the system password." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4122 -msgid "Failed to confirm apply within %ds, waiting for rollback…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:37 -msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 -msgid "File" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2620 -msgid "File not accessible" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2811 -msgid "Filename" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:381 -msgid "Filename of the boot image advertised to clients" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:191 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:314 -msgid "Filesystem" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:213 -msgid "Filter private" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:218 -msgid "Filter useless" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:388 -msgid "Filtering for all slaves, no validation" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:389 -msgid "Filtering for all slaves, validation only for active slave" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:390 -msgid "Filtering for all slaves, validation only for backup slaves" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:65 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:23 -msgid "Finalizing failed" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:150 -msgid "" -"Find all currently attached filesystems and swap and replace configuration " -"with defaults based on what was detected" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:820 -msgid "Find and join network" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/delegator.htm:9 -msgid "Finish" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:15 -msgid "Firewall" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:102 -msgid "Firewall Mark" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:326 -msgid "Firewall Settings" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:297 -msgid "Firewall Status" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:932 -msgid "Firmware File" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:57 -msgid "Firmware Version" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:327 -msgid "Fixed source port for outbound DNS queries" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:283 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:421 -msgid "Flash image..." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:279 -msgid "Flash image?" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:411 -msgid "Flash new firmware image" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:356 -msgid "Flash operations" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:288 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:290 -msgid "Flashing…" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:598 -msgid "Force" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907 -msgid "Force 40MHz mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1158 -msgid "Force CCMP (AES)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:598 -msgid "Force DHCP on this network even if another server is detected." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1159 -msgid "Force TKIP" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1160 -msgid "Force TKIP and CCMP (AES)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:864 -msgid "Force link" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:255 -msgid "Force upgrade" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:90 -msgid "Force use of NAT-T" -msgstr "" - -#: modules/luci-base/luasrc/view/csrftoken.htm:8 -msgid "Form token mismatch" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:164 -msgid "Forward DHCP traffic" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:29 -msgid "Forward Error Correction Seconds (FECS)" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:161 -msgid "Forward broadcast traffic" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:934 -msgid "Forward mesh peer traffic" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980 -msgid "Forwarding mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:899 -msgid "Fragmentation Threshold" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:115 -msgid "" -"Further information about WireGuard interfaces and peers at wireguard.com." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:128 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:62 -msgid "GHz" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:91 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:77 -msgid "GPRS only" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:10 -msgid "GRE tunnel over IPv4" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:10 -msgid "GRE tunnel over IPv6" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:10 -msgid "GRETAP tunnel over IPv4" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:10 -msgid "GRETAP tunnel over IPv6" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:44 -msgid "Gateway" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:36 -msgid "Gateway Ports" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:11 -#: modules/luci-compat/luasrc/model/network.lua:29 -msgid "Gateway address is invalid" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:124 -msgid "Gateway metric" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:161 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:323 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:24 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:240 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:108 -msgid "General Settings" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:552 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:967 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:865 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:921 -msgid "General Setup" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:150 -msgid "Generate Config" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:66 -msgid "Generate Key" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1460 -msgid "Generate PMK locally" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:368 -msgid "Generate archive" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:79 -msgid "Given password confirmation did not match, password not changed!" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:146 -msgid "Global Settings" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:875 -msgid "Global network options" -msgstr "" - -#: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:57 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:215 -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:58 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:82 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:284 -msgid "Go to password configuration..." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2562 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3336 -#: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 -msgid "Go to relevant configuration page" -msgstr "" - -#: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:33 -msgid "Grant access to DHCP configuration" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:102 -msgid "Grant access to DHCP status display" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:111 -msgid "Grant access to DSL status display" -msgstr "" - -#: protocols/luci-proto-openconnect/root/usr/share/rpcd/acl.d/luci-openconnect.json:3 -msgid "Grant access to LuCI OpenConnect procedures" -msgstr "" - -#: protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json:3 -msgid "Grant access to LuCI Wireguard procedures" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:19 -msgid "Grant access to SSH configuration" -msgstr "" - -#: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:12 -msgid "Grant access to basic LuCI procedures" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:64 -msgid "Grant access to crontab configuration" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:60 -msgid "Grant access to firewall status" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:116 -msgid "Grant access to flash operations" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:86 -msgid "Grant access to main status display" -msgstr "" - -#: protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json:3 -msgid "Grant access to mmcli" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:84 -msgid "Grant access to mount configuration" -msgstr "" - -#: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:3 -msgid "Grant access to network configuration" -msgstr "" - -#: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:46 -msgid "Grant access to network diagnostic tools" -msgstr "" - -#: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:36 -msgid "Grant access to network status information" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:13 -msgid "Grant access to process status" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:3 -msgid "Grant access to realtime statistics" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:42 -msgid "Grant access to startup configuration" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:3 -msgid "Grant access to system configuration" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:30 -msgid "Grant access to system logs" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:47 -msgid "Grant access to the system route status" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:120 -msgid "Grant access to wireless status display" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:66 -msgid "Group Password" -msgstr "" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:22 -msgid "Guest" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:81 -msgid "HE.net password" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:73 -msgid "HE.net username" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:46 -msgid "Hang Up" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 -msgid "Header Error Code Errors (HEC)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:5 -msgid "Heartbeat interval (kernel: heartbeat)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:100 -msgid "" -"Here you can configure the basic aspects of your device like its hostname or " -"the timezone." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1066 -msgid "Hide ESSID" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:264 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:303 -msgid "Hide empty chains" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2070 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:56 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:140 -msgid "Host" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/hosts.js:22 -msgid "Host entries" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:171 -msgid "Host expiry timeout" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:31 -msgid "Host-IP or Network" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:102 -msgid "Host-Uniq tag content" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:36 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:419 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/hosts.js:27 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:54 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:29 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:121 -msgid "Hostname" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:22 -msgid "Hostname to send when requesting DHCP" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/hosts.js:20 -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:63 -msgid "Hostnames" -msgstr "" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:24 -msgid "Hybrid" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:53 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:48 -msgid "ID used to uniquely identify the VXLAN" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:206 -msgid "IEEE 802.3ad Dynamic link aggregation (802.3ad, 4)" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:75 -msgid "IKE DH Group" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:83 -msgid "IP Addresses" -msgstr "" - -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:80 -msgid "IP Protocol" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:114 -msgid "IP Type" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/hosts.js:31 -msgid "IP address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:10 -#: modules/luci-compat/luasrc/model/network.lua:28 -msgid "IP address is invalid" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:13 -#: modules/luci-compat/luasrc/model/network.lua:31 -msgid "IP address is missing" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:79 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:102 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:85 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:86 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:87 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:82 -msgid "IPv4" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:316 -msgid "IPv4 Firewall" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:29 -msgid "IPv4 Upstream" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:178 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:162 -msgid "IPv4 address" -msgstr "" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:33 -msgid "IPv4 assignment length" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:181 -msgid "IPv4 broadcast" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:180 -msgid "IPv4 gateway" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:179 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:168 -msgid "IPv4 netmask" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:291 -msgid "IPv4 network in address/netmask notation" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:116 -msgid "IPv4 only" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:52 -msgid "IPv4 prefix" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:61 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:55 -msgid "IPv4 prefix length" -msgstr "" - -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:83 -msgid "IPv4+IPv6" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:37 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:30 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:154 -msgid "IPv4-Address" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:164 -msgid "IPv4-Gateway" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ipip.lua:9 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:10 -msgid "IPv4-in-IPv4 (RFC2003)" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115 -msgid "IPv4/IPv6 (both - defaults to IPv4)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:80 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:103 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:91 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:92 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:93 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:94 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:95 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:96 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:97 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:84 -msgid "IPv6" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:319 -msgid "IPv6 Firewall" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:203 -msgid "IPv6 Neighbours" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:554 -msgid "IPv6 Settings" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:879 -msgid "IPv6 ULA-Prefix" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:29 -msgid "IPv6 Upstream" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:205 -msgid "IPv6 address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:189 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:31 -msgid "IPv6 assignment hint" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:184 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27 -msgid "IPv6 assignment length" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:210 -msgid "IPv6 gateway" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:296 -msgid "IPv6 network in address/netmask notation" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:117 -msgid "IPv6 only" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:53 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:59 -msgid "IPv6 prefix" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:57 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:63 -msgid "IPv6 prefix length" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:214 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:57 -msgid "IPv6 routed prefix" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:218 -msgid "IPv6 suffix" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:51 -msgid "IPv6 support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:56 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:57 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:172 -msgid "IPv6-Address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100 -msgid "IPv6-PD" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_6x4.lua:13 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:10 -msgid "IPv6-in-IPv4 (RFC4213)" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_6x4.lua:17 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:9 -msgid "IPv6-over-IPv4 (6rd)" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_6x4.lua:15 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:9 -msgid "IPv6-over-IPv4 (6to4)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1593 -msgid "Identity" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 -msgid "If checked, 1DES is enabled" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:51 -msgid "If checked, adds \"+ipv6\" to the pppd options" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:93 -msgid "If checked, encryption is disabled" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:254 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:360 -msgid "" -"If specified, mount the device by its UUID instead of a fixed device node" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:267 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:376 -msgid "" -"If specified, mount the device by the partition label instead of a fixed " -"device node" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:37 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:116 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:48 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:85 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:65 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:49 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:33 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:67 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:80 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:108 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:150 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:64 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:56 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:100 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:87 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:61 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:74 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:97 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:61 -msgid "If unchecked, no default route is configured" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:40 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:124 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:39 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:116 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:68 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:59 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:103 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:90 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:64 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:77 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:100 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:69 -msgid "If unchecked, the advertised DNS server addresses are ignored" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:339 -msgid "" -"If your physical memory is insufficient unused data can be temporarily " -"swapped to a swap-device resulting in a higher amount of usable RAM. Be aware that swapping data is a very " -"slow process as the swap-device cannot be accessed with the high datarates " -"of the RAM." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:197 -msgid "Ignore /etc/hosts" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:579 -msgid "Ignore interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:185 -msgid "Ignore resolve file" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:419 -msgid "Image" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:67 -msgid "In" -msgstr "" - -#: modules/luci-base/luasrc/view/csrftoken.htm:13 -msgid "" -"In order to prevent unauthorized access to the system, your request has been " -"blocked. Click \"Continue »\" below to return to the previous page." -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:157 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:141 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:128 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:106 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:115 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:138 -msgid "Inactivity timeout" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:265 -msgid "Inbound:" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:90 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:95 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:92 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:97 -msgid "Incoming checksum" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:82 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:87 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:84 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:89 -msgid "Incoming key" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:92 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:97 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:94 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:99 -msgid "Incoming serialization" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:166 -msgid "Info" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:101 -msgid "Information" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:67 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:25 -msgid "Initialization failure" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:77 -msgid "Initscript" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:111 -msgid "Initscripts" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1577 -msgid "Inner certificate constraint (Domain)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1574 -msgid "Inner certificate constraint (SAN)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1571 -msgid "Inner certificate constraint (Subject)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1580 -msgid "Inner certificate constraint (Wildcard)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:268 -msgid "Install protocol extensions..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1938 -msgid "" -"Instead of joining any network with a matching SSID, only connect to the " -"BSSID %h." -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/map.htm:43 -msgid "Insufficient permissions to read UCI configuration." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:464 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:471 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:735 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:739 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:27 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:156 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:174 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:17 -msgid "Interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:62 -msgid "Interface %q device auto-migrated from %q to %q." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917 -msgid "Interface Configuration" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:110 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:151 -msgid "Interface has %d pending changes" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:92 -msgid "Interface is disabled" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:64 -msgid "Interface is marked for deletion" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:209 -msgid "Interface is reconnecting..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:193 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:203 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:209 -msgid "Interface is shutting down..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:253 -msgid "Interface is starting..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:256 -msgid "Interface is stopping..." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1079 -msgid "Interface name" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:122 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:272 -msgid "Interface not present or not connected yet." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:308 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:335 -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:38 -msgid "Interfaces" -msgstr "" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:20 -msgid "Internal" -msgstr "" - -#: modules/luci-base/luasrc/view/error500.htm:8 -msgid "Internal Server Error" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:283 -msgid "Interval For Sending Learning Packets" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:192 -#: modules/luci-compat/luasrc/view/cbi/tsection.htm:42 -msgid "Invalid" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:19 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:22 -msgid "Invalid Base64 key string" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:285 -msgid "Invalid VLAN ID given! Only IDs between %d and %d are allowed." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:294 -msgid "Invalid VLAN ID given! Only unique IDs are allowed" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:403 -msgid "Invalid argument" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:46 -msgid "" -"Invalid bearer list. Possibly too many bearers created. This protocol " -"supports one and only one bearer." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:402 -msgid "Invalid command" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:106 -msgid "Invalid hexadecimal value" -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:12 -msgid "Invalid username and/or password! Please try again." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:71 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:76 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:76 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:81 -msgid "Invalid value" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1075 -msgid "Isolate Clients" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:231 -msgid "" -"It appears that you are trying to flash an image that does not fit into the " -"flash memory, please verify the image file!" -msgstr "" - -#: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:64 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:222 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:72 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:291 -msgid "JavaScript required!" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1746 -msgid "Join Network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1680 -msgid "Join Network: Wireless Scan" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1946 -msgid "Joining Network: %q" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223 -msgid "Keep settings and retain the current configuration" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/dmesg.js:20 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:51 -msgid "Kernel Log" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:58 -msgid "Kernel Version" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1369 -msgid "Key" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1397 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1398 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1399 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1400 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1412 -msgid "Key #%d" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:82 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:87 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:84 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:89 -msgid "Key for incoming packets (optional)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:86 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:91 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:88 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:93 -msgid "Key for outgoing packets (optinal)." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:54 -msgid "Kill" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:21 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:10 -msgid "L2TP" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:40 -msgid "L2TP Server" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:267 -msgid "LACPDU Packets" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:131 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:115 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:102 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:76 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:89 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:112 -msgid "LCP echo failure threshold" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:144 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:128 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:115 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:89 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:102 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:125 -msgid "LCP echo interval" -msgstr "" - -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:101 -msgid "LED Configuration" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:974 -msgid "LLC" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:267 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:376 -msgid "Label" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:209 -msgid "Language" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:111 -msgid "Language and Style" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:24 -msgid "Latency" -msgstr "" - -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:21 -msgid "Leaf" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:495 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:591 -msgid "Lease time" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:39 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:58 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:32 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:59 -msgid "Lease time remaining" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:181 -msgid "Leasefile" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:47 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:50 -msgid "Leave empty to autodetect" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:40 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:39 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:39 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:45 -msgid "Leave empty to use the current WAN address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4030 -msgid "Legend:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586 -msgid "Limit" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:389 -msgid "Limit DNS service to subnets interfaces on which we are serving DNS." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:402 -msgid "Limit listening to these interfaces, and loopback." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:25 -msgid "Line Attenuation (LATN)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:18 -msgid "Line Mode" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:17 -msgid "Line State" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:19 -msgid "Line Uptime" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:123 -msgid "Link Aggregation (Channel Bonding)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:348 -msgid "Link Monitoring" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:23 -msgid "Link On" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:278 -msgid "" -"List of DNS servers to forward " -"requests to" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1482 -msgid "" -"List of R0KHs in the same Mobility Domain.
Format: MAC-address,NAS-" -"Identifier,128-bit key as hex string.
This list is used to map R0KH-ID " -"(NAS Identifier) to a destination MAC address when requesting PMK-R1 key " -"from the R0KH that the STA used during the Initial Mobility Domain " -"Association." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1486 -msgid "" -"List of R1KHs in the same Mobility Domain.
Format: MAC-address,R1KH-ID " -"as 6 octets with colons,128-bit key as hex string.
This list is used " -"to map R1KH-ID to a destination MAC address when sending PMK-R1 key from the " -"R0KH. This is also the list of authorized R1KHs in the MD that can request " -"PMK-R1 keys." -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:82 -msgid "List of SSH key files for auth" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:308 -msgid "List of domains to allow RFC1918 responses for" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:286 -msgid "List of domains to force to an IP address." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:267 -msgid "List of hosts that supply bogus NX domain results" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:401 -msgid "Listen Interfaces" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:78 -msgid "Listen Port" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:17 -msgid "Listen only on the given interface or, if unspecified, on all" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:318 -msgid "Listening port for inbound DNS queries" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:87 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:54 -msgid "Load" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:61 -msgid "Load Average" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2938 -msgid "Loading directory contents…" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:1948 -#: modules/luci-base/luasrc/view/view.htm:4 -#: modules/luci-mod-status/luasrc/view/admin_status/index.htm:12 -msgid "Loading view…" -msgstr "" - -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:77 -msgid "Local IP address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:12 -#: modules/luci-compat/luasrc/model/network.lua:30 -msgid "Local IP address is invalid" -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:86 -msgid "Local IP address to assign" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:46 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:46 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:44 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:40 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:39 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:39 -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:151 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:44 -msgid "Local IPv4 address" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:46 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:46 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:54 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:45 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:44 -msgid "Local IPv6 address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:388 -msgid "Local Service Only" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:115 -msgid "Local Startup" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:59 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:117 -msgid "Local Time" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:243 -msgid "Local domain" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:240 -msgid "" -"Local domain specification. Names matching this domain are never forwarded " -"and are resolved from DHCP or hosts files only" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:244 -msgid "Local domain suffix appended to DHCP names and hosts file entries" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:239 -msgid "Local server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:224 -msgid "" -"Localise hostname depending on the requesting subnet if multiple IPs are " -"available" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:223 -msgid "Localise queries" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1938 -msgid "Lock to BSSID" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:164 -msgid "Log output level" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:274 -msgid "Log queries" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:109 -msgid "Logging" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:50 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:50 -msgid "" -"Logical network from which to select the local endpoint if local IPv6 " -"address is empty and no WAN IPv6 is available (optional)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:50 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:55 -msgid "Logical network to which the tunnel will be added (bridged) (optional)." -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:38 -msgid "Login" -msgstr "" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81 -msgid "Logout" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:32 -msgid "Loss of Signal Seconds (LOSS)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:581 -msgid "Lowest leased address as offset from the network address." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:47 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:82 -msgid "MAC" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:251 -msgid "MAC Address For The Actor" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:38 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2069 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:56 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:139 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:155 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:173 -msgid "MAC-Address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1011 -msgid "MAC-Address Filter" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:923 -msgid "MAC-Filter" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1018 -msgid "MAC-List" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:16 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:13 -msgid "MAP / LW4over6" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:62 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:7 -msgid "MAP rule is invalid" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:321 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:322 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:323 -msgid "MBit/s" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:218 -msgid "MD5" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:199 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:71 -msgid "MHz" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:353 -msgid "MII" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:421 -msgid "MII / ETHTOOL ioctls" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:394 -msgid "MII Interval" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:54 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:97 -msgid "MTU" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:302 -msgid "" -"Make sure to clone the root filesystem using something like the commands " -"below:" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:108 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:100 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:83 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:57 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:70 -msgid "Manual" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:3664 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:642 -msgid "Master" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:23 -msgid "Max. Attainable Data Rate (ATTNDR)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1107 -msgid "Maximum allowed Listen Interval" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:336 -msgid "Maximum allowed number of active DHCP leases" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:354 -msgid "Maximum allowed number of concurrent DNS queries" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:345 -msgid "Maximum allowed size of EDNS.0 UDP packets" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:112 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:104 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:93 -msgid "Maximum amount of seconds to wait for the modem to become ready" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586 -msgid "Maximum number of leased addresses." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:886 -msgid "Maximum transmit power" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:129 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:188 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:199 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:63 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:71 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:327 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:328 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:329 -msgid "Mbit/s" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:35 -msgid "Medium" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:24 -msgid "Memory" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:73 -msgid "Memory usage (%)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:3667 -msgid "Mesh" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156 -msgid "Mesh ID" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:931 -msgid "Mesh Id" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:404 -msgid "Method not found" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:349 -msgid "Method of link monitoring" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:418 -msgid "Method to determine link status" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:46 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:165 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:183 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:92 -msgid "Metric" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:235 -msgid "Minimum Number of Links" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:202 -msgid "Mirror monitor port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:201 -msgid "Mirror source port" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:9 -msgid "Mobile Data" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1442 -msgid "Mobility Domain" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm:154 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:157 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:180 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:442 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:926 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1664 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:43 -msgid "Mode" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:55 -msgid "Model" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:43 -msgid "Modem bearer teardown in progress." -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:42 -msgid "" -"Modem connection in progress. Please wait. This process will timeout after 2 " -"minutes." -msgstr "" - -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:72 -msgid "Modem default" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:61 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:57 -msgid "Modem device" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:41 -msgid "Modem disconnection in progress. Please wait." -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:66 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:24 -msgid "Modem information query failed" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:112 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:104 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:93 -msgid "Modem init timeout" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:44 -msgid "Modem is disabled." -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:52 -msgid "ModemManager" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:3668 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1005 -msgid "Monitor" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:31 -msgid "More Characters" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2504 -msgid "More…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:192 -msgid "Mount Point" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:144 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:228 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:88 -msgid "Mount Points" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:229 -msgid "Mount Points - Mount Entry" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:340 -msgid "Mount Points - Swap Entry" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:228 -msgid "" -"Mount Points define at which point a memory device will be attached to the " -"filesystem" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:154 -msgid "Mount attached devices" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:162 -msgid "Mount filesystems not specifically configured" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:331 -msgid "Mount options" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:292 -msgid "Mount point" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:158 -msgid "Mount swap not specifically configured" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:223 -msgid "Mounted file systems" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:152 -msgid "Move down" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:151 -msgid "Move up" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1437 -msgid "NAS ID" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:87 -msgid "NAT-T Mode" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41 -msgid "NAT64 Prefix" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:26 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:31 -msgid "NCM" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:637 -msgid "NDP-Proxy" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:72 -msgid "NT Domain" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:274 -msgid "NTP server candidates" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2542 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3785 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:710 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:67 -msgid "Name" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1916 -msgid "Name of the new network" -msgstr "" - -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:40 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:50 -msgid "Navigation" -msgstr "" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:45 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:959 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2068 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:381 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:63 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:138 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:162 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:180 -msgid "Network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:68 -msgid "Network Utilities" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:380 -msgid "Network boot image" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:7 -msgid "Network device activity (kernel: netdev)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:15 -#: modules/luci-compat/luasrc/model/network.lua:33 -msgid "Network device is not present" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:50 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:55 -msgid "Network interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:777 -msgid "New interface for \"%s\" can not be created: %s" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:713 -msgid "New interface name…" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/delegator.htm:11 -msgid "Next »" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:3643 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:296 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:345 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 -msgid "No" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:562 -msgid "No DHCP Server configured for this interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1310 -msgid "No Encryption" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:87 -msgid "No Host Routes" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:89 -msgid "No NAT-T" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:79 -msgid "No RX signal" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:69 -msgid "No client associated" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:406 -msgid "No data received" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2878 -msgid "No entries in this directory" -msgstr "" - -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:82 -msgid "No files found" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:79 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:84 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:81 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:86 -msgid "No host route" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:674 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:142 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:241 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:59 -msgid "No information available" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:63 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:8 -msgid "No matching prefix delegation" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:140 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:143 -msgid "No more slaves available" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:187 -msgid "No more slaves available, can not save interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:251 -msgid "No negative cache" -msgstr "" - -#: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:54 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:212 -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:55 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:79 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:279 -msgid "No password set!" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:130 -msgid "No peers defined yet" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:121 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:268 -msgid "No public keys present yet." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:90 -msgid "No rules in this chain." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:384 -msgid "No validation or filtering" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:152 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:825 -msgid "No zone assigned" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:58 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:84 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:187 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:141 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:174 -msgid "Noise" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27 -msgid "Noise Margin (SNR)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:270 -msgid "Noise:" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 -msgid "Non Pre-emptive CRC errors (CRC_P)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:394 -msgid "Non-wildcard" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100 -msgid "None" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:177 -msgid "Normal" -msgstr "" - -#: modules/luci-base/luasrc/view/error404.htm:8 -msgid "Not Found" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:75 -msgid "Not associated" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32 -msgid "Not connected" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:120 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:146 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:280 -msgid "Not present" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:101 -msgid "Not started on boot" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:409 -msgid "Not supported" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167 -msgid "Notice" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:127 -msgid "Nslookup" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:332 -msgid "Number of IGMP membership reports" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:362 -msgid "Number of cached DNS entries (max is 10000, 0 is no caching)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:199 -msgid "Number of parallel threads used for compression" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:309 -msgid "Number of peer notifications after failover event" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:69 -msgid "Obfuscated Group Password" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:61 -msgid "Obfuscated Password" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:105 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:49 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:93 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:80 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:54 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:67 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:93 -msgid "Obtain IPv6-Address" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:18 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:351 -msgid "Off" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:15 -msgid "Off-State Delay" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/default-on.js:18 -msgid "On" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:96 -msgid "On-Link route" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:11 -msgid "On-State Delay" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:484 -msgid "One of hostname or mac address must be specified!" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:466 -msgid "One of the following: %s" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/nullsection.htm:17 -#: modules/luci-compat/luasrc/view/cbi/ucisection.htm:22 -msgid "One or more fields contain invalid values!" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/map.htm:32 -msgid "One or more invalid/required values on tab" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/nullsection.htm:19 -#: modules/luci-compat/luasrc/view/cbi/ucisection.htm:24 -msgid "One or more required fields have no value!" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:229 -msgid "" -"Only if current active slave fails and the primary slave is up (failure, 2)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:444 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:19 -msgid "Open list..." -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_openconnect.lua:9 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:64 -msgid "OpenConnect (CISCO AnyConnect)" -msgstr "" - -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:12 -msgid "OpenFortivpn" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:882 -msgid "Operating frequency" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:1971 -#: modules/luci-base/htdocs/luci-static/resources/form.js:3653 -msgid "Option \"%s\" contains an invalid input value." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:1984 -msgid "Option \"%s\" must not be empty." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4037 -msgid "Option changed" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4039 -msgid "Option removed" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1609 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:92 -msgid "Optional" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:102 -msgid "" -"Optional. 32-bit mark for outgoing encrypted packets. Enter value in hex, " -"starting with 0x." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:218 -msgid "" -"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or " -"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating " -"server, use the suffix (like '::1') to form the IPv6 address ('a:b:c:d::1') " -"for the interface." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:143 -msgid "" -"Optional. Base64-encoded preshared key. Adds in an additional layer of " -"symmetric-key cryptography for post-quantum resistance." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:159 -msgid "Optional. Create routes for Allowed IPs for this peer." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:134 -msgid "Optional. Description of peer." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:87 -msgid "Optional. Do not create host routes to peers." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:161 -msgid "" -"Optional. Host of peer. Names are resolved prior to bringing up the " -"interface." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:97 -msgid "Optional. Maximum Transmission Unit of tunnel interface." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:165 -msgid "Optional. Port of peer." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:169 -msgid "" -"Optional. Seconds between keep alive messages. Default is 0 (disabled). " -"Recommended value if this device is behind a NAT is 25." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:78 -msgid "Optional. UDP port used for outgoing and incoming packets." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:71 -msgid "Options" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:346 -msgid "Other:" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:68 -msgid "Out" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:275 -msgid "Outbound:" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:91 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:96 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:93 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:98 -msgid "Outgoing checksum" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:86 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:91 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:88 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:93 -msgid "Outgoing key" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:93 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:98 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:95 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:100 -msgid "Outgoing serialization" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:50 -msgid "Output Interface" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:59 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:165 -msgid "Output zone" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:57 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:222 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:40 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:50 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:76 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:71 -msgid "Override MAC address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:61 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:226 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:67 -#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:44 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:54 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:158 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:71 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:145 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:132 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:110 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:119 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:97 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:77 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:62 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:57 -msgid "Override MTU" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:72 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:63 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:72 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:67 -msgid "Override TOS" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:72 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:58 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:67 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:62 -msgid "Override TTL" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1079 -msgid "Override default interface name" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:167 -msgid "Override the gateway in DHCP responses" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:603 -msgid "" -"Override the netmask sent to clients. Normally it is calculated from the " -"subnet that is served." -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:179 -msgid "Override the table used for internal routes" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:3 -msgid "Overview" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2721 -msgid "Overwrite existing file \"%s\" ?" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:70 -msgid "Owner" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:97 -msgid "PAP/CHAP (both)" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:98 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:90 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:89 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:76 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:44 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:63 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:46 -msgid "PAP/CHAP password" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:96 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:103 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:88 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:87 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:74 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:42 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:61 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:77 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:44 -msgid "PAP/CHAP username" -msgstr "" - -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101 -msgid "PDP Type" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:69 -msgid "PID" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95 -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68 -msgid "PIN" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:21 -#: modules/luci-compat/luasrc/model/network.lua:39 -msgid "PIN code rejected" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1477 -msgid "PMK R1 Push" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:13 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:43 -msgid "PPP" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:58 -msgid "PPPoA Encapsulation" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:19 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:28 -msgid "PPPoATM" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:17 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:28 -msgid "PPPoE" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_pppossh.lua:9 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:28 -msgid "PPPoSSH" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:15 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:28 -msgid "PPtP" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:73 -msgid "PSID offset" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:70 -msgid "PSID-bits length" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:918 -msgid "PTM/EFM (Packet Transfer Mode)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:882 -msgid "Packet Steering" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:53 -msgid "Packets" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:275 -msgid "Packets To Transmit Before Moving To Next Slave" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:152 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:825 -msgid "Part of zone %q" -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:29 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1599 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:51 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:108 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:52 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:58 -msgid "Password" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:25 -msgid "Password authentication" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1531 -msgid "Password of Private Key" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1589 -msgid "Password of inner Private Key" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:31 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:33 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:35 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:37 -msgid "Password strength" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:111 -msgid "Password2" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:239 -msgid "Paste or drag SSH key file…" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1510 -msgid "Path to CA-Certificate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1525 -msgid "Path to Client-Certificate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1528 -msgid "Path to Private Key" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1568 -msgid "Path to inner CA-Certificate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1583 -msgid "Path to inner Client-Certificate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1586 -msgid "Path to inner Private Key" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2731 -msgid "Paused" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:271 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:281 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:332 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:342 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:352 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:237 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:247 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:257 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:266 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:276 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:294 -msgid "Peak:" -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:89 -msgid "Peer IP address to assign" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:14 -#: modules/luci-compat/luasrc/model/network.lua:32 -msgid "Peer address is missing" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:115 -msgid "Peers" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:80 -msgid "Perfect Forward Secrecy" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:93 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:98 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:95 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:100 -msgid "Perform outgoing packets serialization (optional)." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:34 -msgid "Perform reboot" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:378 -msgid "Perform reset" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:407 -msgid "Permission denied" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:169 -msgid "Persistent Keep Alive" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:288 -msgid "Phy Rate:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:325 -msgid "Physical Settings" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:79 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:80 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:90 -msgid "Ping" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:48 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:49 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:83 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:84 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:138 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:63 -msgid "Pkts." -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:19 -msgid "Please enter your username and password." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3768 -msgid "Please select the file to upload." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:53 -msgid "Policy" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:21 -msgid "Port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:278 -msgid "Port status:" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:492 -msgid "Potential negation of: %s" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:38 -msgid "Power Management Mode" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:36 -msgid "Pre-emptive CRC errors (CRCP_P)" -msgstr "" - -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 -msgid "Prefer LTE" -msgstr "" - -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:74 -msgid "Prefer UMTS" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:33 -msgid "Prefix Delegated" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:143 -msgid "Preshared Key" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:131 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:115 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:102 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:76 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:89 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:112 -msgid "" -"Presume peer to be dead after given amount of LCP echo failures, use 0 to " -"ignore failures" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:407 -msgid "Prevent listening on these interfaces." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1075 -msgid "Prevents client-to-client communication" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:211 -msgid "Primary Slave" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:228 -msgid "" -"Primary becomes active slave when it comes back up if speed and duplex " -"better than current slave (better, 1)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:227 -msgid "Primary becomes active slave whenever it comes back up (always, 0)" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:61 -msgid "Private Key" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:64 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:63 -msgid "Processes" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:21 -msgid "Profile" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:66 -msgid "Prot." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:79 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:397 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:727 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:382 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32 -msgid "Protocol" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:265 -msgid "Provide NTP server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:825 -msgid "Provide new network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1004 -msgid "Pseudo Ad-Hoc (ahdemo)" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:139 -msgid "Public Key" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:275 -msgid "" -"Public keys allow for the passwordless SSH logins with a higher security " -"compared to the use of plain passwords. In order to upload a new key to the " -"device, paste an OpenSSH compatible public key line or drag a .pub file into the input field." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:214 -msgid "Public prefix routed to this device for distribution to clients." -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:9 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:27 -msgid "QMI Cellular" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:41 -msgid "Quality" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:264 -msgid "" -"Query all available upstream DNS " -"servers" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1465 -msgid "R0 Key Lifetime" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1471 -msgid "R1 Key Holder" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:88 -msgid "RFC3947 NAT-T mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:939 -msgid "RSSI threshold for joining" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:903 -msgid "RTS/CTS Threshold" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:48 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:83 -msgid "RX" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:142 -msgid "RX Rate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2072 -msgid "RX Rate / TX Rate" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1343 -msgid "Radius-Accounting-Port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1348 -msgid "Radius-Accounting-Secret" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1338 -msgid "Radius-Accounting-Server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1328 -msgid "Radius-Authentication-Port" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1333 -msgid "Radius-Authentication-Secret" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1323 -msgid "Radius-Authentication-Server" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:102 -msgid "Raw hex-encoded bytes. Leave empty unless your ISP require this" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:178 -msgid "" -"Read /etc/ethers to configure the DHCP-Server" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:402 -msgid "Really switch protocol?" -msgstr "" - -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:75 -msgid "Realtime Graphs" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1448 -msgid "Reassociation Deadline" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:293 -msgid "Rebind protection" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:20 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:126 -msgid "Reboot" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:153 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:162 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:46 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:51 -msgid "Rebooting…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:21 -msgid "Reboots the operating system of your device" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:25 -msgid "Receive" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:83 -msgid "Recommended. IP addresses of the WireGuard interface." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:348 -msgid "Reconnect this interface" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:56 -msgid "References" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2725 -msgid "Refreshing" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_relay.lua:153 -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:39 -msgid "Relay" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_relay.lua:157 -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:36 -msgid "Relay Bridge" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:154 -msgid "Relay between networks" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_relay.lua:12 -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:64 -msgid "Relay bridge" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:50 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:49 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:40 -msgid "Remote IPv4 address" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:42 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:42 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:40 -msgid "Remote IPv4 address or FQDN" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:40 -msgid "Remote IPv6 address" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:42 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:42 -msgid "Remote IPv6 address or FQDN" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:849 -msgid "Remove" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914 -msgid "Replace wireless configuration" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:17 -msgid "Request IPv6-address" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:23 -msgid "Request IPv6-prefix of length" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:408 -msgid "Request timeout" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:90 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:95 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:92 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:97 -msgid "Require incoming checksum (optional)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:92 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:97 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:94 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:99 -msgid "Require incoming packets serialization (optional)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1610 -msgid "Required" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:34 -msgid "Required for certain ISPs, e.g. Charter with DOCSIS 3" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:61 -msgid "Required. Base64-encoded private key for this interface." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:139 -msgid "Required. Base64-encoded public key of peer." -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:148 -msgid "" -"Required. IP addresses and prefixes that this peer is allowed to use inside " -"the tunnel. Usually the peer's tunnel IP addresses and the networks the peer " -"routes through the tunnel." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1239 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1240 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1241 -msgid "Requires hostapd" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1246 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1247 -msgid "Requires hostapd with EAP Suite-B support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1244 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1245 -msgid "Requires hostapd with EAP support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1248 -msgid "Requires hostapd with OWE support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1242 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1243 -msgid "Requires hostapd with SAE support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1237 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238 -msgid "Requires hostapd with WEP support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1607 -msgid "" -"Requires the 'full' version of wpad/hostapd and support from the wifi driver " -"
(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:233 -msgid "" -"Requires upstream supports DNSSEC; verify unsigned domain responses really " -"come from unsigned domains" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1253 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1254 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1255 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1267 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1268 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1269 -msgid "Requires wpa-supplicant" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1260 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1261 -msgid "Requires wpa-supplicant with EAP Suite-B support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1258 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1259 -msgid "Requires wpa-supplicant with EAP support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1262 -msgid "Requires wpa-supplicant with OWE support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1256 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1257 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1272 -msgid "Requires wpa-supplicant with SAE support" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1251 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1252 -msgid "Requires wpa-supplicant with WEP support" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:224 -msgid "Reselection policy for primary slave" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2203 -#: modules/luci-base/luasrc/view/sysauth.htm:39 -#: modules/luci-compat/luasrc/view/cbi/delegator.htm:17 -#: modules/luci-compat/luasrc/view/cbi/footer.htm:30 -#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:66 -msgid "Reset" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:308 -msgid "Reset Counters" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:376 -msgid "Reset to defaults" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:162 -msgid "Resolv and Hosts Files" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:188 -msgid "Resolve file" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:405 -msgid "Resource not found" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:350 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:817 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:100 -msgid "Restart" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:313 -msgid "Restart Firewall" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:815 -msgid "Restart radio interface" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:372 -msgid "Restore" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:382 -msgid "Restore backup" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:371 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:372 -msgid "Reveal/hide password" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4053 -msgid "Revert" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4138 -msgid "Revert changes" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4320 -msgid "Revert request failed with status %h" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4300 -msgid "Reverting configuration…" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:372 -msgid "Root directory for files served via TFTP" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:297 -msgid "Root preparation" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:202 -msgid "Round-Robin policy (balance-rr, 0)" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:159 -msgid "Route Allowed IPs" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:73 -msgid "Route table" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:60 -msgid "Route type" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:625 -msgid "Router Advertisement-Service" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:46 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:26 -msgid "Router Password" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:15 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:194 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:27 -msgid "Routes" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:15 -msgid "" -"Routes specify over which interface and gateway a certain host or network " -"can be reached." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:206 -msgid "Rule" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:335 -msgid "Run a filesystem check before mounting the device" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:335 -msgid "Run filesystem check" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2364 -msgid "Runtime error" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:219 -msgid "SHA256" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:59 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:175 -msgid "SNR" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:10 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:38 -msgid "SSH Access" -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:70 -msgid "SSH server address" -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:74 -msgid "SSH server port" -msgstr "" - -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:58 -msgid "SSH username" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:274 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:51 -msgid "SSH-Keys" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1662 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:42 -msgid "SSID" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:9 -msgid "SSTP" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:41 -msgid "SSTP Server" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:339 -msgid "SWAP" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2866 -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2198 -#: modules/luci-compat/luasrc/view/cbi/error.htm:17 -#: modules/luci-compat/luasrc/view/cbi/footer.htm:26 -#: modules/luci-compat/luasrc/view/cbi/header.htm:20 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:435 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:123 -msgid "Save" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2180 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4049 -#: modules/luci-compat/luasrc/view/cbi/footer.htm:22 -msgid "Save & Apply" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:602 -msgid "Save error" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:406 -msgid "Save mtdblock" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:396 -msgid "Save mtdblock contents" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:822 -msgid "Scan" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/crontab.js:26 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:76 -msgid "Scheduled Tasks" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4033 -msgid "Section added" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4035 -msgid "Section removed" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:331 -msgid "See \"mount\" manpage for details" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:257 -msgid "" -"Select 'Force upgrade' to flash the image even if the image format check " -"fails. Use only if you are sure that the firmware is correct and meant for " -"your device!" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2622 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2762 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2927 -msgid "Select file…" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:318 -msgid "Selects the transmit hash policy to use for slave selection" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:144 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:128 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:115 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:89 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:102 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:125 -msgid "" -"Send LCP echo requests at the given interval in seconds, only effective in " -"conjunction with failure threshold" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:24 -msgid "Send the hostname of this device" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:157 -msgid "Server Settings" -msgstr "" - -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:50 -msgid "Service Name" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:87 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:71 -msgid "Service Type" -msgstr "" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:36 -msgid "Services" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2668 -msgid "Session expired" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:107 -msgid "Set VPN as Default Route" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:864 -msgid "" -"Set interface properties regardless of the link carrier (If set, carrier " -"sense events do not invoke hotplug handlers)." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:300 -msgid "Set same MAC Address to all slaves" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:642 -msgid "Set this interface as master for the dhcpv6 relay." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:304 -msgid "Set to currently active slave (active, 1)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:305 -msgid "Set to first slave added to the bond (follow, 2)" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:55 -#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:55 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:23 -msgid "Setting PLMN failed" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:68 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:26 -msgid "Setting operation mode failed" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:565 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:575 -msgid "Setup DHCP Server" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:31 -msgid "Severely Errored Seconds (SES)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:208 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:80 -msgid "Short GI" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1085 -msgid "Short Preamble" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:442 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:18 -msgid "Show current backup file list" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:264 -msgid "Show empty chains" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:354 -msgid "Shutdown this interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:57 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:63 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1661 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:41 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:141 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:173 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:179 -msgid "Signal" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2071 -msgid "Signal / Noise" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:26 -msgid "Signal Attenuation (SATN)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:260 -msgid "Signal:" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3786 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:217 -msgid "Size" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:361 -msgid "Size of DNS query cache" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:187 -msgid "Size of the ZRam device in megabytes" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/footer.htm:18 -#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:57 -msgid "Skip" -msgstr "" - -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:36 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:46 -msgid "Skip to content" -msgstr "" - -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:35 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:45 -msgid "Skip to navigation" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:178 -msgid "Slave Interfaces" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2883 -#: modules/luci-compat/luasrc/model/network.lua:1428 -msgid "Software VLAN" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/header.htm:5 -msgid "Some fields are invalid, cannot save values!" -msgstr "" - -#: modules/luci-base/luasrc/view/error404.htm:9 -msgid "Sorry, the object you requested was not found." -msgstr "" - -#: modules/luci-base/luasrc/view/error500.htm:9 -msgid "Sorry, the server encountered an unexpected error." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:414 -msgid "" -"Sorry, there is no sysupgrade support present; a new firmware image must be " -"flashed manually. Please refer to the wiki for device specific install " -"instructions." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:383 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:69 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:182 -msgid "Source" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:84 -msgid "Source Address" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:50 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:50 -msgid "Source interface" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:342 -msgid "" -"Specifies that duplicate frames (received on inactive ports) should be " -"dropped or delivered" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:358 -msgid "Specifies the ARP link monitoring frequency in milliseconds" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:366 -msgid "Specifies the IP addresses to use for ARP monitoring" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:395 -msgid "Specifies the MII link monitoring frequency in milliseconds" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:259 -msgid "Specifies the aggregation selection logic to use" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:292 -msgid "Specifies the directory the device is attached to" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:252 -msgid "" -"Specifies the mac-address for the actor in protocol packet exchanges " -"(LACPDUs). If empty, masters' mac address defaults to system default" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:175 -msgid "" -"Specifies the maximum amount of failed ARP requests until hosts are presumed " -"to be dead" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:171 -msgid "" -"Specifies the maximum amount of seconds after which hosts are presumed to be " -"dead" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:886 -msgid "" -"Specifies the maximum transmit power the wireless radio may use. Depending " -"on regulatory requirements and wireless usage, the actual transmit power may " -"be reduced by the driver." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:236 -msgid "" -"Specifies the minimum number of links that must be active before asserting " -"carrier" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:200 -msgid "Specifies the mode to be used for this bonding interface" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:333 -msgid "" -"Specifies the number of IGMP membership reports to be issued after a " -"failover event in 200ms intervals" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:276 -msgid "" -"Specifies the number of packets to transmit through a slave before moving to " -"the next one" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:310 -msgid "" -"Specifies the number of peer notifications (gratuitous ARPs and unsolicited " -"IPv6 Neighbor Advertisements) to be issued after a failover event" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:284 -msgid "" -"Specifies the number of seconds between instances where the bonding driver " -"sends learning packets to each slaves peer switch" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:374 -msgid "Specifies the quantity of ARP IP targets that must be reachable" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:268 -msgid "" -"Specifies the rate in which the link partner will be asked to transmit " -"LACPDU packets" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:225 -msgid "" -"Specifies the reselection policy for the primary slave when failure of the " -"active slave or recovery of the primary slave occurs" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:244 -msgid "Specifies the system priority" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:403 -msgid "" -"Specifies the time in milliseconds to wait before disabling a slave after a " -"link failure detection" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:411 -msgid "" -"Specifies the time in milliseconds to wait before enabling a slave after a " -"link recovery detection" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:382 -msgid "" -"Specifies whether ARP probes and replies should be validated or non-ARP " -"traffic should be filtered for link monitoring" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:301 -msgid "" -"Specifies whether active-backup mode should set all slaves to the same MAC " -"address at enslavement" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:419 -msgid "" -"Specifies whether or not miimon should use MII or ETHTOOL ioctls vs. " -"netif_carrier_ok()" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:293 -msgid "" -"Specifies whether to shuffle active flows across slaves based on the load" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:179 -msgid "" -"Specifies which slave interfaces should be attached to this bonding interface" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:212 -msgid "" -"Specifies which slave is the primary device. It will always be the active " -"slave while it is available" -msgstr "" - -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:63 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:72 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:67 -msgid "Specify a TOS (Type of Service)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:72 -msgid "" -"Specify a TOS (Type of Service). Can be either inherit (the " -"outer header inherits the value of the inner header) or an hexadecimal value " -"starting with 0x (optional)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:67 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:72 -msgid "" -"Specify a TTL (Time to Live) for the encapsulating packet other than the " -"default (64) (optional)." -msgstr "" - -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:58 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:67 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:62 -msgid "" -"Specify a TTL (Time to Live) for the encapsulating packet other than the " -"default (64)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:72 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:77 -msgid "" -"Specify a Traffic Class. Can be either inherit (the outer " -"header inherits the value of the inner header) or an hexadecimal value " -"starting with 0x (optional)." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:57 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:62 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:67 -msgid "" -"Specify an MTU (Maximum Transmission Unit) other than the default (1280 " -"bytes) (optional)." -msgstr "" - -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:62 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:57 -msgid "" -"Specify an MTU (Maximum Transmission Unit) other than the default (1280 " -"bytes)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1931 -msgid "Specify the secret encryption key here." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:581 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:99 -msgid "Start" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:76 -msgid "Start priority" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1765 -msgid "Start refresh" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4253 -msgid "Starting configuration apply…" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1678 -msgid "Starting wireless scan..." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:109 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:64 -msgid "Startup" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:19 -msgid "Static IPv4 Routes" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:19 -msgid "Static IPv6 Routes" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:165 -msgid "Static Leases" -msgstr "" - -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:76 -msgid "Static Routes" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:1981 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:172 -#: modules/luci-compat/luasrc/model/network.lua:967 -msgid "Static address" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:411 -msgid "" -"Static leases are used to assign fixed IP addresses and symbolic hostnames " -"to DHCP clients. They are also required for non-dynamic interface " -"configurations where only hosts with a corresponding lease are served." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1102 -msgid "Station inactivity limit" -msgstr "" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:16 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:385 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:871 -#: modules/luci-mod-status/luasrc/view/admin_status/index.htm:9 -msgid "Status" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:356 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:101 -msgid "Stop" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1676 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1770 -msgid "Stop refresh" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:259 -msgid "Strict order" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:33 -msgid "Strong" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:61 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1956 -msgid "Submit" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:203 -msgid "Suppress logging" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:204 -msgid "Suppress logging of the routine operation of these protocols" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:44 -msgid "Swap free" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:139 -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:3 -msgid "Switch" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:172 -msgid "Switch %q" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:150 -msgid "" -"Switch %q has an unknown topology - the VLAN settings might not be accurate." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2883 -#: modules/luci-compat/luasrc/model/network.lua:1426 -msgid "Switch VLAN" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:403 -msgid "Switch protocol" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:103 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:104 -#: modules/luci-compat/luasrc/view/cbi/ipaddr.htm:26 -msgid "Switch to CIDR list notation" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 -msgid "Symbolic link" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:75 -msgid "Sync with NTP-Server" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:67 -msgid "Sync with browser" -msgstr "" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:26 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:17 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:99 -#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:3 -msgid "System" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/syslog.js:25 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:39 -msgid "System Log" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:243 -msgid "System Priority" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:104 -msgid "System Properties" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:141 -msgid "System log buffer size" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:336 -msgid "TCP:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:163 -msgid "TFTP Settings" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 -msgid "TFTP server root" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:49 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:84 -msgid "TX" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:142 -msgid "TX Rate" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:17 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:166 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:184 -msgid "Table" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:31 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:65 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:163 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:181 -msgid "Target" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:103 -msgid "Target network" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:50 -msgid "Terminate" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:84 -msgid "The block mount command failed with code %d" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:77 -msgid "" -"The HE.net endpoint update configuration changed, you must now use the plain " -"username instead of the user ID!" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:40 -msgid "The IPv4 address or the fully-qualified domain name of the remote end." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:42 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:42 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:40 -msgid "" -"The IPv4 address or the fully-qualified domain name of the remote tunnel end." -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:40 -msgid "The IPv6 address or the fully-qualified domain name of the remote end." -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:42 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:42 -msgid "" -"The IPv6 address or the fully-qualified domain name of the remote tunnel end." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:53 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:59 -msgid "" -"The IPv6 prefix assigned to the provider, usually ends with ::" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1916 -msgid "" -"The allowed characters are: A-Z, a-z, 0-9 and _" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/error.htm:6 -msgid "The configuration file could not be loaded due to the following error:" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4129 -msgid "" -"The device could not be reached within %d seconds after applying the pending " -"changes, which caused the configuration to be rolled back for safety " -"reasons. If you believe that the configuration changes are correct " -"nonetheless, perform an unchecked configuration apply. Alternatively, you " -"can dismiss this warning and edit changes before attempting to apply again, " -"or revert all pending changes to keep the currently working configuration " -"state." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:280 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:392 -msgid "" -"The device file of the memory or partition (e.g." -" /dev/sda1)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:736 -msgid "" -"The existing wireless configuration needs to be changed for LuCI to function " -"properly." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:215 -msgid "" -"The flash image was uploaded. Below is the checksum and file size listed, " -"compare them with the original file to ensure data integrity.
Click " -"\"Proceed\" below to start the flash procedure." -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:195 -msgid "The following rules are currently active on this system." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:154 -msgid "The gateway address must not be a local IP address" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:147 -msgid "The given SSH public key has already been added." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:153 -msgid "" -"The given SSH public key is invalid. Please supply proper public RSA or " -"ECDSA keys." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:716 -msgid "The interface name is already used" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:722 -msgid "The interface name is too long" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:61 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:55 -msgid "" -"The length of the IPv4 prefix in bits, the remainder is used in the IPv6 " -"addresses." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:57 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:63 -msgid "The length of the IPv6 prefix in bits" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:163 -msgid "The local IPv4 address" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:46 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:46 -#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:44 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:44 -msgid "The local IPv4 address over which the tunnel is created (optional)." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:169 -msgid "The local IPv4 netmask" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:46 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:46 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:44 -msgid "The local IPv6 address over which the tunnel is created (optional)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1922 -msgid "The network name is already used" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:139 -msgid "" -"The network ports on this device can be combined to several VLANs in which computers can " -"communicate directly with each other. VLANs are often used to separate different network " -"segments. Often there is by default one Uplink port for a connection to the " -"next greater network like the internet and other ports for a local network." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:158 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:42 -msgid "The reboot command failed with code %d" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:147 -msgid "The restore command failed with code %d" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1297 -msgid "The selected %s mode is incompatible with %s encryption" -msgstr "" - -#: modules/luci-base/luasrc/view/csrftoken.htm:11 -msgid "The submitted security token is invalid or already expired!" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:98 -msgid "" -"The system is erasing the configuration partition now and will reboot itself " -"when finished." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:291 -msgid "" -"The system is flashing now.
DO NOT POWER OFF THE DEVICE!
Wait a " -"few minutes before you try to reconnect. It might be necessary to renew the " -"address of your computer to reach the device again, depending on your " -"settings." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:163 -msgid "" -"The system is rebooting now. If the restored configuration changed the " -"current LAN IP address, you might need to reconnect manually." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:85 -msgid "The system password has been successfully changed." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:317 -msgid "The sysupgrade command failed with code %d" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:120 -msgid "" -"The uploaded backup archive appears to be valid and contains the files " -"listed below. Press \"Continue\" to restore the backup and reboot, or " -"\"Cancel\" to abort the operation." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:115 -msgid "The uploaded backup archive is not readable" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:244 -msgid "The uploaded firmware does not allow keeping current configuration." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:239 -msgid "" -"The uploaded image file does not contain a supported format. Make sure that " -"you choose the generic image format for your platform." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:535 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:567 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:52 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:89 -msgid "There are no active leases" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:4268 -msgid "There are no changes to apply" -msgstr "" - -#: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:55 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:213 -#: themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm:56 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:80 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:282 -msgid "" -"There is no password set on this router. Please configure a root password to " -"protect the web interface." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:49 -msgid "This IPv4 address of the relay" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1551 -msgid "This authentication type is not applicable to the selected EAP method." -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:57 -msgid "This does not look like a valid PEM file" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:256 -msgid "" -"This file may contain lines like 'server=/domain/1.2.3.4' or " -"'server=1.2.3.4' for domain-specific or full upstream DNS servers." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:426 -#: modules/luci-mod-system/luasrc/model/cbi/admin_system/backupfiles.lua:16 -msgid "" -"This is a list of shell glob patterns for matching files and directories to " -"include during sysupgrade. Modified files in /etc/config/ and certain other " -"configurations are automatically preserved." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:81 -msgid "" -"This is either the \"Update Key\" configured for the tunnel or the account " -"password if no update key has been configured" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:116 -msgid "" -"This is the content of /etc/rc.local. Insert your own commands here (in " -"front of 'exit 0') to execute them at the end of the boot process." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:54 -msgid "" -"This is the local endpoint address assigned by the tunnel broker, it usually " -"ends with ...:2/64" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:173 -msgid "" -"This is the only DHCP in the local network" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:73 -msgid "This is the plain username for logging into the account" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:57 -msgid "" -"This is the prefix routed to you by the tunnel broker for use by clients" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/crontab.js:28 -msgid "This is the system crontab in which scheduled tasks can be defined." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:50 -msgid "" -"This is usually the address of the nearest PoP operated by the tunnel broker" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:65 -msgid "" -"This list gives an overview over currently running system processes and " -"their status." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1505 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1563 -msgid "" -"This option cannot be used because the ca-bundle package is not installed." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:2205 -#: modules/luci-base/htdocs/luci-static/resources/form.js:2511 -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 -#: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 -msgid "This section contains no values yet" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:110 -msgid "Time Synchronization" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1093 -msgid "Time interval for rekeying GTK" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:124 -msgid "Timezone" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/luci.js:2678 -msgid "To login…" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:372 -msgid "" -"To restore configuration files, you can upload a previously generated backup " -"archive here. To reset the firmware to its initial state, click \"Perform " -"reset\" (only possible with squashfs images)." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:907 -msgid "Tone" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:35 -msgid "Total Available" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:102 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:103 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:113 -msgid "Traceroute" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:53 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:64 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:96 -msgid "Traffic" -msgstr "" - -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:72 -#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:77 -msgid "Traffic Class" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:385 -msgid "Transfer" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:24 -msgid "Transmit" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:317 -msgid "Transmit Hash Policy" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:74 -msgid "Trigger" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:19 -msgid "Trigger Mode" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:69 -msgid "Tunnel ID" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2886 -#: modules/luci-compat/luasrc/model/network.lua:1431 -msgid "Tunnel Interface" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:44 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:55 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:76 -msgid "Tunnel Link" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:185 -msgid "Tx-Power" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:44 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:61 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43 -msgid "Type" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:326 -msgid "UDP:" -msgstr "" - -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:90 -msgid "UMTS only" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_3g.lua:10 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:43 -msgid "UMTS/GPRS/EV-DO" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:254 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:360 -msgid "UUID" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:16 -#: modules/luci-base/htdocs/luci-static/resources/network.js:17 -#: modules/luci-compat/luasrc/model/network.lua:34 -#: modules/luci-compat/luasrc/model/network.lua:35 -msgid "Unable to determine device name" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:18 -#: modules/luci-compat/luasrc/model/network.lua:36 -msgid "Unable to determine external IP address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:19 -#: modules/luci-compat/luasrc/model/network.lua:37 -msgid "Unable to determine upstream interface" -msgstr "" - -#: modules/luci-base/luasrc/view/error404.htm:11 -msgid "Unable to dispatch" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/dmesg.js:9 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/syslog.js:15 -msgid "Unable to load log data:" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:54 -#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:54 -#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:22 -msgid "Unable to obtain client ID" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:221 -msgid "Unable to obtain mount information" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:278 -msgid "Unable to reset ip6tables counters: %s" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:276 -msgid "Unable to reset iptables counters: %s" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:61 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:7 -msgid "Unable to resolve AFTR host name" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:20 -#: modules/luci-compat/luasrc/model/network.lua:38 -msgid "Unable to resolve peer host name" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:284 -msgid "Unable to restart firewall: %s" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/crontab.js:20 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:342 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:57 -msgid "Unable to save contents: %s" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:33 -msgid "Unavailable Seconds (UAS)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/fs.js:102 -msgid "Unexpected reply data format" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:1983 -#: modules/luci-compat/luasrc/model/network.lua:971 -msgid "Unknown" -msgstr "" - -#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:47 -msgid "Unknown and unsupported connection method." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2292 -#: modules/luci-compat/luasrc/model/network.lua:1138 -msgid "Unknown error (%s)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:412 -msgid "Unknown error code" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:1980 -#: modules/luci-base/htdocs/luci-static/resources/protocol/none.js:6 -#: modules/luci-compat/luasrc/model/network.lua:965 -msgid "Unmanaged" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:195 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:217 -msgid "Unmount" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:112 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:259 -msgid "Unnamed key" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3973 -msgid "Unsaved Changes" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/rpc.js:410 -msgid "Unspecified error" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:64 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:9 -msgid "Unsupported MAP type" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:69 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:27 -msgid "Unsupported modem" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:267 -msgid "Unsupported protocol type." -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:151 -msgid "Up" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:410 -msgid "Up Delay" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3860 -msgid "Upload" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:413 -msgid "" -"Upload a sysupgrade-compatible image here to replace the running firmware." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:138 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:169 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:384 -msgid "Upload archive..." -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2816 -msgid "Upload file" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2791 -msgid "Upload file…" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2738 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3848 -msgid "Upload request failed: %s" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3767 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:3821 -msgid "Uploading file…" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:737 -msgid "" -"Upon pressing \"Continue\", anonymous \"wifi-iface\" sections will be " -"assigned with a name in the form wifinet# and the network will be " -"restarted to apply the updated configuration." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:60 -msgid "Uptime" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:177 -msgid "Use /etc/ethers" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:269 -msgid "Use DHCP advertised servers" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:167 -msgid "Use DHCP gateway" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:40 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:124 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:39 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:116 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:68 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:59 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:103 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:90 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:64 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:77 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:100 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:69 -msgid "Use DNS servers advertised by peer" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:565 -msgid "Use ISO/IEC 3166 alpha2 country codes." -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:56 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:97 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:77 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:61 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:75 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:92 -msgid "Use MTU on tunnel interface" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:93 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:73 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:57 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:88 -msgid "Use TTL on tunnel interface" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:320 -msgid "Use XOR of hardware MAC addresses (layer2)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:321 -msgid "Use XOR of hardware MAC addresses and IP addresses (layer2+3)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:323 -msgid "" -"Use XOR of hardware MAC addresses and IP addresses, rely on skb_flow_dissect " -"(encap2+3)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:294 -msgid "Use as external overlay (/overlay)" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:293 -msgid "Use as root filesystem (/)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:34 -msgid "Use broadcast flag" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:860 -msgid "Use builtin IPv6-management" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:43 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:182 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:127 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:42 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:62 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:106 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:93 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:67 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:80 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:103 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:72 -msgid "Use custom DNS servers" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:37 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:116 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:33 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:64 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:56 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:100 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:87 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:61 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:74 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:97 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:61 -msgid "Use default gateway" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:48 -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:230 -#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:119 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:51 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:88 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:68 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6to4.js:52 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:70 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:83 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:111 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:153 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:72 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:67 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:111 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:98 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:72 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:85 -#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:108 -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:64 -msgid "Use gateway metric" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:96 -msgid "Use legacy MAP" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:96 -msgid "" -"Use legacy MAP interface identifier format (draft-ietf-softwire-map-00) " -"instead of RFC7597" -msgstr "" - -#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:179 -msgid "Use routing table" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1498 -msgid "Use system certificates" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1556 -msgid "Use system certificates for inner-tunnel" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:412 -msgid "" -"Use the Add Button to add a new lease entry. The MAC-Address identifies the host, the IPv4-Address specifies the fixed " -"address to use, and the Hostname is assigned as a symbolic name to " -"the requesting host. The optional Lease time can be used to set non-" -"standard host-specific lease time, e.g. 12h, 3d or infinite." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:322 -msgid "Use upper layer protocol information (layer3+4)" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:324 -msgid "" -"Use upper layer protocol information, rely on skb_flow_dissect (encap3+4)" -msgstr "" - -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:36 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:194 -msgid "Used" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1394 -msgid "Used Key Slot" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1437 -msgid "" -"Used for two different purposes: RADIUS NAS ID and 802.11r R0KH-ID. Not " -"needed with normal WPA(2)-PSK." -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:105 -msgid "User Group" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:114 -msgid "User certificate (PEM encoded)" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:126 -msgid "User key (PEM encoded)" -msgstr "" - -#: modules/luci-base/luasrc/view/sysauth.htm:23 -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:106 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:50 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:56 -msgid "Username" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975 -msgid "VC-Mux" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:923 -msgid "VDSL" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:173 -msgid "VLANs on %q" -msgstr "" - -#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:54 -msgid "VPN" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:42 -msgid "VPN Local address" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:46 -msgid "VPN Local port" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:96 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:42 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:58 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:39 -msgid "VPN Server" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:99 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:45 -msgid "VPN Server port" -msgstr "" - -#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:103 -#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:60 -msgid "VPN Server's certificate SHA1 hash" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_vpnc.lua:9 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:9 -msgid "VPNC (CISCO 3000 (and others) VPN)" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:10 -msgid "VXLAN (RFC7348)" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:53 -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:48 -msgid "VXLAN network identifier" -msgstr "" - -#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:10 -msgid "VXLANv6 (RFC7348)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1498 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1556 -msgid "" -"Validate server certificate using built-in system CA bundle,
requires " -"the \"ca-bundle\" package" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:387 -msgid "Validation for all slaves" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:385 -msgid "Validation only for active slave" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:386 -msgid "Validation only for backup slaves" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:154 -msgid "Value must not be empty" -msgstr "" - -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:73 -msgid "Vendor" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:55 -msgid "Vendor Class to send when requesting DHCP" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:196 -msgid "Verifying the uploaded image file." -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:59 -msgid "Virtual dynamic interface" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1032 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1033 -msgid "WDS" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1217 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1306 -msgid "WEP Open System" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1218 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1307 -msgid "WEP Shared Key" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1931 -msgid "WEP passphrase" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1070 -msgid "WMM Mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1931 -msgid "WPA passphrase" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1208 -msgid "" -"WPA-Encryption requires wpa_supplicant (for client mode) or hostapd (for AP " -"and ad-hoc mode) to be installed." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:47 -msgid "Waiting for device..." -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:168 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:178 -msgid "Warning" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:26 -msgid "Warning: There are unsaved changes that will get lost on reboot!" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:37 -msgid "Weak" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1460 -msgid "" -"When using a PSK, the PMK can be automatically generated. When enabled, the " -"R0/R1 key options below are not applied. Disable this to use the R0 and R1 " -"key options." -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm:166 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:468 -msgid "Width" -msgstr "" - -#: modules/luci-compat/luasrc/model/network/proto_wireguard.lua:9 -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:29 -msgid "WireGuard VPN" -msgstr "" - -#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:17 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:87 -#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105 -msgid "Wireless" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2874 -#: modules/luci-compat/luasrc/model/network.lua:1419 -msgid "Wireless Adapter" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/network.js:2853 -#: modules/luci-base/htdocs/luci-static/resources/network.js:4057 -#: modules/luci-compat/luasrc/model/network.lua:1405 -#: modules/luci-compat/luasrc/model/network.lua:1868 -msgid "Wireless Network" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:753 -msgid "Wireless Overview" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:922 -msgid "Wireless Security" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:735 -msgid "Wireless configuration migration" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:153 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:193 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:47 -msgid "Wireless is disabled" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:153 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:193 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:47 -msgid "Wireless is not associated" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:877 -msgid "Wireless network is disabled" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:877 -msgid "Wireless network is enabled" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:275 -msgid "Write received DNS requests to syslog" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:160 -msgid "Write system log to file" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:204 -msgid "XOR policy (balance-xor, 2)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:3643 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:295 -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:344 -#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 -msgid "Yes" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:303 -msgid "Yes (none, 0)" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:176 -msgid "" -"You appear to be currently connected to the device via the \"%h\" interface. " -"Do you really want to shut down the interface?" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:112 -msgid "" -"You can enable or disable installed init scripts here. Changes will applied " -"after a device reboot.
Warning: If you disable essential init " -"scripts like \"network\", your device might become inaccessible!" -msgstr "" - -#: themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm:65 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:223 -#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:73 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:294 -msgid "" -"You must enable JavaScript in your browser or LuCI will not work properly." -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:115 -msgid "" -"You must select a primary interface which is included in selected slave " -"interfaces!" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:96 -msgid "" -"You must select at least one ARP IP target if ARP monitoring is selected!" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:192 -msgid "ZRam Compression Algorithm" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:199 -msgid "ZRam Compression Streams" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:185 -msgid "ZRam Settings" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:187 -msgid "ZRam Size" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:331 -msgid "any" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:908 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:916 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:921 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1157 -#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:78 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:48 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:51 -#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:103 -msgid "auto" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:85 -msgid "automatic" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:82 -msgid "baseT" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:981 -msgid "bridged" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:146 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:401 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:35 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:99 -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:31 -msgid "create" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:69 -msgid "create:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:55 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:57 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:58 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:62 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:63 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:83 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:84 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:87 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:185 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:187 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:171 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:173 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:174 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:178 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:179 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:261 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:264 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:267 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:271 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:274 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:277 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:303 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:304 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:305 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:309 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:310 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:311 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:313 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:314 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:315 -msgid "dBm" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1014 -msgid "disable" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:185 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:626 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:632 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:638 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91 -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25 -msgid "disabled" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:519 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:553 -msgid "driver default" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:81 -msgid "e.g: --proxy 10.10.10.10" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:83 -msgid "e.g: dump" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:524 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:545 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:42 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:69 -msgid "expired" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:182 -msgid "" -"file where given DHCP-leases will be stored" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:85 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:195 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:61 -msgid "forward" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:84 -msgid "full-duplex" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:84 -msgid "half-duplex" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:569 -msgid "hexadecimal encoded value" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1738 -msgid "hidden" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:629 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:635 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:640 -msgid "hybrid mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:36 -msgid "if target is a network" -msgstr "" - -#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:63 -msgid "ignore" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:69 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:191 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:46 -msgid "input" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:395 -msgid "key between 8 and 63 characters" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:407 -msgid "key with either 5 or 13 characters" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:189 -msgid "local DNS file" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1316 -msgid "medium security" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1465 -msgid "minutes" -msgstr "" - -#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:422 -msgid "netif_carrier_ok()" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46 -msgid "no" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:76 -msgid "no link" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 -msgid "non-empty value" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:3007 -msgid "none" -msgstr "" - -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:41 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:55 -#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:69 -msgid "not present" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:347 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:901 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:905 -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:197 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:245 -msgid "off" -msgstr "" - -#: themes/luci-theme-material/luasrc/view/themes/material/header.htm:196 -#: themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm:242 -msgid "on" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1317 -msgid "open network" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:69 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:46 -msgid "output" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:241 -msgid "positive decimal value" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:233 -msgid "positive integer value" -msgstr "" - -#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:80 -msgid "random" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:628 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:634 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:639 -msgid "relay mode" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982 -msgid "routed" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1093 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1102 -msgid "sec" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:627 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:633 -msgid "server mode" -msgstr "" - -#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:53 -msgid "sstpc Log-level" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649 -msgid "stateful-only" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:647 -msgid "stateless" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:648 -msgid "stateless + stateful" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1315 -msgid "strong security" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:352 -msgid "tagged" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1448 -msgid "time units (TUs / 1.024 ms) [1000-65535]" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:559 -msgid "unique value" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:534 -msgid "unknown" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:340 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:522 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:543 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:40 -#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:67 -msgid "unlimited" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/form.js:3372 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:138 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:369 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:393 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:428 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:465 -#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:561 -#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:53 -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:38 -msgid "unspecified" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:71 -msgid "unspecified -or- create:" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:350 -msgid "untagged" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:246 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:121 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:132 -msgid "valid IP address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:246 -msgid "valid IP address or prefix" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:281 -msgid "valid IPv4 CIDR" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:254 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:125 -msgid "valid IPv4 address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:254 -msgid "valid IPv4 address or network" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:374 -msgid "valid IPv4 address:port" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:314 -msgid "valid IPv4 network" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:276 -msgid "valid IPv4 or IPv6 CIDR" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:267 -msgid "valid IPv4 prefix value (0-32)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:286 -msgid "valid IPv6 CIDR" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:262 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:129 -msgid "valid IPv6 address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:262 -msgid "valid IPv6 address or prefix" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:304 -msgid "valid IPv6 host id" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:319 -msgid "valid IPv6 network" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:272 -msgid "valid IPv6 prefix value (0-128)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:340 -msgid "valid MAC address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:411 -msgid "valid UCI identifier" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:362 -msgid "valid UCI identifier, hostname or IP address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:383 -#: modules/luci-base/htdocs/luci-static/resources/validation.js:386 -msgid "valid address:port" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:533 -#: modules/luci-base/htdocs/luci-static/resources/validation.js:537 -msgid "valid date (YYYY-MM-DD)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:237 -msgid "valid decimal value" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:405 -msgid "valid hexadecimal WEP key" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:393 -msgid "valid hexadecimal WPA key" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:368 -msgid "valid host:port" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:355 -#: modules/luci-base/htdocs/luci-static/resources/validation.js:357 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:73 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:79 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:107 -msgid "valid hostname" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:345 -msgid "valid hostname or IP address" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:229 -msgid "valid integer value" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:309 -msgid "valid network in address/netmask notation" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:508 -msgid "valid phone digit (0-9, \"*\", \"#\", \"!\" or \".\")" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:332 -#: modules/luci-base/htdocs/luci-static/resources/validation.js:335 -msgid "valid port or port range (port1-port2)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:324 -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:136 -msgid "valid port value" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:513 -msgid "valid time (HH:MM:SS)" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:435 -msgid "value between %d and %d characters" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:416 -msgid "value between %f and %f" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:420 -msgid "value greater or equal to %f" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:424 -msgid "value smaller or equal to %f" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:429 -msgid "value with %d characters" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:440 -msgid "value with at least %d characters" -msgstr "" - -#: modules/luci-base/htdocs/luci-static/resources/validation.js:445 -msgid "value with at most %d characters" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1317 -msgid "weak security" -msgstr "" - -#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46 -msgid "yes" -msgstr "" - -#: modules/luci-compat/luasrc/view/cbi/delegator.htm:20 -msgid "« Back" -msgstr "" diff --git a/luci-theme-bootstrap/Makefile b/luci-theme-bootstrap/Makefile deleted file mode 100644 index b80a18ee1..000000000 --- a/luci-theme-bootstrap/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# -# Copyright (C) 2008-2014 The LuCI Team -# -# This is free software, licensed under the Apache License, Version 2.0 . -# - -include $(TOPDIR)/rules.mk - -LUCI_TITLE:=Bootstrap Theme (default) -LUCI_DEPENDS:= - -PKG_LICENSE:=Apache-2.0 - -define Package/luci-theme-bootstrap/postrm -#!/bin/sh -[ -n "$${IPKG_INSTROOT}" ] || { - uci -q delete luci.themes.Bootstrap - uci -q delete luci.themes.BootstrapDark - uci -q delete luci.themes.BootstrapLight - uci commit luci -} -endef - -include $(TOPDIR)/feeds/luci/luci.mk - -# call BuildPackage - OpenWrt buildroot signature diff --git a/luci-theme-openwrt-2020/Makefile b/luci-theme-openwrt-2020/Makefile deleted file mode 100644 index 0e18a5f43..000000000 --- a/luci-theme-openwrt-2020/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# -# Copyright (C) 2020 Jo-Philipp Wich -# -# This is free software, licensed under the Apache License, Version 2.0 . -# - -include $(TOPDIR)/rules.mk - -LUCI_TITLE:=LuCI modern OpenWrt theme -LUCI_DEPENDS:= - -define Package/luci-theme-openwrt-2020/postrm -#!/bin/sh -[ -n "$${IPKG_INSTROOT}" ] || { - uci -q delete luci.themes.OpenWrt2020 - uci commit luci -} -endef - -include $(TOPDIR)/feeds/luci/luci.mk - -# call BuildPackage - OpenWrt buildroot signature diff --git a/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/GalanoGrotesqueW00-Regular.woff2 b/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/GalanoGrotesqueW00-Regular.woff2 deleted file mode 100644 index 950ac98cc5f79db9863bd001fe66a20d551d0785..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 29004 zcmV)GK)%0sPew8T0RR910C7wJ5&!@I0ZDuS0C3>|0RR9100000000000000000000 z0000#Mn+Uk92!C!-Buiy3I<>Rheim4WC@Z`5eN!{z+8g)D+`Aj00A}vBm<5x1Rw>7 zRtK1S41_OR^dNDAmUp#p0&W{X^N@0tePjjW78`U&JgX3uHl^UW4$cFjUnt{F_W%E% znp9-Wq>Qv>8^G|Ycoi}{A_9_fkt3=j)0?E4+1EyiT(BiFv~{kzA4eat(OAzclJgm8 zB0+p(w;ht9DNThodlxtQ^L;<=k2=sP74)EhqoFp`MCS?*bL&*MCq0KbX8AIY6UmqT zvSq8-`+wB^wxH+9g33wO9by+t2=bl8D)oVTb0sHZ%*4K z=tds|SLBqO7)IwOSJonVr=W;RvK`^{rEQ@xWi4{j%aZ+`I*Kg<8<#PXm6Mm`dA|Mr zx6j=B9&7==-2BTnZYb){l4ozq3yv*&DZI$bHanZxD2 zn$`mZ2;L$ET9y^dPMqVMnZ1r~yWh9Yj9=btRsFtO{{Q11_IsUMqLC*FWPvqP1cAw) z`Sz%&1+!=GjRGf;6ox_=3LF$VQbtGkC?DY?eo~hu&2`c-fFy?%cHx8nKcFi8*I`^{ zXMwzASe&a&xe9Zv{v04>YldCg(UB4VzfSA_O2Pt@E(k;vV8AI(ddai9@BI{;GFQK< zu+33b{M1ximE(uH-ezR`;EnX5KLD->s)QxWOYySy$H%_J3G27(qBrTDJai+s^OILA}DY=Kj-AhX_@QJC*a+NA?H2M#hh>)&HC~uO% zynHj|rp~4X@DEcsI|;73*3`NbS+N2EHolLs{h}&v-mbZHf3=Osqm2%?h2BJg(%(YV z(vjg30Y5p{_i)I93^U-6RZJMibvEcva3P1P_*Y-`e|D=Y$_=T!w53(4{ZG|FXFlaX zAP~4#*-13zWf%iVUIco5lFaN%LlK}7e&H}CJUFob|7L2X^-*XD&^SPjJ>z+1uuIN5 za@S`7#dX$K-T$h7RsE{=klN5T1PuXD+D2orhX7={x*JfT0Z~me8fcuQG~U6`fKCP= z#ql;sHj>5~?D`;bNuqET#CtE_N9 z&sWGAG38uxke$gMl__OjNN@invol*ng_Lp%1e!pV6#%NTsu7i^WR2>paFw=Dw2PZ< zfx>_|y231N=7Ic;JJ#}F2WAnMY-o6iq9BYOf7@&KJKul$on*E9IEU2HeN|Oe#E9G& zW5lS4sOsO{_nmoCitG}Fz;V@FUhi+fnw@M%?CMZwJd}-try<`U7i$f<{IYMoSzSosuwvl|^Kz`C*n? z7?Bmugeaf@0s87?4r2SqbPJ-ZUpa#U1*nyPAjnbM-nRneFY!|W^4Iv80QsAFB0%ml zH+k_pGa&o2rVOtCNd+hZ<_LN`5Dp3XS`Uo){JIIV7mo)~K<501L_91kJZLFTUcCA6 z<;P!uKpI*)dO-}@Flwuv_B!aOlg_&6N_gJ|3l}Y3vUC|Bu_$e<^C6~OYU^XJeeU}j z-35Prd;bVu-afw2@4wM(wL4uN;tz%*4Ay`BA4nn#Imkl+iclg45*ii`0SOfylZ1?d zN=&&5m8w*$QL9e92927+EQtc<7;J+?`P0v@G;{e)8(8Ro^Sn9pN49`1 zWQ*8hwuJ3sdz5|6F$=&HKTAk?cR)jP6Po^Yr|k>V-DtLLAI5>$+oe# zSey;89c)%6*d&``(`!^Sdb?p6 zRxT|(7`5zLB>HZJkvbcqZw04`J*Z&S zCoCcnBYfCQUzZHQ-bIPaW}GQ zIBoz+zpPqTT^bLX?|2V}P6eo5hLTxUsVjL2AfM`;U{I2=d?Ethc9#Pjw-l3j!yzvt zNlCf=5^jaDF%Vr*lI6FzZ7cX52M+9qIlV)yvy?0j1RBqq!rAXhZAgHGV=mR|8Jnmq zAbS}zjq|(Ao1bznaQWOYQICydb{Ab>*aMRHW)Iv>>Wq*O;B%XI!6WrcE1ZdKUEEN6 zkc1Ma#V3eyDQ^RTAyD17v@idghZlF|-W@)v^cvmOagM!>)W+xbk0Ek&gwi=ZP zDwmxpQa!ynOqoKGc1wmhlum-KQ1?rm1HPu;Ul?_R{jckxf9w@uG$O#3A zNL?78={2M|JV!ru$mgo&9-I!=3%6?lkQlwOB;`9pLCoAFy}DrB@r4nEE$V<=R0-cq z8|@SbK08Uo)-Rx06{c*wl6>+F1yqWGib=FVRT|Xd5&|zflC6-Ax5&cnh4TaTK9s7wvrjIp23TvauIG(qLIWRHezh6!i&&Ezn^0kq%OZ1TBE6X#MG`;%46nC?aXqS zfo%T%*^`+}f>5?)V(5|$C5)P%5crm0^=h9$6JKsogmwVL9$MzPopWtjg81BOt3f=#-b$$nm5&JMTH zbD}9Hya2hGb49VXy|6q@Ohpkb1Ap9z=5}b_HDlU zrRSHU7cdqPiX_F3ZlYfC+Z0-jWglQ|0K@?}(kURR3^K!e%ntcP+fgqr4?xtT@?t0_L%*FkoH)F{2fwhA zer>1x&Y=Bq(*InhT>sK2`#Vtllk#6tW#ai(X=nZS5F2e3DoKVY1xm%M(x9&GU9rG53*EHHgIav~luKloT7J=xD`Xg}y|>0k%YFXe3SYgp(w`{W8iQ3! zI_h@S9nhid9381tX~&AG>Ud3>I#Y}Jovp|69<;{h9<@bLk2~1(-u5kM5xqkUI3ERq zSLh$-sN1b}oAU|k+TCWaGtM{bHe1%uXB(Hawp|nrg8nQf*H1*vm!2;!uyJQq|C(Cg z@dg=<$+Vz8;;yDIF^@ZugvT4M$+B&OL7v}Jc~91|XD=?{8o*xHT(!VnwYOY6vi!wM zqQO$jXj(6T;jwh~9R9^;47Msc_Bf@as`u*o#ATTbR0)NE0SWp#&^|dtXZw{?n`kgP zW|p3Jkt`Q&JeyD&G=VDpOWQZcV$k_@({g5i*kH%sEo=_S#6?xe5lBM?Sylj(7}4x@ z@3gzqXu-$bbun{(zZgNp_})xaxC1ht9(jf9(G^nWCWp7R2C~X0_;YvIlt{gUQK0kW z_j6oVXpwHnti1;8=4+A!FODw7R~W(nJ*NqeKSktDoScM94J}xEl7vfhw5fN)Vs3Lu zN0{Z8D0X6XLP78aHxZTSrZUDNeSrmfj_68Zz(MHNYVHBOOTFx32?fC|iYy}e)QNl-2J9z$Tta*_5hNxf!DrW`cpR`f z;&S4^nSd*bTeRa&fy6*+65Y^3una{TNn`@CDbRF$vpAZEkO(!tV%pQjPe=K2(pf>W zbo7gE3~7Qk3dc`KIB8Hgal*qn7SXS@l_<3;ARLj(aAc~&@lqX*PHi|k^|~!=)Eqx8 z5KbIhILD5J6KDISa)ekp-j`z&kRjSVw5mBJb?Yy=jpXY_a7CifNGd8|8ZZEf4cZ{J zVY9@Vf8-EC8E<1CY13VMNk2$++Q_gL)|2lS%khawYKInn6ZD~_aWYzrXCOVSoV2K3 zXdQy=>7gUC(TX{o7IFCQ&Lpb~IFgdB@THf~Awdv^@(wRp5tvg__UJs%Ij5x+*S_u;UhGxn z?mP|3lRVcQz-B$PAzY?)fja8k;d^Vqxh-r1lNgL%M8yqQGBQ#s0hz&!gB#sI9kFrQ zfOMcy(xETd@645(3N41LTHQKOz<&=@+R^GFjjh($y#bpHPrm8w*$ zRj*N#W-V;C*&eo?t~+c^2~2j^V=uk;)n5VZq5!3^$e8$~)O5^jJc5c)D!ZTJkcNztUB&aoe|dhj(Td_x*0~-hSTbp6%!UAByCWl0zTy=*KHW2H9L<}H)NRa44 zSpGVeV%0&xqAYhxEF{ajIq-&! zy|>;pM1LD27R*cthiYjh_WZ&Au)v)8^rrIL;;4GQ;o)5pkt-M_%z)X?HsmjfTh)xz zU~QJR+GC4oA&)z2_I|%R*$SRiw9zhdV1&%0)FSMWNX?N(UU};goayZckfU z(M?;BYqr76^p(P|@F21b2*ZFf!!WSyaD&PXH#q8=4T+A`(C$;-$XZ4hWIk&6Frn~s zQs6=P=M)`7?f>>T4$Yg<2z$S$ItmWY>PhvydR4uxK2)E-v6{C(MV!Lt8#5%s&zma@ z|DXSKVojX+Qw_p2a2YVm)dtZnBNA)3Mf$G_Tihon&=Nmu2(^+$>}}zv>F`Fhj?6&9 zhJpnL0vawn#7J<&31?hz#SOdn9Vm1Yp(l&s#+hcGW!6cQsZgaxyB&4bRd+r0)>r?8 zLIKJUF$qH;zDoj9YGVVXnQ>b}AdPMGuou1RP4D{9r@r;;{E2>Bpr*c0x0kB-ZWq~l zw0Am1nY;GxjktDpcc5{V#oF4=sQK7D*bAU|X!2s)S>JGiqpb3<=s~%v5hfVgGF)wO z-9(GcZK*zGseH$ty)7qA*(%09t;n&8;eU#0=9q4_{WDE9>$$}@#z@1Y2XfKoSzx|} z7E!D8ep6#Mr8Z`!goF)2AEH7y;b$Y>NgktmI3t*Ax}RV67a7Adg- ziA;eeqwxudNVro_VyJlV6i7qMz^I$s?}^*-gHHxij^p{+Gd%uWXq8&Prd?$itMn{ zF1yLi?X#bcfnWQ^aVLhQo^slm&`ypFItUTNY+${(`V0%Ku%SOyrra~*6|GdOkqwau zd!mwQixoCUCd*bUgPm>dRj@KglGQ77C0nyHPl~lG^QBt1vOt>kD+{IDa56Y6z z){s3UyB?E{MT-Fg1`PBd=~W>~$${;{@Uz0k1W2He`7p)?=|?Dj_NFgYd4zNX4uM6Y zf(8)-)$H^mc9bDIKW=GT9U<*=!FpW_rP0=w`Z)~^LPN7)g2nX@hld>#amdQXEiy1V zyGp#)jD*Fh?)bYJn6INSaX*20L-O#;TT^C|c>Z?DO+lVH86RtF$DGI}B=0l=0H;IQti^nV$p)%CGgn4a{)9M)+6sUo&5db1{BTrc5Wo9E%AB_|U zJTg4{70Bs-8(-^ln@)VOn#g!Fhsr0*`x1$GG6-YV<`al23D(B~<-sh0eZN=BnGA6} z?w9lw%(CE#=fm7efXV+2S@B!}7>YXu#MeXhY#=Zh3BG#c_wCn_#PQ#2DusbdOjtZE zQKC$ZCN?{x(H;QTwz__PBV$|{1*2xX89md931ezo zj7qHDTI57BBcS&=do>e+0!J03bBW8)K3%j4h^Q>{sxjsDJgrxvJp zGO71`{ftO0+DsHdJ;~7RS7H;}&8?#u|KH*3@8?yy%4b1ES;><}5ANN$ee1@xtCuhC zn=nQUVpm*ZXn3&4R52-&XCMEc_{&kQFCXFf91Ga5(Mu(&kjr)p50rEcY>2or1sWn+ ziorAvE}kw;E^HTsE|yj}Qaz6I(_YfM!NEd=3cHP=MzWZ;I6drmj`n`6dAxr5vlw8Y zK?WP5l(`Y$aj;xgi7aiaG}*G`$dfByp<+c3JY~70mR_k^tr~S2)N9eqW?S8xtnjbQ zm`qKRX`*pCnrdv(mP!JyYyI@B953lN4S1r-JR<>_q$qINtjvMi7TMyLzZ6{mpEUH; z=B*KUo--@>%gL5112nw?24D-Vw7@FMwMMRf+MERspEc{_YkNO7VUyzG;Wr}@0nRRG z2g>7wv)_6CPV0&PY0LBK-`zjz^<*72X+Fd|47qK3&?W$}l!WV#=xVPiF#`tPJvW|7oQq#pl*fUGwmlM|gINlPg#8 zmt`uOTeeZzR#x$rld~K~L!fR}xZ)gNZy{EgQ&XBPS(#0MMAb3#-YHDChX3@cTuNy> z&_}CVRhu@PF*mBc5rO-Goq>J@X#!IL*vM4VH{<_x!e)bBQL3`I>OdBUvsOT+W;}%4 zb}w&rqmaE}Opuu`kaICIJ3BJ$SpoEney+?gUykR(BNCHBtmlUtnR`w3jsOV*!eOUj z*UTY&@>ekvO>08?>A2xFbB(`x?uH`=mVX?vwRaE2H9wbqZ28?y@y|Iv*=;B`CMeI-oi?Y2Udi7)p>+pwpV$IP=Gnj^t zB=k|gMbu*|a{rrhk*QKja6CsO{gKep*OYyVA~Hqm^>iXX$XoBYLALKqE(DLEh6B$2 z))K$@)M?!~Z3OcG2;)Xd*ohaKz z)UAzUH(#RS>53KcrU~TrHs)fW9p-%V_5eu2n4j9ahit95)3>niUD3@29U2#b;xgxz zJRxM$7f+#^Cw%O_pfj-35&tobfR#BZs1sVkb*onbpIBM6QTpa2>0vCylI)J zn+{64hofZ&_UyOifzefK=;VIjdAj~UIJk9nYZ&wsx>o4M8PRy3(GWAEO|23-1Ey<1 z9j^!q9kHTs6tISpxp%}FPe~IX<-PrOmCeaYN{Nqn+#CtA1kxEu8?r1GODUXZ$c-ls z1aNxD#Nn3ZN+gziL)4q^0N+;5eAEks`Dp6EXM`aeKDENLULYU30neltRnp2kXqohynXv0vSBEyVMOjxCHvN@^m7_<#9TJ7$&t?$1V_nvc3LNjw=YqDQl;RhAHV%!Vyq}^n2LK9w__A|X|wjdlfyO$g2?xl#*Vk9{68t?9P844c^+Ng(tDK(2yUWzCUt=}|m zokK&DMmCsaW{e3GQCf^776<-n|G>_GA~6yKy6`o(s$?ZAnPm;Mq`eWXO;@QwLr1sb zXc}9`6s$16a_jDqaK@EqUga!T@qR=~X_r7C*Qwy}WCFT^3R z1C6oFL4f#fmH4kbf?D2rxyNbX&BjT)0OCCAB4mkEfi4fGy^V<|@!M)E7A*br4qjTs zB1@xps@xk@l@R!Uo%yGEtD za>_`O%xe>6;%4j0rMuOgY--t1alTNursg0@kW2}QK}Fq-jr)6sbSR*Z`hC_i_>~P-zb4qIAO*k0NdSx1s&fI03Yg4h`3T-CAP}l?qsdeBDp^ zVUHE(Pb?Y6e$y|f+J=E~qa%`A1{RvKttlHwuit#zL#`nd;>YypUp7Iuo4yz`H3k(-wwQ(PHI51+86DI~=kRg+?G`rav- z3)FD~!3$03S?6x=&Lxh;hMV+1R{gDH*SO1&-Zxbu`9fCq%u5Z8fmnRx-Xp{jySuqU z7;l$DWt|(c#Fe-2%O?bb3;BCIp^u-$3`$ z3Rjv9Ey`2~Ckl;lNU9USl7V~h;*gIH?J8VHt-zm(8o6afPQr!%4-!Qm?K3X#p z`8o41{~X>ZJd#FR!S%247-X4QFGKLA>K0YXp`-$7Ya#?1v{?}JXHOJXjM6t z^l@%-+?u*U)Sq_0{zC_(cdt}daTv?dA;Pgu) z2r5?a1|ekxRbjtA{z~RI2d~Xy|g^amF6emicbEbX6fJ}j4i@dCSWVW=7{Bkq|ugWC>Z94OKXJ(3c zt=n<5Wl%jjs;SYW5}WtrntIY91oc5l-a-3KA@w1F)hC7(BXknAN6ELUuSwrA8)4Xt zm<~`yg2D|6@4PYPLSHnA>eX;ZmWB7JuILz62+M!gA{539PGmB{Q`yLKjdOHaWRIuk!zpaoNWv*Av$Of0K1pahqS+F~5 z;EdsxOzwQdnXhm2Q79~ZAo?4_u}k>}|DY^CGFIY+R-q?P-;rDZP)^#auZlfJ%?1pIG9z~CwQg;f>V(9XxE0?Xa8 zn?$6%SWoPJGGO+@Fi8M@kzh4}h(skkC#JKPQvnUrTs2SQk} z8>kO&lHxG&APp6DK;N>Rv0o81r$uXRoCxkFmn%ea)JG^AT0!K(X<{z4A`W^*%Kn?^ zcI0-K&v!e&v)S=k`X6qS+d^bgI`-k8NW;fP%3UC)*z}_w(SqZM&<5Oia5;<%>tVQn zs(tS2!BTiVJ>eUEZ!EmW@?O4tU`Aomp_=IRgJP{7D!K55(giY=`6EkQIJhg2lZC$I zM>ZW1C_MRB|2JkXmG;o#_8vKJW0IJj1`|1&-oKOG)pR@^-WC-cr}wq5!pc4}xdIbi zNta~Ew<^Ze;`2D zMM4~$5mA|%GPd5{0nLjVe-bL!bee9f2_nsy9I}$q+OaVWE!^E)v%g)SttL=36oBku~l$nJc&zfi-IGExs=Apu;zvN;i09 z7u_m!4?cJnq8a;!A9g%iC5Cbu=#LT?N<8`0Y5IIbCvB=BEhtnaDIk6l(q%3dVlh<3 zE13EUWd=3+l+fVhXRIb;p0eha;LlF1~dET+l(* zKM-ybGks9}BU|=~C{LDxRY-nTPsd7WTA+yKOCm<)zJBrX2wU7V!zKz&e`w*1i*A*n z>jzL&QF;TJ#QXAqFA!1KkWEUQ3Y-jBn>9J;7yi;ppRc@Z=0RjbCi^oRGh7<=i<+;h zY?G-^3!Qh-@kmSW8OPQ40etw3EJT zN*bu9XySHVvPbo&N(*vf$^VFt=XBXhEJydiPR}X93^q=~Y*Ktq#kR+emPLpTU$-Ya z4MbCP!okKs3HlM7yDe&0$ZS;cS7O{ZL2aNrF`pZ*p2hWBU5g@TYtO<}ZD1Rq0+#)p z-muv$uVd%N?8!nps_rG2P?!=1uU}xj;f}E;^wekT*4f_N&t~{Fo2b!$GBZSoS`9HR z3eDHxafcfs8!)zJBa&GV*HIQjCGxW4gwUlVS^gS#5dwbE?%@7|YqL;99zc2d{{ z13kNpn$kU}>QVTD(WaA{d)%8ey_FWN0Q|lfx3CeOHZdYHylmjf5UFJ*;S8WI1}6jM zp*0Hm3yhki$W}48s>n5hOn*Qwc_?@1KRSb`X->i|DHYN_7NH?=d)0Vda&nl=vqjdT z?u~q8nG-pmlVYGz_rKC?R9@Il<{7O6lF?D+?N*Yd3c(IK}#8SvxvZm|k4W}JJFPF40U%+b@> zxPIXqsIjxSzU4Pq*(iO3_r8JnHCK6$Z&Mj%p(F2DUz>ZkOV|$y*5)6JO*)GGx{sA2Fr6DAMyths8wt(p3;6As((-BIBi z*@$aTEVrJmUtDNZ`|UaB>HY6{zh~2A5w9Hje{rv6fucO7Ug)r^d&WwFfogZ` zQ4Se9h^e0@3I!z{W|L1A3QQC0^(Y|YHko57m_Jo4uV`SnQXnkEvr;JZTP#ijH?UjG zTt4CC$`y~(X;U(!8R_bbDJsoSoHF64C-EqSTY$ccL=B_S!zkokjCwiRgSL6wob-1^ z$C|T&CjOuWmCyFAHfI6N;$tm|Z1GWxDe#%-sHIU$4sh_({^I&fg*qVPEYQ%^4aYogSwPxQqt{05(fIc?`wjYQl3gL{HS+Br$)UhN$zzf6|cbWx|AjYzGS9RrzLiBq>{fE9+S_Qgtdm*yyr>yWa z+CGScW1sDR{@gFG+yvMbqh=?x`?CCl6icHcwNbW3DZ7NdX9l#b3tXaEGD+LM6}GO$ zn#Em~{EOKA8T8pF(BHO5$6}o+xp)F%$q4uePpPf!qE@FgJj_WFnY?YPYfxV&vz2ms zT&@NMw4~_cSbL;>i*&725C_;P?K&NyR$;Sq1XSoPa(YzFKbNd2@d3B-P__NyEb@KW zc3kn~t~Yr;!N;YcI7fjqEj71NakE9gN<#lo45iU`?Mzzi#$2sz8?5Ub&c#{~Gy z)~g8bY8YffLu@a~QNSn>OQ?a-2u(3})q!oNi^~#A*h+7^E7#&gjMzjf*55@;x&;xV zd?X9eSY1%G$ZU#6Afb!PadLPplTFATj;kltM<#`*!kJ6Mwj8)jr7S4!5`*dzyh%>C z^0+*QnWs(NO1JR5b1UoX=2m(&K#^u;@~<$80{TrVb=Y7eKkNE+(`Bj?T_Dg#EH*e| z$rI?DNHT3u^Ne>)+$DtnJPDdPRu(Da9v|(EP&@nsSb{ zxCFpXocn}Fw~^#7sW}>9*Iwuc5Y_w>h3<(bl)~P#S(r65S_fRM+x^)c*`2h1XCH%( zCHhYmk*CY<@V9MuwGH?fX@fPhJIc7sV5Je5wAwQgn$-Zu z7z`WmzZu5nn;g;-3hfVESZ-6#tt?(Fb-0!(t18rsoKE%Pit>d@ShtvYZ*W2%5Ats+ znAT$0910ow+grC5M7VW1jq-p?TZOFTaI!-j2;d0B-*ztca-_;~nW9QdM_Q-2xeAGg zvj|)l69NLdSpWtCI;Mrew($jQyM<}m8*=QabnFQU;`Ww(>m3^$g!_@CZchLzY^|v> z4JgYR%Y7n_)!_Z_*N6D`W^*t#07Ec>dQ83E%TYRk{88dYT~SXI=W}M0>-Wv>fEOss z%asdY7*IgVCc+*2W|C{1D6Dr;G@_~G*&W;(t=1s3DOEg1Bz`xvN?sn7&9Pc#v&)N( zL+GvtUJJEy99DLPMq^Y53?DMIHVc4lzYY8fZ+$Qqp8FI2{qUnUxQ*={xCi5=PVGp9 zr3<35xk?+{Q|?w++xFBkimliQ2C$J=pswQCqDbDRRr55;C>=ENLWNxB^7w#Pyix3( z8}l~uh`Z#lq$TAI@-Puou%553UeujY;mAs{MI%;cS$*Lkc15#~%i`4>Rx!mUs&4X- z*|6=>fH#~We|uoS^=k4rUdqc?t^o^!!{Cs2#0Q`wxk#^BGY*g2Flb$%ip7*YR#>?p z);tLwmKD$z8!0ex{_-{4+=FZdFm#A{P_41M@g$VD-vgNe7Q~yGb|EOU8ln& z<+cCfJMQ!|rtRAdhR+HuTWY5V592hFahJMZE8&fw> z(LRRCo=3w#TPxWXWejgqh#Y19tTd?6?R7>Vt;n!?Gj#`JIiF_zv4|jvhQ}km$ZOb? z*%O}ya@y^_dV${1AaM9N?cgl$tcI!cN;KsfX)7=*>%BN5?!xTwa~W3a0o`v`fs=s``hXC({+ z2u+l4<*bEX2e** zKz?+~-v@;-fw+rQ_Klgw)rRHEz)YfZwl63xW?Df`g_e(x+CmLHxhzaKnOG&i&m+2V zMz|wVB8KfWX2ZV2`(69PK-lgnDRm2FqECpzh}eFZOdUhx5jqI4i{x^41T;qIQeBL94cfmZYuAz8U$WVBPgteY7D{<`sg&m^lnKhl zsZj0)wm*;K!daX_y{EK3Hs-qQQVqwX_@y7BpCD0VX!HmQc~|$Ld(4g6yp6bfSVz#9 zVKnkdYHm@MsTWO>5r}RUzUdTKK+J1Oy+yn2y6oD^8a-W&c|v}7*_5>X0u>PC0Bb zZk0NgEU;-B9zJ3VHuF_qu|R^H2=jPEtBh|97VGq6u0x@el@v>|`b*i5yWVhlRq1Fk zZ^yCoQlvCJMO~d_`-)*j&tOE2U%1EIvtHMLSkV$^mdB?oPyr$~X??>q?6Aow1M3Qd zg^kW(TjoqirotK~<57nnb>p^tw1fz^_=+RlPDNeO+U|U3B<#y=2AbpU_z*CJkRW-v z_vqNsQMd0-xm4F`5$;4sAfiq}ALQH`4ZNI&HXhuV`DFCHCvZ>K!Y(-I-1Fxxo~H-Y zbwn8JOI*V4D}=PJ#jj*2#id_%)Og%7Sgyb^uI2n;HLnOfit6)*$! zWBG1Q{^(d9dpB7{3Yba>*VpiNWxrT?xTc_{<~DPe#%9ecH3vva@=n+xa-{au71SJF z`67E4e$Jo#Qd5AWBJXDBjg97Wc9WH)fVni!X4ULs-mW1xj~RJK#Z<)g)qi7g-%J7d zHw`p=IVi#6uV9w-p+_eDi*&?5N<8YBaFh~2Lqpw+Z>Y7FoQC);4?omxo(ZN_IpvLj zQQlbP0#kd;^X-$Tg>yk0>IZwl|2Bue>hF%f{k5PUwh?8)tcxKy)Gej@KM7D|hH|N~ zYJ$yYJH?$mwb{ANtv?d|?T_l5J6i$AO>x>opoVTthZW2pp` zs?`FX$0So*1=pj_6-Bxw)&7g@iO{7?>(I)VX5^(;%3bA`ivXEjyha_1NL zlSw1ADp%T7)AJwFiT77?9SU+T@Uw#@I=jQ*1auejIrCktbsiM;pedVDl0)ChfHJ`X z`11L57AipzabfNc1iYJxoiytM50;Zie#LK_fPXzmHs^wBdVsG|mY2&F3X8%?rlKGr zjoDA*bmDvRn4n0L7xGXUxb-|HBqrcCf{dQ;F!wu5W~Kq)nTVeUXbXFcYSgBzti>pe z_+yx8Af}uf#NYV;6mcKK<5JRpfut4jIoA-eGx+S}m6)L8jDJ@`pX`Qqf5PwYA?VP* zmSfN{VxAiGu8O7v^#VE7nq`qOy!@iZvgo`eas7ZESDPnZI;OD-TzdjjZtoEKc_N=! zJRp0(LfS9??q?EsJ3$(ch_=jPV(R+oDAg<`bCxOt8<=(18IiM!Z93DX+)!s?x92BL zQy%X_n^fV<6t(A8kRq#|-BIRiYl=*E+g1umlGQI*qWCoph3T4KYga`*tE9j3 zzPW;hzan+8>58tKH=CDv&)u=c-nqu(C`CRue<@l>^zj3NFBs2 zgT*Q&DXS{}d`1EanjE}`)~45=W!pqq@pa^LIyu)Mqac%LWHLP|_f1TukW9?qgU{`o z-pCajdTh4ewh3F_Ed3$=FVEb8XKVHADn6(FWJTG_sygN73D&m)v4L0Z`GGRg3^T{B zab!q?=Xdbqggd*%!jqFUF@T+dD){(iEEE5aJBJ;EY1S>C_`J)r%3QZ<3Zu(A;6=R$ zUkUuwG4`IvQR*!9bl%*~%bT&mB_5B`ncNA1XkwrSNn;~oC+zeH*MV&u2h1*)HWtXb zAK!)FB_oe_CG@Np=QT+iDuOyD)Dz0FM-#gGED%7lqFiV~GNhqlp!(WCsC+S8CXTol z2%QNBI+j?vdUe7}Ub97l6W0XYsfO#$7jWA30QLIm+`|AcGSn~ScN(FtA2xOhPJYU< zRA}t;<_RNIX_%R2t86)Ca_gKq_#nw-dG4W%JERptSo>T=Nz!5tw6wLONOq7W& z7s~cvK0@ni3aniz3EA@AXMU{+lW$QyVzHNQe(V)r&-M;@M?QxmUV{P782EGA`JO#i zDZ?jL$*b#CdQK!u^uwq-i*6123#^Uqs03hH0+3c0v|BtCwV?;DyL?R49Bkle3@uVk zi9)Lh@pIJ3;(pyOF%d!Oh{wI*TF#ohM`E;ce=$&aC}jW4B?9i;b)beu`yJ4A{O1Ph z#;jtE5!~-y1$c>wG`_q2$?no9jPGmv8Or=v2gO8MYqRl}BhyT9v?5>vYn{=9JkFaZ z3B<353M~jub$b9S6uO8bn=-0o1xzp2W8pR?_mgas?cuPV=V6Imj=F=IQ8ovVX>se+ zb&^U!_v=9AT= z3@Z!#yOb_dRxoWAUU@J2Mk!`0C}!jW0r+xher>JD%=eNr=bcDulFV7B_9`S%6^CS@ znF&nd{pXCAN67`Iy2*+ZVq)|xR-dcNG76rxATlUNS0zUZ#@QfU%3qWClj3;`O2~vU zG>ktNO{_uc1vpgP3l=O2lKU9WqM!xrDL`Le$IV6GFNE{;K>K>AI zsRVbeYH@&&TGyXQ7X6f#HvBm0&GYHA(p0iA(=2tw_oggTW;|&(2oP$t7c&-JO9td$ z$dU2kKo%zEC4ysY2^7d>1DevQS=Y@AhUnUvfthX2V>x0fpIRG)J+JIvU&{@|bcUAK z$CTr8B=`C))ZLL;e8=Rq>jB0noj%F{^ou#-jx1rO;(yNnL;cjf>d%)Iwvn*?7!>Jc zA+ZGHI-hk0oyEaq3@xk(at#>_=2qZwjpbo^d3rQdjtV#Qm5{t=4iBm}Rq6wVh1^N+n{gBe_!|fYlhArZc$3!6|uhfB;v7wA3_$Hh9^Dd(M zu!+XyI4Q^9FlRn*(wGGx8TCFIIaq3?^F?gM`PV90ace#Q@;oiK5{62cGFcJRY-W{B zdY2aBLze+0k$7SfS0?Fx>hxBlfcGTq5^`R6C#K4NiYBzKd5+LjETMq;;-KD!L1{L1 zt>FCLX7;D8I7_hF@ajUffcx}Pz+l|@`<+Ur;@4Wc6c<*;sv$faT zyVlRmy2-S*eXV5b_~czlkX*AHbZVU;cW9q>->y65QeHa2c9vYN^$vIu*nyf|x71w$ zGmlL}Dr(>$Es;PdY%g*F{ZfX4xnu6Jx}3=mVu=bmrIZwv*IP-4Y;AX1B>pwJXO6iy zb64IO|Wy20Shto&fMGiES$xUBfNK~#j4rIMf28m&}jj} zbxv}}E>#+8HXFBh9%a1!t8q%wCdt|;4ISUw***GwZcON2zV}o49S)BmM8+n;7U$i& zF{+wcucPRWSF#eXGVXNP-ZUT<7s?A=bicycWLLYCE21B47F>7Tz(y$b<1pjYvr>UC zbDkYP{l)^pD z1j;3eF6oiK1}h`DSC~%0JfUk=o4ayRU$|fdX`^`GDZ1uYt7lbt?y70R)~{;O8{nv< z0$2k|U2|gSci3#$XrHVus-6SGKBaE)L@}d=tv6F*?`Hcfyvn>hgTjpHX4%R5D@mir zwC#EQ`b>hFuz_z*VZrweK??3D8K?*o1;9stvOK!73_i?bR zvC2#|Tdl^9kw^=VFZuGbjx*eAmSfwK6sFkNnjYXj8;By+7QLO`FJ1&zbq zKzmc~nn#MIZfJjPi`IsEtZxM>-Vx;$0v313Lp9m+SFhjA0-J7H1K@*-wZ^qm#V8)~vg{>g3#E6f zIU1wBns6B-TO@9FLcI+vq{J)Qa^rICDC@P#LB7ud#D4-XLJ0n)gZi2EN0?Z8a_OF4D^yD^%KO+pOwEB!NIO zR>W6TD6sY2qd8e32;gn7DOjG}?kNR?DqV?X%YcUk5GECeEdQ)QP00mGESkt z4@KGok-e3u|G1C*O?s$B{}o)0cvTax)(d*U&^Y>#&cE{3Q%B=4RZ+$Tu_2-}(%+jB z*LE+aaHM#KSRY*xlWOIh{Jb+%>YBmj2zZiLc$Q!zLjKp5|Xr)e@VLHX>^ch^s|EQ|P-6mWtTlII<^jn|ahnD*BJfG!W$H39}W#&ptkA2V(eiCk2 z>#yficD-BQyLK=(i+BPC0Wpb5noP?V39vP>@PT0Rzob}I@JbUy|Kb?NYm(f1(d9)- zSK$5@-IkQKai8eMNmC|lE(j45q8FzjZjp)PAq|y8z=;7`7qPfwq<*Dx>Qn90sdL-K z+Tz@cq3Untpi1DtJhho^W3wy_eXtM!hNS}t#Bb!;4`aEDA7Zd2C&$3iIMbji zx8H^jURpmQ?;MXBl6A21lQg~Wkt-Y9ux3t`JVLV=B*pJ_<+qS=E%_bj_H|3^s@BZK zGeh^ldVhw?gKN8Z>xzp96szQ z?3H2kQ-2cx2B{S8Kmke_W-!9aBQ+2J$z88}*SlI(40>_J`ZRz?JB=<#o9_Yj(`Lz} z@3rz>Ooof!%FE~~`%(I13HMi5s_1ZNh#VR^EJ{`VPWKLq`R7M!_-@k%I{hk? zOQt}%SLuwM(MNe?^3acX{5L~nlH-60dzntVl#+3GI*xwDo5*@jB0OYso)bw)CeNYB zWdp9VW8v29B&>iqVy#yno9UTIWxb+No-^mBd@`!|Bqn$=FQyV|6pe#xiidl+n=)FJkP;@?BkpuC()@%RMufMtC!({0!W2 zYZhzyfgbNTI+oU(Od{8LwZ-0AB9VSB{-uC4lSHibuC#*nxDS&^Gl*&8yPloKF>f8d zA?vCCB6dQ@QvMx+Qc4Kf=qU3wmT1bPnk7IcDGOb~dX2@kX7zz7E%*byvk1^pIx}{z zziGC8<_MImDuQ46W@wY`r?k4*25U4yl=)xAmRe`@CP$M?ra@(pP~0%Yyybh%+%k9B z;TRMXP8l6@?@x6$Ufm;qL;nXuR4=Y%flpF&Wb`oLle}CDw_bK#W`0nUXnAL--#g&l zy>wS;3R&6X4Kora6Iesa3n=SEGsylqmWeTA1cAP7X(-NZ&I)F~6R**ZjS9PY-MFofOQY1lVRmPWvEnsF_Led!lf?)A?_qV6S`3jS*&o-v>b-L5`QTRTQ;H z-FYJ>(fO(Zprt+-dmlrZ`5|9xSI)C#P6?UrXPjbqN%<}repkLp!OO9~#WGCq+}EAW zX)42*oVkNC7@*+1aL+wyV__!ahk^z7IWR0u|3YBOb5c&Mcu!X3zJB$AlDxDo_I;rE zV5d#!&t{Lmfx@oA$dlZ0r|ZU&ch@C?yJRt_tut-Ce?=-zRNov&3I+}a|w)47y> z8N%+$E5CHjX>nb4{g;C;J#kU=A(8K3u?NtyM_F1B)bcA9Y3y;B#oRmD&sTrD$Y4@j z$_Y5RV@j&ApzG{!4Nr#McQ~U|I#^I6vzD@ZTrRH#ZMmqRpjrlBYeq9O=eP2$9GMMY zqtoGQK?9e6&1xHJj*Vc#wrjS_ua4E&@6VBiY2-zscK}`%0(=vdZ^h8U2$lDkpCqfA z)n20HhatyV{!XVIy(`bSqo%Fa<-WN!A2gurNgr!Q>JTfYTi~rfv0Pkuz^t*4{Kit%ENs$Z%aGO-r#e`@jdFAT#`o+Of_|rz|dx*cKCCmXqQBjMha4 znJ*hJ)Xal9^A_5fl;a(?P(%2UZiKB)4=3JWv7>I1%o3y0Dda0%1~CadlkslCV{z9H zGmay7yWc{6{^_^L@wz-DZqV;=pC#5m;CH8n<%i#C(_9W zFrWErg5gvt(%HX&K`Z_F@81(YxZwMdTc7&_Og&EfF7(X!H_EdgK;rwmUJyO#9F05E zYG*G=+2g6(YJEpiJ<1&lCcK+ySJ~u*nsSC@(R^x|rUamZZ;rl!V`2-U^?WCs7M+W-~cq zFP2Ei32z3&6&A?Mz5yA^?R!xAl#Bf%*|Z^t-&<6s5J|RKEkRi(G}3A04Y*{qgtH93 zZPhCg>3qaoO6&*lL+rX{7mYfjUaSd6_yAolU;2r6+IWCD@8;_6&)(wru65Ozk{kH@ z-A`<9kEL0bZ?0Mt1;fn@d}sM;M}#XF)7BP2^ZHiru{&8;h`mKckNW)z^uqx#spiy0 z-04mvdW{w08!KnhmoLEc(P-RR*yV@LJDo{1zWGnZSD+KQZyAed!z>Z%k(WS)8!5v% zRfK)pF2Z#}@Qs=@p$s4;kM5=w-8nNh7h|c!7E>zLVsg%NGzFmK+bd@d7;tw)!Ual+ z)oT%Zi)-@aFm8CGl@C!y`5cq9b^$IuJP-BV9y z?Z3>_?1tHp*^vm8;tvTj1`kJ!WnL4l|C(JLhV)&VKnY#DN6V>J&3ev$3(d_u7tVLT z+;_XJ&2yFRQ@(=|s@*^XCD`w!kfU98c(OaSf}27bwT7#!4T$M+SdN>$+^N2q+%RpM z`nmz6cN~|g*$n9sRWvTXq8-}r(ojq3CvMPbAdXKbHr=@8X)`;7iFUP!My*SNWb^n4 zWRsRJ8<>a{VO`D0B3U6#p3%US;mft50NB7Oy{T6gjUj=X|6Br@8UbHz@zAW*!|n?! zq9M<9@g)-(v88Q$a(B&4dn+6p@pakL)FDmZCt!^rr!2w7E8BYO&9~&|J&vP@6-WCr z|NXzWS@F?pudyOy_H$*jd%D5<2x4fC)e&qu$7luBY7o*4rCe*b?BT3xtY@#|qd?Mw zeH>dR8aKYLjqud<-P4f|FqU*T>Fe^&8 z_^ib9eQ-yQf!l@9;s=J+IN2OR%&456C|WX~KSwpcbj4it5TlIcUHZ5Z4IjwKboO5K z&5>lw1srr~-;GjLlp7$4d@$VSHB*>U%E9DVdfcwwXh1*~4!`@NUt>Q$g%+i5Z9dmJ zKttz8!09ouwB4dI1Ef!=KRqprl!-LJzFq0PcQ#MoKML*OM5oMJt#DLetiROiZ_i6d z%>E3mlOS9fAq$?OC^ff%Vb|kV>06Xz;&h8)4RKOPaA3f3B_(f#FKWnil^bxSlp>qO z|K!i)D+QUDB_6~^9dQmF!Ou{W!r7>2!uG{uS`HKht=1`Lh+lfH04;ZkOScIJg>4ny4BFY?pS zj4IOIedTKIEzb7362Kpx_J8hXXv#o38W2)pEcUZ66XyefkAcfMA=QVO0rk>7oyQ0P z5}c`&CqG~xzjefEB5f3aADxvcEWxcrnaLdO4?tT+x}G`WB}W4_*$|^Ou?u)@kN<7e zfB3Wr1p!MPWCIjygE#Du7be=M&wRe=v5rFmN4jVj5I%nmSsZZ7|4Tvg6xy>{<}^)a zj8BTC%*GI2V3=Vs5l5I!W6k6^&9g4SV5R9qaGLFCCKhTgiEiEi(cu40786JM6?k@y z-+r1%7eker{6Ceb>oWM*3hvOpH<7FR-KzCs@`{Vthx6skbCKn_)B4VROQQK^`OY~| z=2lO1NdUas^$zufEMYjJ+IHDaV5_IjB&SgTUdZ`a0>tRX?%&&3iyx^d@_Ow%@D3c3 zbgmOT*HBfJf?g2gS}5-}zoGiuj>l7v(CR6WG*X>A4#Y>JN@=q(mWsfVjtlr2r<{Y* z2AtM{Ci_lE3C4^i)!t&o8d3Q3pDe3-Rw?0ryIRfIn{Up_gM(SMzmI1|dl`>sJuIAe zGP2*;ltJ zhg7d(&zPG}t_;J28T49~J2&*x-XOobqDmvaJ!?xC|LfQsPObK%>r1n)HW$C9gt zV3N3Dq2yE=rR8m>bPEX6ps1Bn*T$Jjo=851i!HQA+xOBdK-=obF1l+O(2X#?aG=V7 zdEDS2K(i8qj5g*Y83aon5unGwNWE*d#Z@QtUJzRe$a^ zPkwz%L-x3E`?@jDKfZqZa=jjUYZ|zeyC2@(mM!a8%K1P~;vkM})-C4qroJNyW1xri6+&z ziPBTgmRKwj&tr5wudWC@CI(K=T$tcFUzNtj0g9o$Q&lFEm{rUl5}0Op;4uKV#`AXB z)eORgTJUn{?yEW%mEio;*7cBr=S@E0>tXrac9m!aBuQs2Iu=-P`Z^?)h=p-69t+Lk zoQ_TuZ^lELb9311Xl6PUMmu>h7{S9c%X9UR;s|x6_uR7G4kiJn@rB}qM1f42SUmuV zGa0@Ol=3z`MwD^zL)6>Uy&=AtQ?NM5(mqN#tQ(q}vcDBL{Wz5H#EJ7n8Ko5Kgr-x( z{B%OZn7NNpO@@qYjD;tokw!fBP>T?pYXML&c8lP{u~Y32)gZjNUJW1|^S=2pDqQ4_ z0ZKHvn6YjreiNuP!egAlAiKLyLT(?%>QPM8^aVsV3Ev8(Clc+%$^IU4@i142A_kyG zKay?gUxeMg_;H-ZnIzk zBk+4?Hu%C5qKWN9N80Z0v0@R!EVPN}QsQR#gKBu$&AsN4%^5F-&oQR1PUeQ=S65UW zofEIDNDp3!!(iKhGV3r#AD0`n=#3~BkHdRrqk*B50xz^0ctdewTvL5g?x;}MsZ zW*cI{Co|W!NQUHA#~7sEiDNYg#=@$z$%ZO)edzLNw(zK(`E;_C_Eh3Rr|2a{R->;d z(@8wRwu*9D>~*CbzUmcl#vX}%R4nr8ZyCg{c3~}eA?{~{rxzmktF`h3VYbz|e-wQ`o}te;XWYQ} z2N^9~>c^?fNQ2|nE*%SGg#krb);e(_BaM9qS9*e=2o8gCetCFOj#d$J((0{LH82_X zV?eUftlw5j{|1hhXc)>Vd7d zUW)VI^tlp09c-LB*T$)H{XR@4Hp$NTstha1yScVi7Db&Nbd0>~poh8vJ}lN_t&fR! zq#-na+_cvk3TkDU!r3dFCX{Ht7S-$%G)NWA+Oo zL!56Z?f3aR|?tON=>zLFAX*&7@QCV_B%8bOBt&`P!h$uaSrXCY0$d7pi?G zuT7k7MyVmfI2n&oK?&PfT8cJ}Lsp|0MI_RgF#>b)6Hw@wR%~@Qz?uwu9jn8=t`VBh zyyqTc(XbE!Z&*79LO23NsdFHpi0ke!Fit%~&K3&-KvW|gxzeZ#)mi82vGx$^1E=aU zSZa**fwzN#4cy!!pAF_Ri=QBGZkprN1SXAKo9c9k3;^J>c?XxV@oIC|jhQfMRN53N zC+OlZU+NG!408lAAYmi8S!}2`mgq)nWcH7Zz{Zk`DL#)xz8xZBddvP$bijbdp@KP2 zlcaF(Uzg8c^GFxs{6)`$6Ja)84C|0LNvd1y*&y#$JM{I+B_}&hBpS0Wlah=-{A?<& zul1_OP+gF+ZqM-gXqgQZ&&zj(AfXKd8zY;4N~@R_N6P+bEzzbwZhpAFJS4lmUp<=D zu%kX9pf9@~lQgZ5!e%FZ{@oQ?^b>xsccdz$fs$T*kPH=ny}75ui3B<<$|L=RhmDkK zAHaq;`uM%cbkO+$`JXLR$5M+Dl3$YkJ9gMUp##swQtqk#WC0^AamHD=o3)u+bIb@FPp#+XvX(NH*%TqDnXAFdRlQ~t zBkg1(&VMHL{9(M=lnh{VB!LlUl)JBEK%+Ok(rV0QkA)7DwqhK5Hm2e=7FY%%Q8Ia! zDJs3Gx8vvoq6zQfCbw_08Nn@egr|2B2_^)~LxhTk9;{{L)eLKZg(TrnO0B~gaLx6v z01ZwYE|x5r0vt5MqkLqJTOJ72c-|A`%qfUO`)$UM#W`I17Gc}2yleDbs4VsE$3<`z zC|Jmd7HqRRD<3wP19n0lbb=%I+&uZ?ivIApQoNB;4`sA<6sLX{A z1{v^G3Zc+QC4^1`SP?cB>SUOm??+vy)*4iW3xqc?mh&EU?4?v#C(RM#fpbvXu@Tb* zI#r0VVqyTGk1i9-=&f1rf|Nc!EcKgG=&0dAw9rypm;fE^_=ZQv=|ccFZg12v9b7#R z16H=Y2=u;dhYk01{PFj7^{;o>J@)si6Mfb*?DdNN8&VW)yt{*@?BcC?n@iMkJz!<5 zJXS|DR3xTOG(akzwf=b8LU?*ISJkj)jw})wMPnF4tZWC7Aqv>pmn>}HV&AR?ecW!k zp~D3zeZ_GD^Rh39sElx$Tn*~K`po}&r#sSD2V$5{aqJ$V$XyN*MXVpG>5jiFMQTLpgdFxr7qg z8=XXZ^?aS&Y`RIw{R{C`o5vCbYR-nTsGHeH!`2`-mi1$6nm-mpNFDl~hBfada`G)Z zX*Z3OwfVLB*lxEXiV%_!wOp;XW6#YIZz4dD&d(|BI9oZJQ~9NRzX#5kVP=#cX0~UR z8KYWmrz&tDuS7w_T8zE$s_e9>ICRHi2H^AFuRp{wf!_XX6?Ooc1Q-#)2Rf}j$5LJ< ztugG&s+kaBmDI}AC=g)_gA@vyyt?(RJ&vTiy$9*=*7^1;fEP zgJkQq%%U+Xw$v!G$PF^o; zv_lH&vjo;}myV+hk8ST`0%+JD4T(0N)%S9pIPMkCr!N|&7zaS5(k-_MB+A)noyvj1 zIi6|IiNrH5l2=@!l?ac;27==>i1tt3CLF{v`Ha!e-_s~8@x^ify4x^y+&g9nJcs#l znz5%=6O63GSZ!3MA>queLhX+A*xZ0#XRNm72VO6wBT2@ew~8Dwprxph4!?WyhZG_5 z771Pco9q=Yq@r>9v-RIUyH1mJ_|3J*bF=>#ML&%%Sg%&J9}kp?N0Y`>M{I5Lb#wNS zi2ZnZR`8PmnkvvkV>bCk+N#}d1%%8hyCB9aq{C$n-X~Vd=S2(&`^Z;Hj&b5?8fp+t zs{0aWdj%s%m@Ne6ED=;f2-ig4eOVDAYYjSj^o5H|3}xvoah8C*FE0zVT#b^|UV<9} zMqHtE0peWWK@wu}8|LQq_s;U1Jx3|Ux{Y9Az9S?@^tGBp6b%YsB1Ymw9~N2~9tGB! z&Yr^bv)58%74U%hSKb7)t}>W|#oczAMIqa>t_Sd5yh;o_>wVZOku?L5w34zh*uk z-P|o59iA)B2ZVBO^dPY91C zPu(x=PwCNrtLUeDY;h|2i!gUPSwwqZP#K3HL(RZ7c@T9edT=c*l>p@WcxR^cy6I$2 zYu@;&r_S{F@y5#ujWud*awaDpdenS-EN+^p-W*_0bUJpfz?XjnIkeudo``TCF|KLrFt9CPz^m6O{jbqBTvl#|8s4qJC`IK)JoG> zH<>>tb@WRl|8m%!_iXQu-I8;mkKul`qm2hDHFR8_a=8PoUc9d{>}ZwEYZch0gcyVXP1G3U zl8}u~$P0XBBG4|rE`Xm^ATLTPxe$}qV3QIBPyWd0s5W2Cv3& zE{7JlIlv(RUb2bLNnLH81XNI*RHAgA|8hu(D!ZEw1d_CcUB1^>%h)QenKx58A~9iO zGrm6$D&<|!1RaUqa%yK1<-bt)*j z8r=aX2f&L6ioq4IMIxJ69v>-{gWlNP9M+_^a5|j=JTm3$9X+;Kr0Ezv>C@fD5H1ax zqpo8{g`<+pyrNP@f8e-1nTj0 z=gx4rum1GoVipAILH9e9$P!h~8(H^;M-#~SkPO#Xa+@igHZn9!vB?2Us89t2*FhE> zpwFMxt{eQ#_wxa%>km%9&ayafbslNKmuG>z|KP!7veJM1b$>5OU^FzF`bk%PDkfHm z$YtM>4>xNW)`Nkl|M&x+GFD$zw5gv+xrT~?ye5CaXvc>nEB*K%^xXTzQUdhNmcqjR=jtdQ`17y_OimfB;@SOgzQC z_mt{j-R;>>PkD%<8-F7#F=oO^PrH^Pp>a)ivjFT+p6QBvLCBR-?`>VTvW$cYW%fAF zX<+c`WIvpmxp06<5l2v@fk&vV3(Xw*I=)Jg1TY}_?Y?D|qER1FKcv0~j7UHu&F5s! z1n@DVk2RaQJrWoAV)Ztx|6+h0Aa-P-xd~iyP#B$PdM$Dy#>Nr&j-Ci{+#T=G%!fn= zqs^&lVl83`N{Av%_#Q@!6nb~sw!!A1q9GDqe>c=dx4z#4BwoE=Cy2unj@qNU#`GD$ z9~jPS6Mgt(>F6Tm`nWD7Z#59hPX0*iPfP~IPpe>i7I3jr%O5@3qYpeRY~)<$4LfKC=PnQ631YM4?kg)#TSC1Q+_nyl&Y8w6!go0Oolm28 z#{;d241OP7d5sFfFB1i!Mi>W1tAV_GQMQSMaNE^yqH>}*3xxt{rL_u=eCNT@4Wh;G{NUATje4tQNHkM zAJVN4`q&+EbRb`L_8iXatiA+N5H~0&F?#fcWK^8i<~jm5?}*hsYzIjQ?fx%SyJ%PC z06k`?WtGK8T`D3UDpSVnN?PsyS#>e5221ax=H5FTOB@ik|b1}I}F4Jqaz`{%l~am z!Wx@1)%d=oH*RXy*j^DFPYI9Lar_-<$0BJ~e%-YCmkrn%nFnRGAhGMnUPWw(!bKEQ z=7}a{lP~1oeJ?A#R)9djpNj?0bFuE9SKhAypB@(Q%Q0K;s)l;!DgwO`AT#~{zr@j$2wyqZP=L{l0>`V#+p`wCU4QrtFh_d4>z2h| zMdy%i<+LoT(60dFy`>rW7jeBo{_t@VBt3~BojJ`ENt*(02hs?vsIPs)X=KjByHSg4 zzc*71nQBF)9U6Svuid8Yx%7g(FTae!WTr2Jf0UqP&R*&}*wJ)$2JDNRPpU7*rCb`Q zh;$?DvIvSng*?rS!)(3 z^B3GJnY4Ker6iG1}dNLFGiV%iY1;Kwg*!rQUhdB9@!JO zT}6 zrynR_h9|<>c)HX%%VEFRF?NJyU7QB|3dbk>;jYnAmn*9-Y>91<-nH%NRQ;KC`QB%3 zhAnBnuHD^lxHWIyy#|}*I*sCYlh&K}Ucnx3%A-%Q8`03qD{u1+s&D2|3INa!v^1={ z_I}LjzH3Rgingz^a5WWlG?yz4zKtD4dDk4~C461UI9dVl!_(H&u7kmW6pLg5dpX!o zfW6gLl?Us^EX>UOSvMBU^ej~B>@2#s_N~ar3(h%`SD3Q4T%zW{>O8_n2b-}wM`dNF zB`?FE1_)jj=F&j*if}W_N|ci*vw3;#TIWzLRE$>;%01miT-DdJssiHAWX#U<6v4jp z&{{UxTYNfU#%+|*{I%3qWD4L5^KMNK)H`Z)hu^A9XDmjiGq&lZ8 zDdJgTFa| zlZok_X}qajKO>0N3lB6h6ARMT-qtd^a;Ew+WIS$zR+(9*SzGs1=SnTf*p!JQDLHhM zsU`zWyTGg_M&*XOHhfNvni~6*EG9o&z0BZW z5itoV894ZOohpyysFuaA&0 zySbxw(<67>bgj zgkmGK>^k*K0yeaQqm2NgG=$q|M-Hn7dI66*<2-bo*qM|oJ<_lzUQy4}MyjJdXHBFl z49^=W1wHqYR&{h>zk@fl;ObFR6B_Lmt{S772f6T$zMlEO!;V z*mNqiD~2Q+i(T14lkjGR4c4>wuH&i0HwEVys=qpVR%?e}s@02s9a1_r)+I%#LaolV z8%i9ioMwZ8cf&n|qQ0+94ze=U5po`Rk5h2EOMWfKGxHz3>3P+Jq9~4LV?K(-O8(MD zWA_CMbAw%SBh?tqB7*5W99or;sFT}9+TtJQ=nBj&Ltb|ktx$xrq3-#AKWh0pCS@L^ z9;X48e@nsYp^kEBG)|Lj#4G=*(<7DhU+2jY-+ZSiQ{F~1E(OA4co2Ov4us7eKh$80 z@@Q6V@3W*`{%gZ>R>zPA$wG)h&pNRqqFO2bPS_C>6d`JqzDHiQSqjwepdw4&>QkKh z9pbu1zLiy{ma_4LD2cYz=)>-#zA;bLf7I3E3L#HmhHP*{y#Q-ARw{p=NJ%evXxAyk=Zd>RTRcq_IA&h8rOha)G>7M`V5|%)KJj0~5AG&~d zG=j9N1|^01$3&K!xqW`R@Ha9Owdwh}&V0x|nZbu7S8~qd+Ww(zG4@KXIYhTTltI{( zob_l`wNf)8^yTSZ2h&-vZnc!R0X8KLy0D$16v9+ek(jkkN|hS;{|C_+;`i64Epz6g z37ElM`EH4K&oC{m(^^`l#+uvGnw@3AbbMzQ5=E?UGA(tDTWTAS1ek4UJ0918o(0x2Zg>8Ehh6W_d#oFO*5HTx zj}>g8JB=xe^O@LYAT;kuSp>uY(0bTz6zBA@w|fPyYQ;{nc8Xwog^g^ONB{r; Dq@qpE diff --git a/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css deleted file mode 100644 index ff3b90917..000000000 --- a/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ /dev/null @@ -1,1943 +0,0 @@ -:root { - --main-bright-color: #00A3E1; - --main-dark-color: #002B49; - --secondary-bright-color: #FFFFFF; - --secondary-dark-color: #212322; - --danger-color: #CC1111; - --warning-color: #CC8800; - --success-color: #5CB85C; - --regular-font: "GalanoGrotesqueW00-Regular"; - --base-font-size: 16px; -} - -@font-face { - font-family: "GalanoGrotesqueW00-Regular"; - src: url("GalanoGrotesqueW00-Regular.woff2") format("woff2"); -} - -:root[lang="bg"], :root[lang="ru"], :root[lang="uk"], :root[lang="el"], :root[lang="he"] { - --regular-font: "Helvetica"; -} - -/* - * resets and base style - */ - -* { - margin: 0; - padding: 0; - box-sizing: border-box; - text-decoration: none; - list-style: none; - color: inherit; - font-family: var(--regular-font), "sans-serif"; - border: none; - font-size: 100%; - background: none; - outline: none; - -webkit-appearance: none; - -webkit-text-size-adjust: none; -} - -html { - height: 100%; - width: 100%; - max-width: 1366px; - margin: 0 auto; - background: #fff linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0 ,.5), rgba(0, 0, 0, .8)); -} - -body { - background: var(--secondary-bright-color); - color: var(--secondary-dark-color); - font-size: var(--base-font-size); - cursor: default; - display: inline-flex; - flex-direction: column; - min-height: 100%; - min-width: 100%; -} - -abbr[title], acronym[title] { - text-decoration: dotted underline; -} - -/* - * scaffholding - */ - -#menubar { - background-color: var(--main-bright-color); - background-image: url("logo.svg"); - background-position: 10px center; - background-size: 50px 50px; - background-repeat: no-repeat; - padding: 0 1em 0 70px; - min-height: 70px; - display: flex; - align-items: center; - color: var(--secondary-bright-color); - flex: 0; - width: 100%; - box-shadow: inset 0 0 1px var(--main-dark-color); -} - -#menubar > * { - flex: 1 1 auto; -} - -#menubar .hostname { - font-weight: bold; - font-size: 2em; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -#menubar .distversion { - flex: 3; -} - -#indicators { - flex: 1 1 25%; - text-align: right; -} - -#indicators > * { - background: var(--secondary-bright-color); - color: var(--main-bright-color); - display: inline-block; - font-size: .85em; - line-height: 1.5em; - padding: 0 .5em; - margin: .125em; - border-radius: 1em; - cursor: pointer; - white-space: nowrap; -} - -#indicators > [data-style="inactive"] { - background: var(--main-bright-color); - color: var(--secondary-bright-color); - border: 2px solid var(--secondary-bright-color); - line-height: calc(1.5em - 4px); - padding: 0 calc(.5em - 2px); -} - -#menubar h2, -.skiplink { - display: none; -} - -#modemenu { - background: var(--main-bright-color); - padding: .5rem 1rem; - display: flex; - align-items: center; - color: var(--secondary-bright-color); - box-shadow: inset 0 0 1px var(--main-dark-color); - font-size: 1rem; - flex-wrap: wrap; -} - -#modemenu > * { - margin: .125rem; -} - -#modemenu > .active { - font-weight: bold; - border-bottom: 2px solid var(--secondary-bright-color); -} - -#maincontainer { - flex-direction: row; - display: inline-flex; - flex: 1 0 auto; -} - -#mainmenu { - flex: 1 1 100px; - max-width: 250px; - background: var(--main-dark-color); - color: var(--main-bright-color); - padding: 1em; -} - -#mainmenu:empty { - max-width: 0; - padding: 1em 0; - transition: all .2s ease-in-out; -} - -#mainmenu > div { - position: sticky; - top: 1em; -} - -#mainmenu ul { - padding: 0; - margin: 0 0 0 .5em; - line-height: 1.5em; -} - -#mainmenu ul > li { - list-style: none; -} - -#mainmenu li > ul { - max-height: 0; - overflow: hidden; - transition: max-height .1s ease-in-out; -} - -#mainmenu li.selected > a { - color: var(--secondary-bright-color); -} - -#mainmenu ul:not(.active) > li.selected > ul, -#mainmenu li.active > ul { - max-height: 3000px; - transition: max-height 1s ease-in-out; - margin: 0 0 .5em .5em; -} - -#mainmenu .l1 > li > a { - font-weight: bold; - font-size: 1.05em; -} - -#maincontent { - flex: 10; - padding: 1em 1em 0 1em; -} - -body > .luci { - flex: 0; - font-size: .7em; - padding: .25em; - text-align: right; - background: var(--main-bright-color); - color: var(--secondary-bright-color); - margin: 0; -} - -/* - * modal - */ - -body.modal-overlay-active { - overflow: hidden; -} - -body.modal-overlay-active #modal_overlay { - left: 0; - right: 0; - opacity: 1; -} - -#modal_overlay { - position: fixed; - top: 0; - bottom: 0; - left: -10000px; - right: 10000px; - background: rgba(0, 0, 0, 0.7); - z-index: 10000; - overflow-y: scroll; - -webkit-overflow-scrolling: touch; - transition: opacity .125s ease-in; - opacity: 0; -} - -#modal_overlay > .modal { - max-width: 1300px; - width: 80%; - margin: 10% auto 5rem auto; - background: var(--secondary-bright-color); - box-shadow: 0 0 3px 1px var(--main-bright-color); - padding: .5em; - border-radius: .25em; - display: flex; - flex-direction: column; -} - -.modal > h4:first-child { - padding: .5rem; - margin: -.5rem -.5rem .5rem -.5rem; - background: var(--main-bright-color); - color: var(--secondary-bright-color); - border-radius: .25rem .25rem 0 0; -} - -.modal > *:first-child:last-child { - margin: .5em 0 !important; -} - -.modal .cbi-section > legend:first-child { font-size: 120%; } - - -/* - * table layout - */ - -table { - width: 100%; - margin: 0 0 1rem 0; - position: relative; - border-collapse: collapse; -} - -tr.cbi-section-table-titles[data-title]::before { - font-weight: bold; - border-top: none; -} - -tr[data-title]::before { - content: attr(data-title); - display: table-cell; - border-top: 1px solid var(--main-dark-color); - padding: .5em; -} - -th { - text-align: left; - font-weight: bold; - padding: .5em; - /* word-break: break-word; */ -} - -.cbi-section-table-descr th { - opacity: .8; - font-size: 90%; - font-weight: normal; -} - -td { - border-top: 1px solid var(--main-dark-color); - padding: .5em; - vertical-align: middle; -} - -td input:not([type]), -td input[type="text"], -td input[type="password"], -td select, -td .cbi-dropdown:not(.btn):not(.cbi-button), -td .cbi-dynlist, -td .control-group { - min-width: auto; - width: 100%; -} - -tr.drag-over-above { - box-shadow: 0 -6px 6px var(--main-bright-color); -} - -tr.drag-over-below { - box-shadow: 0 6px 6px var(--main-bright-color); -} - -tr.placeholder { - height: 4em; - position: relative; -} - -tr.placeholder > td { - position: absolute; - left: 0; - right: 0; - bottom: 0; - text-align: center; - line-height: 3em; - font-size: 90%; - opacity: .8; -} - -/* - * view specific table invariants - */ - - #cbi-wireless-wifi-device .ifacebadge { - flex-direction: column; - justify-content: space-around; - } - -.assoclist td, -[data-page="admin-status-overview"] td { - font-size: .9rem; - vertical-align: middle; -} - -.assoclist td:nth-of-type(3) > span { - display: block; - max-width: 270px; - font-size: .8rem; -} - -.assoclist td:nth-of-type(5) > span { - font-size: .8rem; -} - -.assoclist td > .ifacebadge { - flex-wrap: wrap; - justify-content: space-around; - max-width: 120px; - padding: .2em; -} - -.assoclist td > .ifacebadge::after { - overflow: hidden; - text-overflow: ellipsis; -} - -.assoclist td > .ifacebadge > img { - margin: 0 25px; -} - -.assoclist td > .ifacebadge[data-ssid][data-ifname] > span { - display: none; -} - -.assoclist td > .ifacebadge[data-ssid][data-ifname]::after { - content: attr(data-ssid) " (" attr(data-ifname) ")"; -} - -[data-page="admin-status-overview"] td:nth-of-type(3) { - min-width: 100px; -} - -[data-page="admin-network-firewall"] table > tr > *:nth-child(1) { - flex: 1 1 30%; -} - -[data-page="admin-network-wireless"] .cbi-section-actions > div { - display: flex; -} - -[data-page="admin-network-wireless"] .cbi-section-actions > div > * { - flex: 1; -} - -[data-page="admin-status-processes"] table td:nth-of-type(3), -[data-tab="leases"] table td[data-name="duid"] { - word-break: break-word; -} - -/* - * uci changelog - */ - -.uci-change-list { - font-size: 90%; - white-space: pre; - overflow: hidden; -} - -.uci-change-list del, -.uci-change-list ins, -.uci-change-list var, -.uci-change-legend-label del, -.uci-change-legend-label ins, -.uci-change-legend-label var { - text-decoration: none; - font-family: monospace; - font-style: normal; - border: 1px solid #ccc; - background: #eee; - padding: 2px; - display: block; - line-height: 15px; - margin-bottom: 1px; -} - -.uci-change-list h5 { - margin: .5em 0 .25em 0; -} - -.uci-change-list ins, -.uci-change-legend-label ins { - border-color: #0f0; - background: #cfc; -} - -.uci-change-list del, -.uci-change-legend-label del { - border-color: #f00; - background: #fcc; -} - -.uci-change-list var, -.uci-change-legend-label var { - border-color: #ccc; - background: #eee; -} - -.uci-change-list var ins, -.uci-change-list var del { - display: inline-block; - border: none; - width: 100%; - padding: 0; -} - -.uci-change-legend { - margin: .5em 0 0 0; - display: flex; - flex-wrap: wrap; -} - -.uci-change-legend-label { - flex: 1 1 10em; - white-space: nowrap; -} - -.uci-change-legend-label > ins, -.uci-change-legend-label > del, -.uci-change-legend-label > var { - float: left; - margin-right: 4px; - width: 16px; - height: 16px; - display: block; - position: relative; -} - -.uci-change-legend-label var ins, -.uci-change-legend-label var del { - border: none; - position: absolute; - top: 2px; - left: 2px; - right: 2px; - bottom: 2px; -} - -/* - * alignment helpers - */ - -.left { - text-align: left !important; -} - -.right { - text-align: right !important; -} - -.center { - text-align: center !important; -} - -.top { - vertical-align: top !important; -} - -.bottom { - vertical-align: bottom !important; -} - -.middle { - vertical-align: middle !important; -} - -.nowrap { - white-space: nowrap !important; -} - -.hidden { - display: none !important; -} - -/* - * legacy hacks - */ - -[width="33%"] { - width: 33%; - max-width: 33%; -} - -[width="50%"] { - width: 50%; - max-width: 50%; -} - -[data-name="_freq"] select { - min-width: auto; -} - -.cbi-value-field > div:first-child + br { - display: none; -} - -/* - * typography - */ - -h1, h2, h3, h4, h5, h6, -.cbi-section > legend:first-child { - font-weight: bold; - margin: 0 0 1rem 0; -} - -strong, b { - font-weight: bold; -} - -h1 { font-size: 160%; } -h2 { font-size: 150%; } -h3 { font-size: 140%; } -h4 { font-size: 130%; } -h5 { font-size: 120%; } -h6 { font-size: 110%; } - -.cbi-section > legend:first-child { font-size: 140%; } - -p, ul, textarea { - margin: 0 0 1em 0; -} - -p > textarea:last-child { - margin: 0; -} - -var { - color: var(--main-dark-color); - font-weight: bold; -} - -code { - font-family: monospace; - color: var(--main-dark-color); -} - -pre { - font-family: monospace; - margin: 0 0 1em 0; - font-size: .9rem; - box-shadow: inset 0 0 2px var(--main-dark-color); - padding: .25rem; - overflow: auto; -} - -big { - font-size: 110%; -} - -small { - font-size: 95%; -} - -ul { - padding: 0 0 0 1.5em; -} - -ul > li { - list-style: disc; -} - -p > a { - text-decoration: underline; -} - -/* - * widgets - */ - -.ifacebox, .ifacebadge, .zonebadge { - display: inline-flex; - line-height: 1.8em; - padding: 0 .25em; - margin: .25em; - box-shadow: 0px 0px 2px var(--main-dark-color); - font-size: .9em; - border-radius: .5em; - overflow: hidden; - font-size: .8rem; - vertical-align: text-top; - background: var(--secondary-bright-color); - align-items: center; - color: var(--secondary-dark-color); - vertical-align: middle; -} - -.zonebadge > .ifacebadge { - margin: .125em -.125em .125em .35em; -} - -.zonebadge > .ifacebadge > img -{ - margin: .125em 0 .125em .25em; -} - -.ifacebox { - display: inline-flex; - flex-direction: column; - padding: 0; - text-align: center; - width: 100%; - max-width: 150px; -} - -.ifacebox-head { - background: var(--main-bright-color); - width: 100%; -} - -.ifacebox-body { - text-align: center; - padding: .3em .25em .25em .25em; - white-space: nowrap; -} - -.ifacebadge { - display: inline-flex; - align-items: center; -} - -.ifacebadge.large { - line-height: 1.3em; -} - -.ifacebadge > img { - vertical-align: text-bottom; - margin: .25em; - height: 16px; -} - -.ifacebadge > * { - margin-left: .25em; -} - -.network-status-table { - display: inline-flex; - flex-wrap: wrap; - width: 100%; - margin: 0 -.2em 1em -.2em; -} - -.network-status-table > .ifacebox { - max-width: none; - flex: 1 1 45%; - margin: .25em; - min-width: 250px; -} - -.network-status-table > .ifacebox .ifacebadge { - font-size: 100%; - max-width: none; - flex: 1 1 45%; - margin: .2em; -} - -.network-status-table .ifacebox-body > div { - display: flex; - flex-wrap: wrap; - margin: .3em -.1em -.1em -.1em; -} - -.cbi-tooltip-container { - cursor: help; -} - -.cbi-tooltip { - position: absolute; - z-index: 10000; - left: -10000px; - box-shadow: 0 0 2px rgba(0, 0, 0, .7); - border-radius: 3px; - background: var(--secondary-bright-color); - white-space: pre; - padding: 2px 5px; - opacity: 0; - transition: opacity .25s ease-in; - font-size: .8rem; -} - -.cbi-tooltip.error { - color: var(--danger-color); -} - -.cbi-tooltip-container:hover .cbi-tooltip:not(:empty) { - left: auto; - opacity: 1; - transition: opacity .25s ease-in; -} - -.zone-forwards { - display: flex; - align-items: center; -} - -.cbi-progressbar { - border-radius: .25em; - position: relative; - min-width: 20rem; - height: 1.5em; - box-shadow: 0 0 2px var(--main-dark-color); - overflow: hidden; - margin: .125rem 0; -} - -.cbi-progressbar > div { - background: var(--main-bright-color); - height: 100%; - transition: width .25s ease-in; - width: 0%; -} - -.cbi-progressbar::after { - position: absolute; - bottom: 0; - top: 0; - right: 0; - left: 0; - text-align: center; - text-shadow: 0 0 2px var(--secondary-bright-color); - content: attr(title); - white-space: nowrap; - line-height: 1.5em; -} - -.cbi-tabmenu { - padding: 0; - margin: 0 -.5em 1em -.5em; - font-weight: bold; - color: var(--main-dark-color); -} - -.cbi-tabmenu > li { - display: inline-flex; - white-space: nowrap; - opacity: 1; - height: 1.8em; - max-height: none; - overflow: visible; -} - -.cbi-tabmenu > li > a { - flex: 1; - margin: .1em .5em; -} - -.cbi-tabmenu > .cbi-tab > a { - border-bottom: 2px solid var(--main-dark-color); -} - -[data-tab] { - opacity: 0; - max-height: 0; - transition: opacity .25s ease-in-out; - overflow: hidden; -} - -[data-tab-active="true"] { - opacity: 1; - height: auto; - max-height: none; - overflow: visible; -} - -.alert-message:not(.modal) { - box-shadow: 0 0 3px var(--secondary-dark-color); - padding: .5em; - margin: 0 0 1em 0; - background: var(--warning-color); - color: var(--secondary-bright-color); - transition: opacity .4s ease; -} - -.alert-message + .alert-message { - margin: -.5em 0 1em 0; -} - -.alert-message.info { - background: var(--main-bright-color); -} - -.alert-message.warning { - background: var(--warning-color); -} - -.alert-message.danger { - background: var(--danger-color); -} - -.alert-message.success { - background: var(--success-color); -} - -.alert-message .btn { - box-shadow: 0 0 2px var(--secondary-bright-color); -} - -.alert-message .btn:hover { - box-shadow: 0 0 4px 1px var(--secondary-bright-color); -} - -@keyframes fade-in { - 0% { opacity: 0; } - 100% { opacity: 1; } -} - -@keyframes fade-out { - 0% { opacity: 1; } - 100% { opacity: 0; } -} - -.fade-in { - animation: fade-in .4s ease; -} - -.fade-out { - animation: fade-out .4s ease; - opacity: 0; -} - -/* - * forms - */ - -button, .btn { - background: var(--main-bright-color); - color: var(--secondary-bright-color); - line-height: 1.5em; - border-radius: .25em; - cursor: pointer; - box-shadow: 0 0 2px var(--main-dark-color); - padding: 0 .5em; - display: inline-block; -} - -button:hover, .btn:hover { - box-shadow: 0 0 6px var(--main-bright-color); -} - -button + button, .btn + .btn, button + .btn, .btn + button, select + button { - margin-left: .25em; -} - -button.important { - background: var(--main-dark-color); -} - -button[disabled], button.disabled, .btn[disabled], .btn.disabled { - pointer-events: none; - opacity: .6; -} - -.cbi-button-apply, .cbi-button-positive { - background: var(--main-dark-color); -} - -.cbi-button-negative, .cbi-button-remove { - background: var(--danger-color); -} - -.cbi-checkbox { - position: relative; -} - -.cbi-checkbox input[type="checkbox"] { - position: absolute; - z-index: 10; - -webkit-appearence: button; - height: 1.3em; - width: 1.3em; - opacity: 0; - cursor: pointer; -} - -.cbi-checkbox input[type="checkbox"] + label { - position: relative; - display: inline-block; - width: 1.3em; - height: 1.3em; - vertical-align: text-top; -} - -.cbi-checkbox input[type="checkbox"] + label::before { - content: "\0a"; - height: 1em; - width: 1em; - box-shadow: 0 0 2px var(--main-dark-color); - display: inline-block; - border-radius: .25em; - margin: .15em 0; - position: absolute; - left: 0; - top: 0; -} - -.cbi-checkbox input[type="checkbox"]:checked + label::after { - content: "\0a"; - position: absolute; - display: inline-block; - background: var(--main-dark-color); - top: .35em; - left: .2em; - width: .6em; - height: .6em; - border-radius: .15em; - cursor: pointer; -} - -.cbi-checkbox input.cbi-input-invalid[type="checkbox"] + label::before { - box-shadow: 0 0 2px var(--danger-color); -} - -.cbi-checkbox input.cbi-input-invalid[type="checkbox"]:checked + label::after { - background: var(--danger-color); -} - -.cbi-checkbox input[type="checkbox"][disabled] + label::before, -.cbi-checkbox input[type="checkbox"][disabled] + label::after { - pointer-events: none; - opacity: .6; -} - -.cbi-checkbox input[type="checkbox"][disabled] { - pointer-events: none; -} - -input:not([type]), -input[type="text"], -input[type="password"], -select, -.cbi-dropdown:not(.btn):not(.cbi-button) { - border-bottom: 2px solid transparent; - box-shadow: inset 0 0 1px var(--main-dark-color); - padding: 0 .2rem; - line-height: 1.5rem; - min-height: calc(1.5rem + 2px); - min-width: 20rem; - border-radius: .25em; -} - -input:not([type]):focus, -input[type="text"]:focus, -input[type="password"]:focus, -select:focus, -.cbi-dropdown:not(.btn):not(.cbi-button):focus, -.cbi-dropdown[open]:not(.btn):not(.cbi-button) { - border-color: var(--main-dark-color); -} - -input[disabled]:not([type]), -input[disabled][type="text"], -input[disabled][type="password"], -select[disabled], -.cbi-dynlist[disabled] { - opacity: .6; - pointer-events: none; -} - -input:not([type]) + .btn, input:not([type]) + button, -input[type="text"] + .btn, input[type="text"] + button, -input[type="password"] + .btn, input[type="password"] + button { - margin: 0 0 2px -1px; - background: var(--main-dark-color); - border-radius: 0 .25em .25em 0; -} - -.control-group > select + .btn, .control-group > select + button { - margin-left: .25em; -} - -.control-group > input:not([type]) + .btn, .control-group > input:not([type]) + button, -.control-group > input[type="text"] + .btn, .control-group > input[type="text"] + button, -.control-group > input[type="password"] + .btn, .control-group > input[type="password"] + button { - margin: .125em .125em calc(.125em + 2px) calc(-.125em - .25em) !important; -} - -input[type="checkbox"] { - height: 1em; - vertical-align: middle; - -webkit-appearance: checkbox; -} - -select { - padding: .1rem 0; - -webkit-appearance: menulist; -} - -textarea { - width: 100%; - box-shadow: inset 0 0 2px var(--main-dark-color); - font-family: monospace; - font-size: .9rem; - padding: .2rem; -} - -.cbi-input-invalid, -.cbi-input-invalid:focus { - color: var(--danger-color); - border-color: var(--danger-color) !important; - box-shadow: inset 0 0 2px var(--danger-color); -} - -.control-group { - display: inline-flex; - margin: 0 -.125rem; - min-width: 20.25em; -} - -.control-group > *, -.control-group > .cbi-dropdown > ul > li { - justify-content: space-around; -} - -.control-group > * { - margin: .125rem !important; - min-width: auto !important; -} - -.control-group > select, -.control-group > input:not([type]), -.control-group > input[type="text"], -.control-group > input[type="password"] { - flex: 10; -} - -.cbi-value { - display: flex; - flex-wrap: wrap; - margin: 0 0 1em 0; -} - -.cbi-value > label:first-child { - flex: 1 1 40%; - padding: 0 .5em 0 0; -} - -.cbi-value > .cbi-value-field { - flex: 2 2 55%; -} - -.cbi-value > .cbi-section { - flex: 1 1 100%; -} - -.cbi-map-descr, -.cbi-tab-descr, -.cbi-section-descr, -.cbi-value-description, -.cbi-value[data-widget="CBI.DummyValue"] > div:first-child { - opacity: .8; - font-size: .9rem; - padding: .2em 0; -} - -.cbi-map-descr, -.cbi-tab-descr, -.cbi-section-descr, -.cbi-section-table, -.cbi-section-create { - margin: 0 0 1em 0; -} - -.cbi-dynlist { - display: inline-block; - font-size: 90%; - min-height: calc(1.5em + 2px); - line-height: 1.5em; - min-width: 20rem; - flex-wrap: wrap; -} - -.cbi-dynlist > .item { - box-shadow: 0 0 2px var(--main-dark-color); - margin: .3em 0; - padding: .15em 2em .15em .2em; - border-radius: .25em; - position: relative; - overflow: hidden; - transition: box-shadow .25s ease-in-out; - pointer-events: none; - flex: 1 1 100%; - word-break: break-all; -} - -.cbi-dynlist > .item::after { - content: "-"; - top: 0; - right: 0; - bottom: 0; - width: 1.6rem; - background: var(--main-bright-color); - display: flex; - align-items: center; - justify-content: space-around; - position: absolute; - box-shadow: 0 0 2px var(--main-dark-color); - text-align: center; - color: var(--secondary-bright-color); - cursor: pointer; - pointer-events: all; -} - -.cbi-dynlist[disabled] > .item::after { - pointer-events: none; -} - -.cbi-dynlist > .item:hover { - box-shadow: 0 0 2px var(--main-bright-color); -} - -.cbi-dynlist > .add-item { - flex: 1; - display: flex; -} - -.cbi-dynlist > .add-item > input { - flex: 1; - min-width: 18.5rem; - border-radius: .25rem 0 0 .25rem; -} - -.cbi-dynlist > .add-item > .btn { - flex: 0 0 1.6rem; - margin: 0 0 2px -1px; - width: 1.6rem; - text-align: center; -} - -.cbi-dropdown { - display: inline-flex !important; - cursor: pointer; - height: auto; - position: relative; - padding: 0 !important; -} - -.cbi-dropdown:not(.btn):not(.cbi-button) { - box-shadow: inset 0 0 1px var(--main-dark-color); -} - -.cbi-dropdown > ul { - margin: 0 !important; - padding: 0; - list-style: none; - overflow-x: hidden; - overflow-y: auto; - display: flex; - width: 100%; -} - -.cbi-dropdown.btn > ul:not(.dropdown) { - padding-left: .5em; -} - -.cbi-dropdown.btn.spinning > ul:not(.dropdown) { - padding-left: 0; -} - -.cbi-dropdown.btn > ul.dropdown > li { - color: var(--main-dark-color); -} - -.cbi-dropdown > ul.preview { - display: none; -} - -.cbi-dropdown > .open, -.cbi-dropdown > .more { - flex-grow: 0; - flex-shrink: 0; - display: flex; - flex-direction: column; - justify-content: center; - text-align: center; - padding: 0 .25em; -} - -.cbi-dropdown.btn > .open, -.cbi-dropdown.cbi-button > .open { - padding: 0 .5em; - margin-left: .5em; - border-left: 1px solid; -} - -.cbi-dropdown > .more, -.cbi-dropdown:not(.btn):not(.cbi-button) > ul > li[placeholder] { - display: none; - justify-content: center; - color: rgba(0, 0, 0, .5); -} - -.cbi-dropdown > ul > li { - display: none; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - flex-shrink: 1; - flex-grow: 1; - align-items: center; - align-self: center; - color: inherit; -} - -.cbi-dropdown > ul.dropdown > li, -.cbi-dropdown:not(.btn):not(.cbi-button) > ul > li { - padding: 0 .25em; -} - -.cbi-dropdown > ul > li .hide-open { display: block; display: initial; } -.cbi-dropdown > ul > li .hide-close { display: none; } - -.cbi-dropdown > ul > li[display]:not([display="0"]) { - border-left: 1px solid #ccc; -} - -.cbi-dropdown[empty] > ul { - max-width: 1px; - max-height: 1.5em; -} - -.cbi-dropdown > ul > li > form { - display: none; - margin: 0; - padding: 0; - pointer-events: none; -} - -.cbi-dropdown > ul > li img { - align-self: center; - margin-right: .25em; -} - -.cbi-dropdown > ul > li input[type="text"] { - margin: .25em 0; - border: none; - background: var(--secondary-bright-color); -} - -.cbi-dropdown[open] { - position: relative; -} - -.cbi-dropdown[open] > ul.dropdown { - display: block; - background: var(--secondary-bright-color); - box-shadow: 0 0 1px var(--main-dark-color), 0 0 4px rgba(0, 0, 0, .7); - position: absolute; - z-index: 1100; - max-width: none; - min-width: 100%; - width: auto; - transition: max-height .125s ease-in; -} - -.cbi-dropdown > ul > li[display], -.cbi-dropdown[open] > ul.preview, -.cbi-dropdown[open] > ul.dropdown > li, -.cbi-dropdown[multiple] > ul > li > label, -.cbi-dropdown[multiple][open] > ul.dropdown > li, -.cbi-dropdown[multiple][more] > .more, -.cbi-dropdown[multiple][empty] > .more { - flex-grow: 1; - display: flex !important; -} - -.cbi-dropdown[empty] > ul > li, -.cbi-dropdown[optional][open] > ul.dropdown > li[placeholder], -.cbi-dropdown[multiple][open] > ul.dropdown > li > form { - display: block !important; -} - -.cbi-dropdown[open] > ul.dropdown > li .hide-open { display: none; } -.cbi-dropdown[open] > ul.dropdown > li .hide-close { display: block; display: initial; } - -.cbi-dropdown[open] > ul.dropdown > li { - border-bottom: 1px solid #ccc; -} - -.cbi-dropdown[open] > ul.dropdown > li[selected] { - background: var(--main-dark-color); - color: var(--secondary-bright-color); -} - -.cbi-dropdown[open] > ul.dropdown > li.focus { - background: var(--main-bright-color); -} - -.cbi-dropdown[open] > ul.dropdown > li:last-child { - margin-bottom: 0; - border-bottom: none; -} - -.cbi-dropdown[open] > ul.dropdown > li[unselectable] { - opacity: 0.7; -} - -.cbi-dropdown[open] > ul.dropdown > li > input.create-item-input:first-child:last-child { - width: 100%; -} - -.cbi-dropdown[disabled] { - pointer-events: none; - opacity: .6; -} - -.cbi-filebrowser { - max-width: 100%; - width: 1px; - box-shadow: 0 0 2px var(--main-dark-color); - border-radius: .25rem; - display: flex; - flex-direction: column; - opacity: 0; - height: 0; - overflow: hidden; -} - -.cbi-filebrowser.open { - min-width: 20rem; - width: auto; - opacity: 1; - height: auto; - overflow: visible; - transition: opacity .25s ease-in; -} - -.cbi-filebrowser > * { - max-width: 100%; - overflow: hidden; - text-overflow: ellipsis; - padding: 0 0 .25em 0; - margin: .25em .25em 0px .25em; - white-space: nowrap; - border-bottom: 1px solid var(--main-dark-color); -} - -.cbi-filebrowser .cbi-button-positive { - margin-right: .25em; -} - -.cbi-filebrowser > div { - border-bottom: none; -} - -.cbi-filebrowser > ul > li { - display: flex; - flex-direction: row; - align-items: center; -} - -.cbi-filebrowser > ul > li a:hover { - font-weight: bold; - text-decoration: underline; -} - -.cbi-filebrowser > ul > li > div:first-child { - flex: 10; - overflow: hidden; - text-overflow: ellipsis; -} - -.cbi-filebrowser > ul > li > div:last-child { - flex: 3 3 10em; - text-align: right; -} - -.cbi-filebrowser > ul > li > div:last-child > button { - padding: .125em .25em; - margin: 1px 0 1px .25em; -} - -.cbi-filebrowser .upload { - display: flex; - flex-direction: row; - flex-wrap: wrap; - margin: 0 -.125em .25em -.125em; - padding: 0 0 .125em 0px; - border-bottom: 1px solid var(--main-dark-color); -} - -.cbi-filebrowser .upload > * { - margin: .125em; - flex: 1; -} - -.cbi-filebrowser .upload > div > input { - width: 100%; -} - -.cbi-section-actions { - text-align: right; -} - -.cbi-page-actions { - flex-wrap: wrap; - width: 100%; - justify-content: flex-end; - margin-bottom: 1em; - margin-top: 1em; - border-top: 1px solid var(--main-dark-color); - padding-top: 1em; - text-align: right; -} - -div[id$=".ipaddr"] > input, -.cbi-value-field > div > input[type="password"] { - min-width: 18.5rem; - border-radius: .25rem 0 0 .25rem; -} - -div[id$=".txpower"] { - flex-wrap: wrap; - align-items: center; -} - -div[id$=".txpower"] > span { - white-space: nowrap; - margin-left: .25em; -} - -div[id$=".editlist"] { - flex: 1; -} - -[data-errors]::after { - content: attr(data-errors); - background: var(--danger-color); - color: var(--secondary-bright-color); - border-radius: .6rem; - height: 1.1rem; - padding: 0 .25rem; - font-size: .9rem; - display: inline-block; - font-weight: bold; - min-width: .6rem; - line-height: 1rem; - margin: -.1rem 0 0 -.2rem; - text-align: center; -} - -@keyframes spin { - 100% { transform: rotate(360deg); } -} - -.spinning { - position: relative; - padding-left: 2.1em !important; -} - -.spinning::before { - position: absolute; - display: block; - align-items: center; - top: 0; - bottom: 0; - left: .4em; - width: 1.4em; - height: 1.4em; - animation: spin 1s linear infinite; - content: url("spinner.svg"); - margin: auto; - line-height: 0; -} - -button.spinning, .btn.spinning { - padding-left: 1.6em !important; -} - -button.spinning::before, .btn.spinning::before { - filter: invert(1); - left: .2em; - width: 1.2em; - height: 1.2em; -} - -#view > div.spinning:first-child { - padding: .5em 0; -} - -#view > *:last-child { - margin: 0 0 1em 0; -} - -.label { - background: var(--main-bright-color); - color: var(--secondary-bright-color); - font-size: .8rem; - padding: 0 .4rem; - border-radius: .5rem; -} - -.label.warning { - background: var(--danger-color); -} - -.label.success { - background: var(--success-color); -} - -ul.deps { - margin: 0; - padding: 0; - font-size: .9rem; -} - -ul.errors { - margin: 0 0 1em 0; - padding: 0; -} - -@media only screen and (max-width: 800px) { - body { - padding-top: 70px; - } - - #maincontent { - padding: .25em; - max-width: 100vw; - } - - #menubar { - background: var(--main-bright-color); - padding: 0 .5em; - position: fixed; - top: 0; - z-index: 1000; - } - - #menubar > h2 { - flex: 0 0 2em; - display: block; - border: 2px solid var(--secondary-bright-color); - color: var(--secondary-bright-color); - border-radius: .5em; - cursor: pointer; - font-size: 100%; - margin: 0 1em 0 0; - } - - #menubar > h2:hover { - border-color: var(--secondary-bright-color); - color: var(--secondary-bright-color); - } - - #menubar > h2 > * { - display: none; - } - - #menubar > h2::before { - content: "☰"; - width: 35px; - line-height: 35px; - text-align: center; - display: inline-block; - color: inherit; - font-weight: bold; - } - - #menubar > h2.active::before { - content: "×"; - font-size: 200%; - } - - #menubar .hostname { - font-size: 1.6em; - } - - .distversion { - display: none; - } - - #modemenu { - padding: .125em .25em; - } - - #mainmenu { - overflow-x: hidden; - overflow-y: auto; - max-width: 0; - padding: 1em 0; - transition: max-width .25s ease-in-out, padding .25s ease-in-out; - position: fixed; - z-index: 900; - height: 100%; - } - - #mainmenu.active { - max-width: 200px; - padding: 1em 1em calc(1em + 70px) 1em; - overflow-x: visible; - } - - #mainmenu > div { - position: static; - } - - #mainmenu ul > li { - padding: .25em 0; - } - - .hide-xs { - display: none !important; - } - - table { - display: flex; - flex-direction: column; - } - - tr { - display: block; - border-bottom: 1px solid var(--main-dark-color); - margin-bottom: .5em; - padding-bottom: .5em; - } - - tr.cbi-section-table-titles[data-title]::before, - tr.cbi-section-table-titles, - tr.cbi-section-table-descr { - display: none; - } - - tr[data-title]::before { - display: block; - font-weight: bold; - border-top: none; - padding: .4em 0; - font-size: 110%; - } - - td { - display: block; - border-top: none; - text-align: left !important; - padding: .2em 0; - } - - th, table-titles { - display: none; - } - - td[data-title] { - position: relative; - padding: .2em 0 .2em 40%; - } - - td[data-title]::before { - content: attr(data-title) ": "; - white-space: nowrap; - font-weight: bold; - width: 40%; - overflow: hidden; - text-overflow: ellipsis; - position: absolute; - left: 0; - top: 0; - bottom: 0; - padding: .2em 0; - text-align: left; - display: inline-flex; - align-items: center; - } - - td[data-title]::after { - content: ""; - width: 2em; - position: absolute; - left: calc(40% - 2em); - top: 0; - bottom: 0; - display: block; - background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--secondary-bright-color) 90%); - } - - [data-page="admin-status-overview"] .cbi-section:nth-of-type(1) td:first-of-type, - [data-page="admin-status-overview"] .cbi-section:nth-of-type(2) td:first-of-type { - font-weight: bold; - max-width: none; - width: 100%; - } - - [data-page="admin-status-overview"] td > span > span { font-size: .9rem; } - - [data-page="admin-status-routes"] table:nth-of-type(3) td:nth-of-type(1) { word-break: break-all; } - - [data-page="admin-network-firewall-zones"] td[data-name="_info"] { - padding: .2em 0; - line-height: 2.2rem; - } - - [data-page="admin-network-firewall-zones"] td[data-name="_info"]::before, - [data-page="admin-network-firewall-zones"] td[data-name="_info"]::after { - display: none; - } - - [data-page="admin-network-firewall-zones"] td[data-name="_info"] label { - font-size: 1rem; - } - - #cbi-wireless-wifi-device tr { display: flex; flex-wrap: wrap; } - #cbi-wireless-wifi-device tr > *:nth-child(1) { flex: 1 1 20%; align-self: center; } - #cbi-wireless-wifi-device tr > *:nth-child(2) { flex: 2 2 75%; } - #cbi-wireless-wifi-device tr > *:nth-child(3) { flex: 3 3 100%; } - - #cbi-network-interface tr { display: flex; flex-wrap: wrap; } - #cbi-network-interface tr > *:nth-child(1) { flex: 1 1 33%; align-self: center; } - #cbi-network-interface tr > *:nth-child(2) { flex: 2 2 60%; align-self: center; font-size: .9rem; overflow: hidden; } - #cbi-network-interface tr > *:nth-child(3) { flex: 3 3 100%; } - #cbi-network-interface tr > *:nth-child(2) > div { overflow: hidden; text-overflow: ellipsis; } - - .assoclist tr { - display: flex; - flex-wrap: wrap; - } - - .assoclist td > .ifacebadge { - max-width: 90px; - } - - .assoclist td > .ifacebadge > img { - margin: 0 35px; - } - - .assoclist td > .ifacebadge > span { - display: none; - } - - .assoclist td > .ifacebadge[data-ifname]::after { - content: attr(data-ifname); - } - - .assoclist td > .ifacebadge[data-signal]::after { - content: attr(data-signal) " dBm"; - } - - .assoclist td:nth-of-type(3) { - font-weight: bold; - font-size: 1rem; - } - - .assoclist td:nth-of-type(1), .assoclist td:nth-of-type(4) { - flex: 1 1 100px; - margin-right: .5em; - } - - .assoclist td:nth-of-type(3), .assoclist td:nth-of-type(5) { - flex: 2 2 calc(100% - 110px); - overflow: hidden; - text-overflow: ellipsis; - align-self: center; - } - - .assoclist td:nth-of-type(6) { flex: 1; text-align: right !important; } - .assoclist td[data-title] { padding: .2em 0; } - .assoclist td[data-title]::before, - .assoclist td[data-title]::after { display: none; } - - .leases6 td:nth-of-type(3) { word-wrap: break-word; } - - td.cbi-section-actions > div { display: flex; } - td.cbi-section-actions > div > * { flex: 1; } - - body.modal-overlay-active #modal_overlay > .modal { - width: 95%; - margin: 5% auto; - } - - input:not([type]), - input[type="text"], - input[type="password"], - select, - .cbi-dropdown:not(.btn):not(.cbi-button), - .cbi-dynlist { - min-height: calc(2.2rem + 2px); - line-height: 2.2rem; - font-size: 1.2rem; - min-width: 10rem; - } - - button, .btn { - line-height: 1.8rem; - font-size: 1.2rem; - } - - select { - padding: .4em 0; - } - - .cbi-value > .cbi-value-field { - flex: 1 0 100%; - display: flex; - flex-direction: column; - max-width: 100%; - } - - .cbi-value > .cbi-value-field > div[id] { - display: flex; - flex-direction: row; - } - - .cbi-value > .cbi-value-field > div[id] > input, - .cbi-value > .cbi-value-field > div[id] > select, - .cbi-value > .cbi-value-field > div[id] > .cbi-filebrowser.open { - flex: 1; - width: 100%; - } - - .cbi-dynlist .item::after, - .cbi-dynlist .add-item > .btn { - line-height: 2em; - flex-basis: 2rem; - width: 2rem; - } - - .ifacebadge.large { - font-size: .9rem; - } - - .control-group > *, - .control-group > .cbi-dropdown > ul > li { - flex: 1; - white-space: normal; - word-wrap: break-word; - } - - .cbi-page-actions .cbi-dropdown, - .cbi-page-actions .cbi-button-apply:first-child { - flex-basis: 100%; - } - - .cbi-checkbox { - margin: .25rem; - } - - .cbi-tabmenu { - margin: 0 -.25em 1em -.25em; - } - - .cbi-tooltip { - font-size: 1rem; - box-shadow: 0 0 4px rgba(0, 0, 0, .7); - } - - .cbi-value > label:first-child { - padding: 0 0 .5em 0; - } - - [data-page="admin-system-admin-sshkeys"] .cbi-dynlist > .item { - font-size: .9rem; - line-height: 1rem; - } - - [data-page="admin-system-opkg"] .control-group { - flex-wrap: wrap; - } - - [data-page="admin-status-iptables"] h2 + div.right { - margin: 0 0 1em 0 !important; - display: flex; - } -} - -@media only screen and (min-width: 800px) and (max-width: 1200px) { - .assoclist tr > *:nth-of-type(2) { - display: none; - } -} diff --git a/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/logo.png b/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/logo.png deleted file mode 100644 index 182d7e35c538eab769c98e8bf437e943eb2fd2a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3896 zcmV-856AF{P){L;#`Q1w&~DGgbyUT>zfi0G-(adanj8 zPXdL!17VK1WGrz`~Ls8<@fRW{oM2W(C+!w@cQrh{p9uh7OUj={r&-?;r;&q7_8(txajx% z{$$7P5UJy*-}RB#@_Eni^!xq|sN)K!;s~bV1f=1F)A7RT_!6q)qu%thEZPI=lA?*$?cBT@^{Yfli2ce&F@vh>s-X_z32BJujTms{xr7d+VcDB z`2E1>_>0x?ncDNL;q^AR=aks;o7?jquH}c+@eHTpy5{#ly6G~t=WNRE_51!5s^clL z=C9)RP{8U$yy?;J`XjLAso?eB^!ppF z)bIK%v*u#P?MlAtQ^D(X&hM(=_1yCNwB+_iz3D%?=$F~^{{H{w_WZ8m^~&t|C9&n< z^!&f*_p9OcF}3H-?fK{S{35UA#_ITg(eQ7~?$_}8de88n-Sm~&^G?6&Ag<+K#_W&R z^2h7=sNePS`u=Lk?gMV02O~lOioyYx(%$p?NxkYVVH z`~Cij)$vil>wVDhEwttxuH?z=`2<;o0gJ>0P?Zp57vd)ue#%sk&a-t6p*&WZvft~fl&c(rSroR7j_$)${%@2kFp31o1P`DLaR;Tfh1%J6)jn7H)*wOfv7Sg~uViKXpz54Qyrp3Mj-SSpa=V;u40i!Mb8tSeyL8pB? zsoCz`fMLmloS9T?)>&mH?cg9C zw~;(o5Go?CNZz9wa1!{6#D7l3-D7v+zshrBxS6n!5JQWH1dC7eAMLR?|!- zSLqCU5K4So&F5XDq9a#TEhr~TOt#GgO-9fBK%z;=%gpy(A&p$oqZAZ`L;tTi2#r!> zRA_S&@`8igq{~$FP=Kt7Wh&(AgcS7!(`|yB$U`R?;I8@=a;9$^mRd|Xx@c)on>q{jnJh8@I>yAxal>xiRJ z3ph9mkrw6~W0&ILpT?^@CxWKK*5;S9dtTDw@-dhTTS!&+)#LF9&d6-+4m!-Fs@Dg$ zn$<$h*W$O8LOm}|Y@}jH088_vtn2Y}s7kk#|3HeeV9D1+@;0L;AG8U?-Ab<>08_p` zl96awfevD;lVsRez?kqgN%1y$pp&q6j-=E+2XjJ{&boCE28dE;TlXS3$n>9?!Fd?u zIrH7>D!_$UPK7KZX&85*mI`%mfT7<%#i_Kla0E>#O5`=Y}T`G^a?LgW4Ke#ekQ@s3^oD#!CS~6r-57h{RaZkSHi7APELKc!w&6YfPHmuvxP& zYt~8lo=^6ktgJI@)}M_oxGR?)L|o1#5=9DJ!)cu}0Uun7_*JzzUDI_f&+kb@GZBXo zxkN;fVpm4knW=6(1;)nq^3JEVx@zu6M3g-l_VTFH&;hQkctWYQRl%ifec`7g8=m{~ z(9bIxx9luMfSN~@s@|&COf)Y6wx%SLQ}qy6=F#$!e_BZ8$k7f<9n+}G1FouXI`Uc5bGNQtw2F?JIsz z0d_R3Mu?=@bWvYeDe6WpsYM8~@~`lqY~kUhfi>StZr8y^U%EtUA$&#OHcN2Mw8GaT zx6>tZ(;;^iX?pnep_0Z5x3-g9)`p%W>0wbePyL$ADH4Rh{=LL zW)3kKV4PclSjC&B3snqrgNR9<4llLqlvvq%c*)NpCJ*Mai0KP&@70NGu7bDT#6;3z zsxX-^bV0zE79vMi!N>gZ#H7Jge`2nOubN-<0i$I@MSGlyjx*aaHryBlo*W3z!gA+-Yoenb-`R?e4AhG?b%eq!Dr;k)CNA+q1 z8Ed*)+zrIshd}k^PJpuop5A@lsd=k-c(@5>t|nc#`3SbD^UJtHHSp71rj)AOghk!}hE_LV8kGao`AiF6kbZkpgA)%Wp|VMnm;iG} zl!sU1Yaf#lCOw&@r7*W_jqJbed7 za8Y~=VFn2LBvZ0cc`5@VI45RWOtj}=EUJ9OU~DAm##j{H9mY;8AE#k#80lt6?k)17 zW6DQ8;s{;FSnTP!Fjt{GRlwXxi#=ULx~VYd6a6lRIiBcUi7@$bO{R^?)5|b-)}l}M z5hM>>tjx3H#b9o(&BbXTX(AB#PkDG60`o{$gizO#ZUoGgeyo`Nr4X3I-)|GB4}ie7 zAC#u;4G5&Li>4_WvPuLi~{hPi|%)XKsJ(f!3ZJSC<25+f`hRQb_y`WrtDBjk)rY%-sB;? z&cpa&IA%*_C7a4Ji*5-`Uq&qQ?Wd-zt84oF|344}%}WEN$})q%K7Ri6_dlOL|AoLd zmFnueI0x89XdI#1<1d)ND|wH{K6%LW^J;^DJ~ZhB(?!MSVh+Oct70-Pa(Zo3&sFSi zm4x)cGlXQ7f`;l>=amCps;`czPnlmM6jw>*Vy{8L1wzrL;245Q(`jTMA&6!qgEjRg z4`&gA0yWxO&nURb!M;NZHZZXcr!ki6QV{Vlu^kF#@~~}*TB-PXatf!qKv5R~^eCv* zVO6O^%}Xs#Q4Ln@X#Z^LWGRZnqP=qps-Er)lFZ~`jguyIr>-c)DC&n9{z>;a0y?3@ zF)aBKq39`KVyoBpV1?JAC{jmY8Fe64o!Ot9HF)g z4cE&)<=n^6)^#~T^BBsCiyYQeksBU zT$EtmYJ`(Y&SbJ%TjfsE<-}$k*idZJn)4M{vi*{lbiTrx)Ur<-Y94HgH)&jT1D5U9 zXju9u*mn@4LF<MQe1#K=Y(Ch>9dX@VK6H5tf9p}ag}bFyy!S2Z zQp(NN+FcKKRH_lb{Lt^sl{2x^)6AQ#mz#+XNAX4q|N9pz9wG{&cn((p0000 - - - - - - diff --git a/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/spinner.svg b/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/spinner.svg deleted file mode 100644 index f3b52efac..000000000 --- a/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/spinner.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/luci-theme-openwrt-2020/htdocs/luci-static/resources/menu-openwrt2020.js b/luci-theme-openwrt-2020/htdocs/luci-static/resources/menu-openwrt2020.js deleted file mode 100644 index b6fbfd4c2..000000000 --- a/luci-theme-openwrt-2020/htdocs/luci-static/resources/menu-openwrt2020.js +++ /dev/null @@ -1,147 +0,0 @@ -'use strict'; -'require baseclass'; -'require ui'; - -return baseclass.extend({ - __init__: function() { - ui.menu.load().then(L.bind(this.render, this)); - }, - - render: function(tree) { - var node = tree, - url = ''; - - this.renderModeMenu(node); - - if (L.env.dispatchpath.length >= 3) { - for (var i = 0; i < 3 && node; i++) { - node = node.children[L.env.dispatchpath[i]]; - url = url + (url ? '/' : '') + L.env.dispatchpath[i]; - } - - if (node) - this.renderTabMenu(node, url); - } - - document.querySelector('#menubar > .navigation') - .addEventListener('click', ui.createHandlerFn(this, 'handleSidebarToggle')); - }, - - handleMenuExpand: function(ev) { - var a = ev.target, ul1 = a.parentNode.parentNode, ul2 = a.nextElementSibling; - - document.querySelectorAll('ul.mainmenu.l1 > li.active').forEach(function(li) { - if (li !== a.parentNode) - li.classList.remove('active'); - }); - - if (!ul2) - return; - - if (ul2.parentNode.offsetLeft + ul2.offsetWidth <= ul1.offsetLeft + ul1.offsetWidth) - ul2.classList.add('align-left'); - - ul1.classList.add('active'); - a.parentNode.classList.add('active'); - a.blur(); - - ev.preventDefault(); - ev.stopPropagation(); - }, - - renderMainMenu: function(tree, url, level) { - var l = (level || 0) + 1, - ul = E('ul', { 'class': 'mainmenu l%d'.format(l) }), - children = ui.menu.getChildren(tree); - - if (children.length == 0 || l > 2) - return E([]); - - for (var i = 0; i < children.length; i++) { - var isActive = (L.env.dispatchpath[l] == children[i].name), - isReadonly = children[i].readonly, - activeClass = 'mainmenu-item-%s%s'.format(children[i].name, isActive ? ' selected' : ''); - - ul.appendChild(E('li', { 'class': activeClass }, [ - E('a', { - 'href': L.url(url, children[i].name), - 'click': (l == 1) ? ui.createHandlerFn(this, 'handleMenuExpand') : null - }, [ _(children[i].title) ]), - this.renderMainMenu(children[i], url + '/' + children[i].name, l) - ])); - } - - if (l == 1) - document.querySelector('#mainmenu').appendChild(E('div', [ ul ])); - - return ul; - }, - - renderModeMenu: function(tree) { - var menu = document.querySelector('#modemenu'), - children = ui.menu.getChildren(tree); - - for (var i = 0; i < children.length; i++) { - var isActive = (L.env.requestpath.length ? children[i].name == L.env.requestpath[0] : i == 0); - - if (i > 0) - menu.appendChild(E([], ['\u00a0|\u00a0'])); - - menu.appendChild(E('div', { 'class': isActive ? 'active' : null }, [ - E('a', { 'href': L.url(children[i].name) }, [ _(children[i].title) ]) - ])); - - if (isActive) - this.renderMainMenu(children[i], children[i].name); - } - - if (menu.children.length > 1) - menu.style.display = ''; - }, - - renderTabMenu: function(tree, url, level) { - var container = document.querySelector('#tabmenu'), - l = (level || 0) + 1, - ul = E('ul', { 'class': 'cbi-tabmenu' }), - children = ui.menu.getChildren(tree), - activeNode = null; - - if (children.length == 0) - return E([]); - - for (var i = 0; i < children.length; i++) { - var isActive = (L.env.dispatchpath[l + 2] == children[i].name), - activeClass = isActive ? ' cbi-tab' : '', - className = 'tabmenu-item-%s %s'.format(children[i].name, activeClass); - - ul.appendChild(E('li', { 'class': className }, [ - E('a', { 'href': L.url(url, children[i].name) }, [ _(children[i].title) ] ) - ])); - - if (isActive) - activeNode = children[i]; - } - - container.appendChild(ul); - container.style.display = ''; - - if (activeNode) - container.appendChild(this.renderTabMenu(activeNode, url + '/' + activeNode.name, l)); - - return ul; - }, - - handleSidebarToggle: function(ev) { - var btn = ev.currentTarget, - bar = document.querySelector('#mainmenu'); - - if (btn.classList.contains('active')) { - btn.classList.remove('active'); - bar.classList.remove('active'); - } - else { - btn.classList.add('active'); - bar.classList.add('active'); - } - } -}); diff --git a/luci-theme-openwrt-2020/root/etc/uci-defaults/30_luci-theme-openwrt-2020 b/luci-theme-openwrt-2020/root/etc/uci-defaults/30_luci-theme-openwrt-2020 deleted file mode 100755 index 7c49acfda..000000000 --- a/luci-theme-openwrt-2020/root/etc/uci-defaults/30_luci-theme-openwrt-2020 +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -if [ "$PKG_UPGRADE" != 1 ]; then - uci get luci.themes.OpenWrt2020 >/dev/null 2>&1 || \ - uci batch <<-EOF - set luci.themes.OpenWrt2020=/luci-static/openwrt2020 - set luci.main.mediaurlbase=/luci-static/openwrt2020 - commit luci - EOF -fi - -exit 0 diff --git a/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/footer.ut b/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/footer.ut deleted file mode 100644 index 5899f2a9d..000000000 --- a/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/footer.ut +++ /dev/null @@ -1,16 +0,0 @@ -{# - Copyright 2020 Jo-Philipp Wich - Licensed to the public under the Apache License 2.0. --#} - - - - -

- Powered by {{ version.luciname }} ({{ version.luciversion }}) -

- - - - - diff --git a/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut b/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut deleted file mode 100644 index 2b7c58138..000000000 --- a/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut +++ /dev/null @@ -1,72 +0,0 @@ -{# - Copyright 2020 Jo-Philipp Wich - Licensed to the public under the Apache License 2.0. --#} - -{% - import { getuid, getspnam } from 'luci.core'; - - const boardinfo = ubus.call('system', 'board'); - - http.prepare_content('text/html; charset=UTF-8'); --%} - - - - - - - - - - - - - -{{ striptags(`${boardinfo.hostname ?? '?'}${node ? ` - ${node.title}` : ''}`) }} - LuCI -{% if (css): %} - -{% endif %} - - - - - - - - - -
- - -
- {% if (getuid() == 0 && getspnam('root')?.pwdp === '' && join('-', ctx.request_path) != 'admin-system-admin'): %} -
-

{{ _('No password set!') }}

-

{{ _('There is no password set on this router. Please configure a root password to protect the web interface.') }}

- {% if (dispatcher.lookup("admin/system/admin")): %} - - {% endif %} -
- {% endif %} - - {% if (boardinfo.rootfs_type == "initramfs"): %} -
-

{{ _('System running in recovery (initramfs) mode.') }}

-

{{ _('No changes to settings will be stored and are lost after rebooting. This mode should only be used to install a firmware upgrade') }}

- {% if (dispatcher.lookup("admin/system/flash")): %} - - {% endif %} -
- {% endif %} - - diff --git a/luci-theme-openwrt/Makefile b/luci-theme-openwrt/Makefile deleted file mode 100644 index 8c75e93c4..000000000 --- a/luci-theme-openwrt/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# -# Copyright (C) 2008-2014 The LuCI Team -# -# This is free software, licensed under the Apache License, Version 2.0 . -# - -include $(TOPDIR)/rules.mk - -LUCI_TITLE:=LuCI OpenWrt.org theme -LUCI_DEPENDS:= - -define Package/luci-theme-openwrt/postrm -#!/bin/sh -[ -n "$${IPKG_INSTROOT}" ] || { - uci -q delete luci.themes.OpenWrt - uci commit luci -} -endef - -include $(TOPDIR)/feeds/luci/luci.mk - -# call BuildPackage - OpenWrt buildroot signature