diff options
Diffstat (limited to 'applications')
504 files changed, 10791 insertions, 9798 deletions
diff --git a/applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua b/applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua index d6c5ac54c0..edef8a0493 100644 --- a/applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua +++ b/applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua @@ -114,7 +114,7 @@ e2.enabled = "10" e2.rmempty = false e3 = e:option(Flag, "adb_forcedns", translate("Force Local DNS"), - translate("Redirect all DNS queries from 'lan' zone to the local resolver, applies to udp and tcp protocol on ports 53, 853 and 5353.")) + translate("Redirect all DNS queries from 'lan' zone to the local resolver, applies to UDP and TCP protocol on port 53, 853 and 5353.")) e3.rmempty = false e4 = e:option(Value, "adb_maxqueue", translate("Max. Download Queue"), @@ -132,7 +132,7 @@ e5.enabled = "true" e5.rmempty = false e6 = e:option(Flag, "adb_report", translate("DNS Query Report"), - translate("Gather dns related network traffic via tcpdump to provide a DNS Query Report on demand. ") + translate("Gather DNS related network traffic via tcpdump to provide a DNS Query Report on demand. ") ..translate("Please note: this needs manual 'tcpdump-mini' package installation.")) e6.rmempty = false @@ -150,12 +150,12 @@ e8.default = "/tmp" e8.rmempty = true e9 = e:option(Flag, "adb_mail", translate("E-Mail Notification"), - translate("Send notification E-Mails in case of a processing error or if domain count is ≤ 0. ") + translate("Send notification e-mails in case of a processing error or if domain count is ≤ 0. ") .. translate("Please note: this needs manual 'msmtp' package installation and setup.")) e9.rmempty = true e10 = e:option(Value, "adb_mreceiver", translate("E-Mail Receiver Address"), - translate("Receiver address for adblock notification E-Mails.")) + translate("Receiver address for adblock notification e-mails.")) e10:depends("adb_mail", 1) e10.rmempty = true @@ -195,13 +195,13 @@ e25.default = "53 853 5353" e25.optional = true e26 = e:option(Flag, "adb_dnsinotify", translate("DNS Inotify"), - translate("Disable adblock triggered restarts and the 'DNS File Reset' for dns backends with autoload features.")) + translate("Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends with autoload features.")) e26.default = nil e26.enabled = "true" e26.optional = true e27 = e:option(Flag, "adb_dnsflush", translate("Flush DNS Cache"), - translate("Flush DNS Cache after adblock processing.")) + translate("Flush DNS cache after adblock processing.")) e27.default = nil e27.optional = true @@ -242,24 +242,24 @@ e31.datatype = "range(1,10)" e31.default = 1 e31.optional = true -e32 = e:option(Value, "adb_msender", translate("E-Mail Sender Address"), - translate("Sender address for adblock notification E-Mails.")) +e32 = e:option(Value, "adb_msender", translate("E-mail Sender Address"), + translate("Sender address for adblock notification e-mails.")) e32.default = "no-reply@adblock" e32.optional = true -e33 = e:option(Value, "adb_mtopic", translate("E-Mail Topic"), - translate("Topic for adblock notification E-Mails.")) +e33 = e:option(Value, "adb_mtopic", translate("E-mail Topic"), + translate("Topic for adblock notification e-mails.")) e33.default = "adblock notification" e33.optional = true -e34 = e:option(Value, "adb_mprofile", translate("E-Mail Profile"), - translate("Mail profile used in 'msmtp' for adblock notification E-Mails.")) +e34 = e:option(Value, "adb_mprofile", translate("E-mail Profile"), + translate("Mail profile used in 'msmtp' for adblock notification e-mails.")) e34.default = "adb_notify" e34.optional = true -e35 = e:option(Value, "adb_mcnt", translate("E-Mail Notification Count"), - translate("Raise the minimum notification count, to get E-Mails if the overall count is less or equal to the given limit (default 0), ") - .. translate("e.g. to receive an E-Mail notification with every adblock run set this value to 200000.")) +e35 = e:option(Value, "adb_mcnt", translate("E-mail Notification Count"), + translate("Raise the minimum notification count, to get e-mails if the overall count is less or equal to the given limit (default 0), ") + .. translate("e.g. to receive an e-mail notification with every adblock run set this value to 200000.")) e35.default = 0 e35.datatype = "min(0)" e35.optional = true diff --git a/applications/luci-app-adblock/po/bg/adblock.po b/applications/luci-app-adblock/po/bg/adblock.po index abc7656f37..6a29e239b1 100644 --- a/applications/luci-app-adblock/po/bg/adblock.po +++ b/applications/luci-app-adblock/po/bg/adblock.po @@ -148,7 +148,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -187,24 +187,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -254,7 +254,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -283,7 +283,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -341,7 +341,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -401,18 +401,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -490,12 +490,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -620,7 +620,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -653,6 +653,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/ca/adblock.po b/applications/luci-app-adblock/po/ca/adblock.po index 382e8f2b4f..bd275f901f 100644 --- a/applications/luci-app-adblock/po/ca/adblock.po +++ b/applications/luci-app-adblock/po/ca/adblock.po @@ -163,7 +163,7 @@ msgstr "Descripció" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -202,24 +202,24 @@ msgstr "Utilitat de baixades (biblioteca SSL)" msgid "E-Mail Notification" msgstr "Notificació per correu" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "Adreça de destinatari de correu" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "Recompte de notificacions per correu" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "Perfil de correu" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "Adreça de destinatari de correu" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "Adreça de remitent de correu" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "Tema de correu" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -271,7 +271,7 @@ msgid "Flush DNS Cache" msgstr "Purga la memòria cau del DNS" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Purga la memòria cau del DNS després del processament del blocador." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -304,7 +304,7 @@ msgstr "Camí complet al fitxer de llista blanca." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -362,7 +362,7 @@ msgid "Low Priority Service" msgstr "Servei de prioritat baixa" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -426,18 +426,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -515,12 +515,12 @@ msgstr "Desa" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -588,8 +588,8 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/whitelist_tab.lua:18 msgid "The file size is too large for online editing in LuCI (≥ 100 KB)." msgstr "" -"Aquest fitxer és massa gran i no es pot editar en línia amb el LuCI (≥ " -"100 kB)." +"Aquest fitxer és massa gran i no es pot editar en línia amb el LuCI " +"(≥ 100 kB)." #: applications/luci-app-adblock/luasrc/view/adblock/logread.htm:31 msgid "The syslog output, pre-filtered for adblock related messages only." @@ -655,7 +655,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -688,6 +688,6 @@ msgstr "Sí" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/cs/adblock.po b/applications/luci-app-adblock/po/cs/adblock.po index 57416ce9b7..1b19ab9d78 100644 --- a/applications/luci-app-adblock/po/cs/adblock.po +++ b/applications/luci-app-adblock/po/cs/adblock.po @@ -162,7 +162,7 @@ msgstr "Popis" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "Zakázat restartování spouštěné adblockem a „Resetování DNS souboru“ pro " @@ -207,24 +207,24 @@ msgstr "Nástroj pro stahování (knihovna SSL)" msgid "E-Mail Notification" msgstr "Oznámení e-mailem" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "Adresa příjemce e-mailu" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "Počet e-mailových oznámení" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "E-mailový profil" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "Adresa příjemce e-mailu" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "Adresa odesílatele e-mailu" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "Téma e-mailu" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -278,7 +278,7 @@ msgid "Flush DNS Cache" msgstr "Vyprázdnit mezipaměť DNS" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Vyprázdnit mezipaměť DNS po zpracování blokování reklam." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -311,7 +311,7 @@ msgstr "Úplná cesta k souboru se seznamem povolených serverů." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "Shromažďovat síťový provoz související s DNS pomocí tcpdump. Umožní na " @@ -355,7 +355,8 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:44 msgid "List of supported and fully pre-configured download utilities." -msgstr "Seznam podporovaných a plně předkonfigurovaných nástrojů pro stahování." +msgstr "" +"Seznam podporovaných a plně předkonfigurovaných nástrojů pro stahování." #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 @@ -376,7 +377,7 @@ msgid "Low Priority Service" msgstr "Služba s nízkou prioritou" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" "Profil používaný v e-mailovém klientu 'msmtp' pro e-maily s upozorněním na " "blokování." @@ -440,20 +441,20 @@ msgstr "Dotazové domény" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" "Zvyšte minimální počet oznámení, abyste obdrželi e-maily, pokud je celkový " "počet menší nebo roven danému limitu (výchozí 0)," #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "Adresa příjemce pro e-maily s upozorněním." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" "Přesměrovat všechny dotazy DNS z 'lan' zóny na místní resolver. Platí pro " "protokol UDP a TCP na portech 53, 853 a 5353." @@ -535,14 +536,14 @@ msgstr "Uložit" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" "Odesílat e-maily s oznámením v případě chyby zpracování nebo v případě, že " "počet domén je ≤ 0." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "Adresa odesílatele pro e-maily s upozorněním." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -687,7 +688,7 @@ msgid "Top 10 Reporting" msgstr "10 nejčastějších hlášení" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "Předmět notifikačních e-mailů." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -720,7 +721,7 @@ msgstr "Ano" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" "např. chcete-li dostávat upozornění e-mailem při každém spuštění adblocku, " diff --git a/applications/luci-app-adblock/po/de/adblock.po b/applications/luci-app-adblock/po/de/adblock.po index 4e7fbac795..efb1db38ac 100644 --- a/applications/luci-app-adblock/po/de/adblock.po +++ b/applications/luci-app-adblock/po/de/adblock.po @@ -162,7 +162,7 @@ msgstr "Beschreibung" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "Deaktivieren von adblockgesteuerten Neustarts und 'DNS File Reset' für DNS-" @@ -207,24 +207,24 @@ msgstr "Download-Werkzeug (SSL-Bibliothek)" msgid "E-Mail Notification" msgstr "E-Mail-Benachrichtigung" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "E-Mail-Empfängeradresse" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "E-Mail-Benachrichtigungsanzahl" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "E-Mail-Profil" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "E-Mail-Empfängeradresse" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "E-Mail-Absenderadresse" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "E-Mail-Thema" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -278,7 +278,7 @@ msgid "Flush DNS Cache" msgstr "DNS-Cache leeren" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Leeren des DNS-Caches nach der Adblockverarbeitung." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -311,7 +311,7 @@ msgstr "Vollständiger Pfad zur Datei der Positivliste." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "DNS-bezogenen Netzwerkverkehr über tcpdump sammeln, um bei Bedarf einen DNS-" @@ -379,7 +379,7 @@ msgid "Low Priority Service" msgstr "Dienst mit niedriger Priorität" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" "Mail-Profil, das in 'msmtp' für Adblock-Benachrichtigs-E-Mails verwendet " "wird." @@ -449,7 +449,7 @@ msgstr "Domainabfrage" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" "Erhöhe die minimale Anzahl der Benachrichtigungen, um E-Mails zu erhalten, " @@ -457,13 +457,13 @@ msgstr "" "0)," #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "Empfängeradresse für Adblock-Benachrichtigungs-E-Mails." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" "Leitet alle DNS-Abfragen von der Zone 'lan' an den lokalen Resolver weiter, " "gilt für die Protokolle UDP und TCP auf den Ports 53, 853 und 5353." @@ -547,14 +547,14 @@ msgstr "Speichern" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" "Sende Benachrichtigungs-E-Mails im Falle eines Verarbeitungsfehlers oder " "wenn die Domainanzahl ≤ 0 ist." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "Absenderadresse für Adblock-Benachrichtigungs-E-Mails." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -707,7 +707,7 @@ msgid "Top 10 Reporting" msgstr "Top 10 der Berichterstattung" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "Betreff für Adblock-Benachrichtigungs-E-Mails." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -740,7 +740,7 @@ msgstr "Ja" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" "um z.B. eine E-Mail-Benachrichtigung mit jedem Adblock-Lauf zu erhalten, " diff --git a/applications/luci-app-adblock/po/el/adblock.po b/applications/luci-app-adblock/po/el/adblock.po index 2a1f3a4dbd..acc6c79750 100644 --- a/applications/luci-app-adblock/po/el/adblock.po +++ b/applications/luci-app-adblock/po/el/adblock.po @@ -154,7 +154,7 @@ msgstr "Περιγραφή" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -193,24 +193,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -260,7 +260,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -289,7 +289,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -347,7 +347,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -407,18 +407,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -496,12 +496,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -626,7 +626,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -659,6 +659,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/en/adblock.po b/applications/luci-app-adblock/po/en/adblock.po index 937162e7e6..cdbb80f967 100644 --- a/applications/luci-app-adblock/po/en/adblock.po +++ b/applications/luci-app-adblock/po/en/adblock.po @@ -148,7 +148,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -187,24 +187,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -254,7 +254,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -283,7 +283,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -341,7 +341,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -401,18 +401,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -490,12 +490,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -620,7 +620,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -653,6 +653,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/es/adblock.po b/applications/luci-app-adblock/po/es/adblock.po index 200e6f1537..667d84d7ab 100644 --- a/applications/luci-app-adblock/po/es/adblock.po +++ b/applications/luci-app-adblock/po/es/adblock.po @@ -166,7 +166,7 @@ msgstr "Descripción" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "Desactive los reinicios activados por adblock y el 'Restablecimiento de " @@ -211,24 +211,24 @@ msgstr "Utilidad de descarga (Biblioteca SSL)" msgid "E-Mail Notification" msgstr "Notificación del E-Mail" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "Dirección del destinatario del E-Mail" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "Conteo de notificaciones por E-Mail" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "Perfil del E-Mail" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "Dirección del destinatario del E-Mail" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "Dirección del remitente del E-Mail" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "Tema del E-Mail" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -282,7 +282,7 @@ msgid "Flush DNS Cache" msgstr "Vaciar caché de DNS" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Vaciar el caché de DNS después del procesamiento de adblock." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -315,7 +315,7 @@ msgstr "Ruta completa al archivo de la lista blanca." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "Reúne el tráfico de red relacionado con DNS a través de tcpdump para " @@ -382,7 +382,7 @@ msgid "Low Priority Service" msgstr "Servicio con prioridad baja" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" "Perfil de correo utilizado en 'msmtp' para notificaciones de E-Mails de " "adblock." @@ -453,20 +453,20 @@ msgstr "Dominios de consulta" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" "Aumente el recuento mínimo de notificaciones para obtener E-Mails si el " "recuento general es menor o igual al límite dado (valor predeterminado 0)," #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "Dirección del receptor para la notificación de bloqueos electrónicos." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" "Redireccionar todas las consultas DNS desde la zona 'lan' al resolvedor " "local, se aplica al protocolo udp y tcp en los puertos 53, 853 y 5353." @@ -553,14 +553,14 @@ msgstr "Guardar" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" "Enviar notificaciones por E-Mail en caso de un error de procesamiento o si " "el recuento de dominios es &le 0." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "Dirección del remitente para los E-Mails de notificación de adblock." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -717,7 +717,7 @@ msgid "Top 10 Reporting" msgstr "Top 10 de informes" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "Tema para la notificación de bloqueos de E-Mails." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -750,7 +750,7 @@ msgstr "Si" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" "p.ej. para recibir una notificación por E-Mail con cada ejecución de bloque " @@ -807,7 +807,7 @@ msgstr "" #~ msgid "" #~ "Redirect all DNS queries from 'lan' zone to the local resolver, apply to " -#~ "udp and tcp protocol on ports 53, 853 and 5353." +#~ "UDP and TCP protocol on port 53, 853 and 5353." #~ msgstr "" #~ "Redirije todas las consultas de DNS de la zona 'lan' a la resolución " #~ "local, aplíquelas a los protocolos udp y tcp en los puertos 53, 853 y " diff --git a/applications/luci-app-adblock/po/fr/adblock.po b/applications/luci-app-adblock/po/fr/adblock.po index 968fae55d5..493319e215 100644 --- a/applications/luci-app-adblock/po/fr/adblock.po +++ b/applications/luci-app-adblock/po/fr/adblock.po @@ -164,7 +164,7 @@ msgstr "Description" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "Désactiver le redémarrage automatique d'adblock ainsi que l'option \"DNS " @@ -209,24 +209,24 @@ msgstr "Télécharger l'utilitaire (Bibliothèque SSL)" msgid "E-Mail Notification" msgstr "Notifications par e-mail" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "Adresse e-mail du destinataire" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "Nombre de notification par e-mail" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "Profil e-mail" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "Adresse e-mail du destinataire" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "Adresse e-mail de l'émetteur" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "Objet de l'e-mail" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -278,7 +278,7 @@ msgid "Flush DNS Cache" msgstr "Vider le cache DNS" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Vider le cache du DNS après l'exécution du bloqueur de publicité." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -311,7 +311,7 @@ msgstr "Chemin complet vers le fichier de liste blanche." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "Collecter le trafic réseau DNS via tcpdump pour fournir un Rapport de " @@ -357,8 +357,8 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:44 msgid "List of supported and fully pre-configured download utilities." msgstr "" -"Liste des utilitaires de téléchargement pris en charge et entièrement " -"pré-configurés." +"Liste des utilitaires de téléchargement pris en charge et entièrement pré-" +"configurés." #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 @@ -379,7 +379,7 @@ msgid "Low Priority Service" msgstr "Service en priorité basse" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" "Profil de messagerie utilisé dans «msmtp» pour les e-mails de notification " "adblock." @@ -445,12 +445,12 @@ msgstr "Interroger les domaines" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" "Adresse du destinataire pour les e-mails de notification du bloqueur de " "publicité." @@ -458,7 +458,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -537,12 +537,12 @@ msgstr "Enregistrer" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -680,7 +680,7 @@ msgid "Top 10 Reporting" msgstr "Top 10 des rapports" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "Sujet pour les e-mails de notification adblock." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -713,6 +713,6 @@ msgstr "Oui" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/he/adblock.po b/applications/luci-app-adblock/po/he/adblock.po index 29e8c54564..dad5184d5b 100644 --- a/applications/luci-app-adblock/po/he/adblock.po +++ b/applications/luci-app-adblock/po/he/adblock.po @@ -148,7 +148,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -187,24 +187,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -254,7 +254,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -283,7 +283,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -341,7 +341,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -401,18 +401,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -490,12 +490,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -620,7 +620,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -653,6 +653,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/hi/adblock.po b/applications/luci-app-adblock/po/hi/adblock.po index bd372b0f12..5553f5c506 100644 --- a/applications/luci-app-adblock/po/hi/adblock.po +++ b/applications/luci-app-adblock/po/hi/adblock.po @@ -148,7 +148,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -187,24 +187,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -254,7 +254,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -283,7 +283,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -341,7 +341,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -401,18 +401,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -490,12 +490,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -620,7 +620,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -653,6 +653,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/hu/adblock.po b/applications/luci-app-adblock/po/hu/adblock.po index ca00ead2a8..9d3fd55957 100644 --- a/applications/luci-app-adblock/po/hu/adblock.po +++ b/applications/luci-app-adblock/po/hu/adblock.po @@ -164,7 +164,7 @@ msgstr "Leírás" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "A reklámblokkoló letiltása aktiválta az újraindításokat és a „DNS " @@ -210,24 +210,24 @@ msgstr "Letöltési segédprogram (SSL programkönyvtár)" msgid "E-Mail Notification" msgstr "E-mail értesítés" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "E-mail fogadócím" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "E-mail értesítés darabszáma" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "E-mail profil" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "E-mail fogadócím" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "E-mail küldőcím" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "E-mail téma" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -281,7 +281,7 @@ msgid "Flush DNS Cache" msgstr "DNS gyorsítótár kiürítése" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "DNS gyorsítótár kiürítése a reklámblokkolás feldolgozása után." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -314,7 +314,7 @@ msgstr "Teljes útvonal a fehérlistafájlhoz." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "A DNS-re vonatkozó hálózati forgalom begyűjtése tcpdump használatával egy " @@ -381,10 +381,10 @@ msgid "Low Priority Service" msgstr "Alacsony prioritású szolgáltatás" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" -"Az „msmtp”-ben használt levelezési profil a reklámblokkoló értesítési " -"e-mailekhez." +"Az „msmtp”-ben használt levelezési profil a reklámblokkoló értesítési e-" +"mailekhez." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 msgid "Max. Download Queue" @@ -448,21 +448,21 @@ msgstr "Tartományok lekérdezése" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" "Emelje meg a legkisebb értesítési darabszámot, hogy megkapja az e-maileket, " -"ha az összesített darabszám kisebb vagy egyenlő a megadott korlátnál (" -"alapértelmezetten 0)." +"ha az összesített darabszám kisebb vagy egyenlő a megadott korlátnál " +"(alapértelmezetten 0)." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "Fogadó címe a reklámblokkoló értesítési e-mailekhez." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" "Az összes DNS-lekérdezés átirányítása a „lan” zónából a helyi feloldóhoz, " "alkalmazza az UDP és TCP protokollra az 53, 853 és 5353 számú portokon." @@ -510,8 +510,8 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:239 msgid "Report chunk size used by tcpdump in MB (default '1')." msgstr "" -"A tcpdump által használt darabok méretének jelentése megabájtban (" -"alapértelmezetten „1”)." +"A tcpdump által használt darabok méretének jelentése megabájtban " +"(alapértelmezetten „1”)." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:209 msgid "" @@ -549,14 +549,14 @@ msgstr "Mentés" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" "Értesítési e-mailek küldése feldolgozási hiba esetén, vagy ha a tartomány " "darabszáma kisebb mint 0." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "Küldő címe a reklámblokkoló értesítési e-mailekhez." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -625,8 +625,8 @@ msgid "" "Target directory for dns related report files. Default is '/tmp', please use " "preferably a non-volatile disk if available." msgstr "" -"Célkönyvtár a DNS-hez kapcsolódó jelentési fájlokhoz. Alapértelmezetten " -"„/tmp”, használjon inkább tartósan megmaradó lemezt, ha elérhető." +"Célkönyvtár a DNS-hez kapcsolódó jelentési fájlokhoz. Alapértelmezetten „/" +"tmp”, használjon inkább tartósan megmaradó lemezt, ha elérhető." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:165 msgid "Target directory for the generated blocklist 'adb_list.overall'." @@ -712,7 +712,7 @@ msgid "Top 10 Reporting" msgstr "Leggyakoribb 10 jelentés" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "Téma a reklámblokkoló értesítési e-mailekhez." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -745,7 +745,7 @@ msgstr "Igen" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" "például állítsa ezt az értéket 200000-re minden reklámblokkoló futásánál " diff --git a/applications/luci-app-adblock/po/it/adblock.po b/applications/luci-app-adblock/po/it/adblock.po index c37bd5d040..2d450d1d26 100644 --- a/applications/luci-app-adblock/po/it/adblock.po +++ b/applications/luci-app-adblock/po/it/adblock.po @@ -163,7 +163,7 @@ msgstr "Descrizione" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "Disabilita il riavvio dell'adblock e il 'Reset File DNS' per i backend DNS " @@ -208,24 +208,24 @@ msgstr "Utilità di scaricamento (Libreria SSL)" msgid "E-Mail Notification" msgstr "Notifica E-Mail" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "E-Mail destinatario" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "Conto Notifica E-Mail" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "Profilo E-Mail" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "E-Mail destinatario" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "Indirizzo E-Mail mittente" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "Oggetto E-Mail" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -269,14 +269,15 @@ msgstr "Filtro" msgid "" "Filter the DNS Query result set for a particular domain, client or time " "frame." -msgstr "Filtra i risultati in base a nome dominio, client o finestra temporale." +msgstr "" +"Filtra i risultati in base a nome dominio, client o finestra temporale." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:203 msgid "Flush DNS Cache" msgstr "Pulisci Cache DNS" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Pulisci Chache DNS dopo aver elaborato adblock." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -309,7 +310,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -367,8 +368,9 @@ msgid "Low Priority Service" msgstr "Serviio a bassa priorità" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." -msgstr "Profilo email utilizzato in 'msmtp' per le notifiche E-mail di adblock." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." +msgstr "" +"Profilo email utilizzato in 'msmtp' per le notifiche E-mail di adblock." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 msgid "Max. Download Queue" @@ -434,18 +436,18 @@ msgstr "Interrogazione domini" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" "Reindirizza tutte le richieste DNS dalla zona 'lan' al risolvitore locale, " "si applica ai protocolli tcp e udp sulle porte 53,853 e 5353." @@ -525,12 +527,12 @@ msgstr "Salva" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -661,7 +663,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -694,7 +696,7 @@ msgstr "Sì" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/ja/adblock.po b/applications/luci-app-adblock/po/ja/adblock.po index dd8c8af143..c2a5b67a7c 100644 --- a/applications/luci-app-adblock/po/ja/adblock.po +++ b/applications/luci-app-adblock/po/ja/adblock.po @@ -162,7 +162,7 @@ msgstr "説明" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "自動読み込み機能を持つ DNS バックエンドのため、adblockが引き起こす再起動と " @@ -206,24 +206,24 @@ msgstr "ダウンロード ユーティリティ(SSL ライブラリ)" msgid "E-Mail Notification" msgstr "Eメール通知" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "Eメール受信アドレス" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "Eメール通知カウント" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "Eメール プロファイル" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "Eメール受信アドレス" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "Eメール送信アドレス" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "Eメール題名" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -276,7 +276,7 @@ msgid "Flush DNS Cache" msgstr "DNS キャッシュのクリア" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Adblock 処理の後に DNS キャッシュをクリアします。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -309,7 +309,7 @@ msgstr "ホワイトリスト ファイルへのフルパスです。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "tcpdump によって DNS 関連のネットワークトラフィックを収集し、 オンデマンドの" @@ -375,7 +375,7 @@ msgid "Low Priority Service" msgstr "低優先度サービス" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" "adblock 通知メールのために 'msmtp' で使用される、メール プロファイルです。" @@ -442,20 +442,20 @@ msgstr "ドメインの検索" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" "メール通知を行うメール通知カウントを設定します。全体カウントが指定された値以" "下の場合、メールを受け取ります。(規定値: 0)" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "adblock 通知メールの受信アドレスです。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" "'lan' ゾーンからの全 DNS クエリをローカル リゾルバにリダイレクトします。これ" "は、53, 853, 5353 の各ポートにおける UDP, TCP プロトコルに適用されます。" @@ -539,13 +539,13 @@ msgstr "保存" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" "処理エラーまたはドメイン カウントが 0 以下の場合、通知メールを送信します。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "adblock 通知メールの送信アドレスです。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -696,7 +696,7 @@ msgid "Top 10 Reporting" msgstr "上位 10 レポート" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "adblock 通知メールの題名です。" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -729,7 +729,7 @@ msgstr "はい" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" "例: adblock の実行ごとに Eメール通知を受け取るには、値を 200000 に設定しま" diff --git a/applications/luci-app-adblock/po/ko/adblock.po b/applications/luci-app-adblock/po/ko/adblock.po index a140cbd912..39c8c3cb7b 100644 --- a/applications/luci-app-adblock/po/ko/adblock.po +++ b/applications/luci-app-adblock/po/ko/adblock.po @@ -148,7 +148,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -187,24 +187,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -254,7 +254,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -283,7 +283,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -341,7 +341,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -401,18 +401,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -490,12 +490,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -620,7 +620,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -653,6 +653,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/mr/adblock.po b/applications/luci-app-adblock/po/mr/adblock.po index c6768fe09b..d50dc1959c 100644 --- a/applications/luci-app-adblock/po/mr/adblock.po +++ b/applications/luci-app-adblock/po/mr/adblock.po @@ -154,7 +154,7 @@ msgstr "वर्णन" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -193,24 +193,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -260,7 +260,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -289,7 +289,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -347,7 +347,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -407,18 +407,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -496,12 +496,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -626,7 +626,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -659,6 +659,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/ms/adblock.po b/applications/luci-app-adblock/po/ms/adblock.po index f85f12e59a..8683d51d61 100644 --- a/applications/luci-app-adblock/po/ms/adblock.po +++ b/applications/luci-app-adblock/po/ms/adblock.po @@ -161,7 +161,7 @@ msgstr "Keterangan" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -200,24 +200,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -267,7 +267,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -296,7 +296,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -354,7 +354,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -414,18 +414,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -503,12 +503,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -633,7 +633,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -666,6 +666,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/nb_NO/adblock.po b/applications/luci-app-adblock/po/nb_NO/adblock.po index 7016f87117..a1006af6ef 100644 --- a/applications/luci-app-adblock/po/nb_NO/adblock.po +++ b/applications/luci-app-adblock/po/nb_NO/adblock.po @@ -160,7 +160,7 @@ msgstr "Beskrivelse" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -203,24 +203,24 @@ msgstr "Nedlastingsverktøy (SSL-bibliotek)" msgid "E-Mail Notification" msgstr "E-postmerknad" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "E-postmottagersadresse" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "E-postmerknadsklient" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "E-postprofil" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "E-postmottagersadresse" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "E-postsenderadresse" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "E-postemne" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -272,7 +272,7 @@ msgid "Flush DNS Cache" msgstr "Tøm DNS-hurtiglageret" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Tøm DNS-hurtiglageret etter behandling av reklameblokkering." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -305,7 +305,7 @@ msgstr "Ful sti til hvitlistingsfilen." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "Hent inn DNS-relatert nettverkstrafikk gjennom tcpdump for å tilby en DNS-" @@ -365,7 +365,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -425,18 +425,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -514,12 +514,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -644,7 +644,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -677,6 +677,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/pl/adblock.po b/applications/luci-app-adblock/po/pl/adblock.po index 9f5f8b1baa..ef3e8c5d85 100644 --- a/applications/luci-app-adblock/po/pl/adblock.po +++ b/applications/luci-app-adblock/po/pl/adblock.po @@ -163,7 +163,7 @@ msgstr "Opis" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "Wyłącz ponowne uruchamiane adblocka i „Resetuj plik DNS” dla backendów DNS z " @@ -208,24 +208,24 @@ msgstr "Narzędzie pobierania (SSL)" msgid "E-Mail Notification" msgstr "Powiadomienie E-Mail" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "Adres E-Mail odbiorcy" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "Licznik powiadomień E-Mail" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "Profil E-Mail" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "Adres E-Mail odbiorcy" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "Adres E-Mail nadawcy" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "Temat E-maila" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -279,7 +279,7 @@ msgid "Flush DNS Cache" msgstr "Opróżnij pamięć podręczną DNS" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Opróżnij pamięć podręczną DNS po przetworzeniu blokady reklam." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -312,7 +312,7 @@ msgstr "Pełna ścieżka do pliku białej listy." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "Zbierz ruch sieciowy związany z usługą DNS za pośrednictwem programu " @@ -343,7 +343,8 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:25 msgid "" "List of supported DNS backends with their default list export directory." -msgstr "Lista obsługiwanych backendów DNS z domyślnym katalogiem eksportu list." +msgstr "" +"Lista obsługiwanych backendów DNS z domyślnym katalogiem eksportu list." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:35 msgid "" @@ -355,7 +356,8 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:44 msgid "List of supported and fully pre-configured download utilities." -msgstr "Lista obsługiwanych i wstępnie skonfigurowanych narzędzi do pobierania." +msgstr "" +"Lista obsługiwanych i wstępnie skonfigurowanych narzędzi do pobierania." #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 @@ -376,7 +378,7 @@ msgid "Low Priority Service" msgstr "Usługa niskopriorytetowa" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" "Profil poczty używany przez 'msmtp' do wysyłania wiadomości e-mail z " "powiadomieniem." @@ -443,20 +445,20 @@ msgstr "Domeny zapytań" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" "Podnieś minimalną liczbę powiadomień, aby otrzymywać e-maile, jeśli ogólna " "liczba jest mniejsza lub równa podanemu limitowi (domyślnie 0)," #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "Adres odbiorcy dla powiadomień E-Mailowych adblocka." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" "Przekieruj wszystkie zapytania DNS ze strefy 'lan' do lokalnego resolvera, " "dotyczy protokołu UDP i TCP na portach 53, 853 i 5353." @@ -502,7 +504,8 @@ msgstr "Zgłoś liczbę fragmentów używanych przez tcpdump (domyślnie \"5\"). #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:239 msgid "Report chunk size used by tcpdump in MB (default '1')." -msgstr "Zgłoś rozmiar fragmentu używanego przez tcpdump w MB (domyślnie \"1\")." +msgstr "" +"Zgłoś rozmiar fragmentu używanego przez tcpdump w MB (domyślnie \"1\")." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:209 msgid "" @@ -540,14 +543,14 @@ msgstr "Zapisz" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" "Wyślij e-mail z powiadomieniem w przypadku błędu przetwarzania lub gdy " "liczba domen to ≤ 0." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "Adres nadawcy dla powiadomień E-Mailowych adblocka." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -563,8 +566,8 @@ msgid "" "Size of the download queue to handle downloads & list processing in " "parallel (default '4')." msgstr "" -"Rozmiar kolejki pobierania do obsługi pobrań; równoległe przetwarzanie list (" -"domyślnie '4')." +"Rozmiar kolejki pobierania do obsługi pobrań; równoległe przetwarzanie list " +"(domyślnie '4')." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:193 msgid "" @@ -620,7 +623,8 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:165 msgid "Target directory for the generated blocklist 'adb_list.overall'." -msgstr "Katalog docelowy dla wygenerowanej listy blokowania 'adb_list.overall'." +msgstr "" +"Katalog docelowy dla wygenerowanej listy blokowania 'adb_list.overall'." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua:18 #: applications/luci-app-adblock/luasrc/model/cbi/adblock/configuration_tab.lua:17 @@ -698,7 +702,7 @@ msgid "Top 10 Reporting" msgstr "Top 10 Raportów" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "Temat dla powiadomień E-Mailowych adblocka." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -731,7 +735,7 @@ msgstr "Tak" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" "np. otrzymanie powiadomienień E-Mail z każdym uruchomieniem adblocka ustaw " diff --git a/applications/luci-app-adblock/po/pt-br/adblock.po b/applications/luci-app-adblock/po/pt-br/adblock.po index c4e491dbfd..5c7f27a6fd 100644 --- a/applications/luci-app-adblock/po/pt-br/adblock.po +++ b/applications/luci-app-adblock/po/pt-br/adblock.po @@ -166,7 +166,7 @@ msgstr "Descrição" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "Desabilitar adblock disparado ao reiniciar e 'Zerar o Arquivo de DNS' para " @@ -211,24 +211,24 @@ msgstr "Utilitário de Download (Biblioteca SSL)" msgid "E-Mail Notification" msgstr "Notificação por E-Mail" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "Endereço de E-Mail do Destinatário" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "Contagem de Notificações por E-Mail" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "Perfil de E-Mail" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "Endereço de E-Mail do Destinatário" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "Endereço de E-Mail do Remetente" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "Assunto do E-Mail" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -282,7 +282,7 @@ msgid "Flush DNS Cache" msgstr "Limpar a Cache do DNS" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Limpar a Cache do DNS depois do processamento do adblock." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -315,7 +315,7 @@ msgstr "Caminho completo para o arquivo de Lista Branca." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "Capturar o tráfego de rede relacionado com o DNS através do tcpdump para " @@ -383,7 +383,7 @@ msgid "Low Priority Service" msgstr "Serviço de Baixa Prioridade" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" "Perfil de E-Mail usado no 'msmtp' para E-Mails de notificação do adblock." @@ -450,14 +450,14 @@ msgstr "Consulta de domínios" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" "Elevar a contagem mínima de notificações para receber E-Mails caso a " "contagem geral for menor ou igual ao limite definido (a predefinição é 0)," #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" "Endereço de E-Mail do destinatário para recebimento das notificações do " "adblock." @@ -465,7 +465,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" "Redirecionar todas as consultas ao DNS vindas da zona 'lan' para o " "resolvedor local, aplicável às portas 53, 853 e 5353 dos protocolos udp e " @@ -508,7 +508,8 @@ msgstr "Relatório de Porta(s) Auditadas" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:232 msgid "Report chunk count used by tcpdump (default '5')." -msgstr "Relatório da contagem dos pedaços usados pelo tcpdump (o padrão é '5')." +msgstr "" +"Relatório da contagem dos pedaços usados pelo tcpdump (o padrão é '5')." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:239 msgid "Report chunk size used by tcpdump in MB (default '1')." @@ -551,14 +552,14 @@ msgstr "Salvar" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" "Enviar notificações de E-Mail em caso de erro de processamento ou caso a " "contagem de domínios seja ≤ 0." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "Endereço de E-Mail do remetente para notificações do adblock." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -587,7 +588,8 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:226 msgid "" "Space separated list of reporting port(s) used by tcpdump (default: '53')." -msgstr "Lista de portas usadas pelo tcpdump separadas por espaço (padrão '53')." +msgstr "" +"Lista de portas usadas pelo tcpdump separadas por espaço (padrão '53')." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:256 msgid "Start Date" @@ -704,7 +706,7 @@ msgid "Top 10 Reporting" msgstr "As 10 Principais Notificações" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "Assunto da mensagem para as notificações de E-Mail do adblock." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -737,7 +739,7 @@ msgstr "Sim" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" "ex. para receber um E-Mail de notificação com cada rodada do adblock, defina " @@ -789,7 +791,7 @@ msgstr "" #~ msgid "" #~ "Redirect all DNS queries from 'lan' zone to the local resolver, apply to " -#~ "udp and tcp protocol on ports 53, 853 and 5353." +#~ "UDP and TCP protocol on port 53, 853 and 5353." #~ msgstr "" #~ "Redirecione todas as requisições DNS da zona 'LAN' para o servidor local. " #~ "Aplica-se aos protocolos UDP e TCP nas portas 53, 853 e 5353." diff --git a/applications/luci-app-adblock/po/pt/adblock.po b/applications/luci-app-adblock/po/pt/adblock.po index 71cea7ce68..9ce1712986 100644 --- a/applications/luci-app-adblock/po/pt/adblock.po +++ b/applications/luci-app-adblock/po/pt/adblock.po @@ -163,7 +163,7 @@ msgstr "Descrição" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "Desativar as reinicializações acionadas pelo adblock e o 'Repor o Ficheiro " @@ -208,24 +208,24 @@ msgstr "Ferramenta para descarregar (Biblioteca SSL)" msgid "E-Mail Notification" msgstr "Notificação por e-mail" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "Endereço do destinatário de e-mail" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "Contagem de notificação de e-mail" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "Perfil de e-mail" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "Endereço do destinatário de e-mail" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "Endereço do remetente de e-mail" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "Tópico do e-mail" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -279,7 +279,7 @@ msgid "Flush DNS Cache" msgstr "Limpar o cache de DNS" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Limpar o cache do DNS após o processamento pelo adblock." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -312,7 +312,7 @@ msgstr "Caminho completo para o ficheiro da lista de permissões." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "Reúna o tráfego de rede relacionado a dns via tcpdump para fornecer um " @@ -359,8 +359,8 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:44 msgid "List of supported and fully pre-configured download utilities." msgstr "" -"Lista de ferramentas de descarregamento suportadas e completamente " -"pré-configuradas." +"Lista de ferramentas de descarregamento suportadas e completamente pré-" +"configuradas." #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 @@ -381,7 +381,7 @@ msgid "Low Priority Service" msgstr "Serviço de Baixa Prioridade" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" "Perfil de e-mail usado em 'msmtp' para e-mails de notificação do adblock." @@ -449,20 +449,20 @@ msgstr "Consultar domínios" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" "Aumente a contagem mínima de notificações, para obter e-mails se a contagem " "total for menor ou igual ao limite dado (predefinição 0)," #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "Endereço do destinatário para e-mails de notificação do adblock." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" "Redireccionar todas as consultas DNS da zona 'lan' para o resolvedor local, " "aplica-se ao protocolo udp e tcp nas portas 53, 853 e 5353." @@ -547,14 +547,14 @@ msgstr "Guardar" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" "Enviar e-mails de notificação em caso de erro de processamento ou se a " "contagem de domínios for ≤ 0." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "Endereço do remetente para e-mails de notificação adblock." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -628,7 +628,8 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:165 msgid "Target directory for the generated blocklist 'adb_list.overall'." -msgstr "Diretório de destino para a lista de blocos 'adb_list.overall' gerada ." +msgstr "" +"Diretório de destino para a lista de blocos 'adb_list.overall' gerada ." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua:18 #: applications/luci-app-adblock/luasrc/model/cbi/adblock/configuration_tab.lua:17 @@ -710,7 +711,7 @@ msgid "Top 10 Reporting" msgstr "Os 10 Relatórios Principais" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "Tópico para e-mails de notificação adblock." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -743,7 +744,7 @@ msgstr "Sim" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" "por exemplo, para receber uma notificação por e-mail a cada execução " diff --git a/applications/luci-app-adblock/po/ro/adblock.po b/applications/luci-app-adblock/po/ro/adblock.po index 63902c77ed..5bb8aaa915 100644 --- a/applications/luci-app-adblock/po/ro/adblock.po +++ b/applications/luci-app-adblock/po/ro/adblock.po @@ -155,7 +155,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -194,24 +194,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -261,7 +261,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -290,7 +290,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -348,7 +348,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -408,18 +408,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -497,12 +497,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -627,7 +627,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -660,6 +660,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/ru/adblock.po b/applications/luci-app-adblock/po/ru/adblock.po index c9c79275be..c8ad048734 100644 --- a/applications/luci-app-adblock/po/ru/adblock.po +++ b/applications/luci-app-adblock/po/ru/adblock.po @@ -168,7 +168,7 @@ msgstr "Описание" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "Отключить adblock запускаемые перезапуски и сброс файла DNS для бэкендов dns " @@ -213,24 +213,24 @@ msgstr "Утилита для скачивания (с библиотекой SS msgid "E-Mail Notification" msgstr "Уведомление электронной почты" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "Адрес получателя электронной почты" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "Счётчик e-mail уведомлений" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "Профиль e-mail" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "Адрес получателя электронной почты" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "Адрес посланника электронной почты" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "Тема письма" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -283,7 +283,7 @@ msgid "Flush DNS Cache" msgstr "Очистка кэша DNS" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Очистка DNS-кэша после обработки Adblock-ом." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -316,7 +316,7 @@ msgstr "Полный путь к файлу Белого списка." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "Собирать DNS сетевой трафик через tcpdump для того, чтобы предоставить отчет " @@ -383,7 +383,7 @@ msgid "Low Priority Service" msgstr "Низкий приоритет службы" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "Профиль электронной почты, используемый в 'msmtp' для уведомлений." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -451,20 +451,21 @@ msgstr "Запрос доменов" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" "Увеличьте количество e-mail уведомлений, чтобы получить сообщения, если " "общее количество меньше или равно заданному пределу (по умолчанию 0)," #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +#, fuzzy +msgid "Receiver address for adblock notification e-mails." msgstr "Адрес получателя для уведомлений по электронной почте." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" "Перенаправить все DNS-запросы из зоны 'lan' в локальный преобразователь, " "используемый для протоколов udp и tcp на портах 53, 853 и 5353." @@ -547,14 +548,14 @@ msgstr "Сохранить" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 #, fuzzy msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" "Отправлять уведомления на почту в случае ошибки обработки или если число " "доменов ≤ 0." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "Адрес отправителя для уведомлений по электронной почте." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -687,7 +688,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -720,7 +721,7 @@ msgstr "Да" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/sk/adblock.po b/applications/luci-app-adblock/po/sk/adblock.po index 292c440b66..b8a224c28f 100644 --- a/applications/luci-app-adblock/po/sk/adblock.po +++ b/applications/luci-app-adblock/po/sk/adblock.po @@ -148,7 +148,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -187,24 +187,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -254,7 +254,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -283,7 +283,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -341,7 +341,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -401,18 +401,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -490,12 +490,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -620,7 +620,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -653,6 +653,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/sv/adblock.po b/applications/luci-app-adblock/po/sv/adblock.po index bc90f9e4a2..290865daad 100644 --- a/applications/luci-app-adblock/po/sv/adblock.po +++ b/applications/luci-app-adblock/po/sv/adblock.po @@ -163,7 +163,7 @@ msgstr "Beskrivning" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "Inaktivera adblock utlöst omstart och 'DNS-fil återställning' för DNS-" @@ -208,24 +208,24 @@ msgstr "Nerladdningsprogram (SSL-bibliotek)" msgid "E-Mail Notification" msgstr "E-postavisering" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "E-postmottagaradress" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "Antal e-postaviseringar" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "E-postprofil" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "E-postmottagaradress" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "E-post avsändaradress" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "E-postämne" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -275,7 +275,7 @@ msgid "Flush DNS Cache" msgstr "Töm DNS-cache" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "Töm DNS-cachen efter adblock-bearbetning." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -308,7 +308,7 @@ msgstr "Full sökväg till vitliste-filen." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" "Samla DNS-relaterad nätverkstrafik via tcpdump för att tillhandahålla en DNS-" @@ -373,7 +373,7 @@ msgid "Low Priority Service" msgstr "Lågprioriterad tjänst" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "E-postprofil som används i 'msmtp' för adblock e-postaviseringar." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -437,18 +437,18 @@ msgstr "Fråga efter domäner" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -526,12 +526,12 @@ msgstr "Spara" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -658,7 +658,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -691,7 +691,7 @@ msgstr "Ja" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/templates/adblock.pot b/applications/luci-app-adblock/po/templates/adblock.pot index 6f8466332c..bc41699337 100644 --- a/applications/luci-app-adblock/po/templates/adblock.pot +++ b/applications/luci-app-adblock/po/templates/adblock.pot @@ -145,7 +145,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -184,24 +184,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -251,7 +251,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -280,7 +280,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -338,7 +338,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -398,18 +398,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -487,12 +487,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -617,7 +617,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -650,6 +650,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/tr/adblock.po b/applications/luci-app-adblock/po/tr/adblock.po index 8e95b25163..0d8ce064e4 100644 --- a/applications/luci-app-adblock/po/tr/adblock.po +++ b/applications/luci-app-adblock/po/tr/adblock.po @@ -15,9 +15,9 @@ msgid "" "<b>Caution:</b> To prevent OOM exceptions on low memory devices with less " "than 64 MB free RAM, please only select a few of them!" msgstr "" -"<b>Dikkat:</b> RAM alanı 64 MB'dan az olan, düşük bellekli cihazlarda OOM (" -"yetersiz bellek) hatalarını önlemek için lütfen bunlardan yalnızca birkaçını " -"seçin!" +"<b>Dikkat:</b> RAM alanı 64 MB'dan az olan, düşük bellekli cihazlarda OOM " +"(yetersiz bellek) hatalarını önlemek için lütfen bunlardan yalnızca " +"birkaçını seçin!" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:86 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 @@ -164,7 +164,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -203,24 +203,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -270,7 +270,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -299,7 +299,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -357,7 +357,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -417,18 +417,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -506,12 +506,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -636,7 +636,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -669,6 +669,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/uk/adblock.po b/applications/luci-app-adblock/po/uk/adblock.po index 925b12b00d..a017dfd127 100644 --- a/applications/luci-app-adblock/po/uk/adblock.po +++ b/applications/luci-app-adblock/po/uk/adblock.po @@ -155,7 +155,7 @@ msgstr "Опис" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" @@ -194,24 +194,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -261,7 +261,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -290,7 +290,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -348,7 +348,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -408,18 +408,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -497,12 +497,12 @@ msgstr "Зберегти" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -627,7 +627,7 @@ msgid "Top 10 Reporting" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -660,6 +660,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" diff --git a/applications/luci-app-adblock/po/vi/adblock.po b/applications/luci-app-adblock/po/vi/adblock.po index da1be6cef3..b6a9773317 100644 --- a/applications/luci-app-adblock/po/vi/adblock.po +++ b/applications/luci-app-adblock/po/vi/adblock.po @@ -91,8 +91,8 @@ msgid "" "Choose 'none' to disable automatic startups, 'timed' to use a classic " "timeout (default 30 sec.) or select another trigger interface." msgstr "" -"Chọn \"none\" để tắt tự khởi động, \"timed\" để hẹn giờ (mặc địch là 30 giây)" -" hoặc chọn giao diện khởi động khác." +"Chọn \"none\" để tắt tự khởi động, \"timed\" để hẹn giờ (mặc địch là 30 " +"giây) hoặc chọn giao diện khởi động khác." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:83 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 @@ -167,7 +167,7 @@ msgstr "Mô tả" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "Ngừng tự khởi động chặn quảng cáo và tự động đặt lại tệp DNS." @@ -206,24 +206,24 @@ msgstr "" msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 +msgid "E-mail Notification Count" msgstr "" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 +msgid "E-mail Profile" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -273,7 +273,7 @@ msgid "Flush DNS Cache" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -302,7 +302,7 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "" @@ -360,7 +360,7 @@ msgid "Low Priority Service" msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -420,18 +420,18 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -509,12 +509,12 @@ msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -641,7 +641,7 @@ msgid "Top 10 Reporting" msgstr "10 báo cáo hàng đầu" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -675,7 +675,7 @@ msgstr "Có" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" "ví dụ: Để nhận email thông báo mỗi lần kích hoạt chặn quảng cáo, đặt giá trị " diff --git a/applications/luci-app-adblock/po/zh-cn/adblock.po b/applications/luci-app-adblock/po/zh-cn/adblock.po index 20d13154cf..015092b34c 100644 --- a/applications/luci-app-adblock/po/zh-cn/adblock.po +++ b/applications/luci-app-adblock/po/zh-cn/adblock.po @@ -163,7 +163,7 @@ msgstr "描述" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "" "禁用 adblock 触发的重新启动以及具有自动加载功能的 dns 后端的“DNS 文件重置”。" @@ -203,24 +203,24 @@ msgstr "下载实用程序(SSL 库)" msgid "E-Mail Notification" msgstr "E-Mail 通知" +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 +msgid "E-Mail Receiver Address" +msgstr "E-Mail 收件人地址" + #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "E-Mail 通知计数" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "E-Mail 资料" -#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" -msgstr "E-Mail 收件人地址" - #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "E-Mail 发件人地址" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "E-Mail 主题" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -270,7 +270,7 @@ msgid "Flush DNS Cache" msgstr "清空 DNS 缓存" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "在 adblock 进程启动后清空 DNS 缓存。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -299,7 +299,7 @@ msgstr "白名单文件的全路径。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "通过 tcpdump 收集 dns 有关的网络流量,以按需提供 DNS 查询报告。" @@ -358,7 +358,7 @@ msgid "Low Priority Service" msgstr "低优先级服务" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "adblock 发送通知邮件用的“msmtp”账户名。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -420,19 +420,19 @@ msgstr "查询域" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" "如果总计数小于或等于给定的限制(默认为0),则提高最小通知计数以获取 E-Mail," #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "adblock 通知 E-Mail 的收件人地址。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" "将所有 DNS 查询从“lan”区域重定向到本地解析器,包括 udp、tcp 协议的 53、853、" "5353 端口 。" @@ -512,12 +512,12 @@ msgstr "保存" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "如果发生处理错误或域名数 ≤ 0,则发送通知 E-Mail。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "adblock 通知 E-Mail 的发件人地址。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -643,7 +643,7 @@ msgid "Top 10 Reporting" msgstr "前十报告" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "adblock 通知 E-Mail 的主题。" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -676,7 +676,7 @@ msgstr "是" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "例如:要在每次运行 adblock 时收到 E-Mail 通知,请将此值设置为 200000。" @@ -724,7 +724,7 @@ msgstr "例如:要在每次运行 adblock 时收到 E-Mail 通知,请将此 #~ msgid "" #~ "Redirect all DNS queries from 'lan' zone to the local resolver, apply to " -#~ "udp and tcp protocol on ports 53, 853 and 5353." +#~ "UDP and TCP protocol on port 53, 853 and 5353." #~ msgstr "" #~ "将所有 DNS 查询从“lan”区域重定向到本地解析器,适用于端口53、853和5353上的 " #~ "udp 和 tcp 协议。" diff --git a/applications/luci-app-adblock/po/zh-tw/adblock.po b/applications/luci-app-adblock/po/zh-tw/adblock.po index 2b401e8726..15d49df901 100644 --- a/applications/luci-app-adblock/po/zh-tw/adblock.po +++ b/applications/luci-app-adblock/po/zh-tw/adblock.po @@ -162,7 +162,7 @@ msgstr "說明" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 msgid "" -"Disable adblock triggered restarts and the 'DNS File Reset' for dns backends " +"Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends " "with autoload features." msgstr "禁用廣告板觸發重新開機和\"DNS 檔重置\"的 DNS 後端與自動載入功能。" @@ -202,23 +202,23 @@ msgid "E-Mail Notification" msgstr "電子郵件通知" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:260 -msgid "E-Mail Notification Count" +msgid "E-mail Notification Count" msgstr "電子郵件通知計數" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:255 -msgid "E-Mail Profile" +msgid "E-mail Profile" msgstr "電子郵件設定檔" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:157 -msgid "E-Mail Receiver Address" +msgid "E-mail Receiver Address" msgstr "電子郵件接收方位址" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:245 -msgid "E-Mail Sender Address" +msgid "E-mail Sender Address" msgstr "電子郵件寄件者位址" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 -msgid "E-Mail Topic" +msgid "E-mail Topic" msgstr "電子郵件主題" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 @@ -268,7 +268,7 @@ msgid "Flush DNS Cache" msgstr "清空 DNS 快取" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 -msgid "Flush DNS Cache after adblock processing." +msgid "Flush DNS cache after adblock processing." msgstr "在 adblock 程序啟動後清空 DNS 快取。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 @@ -297,7 +297,7 @@ msgstr "白名單檔案的全路徑。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:135 msgid "" -"Gather dns related network traffic via tcpdump to provide a DNS Query Report " +"Gather DNS related network traffic via tcpdump to provide a DNS Query Report " "on demand." msgstr "通過 tcpdump 收集 dns 有關的網路流量,以按需提供 DNS 查詢報告。" @@ -355,7 +355,7 @@ msgid "Low Priority Service" msgstr "低優先順序服務" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:256 -msgid "Mail profile used in 'msmtp' for adblock notification E-Mails." +msgid "Mail profile used in 'msmtp' for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -417,18 +417,18 @@ msgstr "查詢域" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:261 msgid "" -"Raise the minimum notification count, to get E-Mails if the overall count is " +"Raise the minimum notification count, to get e-mails if the overall count is " "less or equal to the given limit (default 0)," msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 -msgid "Receiver address for adblock notification E-Mails." +msgid "Receiver address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:117 msgid "" "Redirect all DNS queries from 'lan' zone to the local resolver, applies to " -"udp and tcp protocol on ports 53, 853 and 5353." +"UDP and TCP protocol on port 53, 853 and 5353." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -506,12 +506,12 @@ msgstr "儲存" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:153 msgid "" -"Send notification E-Mails in case of a processing error or if domain count " +"Send notification e-mails in case of a processing error or if domain count " "is ≤ 0." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 -msgid "Sender address for adblock notification E-Mails." +msgid "Sender address for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 @@ -637,7 +637,7 @@ msgid "Top 10 Reporting" msgstr "前十報告" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 -msgid "Topic for adblock notification E-Mails." +msgid "Topic for adblock notification e-mails." msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 @@ -670,7 +670,7 @@ msgstr "是" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:262 msgid "" -"e.g. to receive an E-Mail notification with every adblock run set this value " +"e.g. to receive an e-mail notification with every adblock run set this value " "to 200000." msgstr "" @@ -718,7 +718,7 @@ msgstr "" #~ msgid "" #~ "Redirect all DNS queries from 'lan' zone to the local resolver, apply to " -#~ "udp and tcp protocol on ports 53, 853 and 5353." +#~ "UDP and TCP protocol on port 53, 853 and 5353." #~ msgstr "" #~ "將所有 DNS 查詢從“lan”區域重定向到本地解析器,適用於埠53、853和5353上的 " #~ "udp 和 tcp 協議。" diff --git a/applications/luci-app-adblock/root/etc/uci-defaults/40_luci-adblock b/applications/luci-app-adblock/root/etc/uci-defaults/40_luci-adblock index 1f7fb1c0fb..d7bfee271d 100755 --- a/applications/luci-app-adblock/root/etc/uci-defaults/40_luci-adblock +++ b/applications/luci-app-adblock/root/etc/uci-defaults/40_luci-adblock @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@adblock[-1] - add ucitrack adblock - set ucitrack.@adblock[-1].init=adblock - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index 97301fc6af..20f9168936 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -13,7 +13,7 @@ LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full LUCI_PKGARCH:=all -PKG_RELEASE:=46 +PKG_RELEASE:=47 include ../../luci.mk diff --git a/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua b/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua index 6ed4c66149..3da7bbe0f2 100644 --- a/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua +++ b/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua @@ -34,7 +34,7 @@ function is_alt_mountable(p1_mtd, p2_mtd) end function get_partition_os_info(op_ubi) - local cp_info, ap_info + local cp_info, op_info if fs.access("/etc/os-release") then cp_info = util.trim(util.exec('. /etc/os-release && echo "$PRETTY_NAME"')) if cp_info:find("SNAPSHOT") then @@ -45,14 +45,14 @@ function get_partition_os_info(op_ubi) alt_partition_unmount(op_ubi) alt_partition_mount(op_ubi) if fs.access("/alt/rom/etc/os-release") then - ap_info = util.trim(util.exec('. /alt/rom/etc/os-release && echo "$PRETTY_NAME"')) - if ap_info:find("SNAPSHOT") then - ap_info = util.trim(util.exec('. /alt/rom/etc/os-release && echo "$OPENWRT_RELEASE"')) + op_info = util.trim(util.exec('. /alt/rom/etc/os-release && echo "$PRETTY_NAME"')) + if op_info:find("SNAPSHOT") then + op_info = util.trim(util.exec('. /alt/rom/etc/os-release && echo "$OPENWRT_RELEASE"')) end end logger(i18n.translate("attempting to unmount alternative partition") .. " (mtd" .. tostring(op_ubi) .. ")") alt_partition_unmount(op_ubi) - return cp_info, ap_info + return cp_info, op_info end function alt_partition_mount(op_ubi) @@ -87,107 +87,124 @@ function alt_partition_unmount(op_ubi) end end -devices = { - -- deviceName, boardName, part1MTD, part2MTD, offset, envVar1, envVar1Value1, envVar1Value2, envVar2, envVar2Value1, envVar2Value2 - {"Linksys EA3500", "linksys-audi", "mtd3", "mtd5", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, - {"Linksys E4200v2/EA4500", "linksys-viper", "mtd3", "mtd5", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, - {"Linksys EA6350v3", "linksys-ea6350v3", "mtd10", "mtd12", 192, "boot_part", 1, 2}, - {"Linksys EA8300", "linksys-ea8300", "mtd10", "mtd12", 192, "boot_part", 1, 2}, - {"Linksys EA8500", "ea8500", "mtd13", "mtd15", 32, "boot_part", 1, 2}, --- {"Linksys EA9500", "linksys-panamera", "mtd3", "mtd6", 28, "boot_part", 1, 2}, - {"Linksys WRT1200AC", "linksys-caiman", "mtd4", "mtd6", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, - {"Linksys WRT1900AC", "linksys-mamba", "mtd4", "mtd6", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, - {"Linksys WRT1900ACv2", "linksys-cobra", "mtd4", "mtd6", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, - {"Linksys WRT1900ACS", "linksys-shelby", "mtd4", "mtd6", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, - {"Linksys WRT3200ACM", "linksys-rango", "mtd5", "mtd7", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, - {"Linksys WRT32X", "linksys-venom", "mtd5", "mtd7", nil, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, - {"ZyXEL NBG6817", "nbg6817", "mmcblk0p4", "mmcblk0p7", 32, nil, 255, 1} -} - --- local errorMessage, d --- local device_name, p1_mtd, p2_mtd, offset, bev1, bev1p1, bev1p2, bev2, bev2p1, bev2p2 -romBoardName = util.trim(util.exec("cat /tmp/sysinfo/board_name")) - -for i=1, #devices do - d = devices[i][2]:gsub('%p','') - if romBoardName and romBoardName:gsub('%p',''):match(d) then - device_name = devices[i][1] - p1_mtd = devices[i][3] or nil - p2_mtd = devices[i][4] or nil - offset = devices[i][5] or nil - bev1 = devices[i][6] or nil - bev1p1 = tonumber(devices[i][7]) or nil - bev1p2 = tonumber(devices[i][8]) or nil - bev2 = devices[i][9] or nil - bev2p1 = devices[i][10] or nil - bev2p2 = devices[i][11] or nil - if p1_mtd and offset then - p1_label = util.trim(util.exec("dd if=/dev/" .. p1_mtd .. " bs=1 skip=" .. offset .. " count=128" .. " 2>/dev/null")) - n, p1_version = p1_label:match('(Linux)-([%d|.]+)') - end - if p2_mtd and offset then - p2_label = util.trim(util.exec("dd if=/dev/" .. p2_mtd .. " bs=1 skip=" .. offset .. " count=128" .. " 2>/dev/null")) - n, p2_version = p2_label:match('(Linux)-([%d|.]+)') - end - if p1_label and p1_label:find("LEDE") then p1_os = "LEDE" end - if p1_label and p1_label:find("OpenWrt") then p1_os = "OpenWrt" end - if p1_label and p1_label:find("Linksys") then p1_os = "Linksys" end - if p2_label and p2_label:find("LEDE") then p2_os = "LEDE" end - if p2_label and p2_label:find("OpenWrt") then p2_os = "OpenWrt" end - if p2_label and p2_label:find("Linksys") then p2_os = "Linksys" end - if device_name == "ZyXEL NBG6817" then - if not p1_os then p1_os = "ZyXEL" end - if not p2_os then p2_os = "ZyXEL" end - end - if device_name == "Linksys WRT32X" then - if not p1_os then p1_os = "Unknown/Compressed" end - if not p2_os then p2_os = "Unknown/Compressed" end - end - if not p1_os then p1_os = "Unknown" end - if not p2_os then p2_os = "Unknown" end - if p1_os and p1_version then p1_os = p1_os .. " (Linux " .. p1_version .. ")" end - if p2_os and p2_version then p2_os = p2_os .. " (Linux " .. p2_version .. ")" end - - if device_name == "ZyXEL NBG6817" then - if not zyxelFlagPartition then zyxelFlagPartition = util.trim(util.exec(". /lib/functions.sh; find_mtd_part 0:DUAL_FLAG")) end - if not zyxelFlagPartition then - errorMessage = errorMessage or "" .. i18n.translate("Unable to find Dual Boot Flag Partition." .. " ") - util.perror(i18n.translate("Unable to find Dual Boot Flag Partition.")) - else - current_partition = tonumber(util.exec("dd if=" .. zyxelFlagPartition .. " bs=1 count=1 2>/dev/null | hexdump -n 1 -e '1/1 \"%d\"'")) +function obtain_device_info() + local i, d, p1_mtd, p2_mtd, offset, bev1, bev1p1, bev1p2, bev2, bev2p1, n + local p1_label, p1_version, p2_label, p2_version, p1_os, p2_os + local errorMessage, current_partition, other_partition + local op_ubi, cp_info, op_info + local zyxelFlagPartition + local devices = { + -- deviceName, boardName, part1MTD, part2MTD, offset, envVar1, envVar1Value1, envVar1Value2, envVar2, envVar2Value1, envVar2Value2 + {"Linksys EA3500", "linksys-audi", "mtd3", "mtd5", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, + {"Linksys E4200v2/EA4500", "linksys-viper", "mtd3", "mtd5", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, + {"Linksys EA6350v3", "linksys-ea6350v3", "mtd10", "mtd12", 192, "boot_part", 1, 2}, + {"Linksys EA8300", "linksys-ea8300", "mtd10", "mtd12", 192, "boot_part", 1, 2}, + {"Linksys EA8500", "ea8500", "mtd13", "mtd15", 32, "boot_part", 1, 2}, + -- {"Linksys EA9500", "linksys-panamera", "mtd3", "mtd6", 28, "boot_part", 1, 2}, + {"Linksys WRT1200AC", "linksys-caiman", "mtd4", "mtd6", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, + {"Linksys WRT1900AC", "linksys-mamba", "mtd4", "mtd6", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, + {"Linksys WRT1900ACv2", "linksys-cobra", "mtd4", "mtd6", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, + {"Linksys WRT1900ACS", "linksys-shelby", "mtd4", "mtd6", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, + {"Linksys WRT3200ACM", "linksys-rango", "mtd5", "mtd7", 32, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, + {"Linksys WRT32X", "linksys-venom", "mtd5", "mtd7", nil, "boot_part", 1, 2, "bootcmd", "run nandboot", "run altnandboot"}, + {"ZyXEL NBG6817", "nbg6817", "mmcblk0p4", "mmcblk0p7", 32, nil, 255, 1} + } + local romBoardName = util.trim(util.exec("cat /tmp/sysinfo/board_name")) + for i=1, #devices do + d = devices[i][2]:gsub('%p','') + if romBoardName and romBoardName:gsub('%p',''):match(d) then + device_name = devices[i][1] + p1_mtd = devices[i][3] or nil + p2_mtd = devices[i][4] or nil + offset = devices[i][5] or nil + bev1 = devices[i][6] or nil + bev1p1 = tonumber(devices[i][7]) or nil + bev1p2 = tonumber(devices[i][8]) or nil + bev2 = devices[i][9] or nil + bev2p1 = devices[i][10] or nil + bev2p2 = devices[i][11] or nil + if p1_mtd and offset then + p1_label = util.trim(util.exec("dd if=/dev/" .. p1_mtd .. " bs=1 skip=" .. offset .. " count=128" .. " 2>/dev/null")) + n, p1_version = p1_label:match('(Linux)-([%d|.]+)') end - else - if fs.access("/usr/sbin/fw_printenv") and fs.access("/usr/sbin/fw_setenv") then - current_partition = tonumber(util.trim(util.exec("fw_printenv -n " .. bev1))) + if p2_mtd and offset then + p2_label = util.trim(util.exec("dd if=/dev/" .. p2_mtd .. " bs=1 skip=" .. offset .. " count=128" .. " 2>/dev/null")) + n, p2_version = p2_label:match('(Linux)-([%d|.]+)') end - end - other_partition = current_partition == bev1p2 and bev1p1 or bev1p2 - - if is_alt_mountable(p1_mtd, p2_mtd) then - if current_partition == bev1p1 then - op_ubi = tonumber(p2_mtd:sub(4)) + 1 - else - op_ubi = tonumber(p1_mtd:sub(4)) + 1 + if p1_label and p1_label:find("LEDE") then p1_os = "LEDE" end + if p1_label and p1_label:find("OpenWrt") then p1_os = "OpenWrt" end + if p1_label and p1_label:find("Linksys") then p1_os = "Linksys" end + if p2_label and p2_label:find("LEDE") then p2_os = "LEDE" end + if p2_label and p2_label:find("OpenWrt") then p2_os = "OpenWrt" end + if p2_label and p2_label:find("Linksys") then p2_os = "Linksys" end + if device_name == "ZyXEL NBG6817" then + if not p1_os then p1_os = "ZyXEL" end + if not p2_os then p2_os = "ZyXEL" end + end + if device_name == "Linksys WRT32X" then + if not p1_os then p1_os = "Unknown/Compressed" end + if not p2_os then p2_os = "Unknown/Compressed" end end - local cp_info, ap_info = get_partition_os_info(op_ubi) - if current_partition == bev1p1 then - p1_os = cp_info or p1_os - p2_os = ap_info or p2_os + if not p1_os then p1_os = "Unknown" end + if not p2_os then p2_os = "Unknown" end + if p1_os and p1_version then p1_os = p1_os .. " (Linux " .. p1_version .. ")" end + if p2_os and p2_version then p2_os = p2_os .. " (Linux " .. p2_version .. ")" end + + if device_name == "ZyXEL NBG6817" then + if not zyxelFlagPartition then zyxelFlagPartition = util.trim(util.exec(". /lib/functions.sh; find_mtd_part 0:DUAL_FLAG")) end + if not zyxelFlagPartition then + errorMessage = errorMessage or "" .. i18n.translate("Unable to find Dual Boot Flag Partition." .. " ") + util.perror(i18n.translate("Unable to find Dual Boot Flag Partition.")) + else + current_partition = tonumber(util.exec("dd if=" .. zyxelFlagPartition .. " bs=1 count=1 2>/dev/null | hexdump -n 1 -e '1/1 \"%d\"'")) + end else - p1_os = ap_info or p1_os - p2_os = cp_info or p2_os + if fs.access("/usr/sbin/fw_printenv") and fs.access("/usr/sbin/fw_setenv") then + current_partition = tonumber(util.trim(util.exec("fw_printenv -n " .. bev1))) + end + end + other_partition = current_partition == bev1p2 and bev1p1 or bev1p2 + + if is_alt_mountable(p1_mtd, p2_mtd) then + if current_partition == bev1p1 then + op_ubi = tonumber(p2_mtd:sub(4)) + 1 + else + op_ubi = tonumber(p1_mtd:sub(4)) + 1 + end + local cp_info, op_info = get_partition_os_info(op_ubi) + if current_partition == bev1p1 then + p1_os = cp_info or p1_os + p2_os = op_info or p2_os + else + p1_os = op_info or p1_os + p2_os = cp_info or p2_os + end end end end + return romBoardName, device_name, bev1, bev1p1, p1_os, bev1p2, p2_os, bev2, bev2p1, bev2p2, current_partition end function index() - entry({"admin", "system", "advanced_reboot"}, template("advanced_reboot/advanced_reboot"), _("Advanced Reboot"), 90) + entry({"admin", "system", "advanced_reboot"}, call("action_template"), _("Advanced Reboot"), 90) entry({"admin", "system", "advanced_reboot", "reboot"}, post("action_reboot")) entry({"admin", "system", "advanced_reboot", "alternative_reboot"}, post("action_altreboot")) entry({"admin", "system", "advanced_reboot", "power_off"}, post("action_poweroff")) end +function action_template() + local romBoardName, device_name, bev1, bev1p1, p1_os, bev1p2, p2_os, bev2, bev2p1, bev2p2, current_partition = obtain_device_info() + ltemplate.render("advanced_reboot/advanced_reboot",{ + romBoardName=romBoardName, + device_name=device_name, + bev1p1=bev1p1, + p1_os=p1_os, + bev1p2=bev1p2, + p2_os=p2_os, + current_partition=current_partition, + errorMessage = errorMessage}) +end + function action_reboot() ltemplate.render("advanced_reboot/applyreboot", { title = i18n.translate("Rebooting..."), @@ -198,6 +215,7 @@ function action_reboot() end function action_altreboot() + local romBoardName, device_name, bev1, bev1p1, p1_os, bev1p2, p2_os, bev2, bev2p1, bev2p2, current_partition = obtain_device_info() local zyxelFlagPartition, zyxelBootFlag, zyxelNewBootFlag, errorCode, curEnvSetting, newEnvSetting errorMessage = nil errorCode = 0 diff --git a/applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua b/applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua index 17fdc566ce..88068c1365 100644 --- a/applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua +++ b/applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua @@ -67,7 +67,7 @@ for user in util.execi("cat /etc/passwd | cut -d':' -f1") do end o = s:taboption("basic", Value, "dir", translate("Download directory"), - translate("The directory to store the downloaded file. eg. <code>/mnt/sda1</code>")) + translate("The directory to store the downloaded file. For example <code>/mnt/sda1</code>.")) o.rmempty = false o = s:taboption("basic", Value, "config_dir", translate("Config file directory"), @@ -239,7 +239,7 @@ o.placeholder = "60" o = s:taboption("http", Value, "lowest_speed_limit", translate("Lowest speed limit"), "%s %s" % { - translate("Close connection if download speed is lower than or equal to this value(bytes per sec). " .. + translate("Close connection if download speed is lower than or equal to this value (bytes per sec). " .. "0 means has no lowest speed limit."), translate("You can append K or M.") }) @@ -312,7 +312,7 @@ if aria2.bt then o.default = "true" o.rmempty = false - o = s:taboption("bt", Flag, "bt_save_metadata", translate("Sava metadata"), + o = s:taboption("bt", Flag, "bt_save_metadata", translate("Save metadata"), translate("Save meta data as \".torrent\" file. This option has effect only when BitTorrent" .. " Magnet URI is used. The file name is hex encoded info hash with suffix \".torrent\".")) o.enabled = "true" @@ -339,7 +339,7 @@ if aria2.bt then o.placeholder = "6881-6999" o = s:taboption("bt", Value, "dht_listen_port", translate("DHT Listen port"), - translate("Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure that the " + translate("Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure that the " .. "specified ports are open for incoming UDP traffic.")) o:depends("enable_dht", "true") o:depends("enable_dht6", "true") @@ -426,7 +426,7 @@ o.disabled = "false" o.default = "false" o = s:taboption("advance", Value, "auto_save_interval", translate("Auto save interval"), - translate("Save a control file(*.aria2) every N seconds. If 0 is given, a control file is not" + translate("Save a control file (*.aria2) every N seconds. If 0 is given, a control file is not" .. " saved during download.")) o.datatype = "range(0, 600)" o.placeholder = "60" @@ -446,7 +446,7 @@ o.placeholder = "16M" o = s:taboption("advance", ListValue, "file_allocation", translate("File allocation"), translate("Specify file allocation method. If you are using newer file systems such as ext4" - .. " (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc\" is your best choice." + .. " (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc\" is your best choice." .. " It allocates large(few GiB) files almost instantly, but it may not be available if your system" .. " doesn't have posix_fallocate(3) function. Don't use \"falloc\" with legacy file systems such as" .. " ext3 and FAT32 because it takes almost same time as \"prealloc\" and it blocks aria2 entirely" diff --git a/applications/luci-app-aria2/po/bg/aria2.po b/applications/luci-app-aria2/po/bg/aria2.po index 0a2b19158e..be9d435476 100644 --- a/applications/luci-app-aria2/po/bg/aria2.po +++ b/applications/luci-app-aria2/po/bg/aria2.po @@ -67,8 +67,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -485,13 +485,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -515,6 +511,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/ca/aria2.po b/applications/luci-app-aria2/po/ca/aria2.po index 64ae2c6c6f..c0e2963726 100644 --- a/applications/luci-app-aria2/po/ca/aria2.po +++ b/applications/luci-app-aria2/po/ca/aria2.po @@ -73,8 +73,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -491,13 +491,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -521,6 +517,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/cs/aria2.po b/applications/luci-app-aria2/po/cs/aria2.po index 7740460b60..b60c8d7a93 100644 --- a/applications/luci-app-aria2/po/cs/aria2.po +++ b/applications/luci-app-aria2/po/cs/aria2.po @@ -73,8 +73,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -491,13 +491,9 @@ msgstr "" msgid "Run daemon as user" msgstr "Spustit démona pod uživatelskými oprávněními" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -521,6 +517,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/de/aria2.po b/applications/luci-app-aria2/po/de/aria2.po index 21d34a88b3..9f2154eabf 100644 --- a/applications/luci-app-aria2/po/de/aria2.po +++ b/applications/luci-app-aria2/po/de/aria2.po @@ -75,8 +75,8 @@ msgstr "Zertifikat überprüfen" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" "Schließe die Verbindung wenn die Download-Geschwinidigkeit niedriger oder " "gleich dieses Wertes (Bytes pro Sekunde) ist. 0 heißt es gibt keine " @@ -517,13 +517,9 @@ msgstr "" msgid "Run daemon as user" msgstr "Daemon als Benutzer ausführen" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "Speichere Metadaten" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -547,6 +543,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "Speichere Metadaten" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -591,7 +591,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -647,7 +647,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -710,7 +710,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/el/aria2.po b/applications/luci-app-aria2/po/el/aria2.po index 3385eccd7a..0e6b984c9c 100644 --- a/applications/luci-app-aria2/po/el/aria2.po +++ b/applications/luci-app-aria2/po/el/aria2.po @@ -73,8 +73,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -491,13 +491,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -521,6 +517,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/en/aria2.po b/applications/luci-app-aria2/po/en/aria2.po index 3cbedbb757..0d5050cc02 100644 --- a/applications/luci-app-aria2/po/en/aria2.po +++ b/applications/luci-app-aria2/po/en/aria2.po @@ -67,8 +67,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -485,13 +485,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -515,6 +511,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/es/aria2.po b/applications/luci-app-aria2/po/es/aria2.po index ecae3ade7a..b4e495beba 100644 --- a/applications/luci-app-aria2/po/es/aria2.po +++ b/applications/luci-app-aria2/po/es/aria2.po @@ -77,8 +77,8 @@ msgstr "Comprobar certificado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" "Cierre la conexión si la velocidad de descarga es menor o igual a este valor " "(bytes por segundo). 0 significa que no tiene límite de velocidad mínima." @@ -513,13 +513,9 @@ msgstr "Espera de reintento" msgid "Run daemon as user" msgstr "Ejecutar demonio como usuario" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "Guardar metadatos" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Guarda un archivo de control (*.aria2) cada N segundos. Si se da 0, no se " @@ -554,6 +550,10 @@ msgstr "" "efecto cuando se utiliza la URI de BitTorrent Magnet. El nombre del archivo " "es hash de información codificado hexadecimal con sufijo \".torrent\"." +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "Guardar metadatos" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "Guardar intervalo de sesión" @@ -582,8 +582,8 @@ msgid "" "<code>Content-Encoding: deflate</code>." msgstr "" "Enviar <code>Aceptar: deflate, gzip</code> encabezado de solicitud e inflar " -"respuesta si el servidor remoto responde con <code>Content-Encoding: " -"gzip</code> o <code>Content-Encoding: deflate</code>." +"respuesta si el servidor remoto responde con <code>Content-Encoding: gzip</" +"code> o <code>Content-Encoding: deflate</code>." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:220 msgid "" @@ -609,7 +609,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" "Configure el puerto de escucha UDP utilizado por DHT (IPv4, IPv6) y el " @@ -681,7 +681,7 @@ msgstr "Mostrar URL" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -711,8 +711,8 @@ msgid "" "with this option, seeding ends when at least one of the conditions is " "satisfied. Specifying 0 disables seeding after download completed." msgstr "" -"Especifique el tiempo de sembrado en minutos. Si se especifica la opción \"" -"Proporción de sembrado\" junto con esta opción, la siembra finaliza cuando " +"Especifique el tiempo de sembrado en minutos. Si se especifica la opción " +"\"Proporción de sembrado\" junto con esta opción, la siembra finaliza cuando " "se cumple al menos una de las condiciones. Especificar 0 desactiva el " "sembrado después de completar la descarga." @@ -771,7 +771,9 @@ msgstr "" "y el archivo DHT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" "El directorio para almacenar el archivo descargado. p.ej. <code>/mnt/sda1</" "code>" diff --git a/applications/luci-app-aria2/po/fr/aria2.po b/applications/luci-app-aria2/po/fr/aria2.po index e3fef7aa5b..c4bfef077e 100644 --- a/applications/luci-app-aria2/po/fr/aria2.po +++ b/applications/luci-app-aria2/po/fr/aria2.po @@ -75,8 +75,8 @@ msgstr "Vérifier le certificat" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" "Ferme la connexion si la vitesse de téléchargement est inférieure ou égale à " "cette valeur (en bits par seconde). 0 signifie qu'il n'y a pas de limite de " @@ -312,8 +312,8 @@ msgid "" "List of extra settings. Format: option=value, eg. <code>netrc-path=/tmp/." "netrc</code>." msgstr "" -"Liste des paramètres supplémentaires. Format : option=valeur, par ex. <code" -">netrc-path=/tmp/.netrc</code>." +"Liste des paramètres supplémentaires. Format : option=valeur, par ex. " +"<code>netrc-path=/tmp/.netrc</code>." #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:48 msgid "Loading" @@ -508,13 +508,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "Enregistrer les métadonnées" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Enregistre un fichier de contrôle (*.aria2) toutes les N secondes. Si défini " @@ -540,6 +536,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "Enregistrer les métadonnées" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "Intervalle d'enregistrement de la session" @@ -584,7 +584,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -652,7 +652,7 @@ msgstr "Afficher l'URL" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -724,7 +724,9 @@ msgstr "" "session et le fichier DHT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" "Répertoire dans lequel télécharger le fichier télécharger. Par ex. <code>/" "mnt/sda1</code>" diff --git a/applications/luci-app-aria2/po/he/aria2.po b/applications/luci-app-aria2/po/he/aria2.po index c615f2efab..0bc0627723 100644 --- a/applications/luci-app-aria2/po/he/aria2.po +++ b/applications/luci-app-aria2/po/he/aria2.po @@ -67,8 +67,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -485,13 +485,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -515,6 +511,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/hi/aria2.po b/applications/luci-app-aria2/po/hi/aria2.po index 3a9a7d2f5b..26c10afa4d 100644 --- a/applications/luci-app-aria2/po/hi/aria2.po +++ b/applications/luci-app-aria2/po/hi/aria2.po @@ -67,8 +67,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -485,13 +485,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -515,6 +511,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/hu/aria2.po b/applications/luci-app-aria2/po/hu/aria2.po index 3d94cb417d..95599efe78 100644 --- a/applications/luci-app-aria2/po/hu/aria2.po +++ b/applications/luci-app-aria2/po/hu/aria2.po @@ -75,8 +75,8 @@ msgstr "Tanúsítvány ellenőrzése" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" "Kapcsolat lezárása, ha a letöltési sebesség kisebb vagy egyenlő ezzel az " "értékkel (bájt/másodperc). A 0 azt jelenti, hogy nincs legalacsonyabb " @@ -519,13 +519,9 @@ msgstr "Újrapróbálás várakozása" msgid "Run daemon as user" msgstr "Démon futtatása felhasználóként" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "Metaadatok mentése" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Vezérlőfájl (*.aria2) mentése N másodpercenként. Ha 0 van megadva, akkor a " @@ -561,6 +557,10 @@ msgstr "" "hatása, ha BitTorrent mágnes URI-t használnak. A fájlnév hexadecimálisan " "kódolt információs kivonat „.torrent” utótaggal." +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "Metaadatok mentése" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "Munkamenet mentési időköze" @@ -602,8 +602,8 @@ msgid "" msgstr "" "A <code>Cache-Control: no-cache</code> és <code>Pragma: no-cache</code> " "fejléc küldése a gyorsítótárazott tartalom elkerüléséhez. Ha le van tiltva, " -"akkor ezek a fejlécek nem lesznek elküldve, és hozzáadhatja a „Cache-Control”" -" fejlécet azzal az irányelvvel, amelyet használni szeretne „Header” " +"akkor ezek a fejlécek nem lesznek elküldve, és hozzáadhatja a „Cache-" +"Control” fejlécet azzal az irányelvvel, amelyet használni szeretne „Header” " "beállításként." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:336 @@ -618,7 +618,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" "A DHT (IPv4, IPv6) és az UDP követő által használt UDP figyelési port " @@ -690,7 +690,7 @@ msgstr "URL megjelenítése" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -780,8 +780,11 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "A könyvtár a beállítófájl, a munkamenetfájl és a DHT-fájl tárolásához." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" -msgstr "A könyvtár a letöltött fájl tárolásához. Például <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." +msgstr "" +"A könyvtár a letöltött fájl tárolásához. Például <code>/mnt/sda1</code>." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 msgid "The file name of the log file." @@ -853,8 +856,8 @@ msgid "" "PKCS12 files with a blank import password can be opened!<br/>When using PEM, " "you have to specify the \"Private key\" as well." msgstr "" -"A FÁJLBAN lévő ügyféltanúsítvány használata. A tanúsítványnak vagy PKCS12 (" -".p12, .pfx), vagy PEM formátumban kell lennie.<br/>A PKCS12 fájloknak " +"A FÁJLBAN lévő ügyféltanúsítvány használata. A tanúsítványnak vagy PKCS12 (." +"p12, .pfx), vagy PEM formátumban kell lennie.<br/>A PKCS12 fájloknak " "tartalmazniuk kell a tanúsítványt, egy kulcsot és esetlegesen a további " "tanúsítványok láncát. Csak az üres importálási jelszóval rendelkező PKCS12 " "fájlok nyithatók meg!<br/>PEM használatakor meg kell adnia a „Személyes " diff --git a/applications/luci-app-aria2/po/it/aria2.po b/applications/luci-app-aria2/po/it/aria2.po index 3c71448a4d..40506be48f 100644 --- a/applications/luci-app-aria2/po/it/aria2.po +++ b/applications/luci-app-aria2/po/it/aria2.po @@ -73,8 +73,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -491,13 +491,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -521,6 +517,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/ja/aria2.po b/applications/luci-app-aria2/po/ja/aria2.po index 1f68cb3ab0..676262b3bc 100644 --- a/applications/luci-app-aria2/po/ja/aria2.po +++ b/applications/luci-app-aria2/po/ja/aria2.po @@ -67,8 +67,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -485,13 +485,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -515,6 +511,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/ko/aria2.po b/applications/luci-app-aria2/po/ko/aria2.po index 1b671625e6..600a68021c 100644 --- a/applications/luci-app-aria2/po/ko/aria2.po +++ b/applications/luci-app-aria2/po/ko/aria2.po @@ -67,8 +67,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -485,13 +485,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -515,6 +511,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/mr/aria2.po b/applications/luci-app-aria2/po/mr/aria2.po index 0193ef8013..dcc0eb5059 100644 --- a/applications/luci-app-aria2/po/mr/aria2.po +++ b/applications/luci-app-aria2/po/mr/aria2.po @@ -73,8 +73,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -491,13 +491,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -521,6 +517,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/ms/aria2.po b/applications/luci-app-aria2/po/ms/aria2.po index 6f0629e819..804b64ec75 100644 --- a/applications/luci-app-aria2/po/ms/aria2.po +++ b/applications/luci-app-aria2/po/ms/aria2.po @@ -73,8 +73,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -491,13 +491,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -521,6 +517,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/nb_NO/aria2.po b/applications/luci-app-aria2/po/nb_NO/aria2.po index 394627bc92..84082ba089 100644 --- a/applications/luci-app-aria2/po/nb_NO/aria2.po +++ b/applications/luci-app-aria2/po/nb_NO/aria2.po @@ -73,8 +73,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -491,13 +491,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -521,6 +517,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/pl/aria2.po b/applications/luci-app-aria2/po/pl/aria2.po index dc15a27dab..5829df7737 100644 --- a/applications/luci-app-aria2/po/pl/aria2.po +++ b/applications/luci-app-aria2/po/pl/aria2.po @@ -76,8 +76,8 @@ msgstr "Sprawdź certyfikat" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" "Zamknij połączenie, jeśli prędkość pobierania jest mniejsza lub równa tej " "wartości (bajty na sekundę). 0 oznacza, że nie ma dolnej granicy prędkości." @@ -130,8 +130,8 @@ msgstr "Cache dysku" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:259 msgid "Don't split less than 2*SIZE byte range. Possible values: 1M-1024M." msgstr "" -"Nie należy rozdzielać zakresu bajtów poniżej 2*SIZE. Możliwe wartości: 1M-" -"1024M." +"Nie należy rozdzielać zakresu bajtów poniżej 2*SIZE. Możliwe wartości: " +"1M-1024M." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:254 msgid "Download a file using N connections." @@ -313,8 +313,8 @@ msgid "" "List of extra settings. Format: option=value, eg. <code>netrc-path=/tmp/." "netrc</code>." msgstr "" -"Lista dodatkowych ustawień. Format: option=value, np. <code>netrc-path=/tmp/" -".netrc</code>." +"Lista dodatkowych ustawień. Format: option=value, np. <code>netrc-path=/tmp/." +"netrc</code>." #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:48 msgid "Loading" @@ -510,13 +510,9 @@ msgstr "Ponów oczekiwanie" msgid "Run daemon as user" msgstr "Uruchom daemona jako użytkownik" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "Zapisz metadane" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Zapisz plik kontrolny(*.aria2) co N sekund. Jeśli podano 0, plik kontrolny " @@ -551,6 +547,10 @@ msgstr "" "używany jest BitTorrent Magnet URI. Nazwa pliku jest zakodowana w postaci " "pliku hash z przyrostkiem \".torrent\"." +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "Zapisz metadane" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "Zapisz interwał sesji" @@ -578,8 +578,8 @@ msgid "" "<code>Content-Encoding: deflate</code>." msgstr "" "Wyślij <code>Accept: deflate, gzip</code> żądaj nagłówka i wywołaj " -"odpowiedź, jeśli zdalny serwer zareaguje z <code>Content-Encoding: " -"gzip</code> lub <code>Content-Encoding: deflate</code>." +"odpowiedź, jeśli zdalny serwer zareaguje z <code>Content-Encoding: gzip</" +"code> lub <code>Content-Encoding: deflate</code>." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:220 msgid "" @@ -588,8 +588,8 @@ msgid "" "you can add Cache-Control header with a directive you like using \"Header\" " "option." msgstr "" -"Wyślij <code>Cache-Control: no-cache</code> and <code>Pragma: no-cache</code>" -" nagłówka w celu uniknięcia buforowania zawartości. Jeśli wyłączono, " +"Wyślij <code>Cache-Control: no-cache</code> and <code>Pragma: no-cache</" +"code> nagłówka w celu uniknięcia buforowania zawartości. Jeśli wyłączono, " "nagłówki nie są wysyłane i można dodać Cache-Control nagłówka z dyrektywą, " "którą lubisz używać w opcji \"Header\"." @@ -599,13 +599,13 @@ msgid "" "\"6881-6999\" and \"6881-6889,6999\". Make sure that the specified ports are " "open for incoming TCP traffic." msgstr "" -"Ustaw numer portu TCP dla pobierań BitTorrent. Akceptowalny format: \"6881," -"6885\", \"6881-6999\" i \"6881-6889,6999\". Upewnij się, że określone porty " -"są otwarte dla przychodzącego ruchu TCP." +"Ustaw numer portu TCP dla pobierań BitTorrent. Akceptowalny format: " +"\"6881,6885\", \"6881-6999\" i \"6881-6889,6999\". Upewnij się, że określone " +"porty są otwarte dla przychodzącego ruchu TCP." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" "Ustaw port odsłuchu UDP używany przez DHT(IPv4, IPv6) i tracker UDP. Upewnij " @@ -675,7 +675,7 @@ msgstr "Pokaż adres URL" #, fuzzy msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -705,8 +705,8 @@ msgid "" "with this option, seeding ends when at least one of the conditions is " "satisfied. Specifying 0 disables seeding after download completed." msgstr "" -"Określ czas seedowania w minutach. Jeśli wraz z tą opcją podana jest opcja \"" -"Współczynnik seedów\", seedowanie zakończy się, gdy spełniony jest " +"Określ czas seedowania w minutach. Jeśli wraz z tą opcją podana jest opcja " +"\"Współczynnik seedów\", seedowanie zakończy się, gdy spełniony jest " "przynajmniej jeden z warunków. Ustawienie 0 wyłącza seedowanie po " "zakończeniu pobierania." @@ -759,8 +759,10 @@ msgstr "" "Katalog do przechowywania pliku konfiguracyjnego, pliku sesji i pliku DHT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" -msgstr "Katalog do zapisu pobranych plików. np. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." +msgstr "Katalog do zapisu pobranych plików. np. <code>/mnt/sda1</code>." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 msgid "The file name of the log file." diff --git a/applications/luci-app-aria2/po/pt-br/aria2.po b/applications/luci-app-aria2/po/pt-br/aria2.po index 133c05c690..70e46cc82e 100644 --- a/applications/luci-app-aria2/po/pt-br/aria2.po +++ b/applications/luci-app-aria2/po/pt-br/aria2.po @@ -80,8 +80,8 @@ msgstr "Verificar o certificado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" "Feche a conexão caso a velocidade de download seja menor ou igual a este " "valor (em bytes por segundo). 0 significa que não há limite mínimo de " @@ -135,8 +135,8 @@ msgstr "Cache em Disco" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:259 msgid "Don't split less than 2*SIZE byte range. Possible values: 1M-1024M." msgstr "" -"Não divida a gama de byte para menos de 2*TAMANHO. Valores possíveis: 1M-" -"1024M." +"Não divida a gama de byte para menos de 2*TAMANHO. Valores possíveis: " +"1M-1024M." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:254 msgid "Download a file using N connections." @@ -323,8 +323,8 @@ msgid "" "List of extra settings. Format: option=value, eg. <code>netrc-path=/tmp/." "netrc</code>." msgstr "" -"Lista de configurações extras. Formato: option=value, por exemplo <code" -">netrc-path=/tmp/.netrc</code>." +"Lista de configurações extras. Formato: option=value, por exemplo " +"<code>netrc-path=/tmp/.netrc</code>." #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:48 msgid "Loading" @@ -522,13 +522,9 @@ msgstr "Repetir espera" msgid "Run daemon as user" msgstr "Executar serviço como usuário" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "Salvar os metadados" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Gravar um arquivo de controle (*.aria2) a cada N segundos. Caso este valor " @@ -563,6 +559,10 @@ msgstr "" "apenas quando BitTorrent Magnet URI é usado. O nome do arquivo é hexadecimal " "codificado com a informação do hash com o sufixo \".torrent\"." +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "Salvar os metadados" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "Salvar o intervalo da sessão" @@ -591,8 +591,8 @@ msgid "" "<code>Content-Encoding: deflate</code>." msgstr "" "Enviar <code>Accept: deflate, gzip</code> requisitar o cabeçalho e inflar a " -"resposta caso o servidor remoto responda com <code>Content-Encoding: " -"gzip</code> ou <code>Content-Encoding: deflate</code>." +"resposta caso o servidor remoto responda com <code>Content-Encoding: gzip</" +"code> ou <code>Content-Encoding: deflate</code>." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:220 msgid "" @@ -612,13 +612,13 @@ msgid "" "\"6881-6999\" and \"6881-6889,6999\". Make sure that the specified ports are " "open for incoming TCP traffic." msgstr "" -"Defina o número da porta TCP para downloads BitTorrent. Formato aceitos: \"" -"6881,6885\", \"6881-6999\" e \"6881-6889,6999\". Certifique-se de que as " +"Defina o número da porta TCP para downloads BitTorrent. Formato aceitos: " +"\"6881,6885\", \"6881-6999\" e \"6881-6889,6999\". Certifique-se de que as " "portas definidas estão abertas para o tráfego de entrada TCP." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" "Defina a porta de escuta UDP usada pelo DHT(IPv4, IPv6) e pelo rastreador " @@ -689,7 +689,7 @@ msgstr "Mostrar URL" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -697,13 +697,13 @@ msgid "" "entirely until allocation finishes." msgstr "" "Especifique o método de alocação de arquivo. Se você está usando sistemas de " -"arquivos mais novos, como ext4 (com suporte a extents), btrfs, xfs ou NTFS (" -"somente versões compiladas com MinGW), \"falloc\" é sua melhor escolha. Ele " +"arquivos mais novos, como ext4 (com suporte a extents), btrfs, xfs ou NTFS " +"(somente versões compiladas com MinGW), \"falloc\" é sua melhor escolha. Ele " "aloca arquivos grandes (com alguns GiB) quase que instantaneamente, mas pode " -"não estar disponível caso o seu sistema não tenha a função posix_fallocate(3)" -". Não use \"falloc\" com sistemas de arquivos antigos como ext3 e FAT32 " -"porque leva quase o mesmo tempo que \"prealloc\" e bloqueia aria2 " -"completamente até que a alocação termine." +"não estar disponível caso o seu sistema não tenha a função " +"posix_fallocate(3). Não use \"falloc\" com sistemas de arquivos antigos como " +"ext3 e FAT32 porque leva quase o mesmo tempo que \"prealloc\" e bloqueia " +"aria2 completamente até que a alocação termine." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:368 msgid "" @@ -719,9 +719,9 @@ msgid "" "with this option, seeding ends when at least one of the conditions is " "satisfied. Specifying 0 disables seeding after download completed." msgstr "" -"Especifique o tempo de semeadura em minutos. Se a opção \"Relação de " -"sementes\" for especificada em conjunto com esta, a semeadura termina quando " -"pelo menos uma das condições for satisfeita. Ao definir como 0 desativa a " +"Especifique o tempo de semeadura em minutos. Se a opção \"Relação de sementes" +"\" for especificada em conjunto com esta, a semeadura termina quando pelo " +"menos uma das condições for satisfeita. Ao definir como 0 desativa a " "semeadura após a conclusão do download." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:402 @@ -781,10 +781,12 @@ msgstr "" "arquivo DHT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" -"O diretório para armazenar o arquivo baixado, por exemplo, <code>/mnt/" -"sda1</code>" +"O diretório para armazenar o arquivo baixado, por exemplo, <code>/mnt/sda1</" +"code>" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 msgid "The file name of the log file." diff --git a/applications/luci-app-aria2/po/pt/aria2.po b/applications/luci-app-aria2/po/pt/aria2.po index 674e5b916d..0e3fdce4b3 100644 --- a/applications/luci-app-aria2/po/pt/aria2.po +++ b/applications/luci-app-aria2/po/pt/aria2.po @@ -75,8 +75,8 @@ msgstr "Verificar o certificado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" "Fechar a ligação se a velocidade de transferência for inferior ou igual a " "este valor (bytes por segundo). 0 significa que não tem limite de velocidade " @@ -130,8 +130,8 @@ msgstr "Cache em disco" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:259 msgid "Don't split less than 2*SIZE byte range. Possible values: 1M-1024M." msgstr "" -"Não dividir um intervale menos de 2*SIZE de bytes. Valores possíveis: 1M-" -"1024M." +"Não dividir um intervale menos de 2*SIZE de bytes. Valores possíveis: " +"1M-1024M." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:254 msgid "Download a file using N connections." @@ -189,7 +189,8 @@ msgstr "Erro" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:44 msgid "Error: Can't find aria2c in PATH, please reinstall aria2." -msgstr "Erro: Não consigo encontrar aria2c em PATH, por favor reinstale aria2c." +msgstr "" +"Erro: Não consigo encontrar aria2c em PATH, por favor reinstale aria2c." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:482 msgid "Extra Settings" @@ -315,8 +316,8 @@ msgid "" "List of extra settings. Format: option=value, eg. <code>netrc-path=/tmp/." "netrc</code>." msgstr "" -"Lista de configurações adicionais. Formato: opção=valor, por exemplo <code" -">netrc-path=/tmp/.netrc</code>." +"Lista de configurações adicionais. Formato: opção=valor, por exemplo " +"<code>netrc-path=/tmp/.netrc</code>." #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:48 msgid "Loading" @@ -516,13 +517,9 @@ msgstr "Esperar até repetir" msgid "Run daemon as user" msgstr "Executar serviço como utilizador" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "Gravar metadados" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "Gravar um ficheiro de controle (*.aria2) a cada N segundos. Se 0 for dado, " @@ -557,6 +554,10 @@ msgstr "" "quando BitTorrent Magnet URI é usado. O nome do ficheiro é codificado " "hexadecimal info hash com o sufixo \".torrent\"." +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "Gravar metadados" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "Gravar intervalo de sessão" @@ -586,8 +587,8 @@ msgid "" "<code>Content-Encoding: deflate</code>." msgstr "" "Enviar cabeçalho de solicitação <code>Accept: deflate, gzip</code> e inflar " -"a resposta se o servidor remoto responder com <code>Content-Encoding: " -"gzip</code> ou <code>Content-Encoding: deflate</code>.." +"a resposta se o servidor remoto responder com <code>Content-Encoding: gzip</" +"code> ou <code>Content-Encoding: deflate</code>.." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:220 msgid "" @@ -607,16 +608,16 @@ msgid "" "\"6881-6999\" and \"6881-6889,6999\". Make sure that the specified ports are " "open for incoming TCP traffic." msgstr "" -"Defina o número da porta TCP para desarregas BitTorrent. Aceitar formato: \"" -"6881.6885\", \"6881-6999\" e \"6881-6889,6999\". Certifique-se de que as " +"Defina o número da porta TCP para desarregas BitTorrent. Aceitar formato: " +"\"6881.6885\", \"6881-6999\" e \"6881-6889,6999\". Certifique-se de que as " "portas especificadas estão abertas para o tráfego TCP de entrada." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" -"Definir a porta de escuta UDP usada pelo DHT(IPv4, IPv6) e pelo rastreador " +"Definir a porta de escuta UDP usada pelo DHT (IPv4, IPv6) e pelo rastreador " "UDP. Certifique-se de que as portas especificadas estão abertas para o " "tráfego UDP de entrada." @@ -684,7 +685,7 @@ msgstr "Mostrar URL" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -714,10 +715,10 @@ msgid "" "with this option, seeding ends when at least one of the conditions is " "satisfied. Specifying 0 disables seeding after download completed." msgstr "" -"Especifica o tempo de semeadura em minutos. Se a opção \"Relação de " -"sementes\" for especificada com esta opção, semear termina quando pelo menos " -"uma das condições for satisfeita. Especificar 0 desativa semear após a " -"conclusão do descarregamento." +"Especifica o tempo de semeadura em minutos. Se a opção \"Relação de sementes" +"\" for especificada com esta opção, semear termina quando pelo menos uma das " +"condições for satisfeita. Especificar 0 desativa semear após a conclusão do " +"descarregamento." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:402 msgid "" @@ -774,7 +775,9 @@ msgstr "" "ficheiro DHT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" "O diretório para armazenar o ficheiro descarregado, por exemplo, <code>/mnt/" "sda1</code>" @@ -837,8 +840,8 @@ msgstr "" "em formato PKCS12 (.p12, .pfx) ou PEM.<br/>Os ficheiros PKCS12 devem conter " "o certificado, uma chave e opcionalmente uma cadeia de certificados " "adicionais. Somente ficheiros PKCS12 com uma palavra-passe de importação em " -"branco podem ser abertos!<br/>Ao usar o PEM, também tem que especificar a \"" -"chave privada RPC\"." +"branco podem ser abertos!<br/>Ao usar o PEM, também tem que especificar a " +"\"chave privada RPC\"." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:196 msgid "" @@ -852,8 +855,8 @@ msgstr "" "formato PKCS12 (.p12, .pfx) ou PEM.<br/>Os ficheiros PKCS12 devem conter o " "certificado, uma chave e opcionalmente uma cadeia de certificados " "adicionais. Somente ficheiros PKCS12 com uma palavra-passe de importação em " -"branco podem ser abertos!<br/>Ao usar o PEM, também tem que especificar a \"" -"Private key\"." +"branco podem ser abertos!<br/>Ao usar o PEM, também tem que especificar a " +"\"Private key\"." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:150 msgid "" @@ -883,8 +886,8 @@ msgstr "Nome de Utilizador e Palavra-passe" msgid "" "Verify the peer using certificates specified in \"CA certificate\" option." msgstr "" -"Verificar o par usando certificados especificados na opção \"Certificado AC\"" -"." +"Verificar o par usando certificados especificados na opção \"Certificado AC" +"\"." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:90 msgid "Warn" diff --git a/applications/luci-app-aria2/po/ro/aria2.po b/applications/luci-app-aria2/po/ro/aria2.po index dc86057f58..6d29c2bdf1 100644 --- a/applications/luci-app-aria2/po/ro/aria2.po +++ b/applications/luci-app-aria2/po/ro/aria2.po @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -492,13 +492,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -522,6 +518,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -566,7 +566,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -622,7 +622,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -685,7 +685,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/ru/aria2.po b/applications/luci-app-aria2/po/ru/aria2.po index 584720c589..3cad2988ab 100644 --- a/applications/luci-app-aria2/po/ru/aria2.po +++ b/applications/luci-app-aria2/po/ru/aria2.po @@ -79,8 +79,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -497,13 +497,9 @@ msgstr "" msgid "Run daemon as user" msgstr "Запуск демона<br />от имени пользователя" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -527,6 +523,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -571,7 +571,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -627,7 +627,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -690,7 +690,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/sk/aria2.po b/applications/luci-app-aria2/po/sk/aria2.po index 74bbcaad1d..adfe80ef52 100644 --- a/applications/luci-app-aria2/po/sk/aria2.po +++ b/applications/luci-app-aria2/po/sk/aria2.po @@ -67,8 +67,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -485,13 +485,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -515,6 +511,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -615,7 +615,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -678,7 +678,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/sv/aria2.po b/applications/luci-app-aria2/po/sv/aria2.po index 0f90bdf3c5..50cc81a20a 100644 --- a/applications/luci-app-aria2/po/sv/aria2.po +++ b/applications/luci-app-aria2/po/sv/aria2.po @@ -73,8 +73,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -491,13 +491,9 @@ msgstr "" msgid "Run daemon as user" msgstr "Kör daemon som användare" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -521,6 +517,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/templates/aria2.pot b/applications/luci-app-aria2/po/templates/aria2.pot index 43a68baac8..c02f7f1680 100644 --- a/applications/luci-app-aria2/po/templates/aria2.pot +++ b/applications/luci-app-aria2/po/templates/aria2.pot @@ -64,8 +64,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -482,13 +482,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -512,6 +508,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -556,7 +556,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -612,7 +612,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -675,7 +675,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/tr/aria2.po b/applications/luci-app-aria2/po/tr/aria2.po index 305b266715..fe5efa47c7 100644 --- a/applications/luci-app-aria2/po/tr/aria2.po +++ b/applications/luci-app-aria2/po/tr/aria2.po @@ -73,8 +73,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -491,13 +491,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -521,6 +517,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/uk/aria2.po b/applications/luci-app-aria2/po/uk/aria2.po index b06c3dd9cb..f78e121186 100644 --- a/applications/luci-app-aria2/po/uk/aria2.po +++ b/applications/luci-app-aria2/po/uk/aria2.po @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -494,13 +494,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -524,6 +520,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -568,7 +568,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -624,7 +624,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -687,7 +687,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/vi/aria2.po b/applications/luci-app-aria2/po/vi/aria2.po index 6c938dae8d..8ac93b4dd2 100644 --- a/applications/luci-app-aria2/po/vi/aria2.po +++ b/applications/luci-app-aria2/po/vi/aria2.po @@ -73,8 +73,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -491,13 +491,9 @@ msgstr "" msgid "Run daemon as user" msgstr "" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -521,6 +517,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -565,7 +565,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -621,7 +621,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -684,7 +684,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/zh-cn/aria2.po b/applications/luci-app-aria2/po/zh-cn/aria2.po index 8d10c0da02..a60b28abd6 100644 --- a/applications/luci-app-aria2/po/zh-cn/aria2.po +++ b/applications/luci-app-aria2/po/zh-cn/aria2.po @@ -73,8 +73,8 @@ msgstr "检查证书" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" "如果速度小于或等于这个速度(byte/s),关闭下载下载连接。0 表示不限制下载速" "度。" @@ -500,13 +500,9 @@ msgstr "重试等待" msgid "Run daemon as user" msgstr "以此用户权限运行" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "保存元数据" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" "每 N 秒保存下载“控制文件”(*.aria2)。设置 0 表示在下载过程中不保存控制文件。" @@ -537,6 +533,10 @@ msgstr "" "将元数据保存到 \".torrent\" 文件。此选项仅在下载连接为 BT 磁力链接时生效。文" "件名为 Hash 值,后缀为 \".torrent\"。" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "保存元数据" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "Session 保存间隔" @@ -589,7 +589,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" "为 DHT(IPv4,IPv6)和 UDP tracker 设置 UDP 监听端口。请确保正确放行了这些端" @@ -649,7 +649,7 @@ msgstr "显示 URL" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -725,7 +725,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "用于放置配置文件,Session 文件和 DHT 文件的目录。" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "用于放置下载文件的目录。例如:<code>/mnt/sda1</code>" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/po/zh-tw/aria2.po b/applications/luci-app-aria2/po/zh-tw/aria2.po index 1ba0d2ff61..83f9b98bbc 100644 --- a/applications/luci-app-aria2/po/zh-tw/aria2.po +++ b/applications/luci-app-aria2/po/zh-tw/aria2.po @@ -76,8 +76,8 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:242 msgid "" -"Close connection if download speed is lower than or equal to this " -"value(bytes per sec). 0 means has no lowest speed limit." +"Close connection if download speed is lower than or equal to this value " +"(bytes per sec). 0 means has no lowest speed limit." msgstr "" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 @@ -494,13 +494,9 @@ msgstr "" msgid "Run daemon as user" msgstr "以此使用者許可權執行" -#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 -msgid "Sava metadata" -msgstr "" - #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:429 msgid "" -"Save a control file(*.aria2) every N seconds. If 0 is given, a control file " +"Save a control file (*.aria2) every N seconds. If 0 is given, a control file " "is not saved during download." msgstr "" @@ -524,6 +520,10 @@ msgid "" "suffix \".torrent\"." msgstr "" +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:315 +msgid "Save metadata" +msgstr "" + #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:434 msgid "Save session interval" msgstr "" @@ -568,7 +568,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:342 msgid "" -"Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Make sure " +"Set UDP listening port used by DHT (IPv4, IPv6) and UDP tracker. Make sure " "that the specified ports are open for incoming UDP traffic." msgstr "" @@ -624,7 +624,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:448 msgid "" "Specify file allocation method. If you are using newer file systems such as " -"ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), \"falloc" +"ext4 (with extents support), btrfs, xfs or NTFS (MinGW build only), \"falloc" "\" is your best choice. It allocates large(few GiB) files almost instantly, " "but it may not be available if your system doesn't have posix_fallocate(3) " "function. Don't use \"falloc\" with legacy file systems such as ext3 and " @@ -687,7 +687,9 @@ msgid "The directory to store the config file, session file and DHT file." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. <code>/mnt/sda1</code>" +msgid "" +"The directory to store the downloaded file. For example <code>/mnt/sda1</" +"code>." msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 diff --git a/applications/luci-app-aria2/root/etc/uci-defaults/40_luci-aria2 b/applications/luci-app-aria2/root/etc/uci-defaults/40_luci-aria2 index fc6190d5ac..a6b485a5c8 100755 --- a/applications/luci-app-aria2/root/etc/uci-defaults/40_luci-aria2 +++ b/applications/luci-app-aria2/root/etc/uci-defaults/40_luci-aria2 @@ -1,12 +1,5 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@aria2[-1] - add ucitrack aria2 - set ucitrack.@aria2[-1].init=aria2 - commit ucitrack -EOF - if [ ."$(uci -q get aria2.main)" != ."aria2" ]; then uci -q batch <<-EOF >/dev/null add aria2 aria2 diff --git a/applications/luci-app-banip/root/etc/uci-defaults/40_luci-banip b/applications/luci-app-banip/root/etc/uci-defaults/40_luci-banip index adb22da91d..d7bfee271d 100755 --- a/applications/luci-app-banip/root/etc/uci-defaults/40_luci-banip +++ b/applications/luci-app-banip/root/etc/uci-defaults/40_luci-banip @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@banip[-1] - add ucitrack banip - set ucitrack.@banip[-1].init=banip - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-bcp38/root/etc/uci-defaults/60_luci-bcp38 b/applications/luci-app-bcp38/root/etc/uci-defaults/60_luci-bcp38 index c204236e37..d7bfee271d 100755 --- a/applications/luci-app-bcp38/root/etc/uci-defaults/60_luci-bcp38 +++ b/applications/luci-app-bcp38/root/etc/uci-defaults/60_luci-bcp38 @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@bcp38[-1] - add ucitrack bcp38 - add_list ucitrack.@bcp38[0].affects=firewall - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-bmx7/po/bg/bmx7.po b/applications/luci-app-bmx7/po/bg/bmx7.po index 39d3947f19..d515bea918 100644 --- a/applications/luci-app-bmx7/po/bg/bmx7.po +++ b/applications/luci-app-bmx7/po/bg/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/ca/bmx7.po b/applications/luci-app-bmx7/po/ca/bmx7.po index 335f99a707..4bab1e3eb6 100644 --- a/applications/luci-app-bmx7/po/ca/bmx7.po +++ b/applications/luci-app-bmx7/po/ca/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/cs/bmx7.po b/applications/luci-app-bmx7/po/cs/bmx7.po index 781a6895ea..247ff2ce6e 100644 --- a/applications/luci-app-bmx7/po/cs/bmx7.po +++ b/applications/luci-app-bmx7/po/cs/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/de/bmx7.po b/applications/luci-app-bmx7/po/de/bmx7.po index 864ca76766..1d4746c1c4 100644 --- a/applications/luci-app-bmx7/po/de/bmx7.po +++ b/applications/luci-app-bmx7/po/de/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "BMX7-Revision" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "Bandbreite" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "Link-Schlüssel" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "Link-lokale IPv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "Bewertung" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "Entfernte Linklocal IPv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/el/bmx7.po b/applications/luci-app-bmx7/po/el/bmx7.po index e9611d9cc4..4263fe5bf3 100644 --- a/applications/luci-app-bmx7/po/el/bmx7.po +++ b/applications/luci-app-bmx7/po/el/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/en/bmx7.po b/applications/luci-app-bmx7/po/en/bmx7.po index 90a3c6699e..46b3862a5f 100644 --- a/applications/luci-app-bmx7/po/en/bmx7.po +++ b/applications/luci-app-bmx7/po/en/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/es/bmx7.po b/applications/luci-app-bmx7/po/es/bmx7.po index 0a48bd9952..83895cec47 100644 --- a/applications/luci-app-bmx7/po/es/bmx7.po +++ b/applications/luci-app-bmx7/po/es/bmx7.po @@ -29,7 +29,7 @@ msgid "BMX7 revision" msgstr "Revisión de BMX7" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "Ancho de banda" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -63,7 +63,7 @@ msgid "Link key" msgstr "Clave de enlace" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "Enlace Local Ipv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -160,7 +160,7 @@ msgid "Rating" msgstr "Clasificación" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "Enlace remoto local IPv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/fr/bmx7.po b/applications/luci-app-bmx7/po/fr/bmx7.po index eea7db231c..6e4ee1a6c7 100644 --- a/applications/luci-app-bmx7/po/fr/bmx7.po +++ b/applications/luci-app-bmx7/po/fr/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "Révision MBX7" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "Bande passante" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/he/bmx7.po b/applications/luci-app-bmx7/po/he/bmx7.po index 3bed4dbb51..65f6c1c8b5 100644 --- a/applications/luci-app-bmx7/po/he/bmx7.po +++ b/applications/luci-app-bmx7/po/he/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/hi/bmx7.po b/applications/luci-app-bmx7/po/hi/bmx7.po index f0d8c8ceca..bdbb7f2d0e 100644 --- a/applications/luci-app-bmx7/po/hi/bmx7.po +++ b/applications/luci-app-bmx7/po/hi/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/hu/bmx7.po b/applications/luci-app-bmx7/po/hu/bmx7.po index 5105c715d8..2c1527e463 100644 --- a/applications/luci-app-bmx7/po/hu/bmx7.po +++ b/applications/luci-app-bmx7/po/hu/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "BMX7 revíziók" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "Sávszélesség" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "Hivatkozás kulcsa" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "Kapcsolatszintű IPv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "Értékelés" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "Távoli kapcsolatszintű IPv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/it/bmx7.po b/applications/luci-app-bmx7/po/it/bmx7.po index 2a2e11ad75..40c8a33295 100644 --- a/applications/luci-app-bmx7/po/it/bmx7.po +++ b/applications/luci-app-bmx7/po/it/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/ja/bmx7.po b/applications/luci-app-bmx7/po/ja/bmx7.po index 11e760b476..5832fe1a09 100644 --- a/applications/luci-app-bmx7/po/ja/bmx7.po +++ b/applications/luci-app-bmx7/po/ja/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/ko/bmx7.po b/applications/luci-app-bmx7/po/ko/bmx7.po index ae4493c725..65d56f9cef 100644 --- a/applications/luci-app-bmx7/po/ko/bmx7.po +++ b/applications/luci-app-bmx7/po/ko/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/mr/bmx7.po b/applications/luci-app-bmx7/po/mr/bmx7.po index 2af517af73..7c8180999a 100644 --- a/applications/luci-app-bmx7/po/mr/bmx7.po +++ b/applications/luci-app-bmx7/po/mr/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/ms/bmx7.po b/applications/luci-app-bmx7/po/ms/bmx7.po index 2afff9ab64..95417e7276 100644 --- a/applications/luci-app-bmx7/po/ms/bmx7.po +++ b/applications/luci-app-bmx7/po/ms/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/nb_NO/bmx7.po b/applications/luci-app-bmx7/po/nb_NO/bmx7.po index 5e4dd43188..c4b086849b 100644 --- a/applications/luci-app-bmx7/po/nb_NO/bmx7.po +++ b/applications/luci-app-bmx7/po/nb_NO/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/pl/bmx7.po b/applications/luci-app-bmx7/po/pl/bmx7.po index 5eaf515c69..8b99b77a02 100644 --- a/applications/luci-app-bmx7/po/pl/bmx7.po +++ b/applications/luci-app-bmx7/po/pl/bmx7.po @@ -28,7 +28,7 @@ msgid "BMX7 revision" msgstr "Rewizja BMX7" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "Przepustowość" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -62,7 +62,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -159,7 +159,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/pt/bmx7.po b/applications/luci-app-bmx7/po/pt/bmx7.po index 8b56e9554d..2ee76ff468 100644 --- a/applications/luci-app-bmx7/po/pt/bmx7.po +++ b/applications/luci-app-bmx7/po/pt/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "Revisão do BMX7" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "Largura de banda" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,8 +61,8 @@ msgid "Link key" msgstr "Chave de ligação" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" -msgstr "LinkLocal Ipv6" +msgid "Link-local IPv6" +msgstr "Link-local IPv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 msgid "Links" @@ -158,7 +158,7 @@ msgid "Rating" msgstr "Classificação" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "Linklocal IPv6 remoto" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/pt_BR/bmx7.po b/applications/luci-app-bmx7/po/pt_BR/bmx7.po index 50de021bc0..7a817eda8d 100644 --- a/applications/luci-app-bmx7/po/pt_BR/bmx7.po +++ b/applications/luci-app-bmx7/po/pt_BR/bmx7.po @@ -27,8 +27,8 @@ msgid "BMX7 revision" msgstr "Revisão do BMX7" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" -msgstr "Largura de banda" +msgid "Bandwidth" +msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 msgid "Bmx7 mesh nodes" @@ -61,8 +61,8 @@ msgid "Link key" msgstr "Chave do link" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" -msgstr "LinkLocal Ipv6" +msgid "Link-local IPv6" +msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 msgid "Links" @@ -158,8 +158,8 @@ msgid "Rating" msgstr "Classificação" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" -msgstr "linklocal IPv6 remoto" +msgid "Remote link-local IPv6" +msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 msgid "Routes" @@ -225,3 +225,12 @@ msgstr "Tempo de atividade" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:79 msgid "Via Neighbour" msgstr "Através de Vizinho" + +#~ msgid "Bandwith" +#~ msgstr "Largura de banda" + +#~ msgid "LinkLocal Ipv6" +#~ msgstr "LinkLocal Ipv6" + +#~ msgid "Remote linklocal IPv6" +#~ msgstr "linklocal IPv6 remoto" diff --git a/applications/luci-app-bmx7/po/ro/bmx7.po b/applications/luci-app-bmx7/po/ro/bmx7.po index 5c7fd09a47..239064dbec 100644 --- a/applications/luci-app-bmx7/po/ro/bmx7.po +++ b/applications/luci-app-bmx7/po/ro/bmx7.po @@ -28,7 +28,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -62,7 +62,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -159,7 +159,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/ru/bmx7.po b/applications/luci-app-bmx7/po/ru/bmx7.po index e5c6807481..3f63cce6ef 100644 --- a/applications/luci-app-bmx7/po/ru/bmx7.po +++ b/applications/luci-app-bmx7/po/ru/bmx7.po @@ -28,7 +28,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -62,7 +62,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -159,7 +159,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/sk/bmx7.po b/applications/luci-app-bmx7/po/sk/bmx7.po index 83fb9a152a..67cc23ec57 100644 --- a/applications/luci-app-bmx7/po/sk/bmx7.po +++ b/applications/luci-app-bmx7/po/sk/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/sv/bmx7.po b/applications/luci-app-bmx7/po/sv/bmx7.po index 52b518e9fa..39962744f7 100644 --- a/applications/luci-app-bmx7/po/sv/bmx7.po +++ b/applications/luci-app-bmx7/po/sv/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/templates/bmx7.pot b/applications/luci-app-bmx7/po/templates/bmx7.pot index e8c72f6f3f..8f30028582 100644 --- a/applications/luci-app-bmx7/po/templates/bmx7.pot +++ b/applications/luci-app-bmx7/po/templates/bmx7.pot @@ -18,7 +18,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -52,7 +52,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -149,7 +149,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/tr/bmx7.po b/applications/luci-app-bmx7/po/tr/bmx7.po index 6c64138f70..c0fff0ec92 100644 --- a/applications/luci-app-bmx7/po/tr/bmx7.po +++ b/applications/luci-app-bmx7/po/tr/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/uk/bmx7.po b/applications/luci-app-bmx7/po/uk/bmx7.po index 067e5f900b..624fc24b88 100644 --- a/applications/luci-app-bmx7/po/uk/bmx7.po +++ b/applications/luci-app-bmx7/po/uk/bmx7.po @@ -28,7 +28,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -62,7 +62,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -159,7 +159,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/vi/bmx7.po b/applications/luci-app-bmx7/po/vi/bmx7.po index b923a21946..5977bd4add 100644 --- a/applications/luci-app-bmx7/po/vi/bmx7.po +++ b/applications/luci-app-bmx7/po/vi/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/zh-cn/bmx7.po b/applications/luci-app-bmx7/po/zh-cn/bmx7.po index 64af0495b0..e447e2641a 100644 --- a/applications/luci-app-bmx7/po/zh-cn/bmx7.po +++ b/applications/luci-app-bmx7/po/zh-cn/bmx7.po @@ -27,7 +27,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -61,7 +61,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -158,7 +158,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/po/zh-tw/bmx7.po b/applications/luci-app-bmx7/po/zh-tw/bmx7.po index e478b22721..bbdfe6c176 100644 --- a/applications/luci-app-bmx7/po/zh-tw/bmx7.po +++ b/applications/luci-app-bmx7/po/zh-tw/bmx7.po @@ -21,7 +21,7 @@ msgid "BMX7 revision" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 -msgid "Bandwith" +msgid "Bandwidth" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 @@ -55,7 +55,7 @@ msgid "Link key" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 -msgid "LinkLocal Ipv6" +msgid "Link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 @@ -152,7 +152,7 @@ msgid "Rating" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 -msgid "Remote linklocal IPv6" +msgid "Remote link-local IPv6" msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 diff --git a/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm b/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm index b7609d7a52..8ecae656f7 100644 --- a/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm +++ b/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm @@ -58,7 +58,7 @@ <div class="th"><%:State%></div> <div class="th"><%:Type%></div> <div class="th"><%:Max rate%></div> - <div class="th"><%:LinkLocal Ipv6%></div> + <div class="th"><%:Link-local IPv6%></div> <div class="th"><%:RX BpP%></div> <div class="th"><%:TX BpP%></div> </div> @@ -75,7 +75,7 @@ <div class="th"><%:Short ID%></div> <div class="th"><%:Name%></div> <div class="th"><%:Link key%></div> - <div class="th"><%:Remote linklocal IPv6%></div> + <div class="th"><%:Remote link-local IPv6%></div> <div class="th"><%:Device%></div> <div class="th"><%:RX rate%></div> <div class="th"><%:TX rate%></div> diff --git a/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm b/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm index aaa79a8f4e..9348e7c610 100644 --- a/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm +++ b/applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm @@ -38,7 +38,7 @@ <div class="th"><%:Name%></div> <div class="th"><%:Node%></div> <div class="th"><%:Network%></div> - <div class="th"><%:Bandwith%></div> + <div class="th"><%:Bandwidth%></div> <div class="th"><%:Local net%></div> <div class="th"><%:Path Metric%></div> <div class="th"><%:Tun Metric%></div> diff --git a/applications/luci-app-dcwapd/root/etc/uci-defaults/60_luci-dcwapd b/applications/luci-app-dcwapd/root/etc/uci-defaults/60_luci-dcwapd index 36455f834f..c52d3c26b3 100644 --- a/applications/luci-app-dcwapd/root/etc/uci-defaults/60_luci-dcwapd +++ b/applications/luci-app-dcwapd/root/etc/uci-defaults/60_luci-dcwapd @@ -1,11 +1,3 @@ #!/bin/sh -# register commit handler -uci -q batch <<-EOF >/dev/null - delete ucitrack.@dcwapd[-1] - add ucitrack dcwapd - set ucitrack.@dcwapd[-1].init=dcwapd - commit ucitrack -EOF - exit 0 diff --git a/applications/luci-app-dnscrypt-proxy/root/etc/uci-defaults/60_luci-dnscrypt-proxy b/applications/luci-app-dnscrypt-proxy/root/etc/uci-defaults/60_luci-dnscrypt-proxy index ec4da17c9a..d7bfee271d 100755 --- a/applications/luci-app-dnscrypt-proxy/root/etc/uci-defaults/60_luci-dnscrypt-proxy +++ b/applications/luci-app-dnscrypt-proxy/root/etc/uci-defaults/60_luci-dnscrypt-proxy @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@dnscrypt-proxy[-1] - add ucitrack dnscrypt-proxy - set ucitrack.@dnscrypt-proxy[-1].init=dnscrypt-proxy - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-dump1090/root/etc/uci-defaults/40_luci-dump1090 b/applications/luci-app-dump1090/root/etc/uci-defaults/40_luci-dump1090 index 4475d2fb93..d7bfee271d 100644 --- a/applications/luci-app-dump1090/root/etc/uci-defaults/40_luci-dump1090 +++ b/applications/luci-app-dump1090/root/etc/uci-defaults/40_luci-dump1090 @@ -1,12 +1,4 @@ #!/bin/sh -# needed for "Save and Apply" to restart dump1090 -uci -q batch <<-EOF >/dev/null - delete ucitrack.@dump1090[-1] - add ucitrack dump1090 - set ucitrack.@dump1090[-1].init="dump1090" - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js index f40e0c73e1..a0d4cfc063 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js @@ -109,6 +109,38 @@ function rule_target_txt(s) { return fmt('<var>%s</var>', t); } +function update_ip_hints(map, section_id, family, hosts) { + var elem_src_ip = map.lookupOption('src_ip', section_id)[0].getUIElement(section_id), + elem_dst_ip = map.lookupOption('dest_ip', section_id)[0].getUIElement(section_id), + choice_values = [], choice_labels = {}; + + elem_src_ip.clearChoices(); + elem_dst_ip.clearChoices(); + + if (!family || family == 'ipv4') { + L.sortedKeys(hosts, 'ipv4', 'addr').forEach(function(mac) { + var val = hosts[mac].ipv4, + txt = '%s (<strong>%s</strong>)'.format(val, hosts[mac].name || mac); + + choice_values.push(val); + choice_labels[val] = txt; + }); + } + + if (!family || family == 'ipv6') { + L.sortedKeys(hosts, 'ipv6', 'addr').forEach(function(mac) { + var val = hosts[mac].ipv6, + txt = '%s (<strong>%s</strong>)'.format(val, hosts[mac].name || mac); + + choice_values.push(val); + choice_labels[val] = txt; + }); + } + + elem_src_ip.addChoices(choice_values, choice_labels); + elem_dst_ip.addChoices(choice_values, choice_labels); +} + return L.view.extend({ callHostHints: rpc.declare({ object: 'luci-rpc', @@ -201,6 +233,10 @@ return L.view.extend({ o.value('', _('IPv4 and IPv6')); o.value('ipv4', _('IPv4 only')); o.value('ipv6', _('IPv6 only')); + o.validate = function(section_id, value) { + update_ip_hints(this.map, section_id, value, hosts); + return true; + }; o = s.taboption('general', form.Value, 'proto', _('Protocol')); o.modalonly = true; @@ -283,12 +319,7 @@ return L.view.extend({ o.modalonly = true; o.datatype = 'list(neg(ipmask))'; o.placeholder = _('any'); - L.sortedKeys(hosts, 'ipv4', 'addr').forEach(function(mac) { - o.value(hosts[mac].ipv4, '%s (%s)'.format( - hosts[mac].ipv4, - hosts[mac].name || mac - )); - }); + o.transformChoices = function() { return {} }; /* force combobox rendering */ o = s.taboption('general', form.Value, 'src_port', _('Source port')); o.modalonly = true; @@ -309,12 +340,7 @@ return L.view.extend({ o.modalonly = true; o.datatype = 'list(neg(ipmask))'; o.placeholder = _('any'); - L.sortedKeys(hosts, 'ipv4', 'addr').forEach(function(mac) { - o.value(hosts[mac].ipv4, '%s (%s)'.format( - hosts[mac].ipv4, - hosts[mac].name || mac - )); - }); + o.transformChoices = function() { return {} }; /* force combobox rendering */ o = s.taboption('general', form.Value, 'dest_port', _('Destination port')); o.modalonly = true; @@ -349,12 +375,18 @@ return L.view.extend({ o.value('Thu', _('Thursday')); o.value('Fri', _('Friday')); o.value('Sat', _('Saturday')); + o.write = function(section_id, value) { + return this.super('write', [ section_id, L.toArray(value).join(' ') ]); + }; o = s.taboption('timed', form.MultiValue, 'monthdays', _('Month Days')); o.modalonly = true; o.multiple = true; o.display_size = 15; o.placeholder = _('Any day'); + o.write = function(section_id, value) { + return this.super('write', [ section_id, L.toArray(value).join(' ') ]); + }; for (var i = 1; i <= 31; i++) o.value(i); diff --git a/applications/luci-app-firewall/luasrc/controller/firewall.lua b/applications/luci-app-firewall/luasrc/controller/firewall.lua deleted file mode 100644 index 5f8cb6ef31..0000000000 --- a/applications/luci-app-firewall/luasrc/controller/firewall.lua +++ /dev/null @@ -1,19 +0,0 @@ -module("luci.controller.firewall", package.seeall) - -function index() - entry({"admin", "network", "firewall"}, - alias("admin", "network", "firewall", "zones"), - _("Firewall"), 60) - - entry({"admin", "network", "firewall", "zones"}, - view("firewall/zones"), _("General Settings"), 10) - - entry({"admin", "network", "firewall", "forwards"}, - view("firewall/forwards"), _("Port Forwards"), 20) - - entry({"admin", "network", "firewall", "rules"}, - view("firewall/rules"), _("Traffic Rules"), 30) - - entry({"admin", "network", "firewall", "custom"}, - view("firewall/custom"), _("Custom Rules"), 40).leaf = true -end diff --git a/applications/luci-app-firewall/po/bg/firewall.po b/applications/luci-app-firewall/po/bg/firewall.po index 4e2b2320c9..4177941375 100644 --- a/applications/luci-app-firewall/po/bg/firewall.po +++ b/applications/luci-app-firewall/po/bg/firewall.po @@ -125,7 +125,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "" @@ -236,7 +236,7 @@ msgstr "" # Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "" @@ -300,7 +300,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "" @@ -453,7 +453,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "" @@ -650,7 +650,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/ca/firewall.po b/applications/luci-app-firewall/po/ca/firewall.po index 2c147665eb..3558ee419e 100644 --- a/applications/luci-app-firewall/po/ca/firewall.po +++ b/applications/luci-app-firewall/po/ca/firewall.po @@ -130,7 +130,7 @@ msgstr "Xarxes cobertes" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Regles personalitzades" @@ -241,7 +241,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Tallafocs" @@ -305,7 +305,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Ajusts generals" @@ -462,7 +462,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Reenviaments de port" @@ -646,7 +646,7 @@ msgid "To %s, %s in %s" msgstr "A %s, %s en %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Regles de trànsit" diff --git a/applications/luci-app-firewall/po/cs/firewall.po b/applications/luci-app-firewall/po/cs/firewall.po index 07cdd73398..704a7905cd 100644 --- a/applications/luci-app-firewall/po/cs/firewall.po +++ b/applications/luci-app-firewall/po/cs/firewall.po @@ -126,7 +126,7 @@ msgstr "Pokryté sítě" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Vlastní pravidla" @@ -236,7 +236,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Firewall" @@ -300,7 +300,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Obecné nastavení" @@ -457,7 +457,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Přesměrování portů" @@ -478,7 +478,8 @@ msgstr "Protokol" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252 msgid "" "Redirect matched incoming traffic to the given port on the internal host" -msgstr "Přesměrovat vybraný příchozí provoz na uvedený port vnitřního hostitele" +msgstr "" +"Přesměrovat vybraný příchozí provoz na uvedený port vnitřního hostitele" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:240 msgid "Redirect matched incoming traffic to the specified internal host" @@ -608,8 +609,8 @@ msgstr "" "Tato sekce definuje běžné možnosti %q. <em>Vstupní</em> a <em>výstupní</em> " "možnosti nastavují výchozí politiky pro provoz, vstupující do této zóny a " "vystupující z ní, zatímco <em>přesměrovací</em> možnosti popisují politiku " -"pro přesměrování provozu mezi rozdílnými sítěmi uvnitř jedné zóny. <em>" -"Pokryté sítě</em> určuje, které z dostupných sítí jsou členy této zóny." +"pro přesměrování provozu mezi rozdílnými sítěmi uvnitř jedné zóny. " +"<em>Pokryté sítě</em> určuje, které z dostupných sítí jsou členy této zóny." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:349 msgid "Thursday" @@ -640,7 +641,7 @@ msgid "To %s, %s in %s" msgstr "Na %s, %s v %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Pravidla síťového provozu" diff --git a/applications/luci-app-firewall/po/de/firewall.po b/applications/luci-app-firewall/po/de/firewall.po index 619ef03aaf..08ab8374d6 100644 --- a/applications/luci-app-firewall/po/de/firewall.po +++ b/applications/luci-app-firewall/po/de/firewall.po @@ -136,7 +136,7 @@ msgstr "Abgedeckte Netzwerke" msgid "Covered subnets" msgstr "Abgedeckte Subnetze" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Benutzerdefinierte Regeln" @@ -251,7 +251,7 @@ msgstr "Zusätzliche iptables-Argumente" msgid "Extra source arguments" msgstr "Zusätzliche Quell-Argumente" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Firewall" @@ -315,7 +315,7 @@ msgstr "Von %s auf <var>dieses Gerät</var> mit Quelle %s und %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Allgemeine Einstellungen" @@ -480,7 +480,7 @@ msgstr "" "alle Dienste vollständig offengelegt werden." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Portweiterleitungen" @@ -667,7 +667,7 @@ msgid "To %s, %s in %s" msgstr "Zu %s, %s in %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Traffic-Regeln" diff --git a/applications/luci-app-firewall/po/el/firewall.po b/applications/luci-app-firewall/po/el/firewall.po index d37baa6e60..8103329a1a 100644 --- a/applications/luci-app-firewall/po/el/firewall.po +++ b/applications/luci-app-firewall/po/el/firewall.po @@ -128,7 +128,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Προσαρμοσμένοι Κανόνες" @@ -236,7 +236,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Τείχος προστασίας" @@ -300,7 +300,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Γενικές Ρυθμίσεις" @@ -456,7 +456,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Προώθηση Θυρών" @@ -628,7 +628,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/en/firewall.po b/applications/luci-app-firewall/po/en/firewall.po index 56e8a0360a..76aa96fb60 100644 --- a/applications/luci-app-firewall/po/en/firewall.po +++ b/applications/luci-app-firewall/po/en/firewall.po @@ -125,7 +125,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "" @@ -236,7 +236,7 @@ msgstr "" # Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Firewall" @@ -300,7 +300,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "" @@ -455,7 +455,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "" @@ -655,7 +655,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/es/firewall.po b/applications/luci-app-firewall/po/es/firewall.po index 255f8b9092..295f9c7aa9 100644 --- a/applications/luci-app-firewall/po/es/firewall.po +++ b/applications/luci-app-firewall/po/es/firewall.po @@ -137,7 +137,7 @@ msgstr "Redes cubiertas" msgid "Covered subnets" msgstr "Subredes cubiertas" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Reglas personalizadas" @@ -253,7 +253,7 @@ msgstr "Argumentos adicionales de iptables" msgid "Extra source arguments" msgstr "Argumentos fuente adicionales" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Firewall" @@ -317,7 +317,7 @@ msgstr "De %s en <var>este dispositivo</var> con la fuente %s y %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Configuración general" @@ -480,7 +480,7 @@ msgstr "" "servicios." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Reenvío de puertos" @@ -668,7 +668,7 @@ msgid "To %s, %s in %s" msgstr "A %s, %s en %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Reglas de tráfico" diff --git a/applications/luci-app-firewall/po/fr/firewall.po b/applications/luci-app-firewall/po/fr/firewall.po index 72bdf20139..d3dba5b971 100644 --- a/applications/luci-app-firewall/po/fr/firewall.po +++ b/applications/luci-app-firewall/po/fr/firewall.po @@ -128,7 +128,7 @@ msgstr "Réseaux couverts" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Régles spécifiques" @@ -239,7 +239,7 @@ msgstr "" # applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Pare-feu" @@ -303,7 +303,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Paramètres généraux" @@ -460,7 +460,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Redirections de port" @@ -681,7 +681,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Règles de trafic" diff --git a/applications/luci-app-firewall/po/he/firewall.po b/applications/luci-app-firewall/po/he/firewall.po index 179ab1624f..de89c5e452 100644 --- a/applications/luci-app-firewall/po/he/firewall.po +++ b/applications/luci-app-firewall/po/he/firewall.po @@ -122,7 +122,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "" @@ -229,7 +229,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "" @@ -293,7 +293,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "" @@ -446,7 +446,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "" @@ -613,7 +613,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/hi/firewall.po b/applications/luci-app-firewall/po/hi/firewall.po index 68fdf498b6..3399856748 100644 --- a/applications/luci-app-firewall/po/hi/firewall.po +++ b/applications/luci-app-firewall/po/hi/firewall.po @@ -125,7 +125,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "" @@ -236,7 +236,7 @@ msgstr "" # Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "" @@ -300,7 +300,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "" @@ -453,7 +453,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "" @@ -650,7 +650,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/hu/firewall.po b/applications/luci-app-firewall/po/hu/firewall.po index d0c765ee64..da34d5dc52 100644 --- a/applications/luci-app-firewall/po/hu/firewall.po +++ b/applications/luci-app-firewall/po/hu/firewall.po @@ -134,7 +134,7 @@ msgstr "Lefedett hálózatok" msgid "Covered subnets" msgstr "Lefedett alhálózatok" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Egyéni szabályok" @@ -249,7 +249,7 @@ msgstr "További iptables argumentumok" msgid "Extra source arguments" msgstr "További forrásargumentumok" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Tűzfal" @@ -313,7 +313,7 @@ msgstr "Ettől: %s, <var>ezen az eszközön</var>, ezekkel a forrásokkal: %s é #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Általános beállítások" @@ -479,7 +479,7 @@ msgstr "" "összes szolgáltatást." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Porttovábbítások" @@ -664,7 +664,7 @@ msgid "To %s, %s in %s" msgstr "Erre: %s, %s ebben: %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Forgalmi szabályok" diff --git a/applications/luci-app-firewall/po/it/firewall.po b/applications/luci-app-firewall/po/it/firewall.po index df09c8a0c3..df91011443 100644 --- a/applications/luci-app-firewall/po/it/firewall.po +++ b/applications/luci-app-firewall/po/it/firewall.po @@ -127,7 +127,7 @@ msgstr "Reti coperte" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Regole Personalizzate" @@ -238,7 +238,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Firewall" @@ -302,7 +302,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Opzioni Generali" @@ -459,7 +459,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Inoltri Porta" @@ -664,7 +664,7 @@ msgid "To %s, %s in %s" msgstr "Verso %s, %s in %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Regole di Traffico" diff --git a/applications/luci-app-firewall/po/ja/firewall.po b/applications/luci-app-firewall/po/ja/firewall.po index 71a3d47356..59d3fd6ca4 100644 --- a/applications/luci-app-firewall/po/ja/firewall.po +++ b/applications/luci-app-firewall/po/ja/firewall.po @@ -136,7 +136,7 @@ msgstr "対象ネットワーク" msgid "Covered subnets" msgstr "カバーされるサブネット" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "手動設定ルール" @@ -250,7 +250,7 @@ msgstr "追加の iptables 引数" msgid "Extra source arguments" msgstr "追加の送信元引数" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "ファイアウォール" @@ -314,7 +314,7 @@ msgstr "送信元 %s, %s, %s (<var>デバイス</var>)" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "一般設定" @@ -480,7 +480,7 @@ msgstr "" "なりません。" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "ポートフォワーディング" @@ -665,7 +665,7 @@ msgid "To %s, %s in %s" msgstr "宛先 %s, %s (%s)" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "トラフィック・ルール" diff --git a/applications/luci-app-firewall/po/ko/firewall.po b/applications/luci-app-firewall/po/ko/firewall.po index b3caa3673f..e6a932b8b9 100644 --- a/applications/luci-app-firewall/po/ko/firewall.po +++ b/applications/luci-app-firewall/po/ko/firewall.po @@ -127,7 +127,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Custom Rule" @@ -237,7 +237,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "방화벽" @@ -301,7 +301,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "" @@ -454,7 +454,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Port Forward" @@ -637,7 +637,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Traffic Rule" diff --git a/applications/luci-app-firewall/po/mr/firewall.po b/applications/luci-app-firewall/po/mr/firewall.po index 37fdcb9978..782a033328 100644 --- a/applications/luci-app-firewall/po/mr/firewall.po +++ b/applications/luci-app-firewall/po/mr/firewall.po @@ -128,7 +128,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "" @@ -239,7 +239,7 @@ msgstr "" # Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "" @@ -303,7 +303,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "सामान्य सेटिंग्ज" @@ -456,7 +456,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "" @@ -653,7 +653,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/ms/firewall.po b/applications/luci-app-firewall/po/ms/firewall.po index 60de67aa74..09a20af4b2 100644 --- a/applications/luci-app-firewall/po/ms/firewall.po +++ b/applications/luci-app-firewall/po/ms/firewall.po @@ -126,7 +126,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "" @@ -233,7 +233,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "" @@ -297,7 +297,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "" @@ -450,7 +450,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "" @@ -617,7 +617,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/no/firewall.po b/applications/luci-app-firewall/po/no/firewall.po index f6f1daa929..96cc6f0372 100644 --- a/applications/luci-app-firewall/po/no/firewall.po +++ b/applications/luci-app-firewall/po/no/firewall.po @@ -122,7 +122,7 @@ msgstr "Gjeldene nettverk" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Egendefinerte Regler" @@ -232,7 +232,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Brannmur" @@ -296,7 +296,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Generelle Innstillinger" @@ -453,7 +453,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Port Videresendinger" @@ -639,7 +639,7 @@ msgid "To %s, %s in %s" msgstr "Til %s, %s i %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Trafikk Regler" diff --git a/applications/luci-app-firewall/po/pl/firewall.po b/applications/luci-app-firewall/po/pl/firewall.po index 86459989f0..3a3a76c147 100644 --- a/applications/luci-app-firewall/po/pl/firewall.po +++ b/applications/luci-app-firewall/po/pl/firewall.po @@ -138,7 +138,7 @@ msgstr "Objęte sieci" msgid "Covered subnets" msgstr "Objęte podsieci" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Własne reguły" @@ -255,7 +255,7 @@ msgstr "Dodatkowe argumenty zródłowe" # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Zapora" @@ -319,7 +319,7 @@ msgstr "Z %s na <var>to urządzenie</var> ze źródłem %s oraz %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Ustawienia główne" @@ -483,7 +483,7 @@ msgstr "" "usługi." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Przekierowania portów" @@ -634,11 +634,11 @@ msgid "" "forwarded traffic between different networks within the zone. <em>Covered " "networks</em> specifies which available networks are members of this zone." msgstr "" -"Ta sekcja definiuje ustawienia ogólne %q. Opcje <em>\"wejście\"</em> i <em>\"" -"wyjście\"</em> określające domyślną politykę dla ruchu przychodzącego i " +"Ta sekcja definiuje ustawienia ogólne %q. Opcje <em>\"wejście\"</em> i <em>" +"\"wyjście\"</em> określające domyślną politykę dla ruchu przychodzącego i " "wychodzącego w tej strefie, podczas gdy <em>\"przekazywanie\"</em> opisuje " -"politykę ruchu przekazywanego pomiędzy różnymi sieciami wewnątrz strefy. <em>" -"Objęte sieci</em> określają dostępne sieci będące członkami tej strefy." +"politykę ruchu przekazywanego pomiędzy różnymi sieciami wewnątrz strefy. " +"<em>Objęte sieci</em> określają dostępne sieci będące członkami tej strefy." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:349 msgid "Thursday" @@ -669,7 +669,7 @@ msgid "To %s, %s in %s" msgstr "Do %s, %s w %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Reguły ruchu sieciowego" @@ -710,8 +710,8 @@ msgid "" "Use this option to classify zone traffic by raw, non-<em>uci</em> managed " "network devices." msgstr "" -"Opcja ta służy do klasyfikacji ruchu strefowego według surowych, " -"nie-<em>uci</em> obsługiwanych urządzeń sieciowych." +"Opcja ta służy do klasyfikacji ruchu strefowego według surowych, nie-" +"<em>uci</em> obsługiwanych urządzeń sieciowych." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:183 msgid "" diff --git a/applications/luci-app-firewall/po/pt-br/firewall.po b/applications/luci-app-firewall/po/pt-br/firewall.po index 2cb5e89852..4e9ec01069 100644 --- a/applications/luci-app-firewall/po/pt-br/firewall.po +++ b/applications/luci-app-firewall/po/pt-br/firewall.po @@ -136,7 +136,7 @@ msgstr "Redes cobertas" msgid "Covered subnets" msgstr "Sub-redes cobertas" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Regras Personalizadas" @@ -252,7 +252,7 @@ msgstr "Argumentos extras para o iptables" msgid "Extra source arguments" msgstr "Argumentos extras da fonte" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Firewall" @@ -316,7 +316,7 @@ msgstr "De %s <var>neste dispositivo</var> com origem %s e %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Configurações Gerais" @@ -479,7 +479,7 @@ msgstr "" "regras do firewall expondo todos os serviços completamente." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Encaminhamentos de Porta" @@ -663,7 +663,7 @@ msgid "To %s, %s in %s" msgstr "Para %s, %s em %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Regras de tráfego" diff --git a/applications/luci-app-firewall/po/pt/firewall.po b/applications/luci-app-firewall/po/pt/firewall.po index 2c3c6f9585..f2093b8543 100644 --- a/applications/luci-app-firewall/po/pt/firewall.po +++ b/applications/luci-app-firewall/po/pt/firewall.po @@ -136,7 +136,7 @@ msgstr "Redes abrangidas" msgid "Covered subnets" msgstr "Subredes abrangidas" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Regras Personalizadas" @@ -252,7 +252,7 @@ msgstr "Argumentos adicionais do iptables" msgid "Extra source arguments" msgstr "Argumentos adicionais da fonte" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Firewall" @@ -316,7 +316,7 @@ msgstr "De %s <var>neste aparelho</var> com as fontes %s e %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Configurações Gerais" @@ -478,7 +478,7 @@ msgstr "" "firewall quebrado, expondo completamente todos os serviços." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Encaminhamento de Portas" @@ -665,7 +665,7 @@ msgid "To %s, %s in %s" msgstr "Para %s, %s em %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Regras de Tráfego" diff --git a/applications/luci-app-firewall/po/ro/firewall.po b/applications/luci-app-firewall/po/ro/firewall.po index b3dd63730b..eaf3d337a6 100644 --- a/applications/luci-app-firewall/po/ro/firewall.po +++ b/applications/luci-app-firewall/po/ro/firewall.po @@ -127,7 +127,7 @@ msgstr "Retele acoperite" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Reguli suplimentare" @@ -234,7 +234,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Firewall" @@ -298,7 +298,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Setari generale" @@ -451,7 +451,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "" @@ -618,7 +618,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/ru/firewall.po b/applications/luci-app-firewall/po/ru/firewall.po index 256f82b389..ec43677489 100644 --- a/applications/luci-app-firewall/po/ru/firewall.po +++ b/applications/luci-app-firewall/po/ru/firewall.po @@ -138,7 +138,7 @@ msgstr "Охватываемые сети" msgid "Covered subnets" msgstr "Охватываемые подсети" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Пользовательские правила" @@ -254,7 +254,7 @@ msgstr "Дополнительные аргументы iptables" msgid "Extra source arguments" msgstr "Дополнительные аргументы для источника" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Межсетевой экран" @@ -318,7 +318,7 @@ msgstr "Из %s в <var>это устройство</var> с источника #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Основные настройки" @@ -485,7 +485,7 @@ msgstr "" "правил межсетевого экрана, полностью открывая доступ ко всем службам системы." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Перенаправление портов" @@ -670,7 +670,7 @@ msgid "To %s, %s in %s" msgstr "К %s, %s в %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Правила для трафика" diff --git a/applications/luci-app-firewall/po/sk/firewall.po b/applications/luci-app-firewall/po/sk/firewall.po index e5d73e2d0f..d31bcfefaf 100644 --- a/applications/luci-app-firewall/po/sk/firewall.po +++ b/applications/luci-app-firewall/po/sk/firewall.po @@ -122,7 +122,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "" @@ -229,7 +229,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "" @@ -293,7 +293,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "" @@ -446,7 +446,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "" @@ -613,7 +613,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/sv/firewall.po b/applications/luci-app-firewall/po/sv/firewall.po index 6a761b0f36..655e1bf514 100644 --- a/applications/luci-app-firewall/po/sv/firewall.po +++ b/applications/luci-app-firewall/po/sv/firewall.po @@ -126,7 +126,7 @@ msgstr "Nätverk som omfattas" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Anpassade regler" @@ -233,7 +233,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Brandvägg" @@ -297,7 +297,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Generella inställningar" @@ -453,7 +453,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Vidarebefordringar av port" @@ -620,7 +620,7 @@ msgid "To %s, %s in %s" msgstr "Till %s, %s i %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Trafikregler" diff --git a/applications/luci-app-firewall/po/templates/firewall.pot b/applications/luci-app-firewall/po/templates/firewall.pot index 8d290d664f..91d3bd4586 100644 --- a/applications/luci-app-firewall/po/templates/firewall.pot +++ b/applications/luci-app-firewall/po/templates/firewall.pot @@ -115,7 +115,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "" @@ -222,7 +222,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "" @@ -286,7 +286,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "" @@ -439,7 +439,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "" @@ -606,7 +606,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/tr/firewall.po b/applications/luci-app-firewall/po/tr/firewall.po index f3d850961e..1db3c11272 100644 --- a/applications/luci-app-firewall/po/tr/firewall.po +++ b/applications/luci-app-firewall/po/tr/firewall.po @@ -126,7 +126,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "" @@ -233,7 +233,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "" @@ -297,7 +297,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "" @@ -450,7 +450,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "" @@ -617,7 +617,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/uk/firewall.po b/applications/luci-app-firewall/po/uk/firewall.po index 2aeaedecc1..39272a55ee 100644 --- a/applications/luci-app-firewall/po/uk/firewall.po +++ b/applications/luci-app-firewall/po/uk/firewall.po @@ -140,7 +140,7 @@ msgstr "Охоплені мережі" msgid "Covered subnets" msgstr "Охоплені підмережі" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "Настроювані правила" @@ -256,7 +256,7 @@ msgstr "Додаткові аргументи iptables" msgid "Extra source arguments" msgstr "Додаткові аргументи для джерела" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Брандмауер" @@ -320,7 +320,7 @@ msgstr "Від %s на <var>цьому пристрої</var> з джерело #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "Загальні параметри" @@ -483,7 +483,7 @@ msgstr "" "порушення набору правил брандмауера, повністю відкриваючи всі служби." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "Переспрямовування портів" @@ -667,7 +667,7 @@ msgid "To %s, %s in %s" msgstr "%s, %s у %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "Правила трафіка" diff --git a/applications/luci-app-firewall/po/vi/firewall.po b/applications/luci-app-firewall/po/vi/firewall.po index 068b3954c5..6b84e0f5a0 100644 --- a/applications/luci-app-firewall/po/vi/firewall.po +++ b/applications/luci-app-firewall/po/vi/firewall.po @@ -130,7 +130,7 @@ msgstr "" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "" @@ -239,7 +239,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "Firewall" @@ -303,7 +303,7 @@ msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "" @@ -459,7 +459,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "" @@ -631,7 +631,7 @@ msgid "To %s, %s in %s" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "" diff --git a/applications/luci-app-firewall/po/zh-cn/firewall.po b/applications/luci-app-firewall/po/zh-cn/firewall.po index e64d006c62..7e9e06af77 100644 --- a/applications/luci-app-firewall/po/zh-cn/firewall.po +++ b/applications/luci-app-firewall/po/zh-cn/firewall.po @@ -134,7 +134,7 @@ msgstr "涵盖的网络" msgid "Covered subnets" msgstr "涵盖的子网" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "自定义规则" @@ -245,7 +245,7 @@ msgstr "额外的 iptables 参数" msgid "Extra source arguments" msgstr "额外的源参数" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "防火墙" @@ -309,7 +309,7 @@ msgstr "来自 %s 位于<var>本设备</var>源端口 %s 源 MAC %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "基本设置" @@ -465,7 +465,7 @@ msgstr "" "而对外暴露所有服务。" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "端口转发" @@ -640,7 +640,7 @@ msgid "To %s, %s in %s" msgstr "到 %s, %s 位于 %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "通信规则" diff --git a/applications/luci-app-firewall/po/zh-tw/firewall.po b/applications/luci-app-firewall/po/zh-tw/firewall.po index 167e680516..231efc399f 100644 --- a/applications/luci-app-firewall/po/zh-tw/firewall.po +++ b/applications/luci-app-firewall/po/zh-tw/firewall.po @@ -127,7 +127,7 @@ msgstr "覆蓋網路" msgid "Covered subnets" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:18 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "Custom Rules" msgstr "自訂規則" @@ -236,7 +236,7 @@ msgstr "" msgid "Extra source arguments" msgstr "" -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 msgid "Firewall" msgstr "防火牆" @@ -300,7 +300,7 @@ msgstr "來自 %s 位於<var>本裝置</var>源埠 %s 源 MAC %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 msgid "General Settings" msgstr "基本設定" @@ -453,7 +453,7 @@ msgid "" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 msgid "Port Forwards" msgstr "埠轉發" @@ -627,7 +627,7 @@ msgid "To %s, %s in %s" msgstr "到 %s, %s 位於 %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 -#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 msgid "Traffic Rules" msgstr "通訊規則" diff --git a/applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json b/applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json new file mode 100644 index 0000000000..c414f36910 --- /dev/null +++ b/applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json @@ -0,0 +1,50 @@ +{ + "admin/network/firewall": { + "title": "Firewall", + "order": 60, + "action": { + "type": "alias", + "path": "admin/network/firewall/zones" + }, + "depends": { + "fs": { "/sbin/fw3": "executable" }, + "uci": { "firewall": true } + } + }, + + "admin/network/firewall/zones": { + "title": "General Settings", + "order": 10, + "action": { + "type": "view", + "path": "firewall/zones" + } + }, + + "admin/network/firewall/forwards": { + "title": "Port Forwards", + "order": 20, + "action": { + "type": "view", + "path": "firewall/forwards" + } + }, + + "admin/network/firewall/rules": { + "title": "Traffic Rules", + "order": 30, + "action": { + "type": "view", + "path": "firewall/rules" + } + }, + + "admin/network/firewall/custom": { + "title": "Custom Rules", + "order": 40, + "action": { + "type": "view", + "path": "firewall/custom" + } + } +} diff --git a/applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua b/applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua index 4358374440..9ae754cb93 100644 --- a/applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua +++ b/applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua @@ -14,22 +14,22 @@ qr = s:option(DummyValue, "note0", "dummy") qr.tmp = tmp qr.template = "fwknopd-qr" qr:depends("uci_enabled", "1") -s:option(Value, "SOURCE", "SOURCE", translate("Use ANY for any source ip")) +s:option(Value, "SOURCE", "SOURCE", translate("Use ANY for any source IP")) k1 = s:option(Value, "KEY", "KEY", translate("Define the symmetric key used for decrypting an incoming SPA packet that is encrypted by the fwknop client with Rijndael.")) k1:depends("keytype", translate("Normal Key")) k2 = s:option(Value, "KEY_BASE64", "KEY_BASE64", translate("Define the symmetric key used for decrypting an incoming SPA \ packet that is encrypted by the fwknop client with Rijndael.")) -k2:depends("keytype", translate("Base 64 key")) +k2:depends("keytype", translate("Base64 key")) l1 = s:option(ListValue, "keytype", "Key type") l1:value("Normal Key", "Normal Key") -l1:value("Base 64 key", "Base 64 key") +l1:value("Base64 key", "Base64 key") k3 = s:option(Value, "HMAC_KEY", "HMAC_KEY", "The hmac key") k3:depends("hkeytype", "Normal Key") k4 = s:option(Value, "HMAC_KEY_BASE64", "HMAC_KEY_BASE64", translate("The base64 hmac key")) -k4:depends("hkeytype", "Base 64 key") +k4:depends("hkeytype", "Base64 key") l2 = s:option(ListValue, "hkeytype", "HMAC Key type") l2:value("Normal Key", "Normal Key") -l2:value("Base 64 key", "Base 64 key") +l2:value("Base64 key", "Base64 key") s:option(Value, "OPEN_PORTS", "OPEN_PORTS", translate("Define a set of ports and protocols (tcp or udp) that will be opened if a valid knock sequence is seen. \ If this entry is not set, fwknopd will attempt to honor any proto/port request specified in the SPA data \ (unless of it matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated.")) @@ -43,7 +43,7 @@ s:option(Value, "REQUIRE_SOURCE_ADDRESS", "REQUIRE_SOURCE_ADDRESS", translate("F s = m:section(TypedSection, "config", translate("fwknopd.conf config options")) s.anonymous=true -s:option(Value, "MAX_SPA_PACKET_AGE", "MAX_SPA_PACKET_AGE", translate("Maximum age in seconds that an SPA packet will be accepted. defaults to 120 seconds")) +s:option(Value, "MAX_SPA_PACKET_AGE", "MAX_SPA_PACKET_AGE", translate("Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 seconds.")) s:option(Value, "PCAP_INTF", "PCAP_INTF", translate("Specify the ethernet interface on which fwknopd will sniff packets.")) s:option(Value, "ENABLE_IPT_FORWARDING", "ENABLE_IPT_FORWARDING", translate("Allow SPA clients to request access to services through an iptables firewall instead of just to it.")) s:option(Value, "ENABLE_NAT_DNS", "ENABLE_NAT_DNS", translate("Allow SPA clients to request forwarding destination by DNS name.")) diff --git a/applications/luci-app-fwknopd/po/bg/fwknopd.po b/applications/luci-app-fwknopd/po/bg/fwknopd.po index a7e3dae36e..43fc875d9f 100644 --- a/applications/luci-app-fwknopd/po/bg/fwknopd.po +++ b/applications/luci-app-fwknopd/po/bg/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/ca/fwknopd.po b/applications/luci-app-fwknopd/po/ca/fwknopd.po index e0026e13dd..d15973e091 100644 --- a/applications/luci-app-fwknopd/po/ca/fwknopd.po +++ b/applications/luci-app-fwknopd/po/ca/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/cs/fwknopd.po b/applications/luci-app-fwknopd/po/cs/fwknopd.po index da1273fff3..3d35d28ad1 100644 --- a/applications/luci-app-fwknopd/po/cs/fwknopd.po +++ b/applications/luci-app-fwknopd/po/cs/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/de/fwknopd.po b/applications/luci-app-fwknopd/po/de/fwknopd.po index 438e17679d..0c999546bb 100644 --- a/applications/luci-app-fwknopd/po/de/fwknopd.po +++ b/applications/luci-app-fwknopd/po/de/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/el/fwknopd.po b/applications/luci-app-fwknopd/po/el/fwknopd.po index ac258002f3..7bd4fc74fe 100644 --- a/applications/luci-app-fwknopd/po/el/fwknopd.po +++ b/applications/luci-app-fwknopd/po/el/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/en/fwknopd.po b/applications/luci-app-fwknopd/po/en/fwknopd.po index 045472d3a2..7bfe5d197e 100644 --- a/applications/luci-app-fwknopd/po/en/fwknopd.po +++ b/applications/luci-app-fwknopd/po/en/fwknopd.po @@ -23,8 +23,8 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" -msgstr "Base 64 key" +msgid "Base64 key" +msgstr "Base64 key" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 msgid "" @@ -91,11 +91,11 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 msgid "Normal Key" @@ -110,8 +110,8 @@ msgid "The base64 hmac key" msgstr "The base64 hmac key" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" -msgstr "Use ANY for any source ip" +msgid "Use ANY for any source IP" +msgstr "Use ANY for any source IP" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 msgid "" diff --git a/applications/luci-app-fwknopd/po/es/fwknopd.po b/applications/luci-app-fwknopd/po/es/fwknopd.po index f772886d11..8ca5780186 100644 --- a/applications/luci-app-fwknopd/po/es/fwknopd.po +++ b/applications/luci-app-fwknopd/po/es/fwknopd.po @@ -27,7 +27,7 @@ msgstr "" "Permitir que los clientes SPA soliciten el destino de reenvío por nombre DNS." #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "Llave base 64" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -98,8 +98,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" "Edad máxima en segundos que se aceptará un paquete de SPA. De manera " "predeterminada a 120 segundos" @@ -118,7 +118,7 @@ msgid "The base64 hmac key" msgstr "La clave hmac base64" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "Use CUALQUIERA para cualquier fuente ip" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/fr/fwknopd.po b/applications/luci-app-fwknopd/po/fr/fwknopd.po index d698ea148a..0980a82a52 100644 --- a/applications/luci-app-fwknopd/po/fr/fwknopd.po +++ b/applications/luci-app-fwknopd/po/fr/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/he/fwknopd.po b/applications/luci-app-fwknopd/po/he/fwknopd.po index 02778a5bee..2ae9d4a9e1 100644 --- a/applications/luci-app-fwknopd/po/he/fwknopd.po +++ b/applications/luci-app-fwknopd/po/he/fwknopd.po @@ -22,7 +22,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -75,8 +75,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -92,7 +92,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/hi/fwknopd.po b/applications/luci-app-fwknopd/po/hi/fwknopd.po index da7581116b..27826a4acd 100644 --- a/applications/luci-app-fwknopd/po/hi/fwknopd.po +++ b/applications/luci-app-fwknopd/po/hi/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/hu/fwknopd.po b/applications/luci-app-fwknopd/po/hu/fwknopd.po index bb137bd8ca..3f099d9fe7 100644 --- a/applications/luci-app-fwknopd/po/hu/fwknopd.po +++ b/applications/luci-app-fwknopd/po/hu/fwknopd.po @@ -27,7 +27,7 @@ msgstr "" "név alapján." #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "Base64 kulcs" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -99,8 +99,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" "Legnagyobb életkor másodpercben, amíg egy SPA csomag elfogadásra kerül. " "Alapértelmezetten 120 másodperc." @@ -120,7 +120,7 @@ msgid "The base64 hmac key" msgstr "A Base64 hmac kulcs" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "BÁRMELY használata bármely forrás IP-nél" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/it/fwknopd.po b/applications/luci-app-fwknopd/po/it/fwknopd.po index 1e3debe383..8f30a56c37 100644 --- a/applications/luci-app-fwknopd/po/it/fwknopd.po +++ b/applications/luci-app-fwknopd/po/it/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/ja/fwknopd.po b/applications/luci-app-fwknopd/po/ja/fwknopd.po index 26b9302bcf..fcc4fa4d2a 100644 --- a/applications/luci-app-fwknopd/po/ja/fwknopd.po +++ b/applications/luci-app-fwknopd/po/ja/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/ko/fwknopd.po b/applications/luci-app-fwknopd/po/ko/fwknopd.po index 99491f4c3f..43cc7a71d3 100644 --- a/applications/luci-app-fwknopd/po/ko/fwknopd.po +++ b/applications/luci-app-fwknopd/po/ko/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/mr/fwknopd.po b/applications/luci-app-fwknopd/po/mr/fwknopd.po index d5e0e968ee..e94376fa0a 100644 --- a/applications/luci-app-fwknopd/po/mr/fwknopd.po +++ b/applications/luci-app-fwknopd/po/mr/fwknopd.po @@ -23,7 +23,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "बेस 64 की" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -76,8 +76,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -93,7 +93,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/ms/fwknopd.po b/applications/luci-app-fwknopd/po/ms/fwknopd.po index 32294f1855..c0f5b9d00e 100644 --- a/applications/luci-app-fwknopd/po/ms/fwknopd.po +++ b/applications/luci-app-fwknopd/po/ms/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/nb_NO/fwknopd.po b/applications/luci-app-fwknopd/po/nb_NO/fwknopd.po index 01310db69d..4403519b6e 100644 --- a/applications/luci-app-fwknopd/po/nb_NO/fwknopd.po +++ b/applications/luci-app-fwknopd/po/nb_NO/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/pl/fwknopd.po b/applications/luci-app-fwknopd/po/pl/fwknopd.po index a5ac7bc67b..0bc64eb637 100644 --- a/applications/luci-app-fwknopd/po/pl/fwknopd.po +++ b/applications/luci-app-fwknopd/po/pl/fwknopd.po @@ -24,8 +24,8 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" -msgstr "Klucz Base 64" +msgid "Base64 key" +msgstr "Klucz Base64" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 msgid "" @@ -77,8 +77,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -94,7 +94,7 @@ msgid "The base64 hmac key" msgstr "Klucz HMAC Base64" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/pt-br/fwknopd.po b/applications/luci-app-fwknopd/po/pt-br/fwknopd.po index e7c8ed2121..aef59065aa 100644 --- a/applications/luci-app-fwknopd/po/pt-br/fwknopd.po +++ b/applications/luci-app-fwknopd/po/pt-br/fwknopd.po @@ -27,7 +27,7 @@ msgstr "" "Permitir que clientes SPA requeiram encaminhamento de destinos por nome DNS." #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "Chave em formato base64" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -96,8 +96,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" "Idade máxima, em segundos, que um pacote SPA será aceito. O padrão é de 120 " "segundos" @@ -116,7 +116,7 @@ msgid "The base64 hmac key" msgstr "A chave de autenticação HMAC em formato base64" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "Use \"ANY\" para qualquer endereço IP de origem" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/pt/fwknopd.po b/applications/luci-app-fwknopd/po/pt/fwknopd.po index daa662efd9..0e8a41281c 100644 --- a/applications/luci-app-fwknopd/po/pt/fwknopd.po +++ b/applications/luci-app-fwknopd/po/pt/fwknopd.po @@ -27,7 +27,7 @@ msgstr "" "nome de DNS." #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "Chave da base 64" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -97,8 +97,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" "Idade máxima em segundos que um pacote SPA será aceite. Predefinido a 120 " "segundos" @@ -116,7 +116,7 @@ msgid "The base64 hmac key" msgstr "A chave hmac base64" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "Use qualquer um (ANY) para qualquer fonte ip" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/ro/fwknopd.po b/applications/luci-app-fwknopd/po/ro/fwknopd.po index 756a895a27..26c160cc11 100644 --- a/applications/luci-app-fwknopd/po/ro/fwknopd.po +++ b/applications/luci-app-fwknopd/po/ro/fwknopd.po @@ -22,7 +22,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -75,8 +75,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -92,7 +92,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/ru/fwknopd.po b/applications/luci-app-fwknopd/po/ru/fwknopd.po index 23070e9635..0e7e594174 100644 --- a/applications/luci-app-fwknopd/po/ru/fwknopd.po +++ b/applications/luci-app-fwknopd/po/ru/fwknopd.po @@ -29,7 +29,7 @@ msgstr "" "Разрешить SPA клиентам запрашивать направление переадресации по DNS-имени." #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "64-битный ключ" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -100,8 +100,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" "Максимальное время в секундах, в течение которых будет принят SPA пакет, по " "умолчанию 120 секунд." @@ -119,7 +119,7 @@ msgid "The base64 hmac key" msgstr "Ключ Base64 HMAC." #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "Использовать ЛЮБОЙ, для любого исходящего IP." #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/sk/fwknopd.po b/applications/luci-app-fwknopd/po/sk/fwknopd.po index f0a37ecd68..7cce5996a2 100644 --- a/applications/luci-app-fwknopd/po/sk/fwknopd.po +++ b/applications/luci-app-fwknopd/po/sk/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/sv/fwknopd.po b/applications/luci-app-fwknopd/po/sv/fwknopd.po index c1c7cbef5d..6ec57093ca 100644 --- a/applications/luci-app-fwknopd/po/sv/fwknopd.po +++ b/applications/luci-app-fwknopd/po/sv/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/tr/fwknopd.po b/applications/luci-app-fwknopd/po/tr/fwknopd.po index 694e5919ec..78ad383a02 100644 --- a/applications/luci-app-fwknopd/po/tr/fwknopd.po +++ b/applications/luci-app-fwknopd/po/tr/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/uk/fwknopd.po b/applications/luci-app-fwknopd/po/uk/fwknopd.po index 792db18acc..61f602aeee 100644 --- a/applications/luci-app-fwknopd/po/uk/fwknopd.po +++ b/applications/luci-app-fwknopd/po/uk/fwknopd.po @@ -22,7 +22,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -75,8 +75,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -92,7 +92,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/vi/fwknopd.po b/applications/luci-app-fwknopd/po/vi/fwknopd.po index 961d371f58..e443062147 100644 --- a/applications/luci-app-fwknopd/po/vi/fwknopd.po +++ b/applications/luci-app-fwknopd/po/vi/fwknopd.po @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -74,8 +74,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -91,7 +91,7 @@ msgid "The base64 hmac key" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/zh-cn/fwknopd.po b/applications/luci-app-fwknopd/po/zh-cn/fwknopd.po index 3134aa11af..15cb72645b 100644 --- a/applications/luci-app-fwknopd/po/zh-cn/fwknopd.po +++ b/applications/luci-app-fwknopd/po/zh-cn/fwknopd.po @@ -22,7 +22,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "允许 SPA 客户端用 DNS 名称请求转发目标。" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "Base64 密钥" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -84,8 +84,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "SPA 数据包的最大可接受年龄(秒)。默认为 120 秒" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -101,7 +101,7 @@ msgid "The base64 hmac key" msgstr "base64 hmac 密钥" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "对任何源 IP 使用 ANY" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/po/zh-tw/fwknopd.po b/applications/luci-app-fwknopd/po/zh-tw/fwknopd.po index 7cb0f42fea..f758e5e81f 100644 --- a/applications/luci-app-fwknopd/po/zh-tw/fwknopd.po +++ b/applications/luci-app-fwknopd/po/zh-tw/fwknopd.po @@ -22,7 +22,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name." msgstr "允許 SPA 客戶端用 DNS 名稱請求轉發目標。" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 -msgid "Base 64 key" +msgid "Base64 key" msgstr "Base64 金鑰" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 @@ -84,8 +84,8 @@ msgstr "" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46 msgid "" -"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " -"seconds" +"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 " +"seconds." msgstr "SPA 資料包的最大可接受年齡(秒)。預設為 120 秒" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 @@ -101,7 +101,7 @@ msgid "The base64 hmac key" msgstr "base64 hmac 金鑰" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 -msgid "Use ANY for any source ip" +msgid "Use ANY for any source IP" msgstr "對任何源 IP 使用 ANY" #: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 diff --git a/applications/luci-app-fwknopd/root/etc/uci-defaults/40_luci-fwknopd b/applications/luci-app-fwknopd/root/etc/uci-defaults/40_luci-fwknopd index 9e5057e701..f81c941e83 100644 --- a/applications/luci-app-fwknopd/root/etc/uci-defaults/40_luci-fwknopd +++ b/applications/luci-app-fwknopd/root/etc/uci-defaults/40_luci-fwknopd @@ -4,16 +4,11 @@ . /lib/functions/network.sh [ "$(uci -q get fwknopd.@access[0].KEY)" != "CHANGEME" ] && exit 0 -uci batch <<EOF - add ucitrack fwknopd - set ucitrack.@fwknopd[-1].init=fwknopd - commit ucitrack -EOF uci delete fwknopd.@access[0].KEY uci delete fwknopd.@access[0].HMAC_KEY -uci set fwknopd.@access[0].keytype='Base 64 key' -uci set fwknopd.@access[0].hkeytype='Base 64 key' +uci set fwknopd.@access[0].keytype='Base64 key' +uci set fwknopd.@access[0].hkeytype='Base64 key' uci set fwknopd.@access[0].KEY_BASE64=`fwknopd --key-gen | awk '/^KEY/ {print $2;}'` uci set fwknopd.@access[0].HMAC_KEY_BASE64=`fwknopd --key-gen | awk '/^HMAC/ {print $2;}'` uci set fwknopd.@config[0].ENABLE_IPT_FORWARDING='y' diff --git a/applications/luci-app-hd-idle/root/etc/uci-defaults/40_luci-hd_idle b/applications/luci-app-hd-idle/root/etc/uci-defaults/40_luci-hd_idle index 92f4356367..d7bfee271d 100755 --- a/applications/luci-app-hd-idle/root/etc/uci-defaults/40_luci-hd_idle +++ b/applications/luci-app-hd-idle/root/etc/uci-defaults/40_luci-hd_idle @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@hd-idle[-1] - add ucitrack hd-idle - set ucitrack.@hd-idle[-1].init=hd-idle - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-https_dns_proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index bd6cf9bd1b..47e8971919 100644 --- a/applications/luci-app-https_dns_proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> -LUCI_TITLE:=HTTPS DNS Proxy Web UI -LUCI_DESCRIPTION:=Provides Web UI for HTTPS DNS Proxy -LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https_dns_proxy +LUCI_TITLE:=DNS Over HTTPS Proxy Web UI +LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy +LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https-dns-proxy LUCI_PKGARCH:=all -PKG_RELEASE:=9 +PKG_RELEASE:=1 include ../../luci.mk diff --git a/applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua b/applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua index 826f3f691f..d236feae0a 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua @@ -1,13 +1,13 @@ -module("luci.controller.https_dns_proxy", package.seeall) +module("luci.controller.https-dns-proxy", package.seeall) function index() - if nixio.fs.access("/etc/config/https_dns_proxy") then - entry({"admin", "services", "https_dns_proxy"}, cbi("https_dns_proxy"), _("DNS over HTTPS Proxy")) - entry({"admin", "services", "https_dns_proxy", "action"}, call("https_dns_proxy_action"), nil).leaf = true + if nixio.fs.access("/etc/config/https-dns-proxy") then + entry({"admin", "services", "https-dns-proxy"}, cbi("https-dns-proxy"), _("DNS Over HTTPS Proxy")) + entry({"admin", "services", "https-dns-proxy", "action"}, call("https_dns_proxy_action"), nil).leaf = true end end function https_dns_proxy_action(name) - local packageName = "https_dns_proxy" + local packageName = "https-dns-proxy" if name == "start" then luci.sys.init.start(packageName) elseif name == "action" then diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua index 723ca894c3..fc190437ca 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua @@ -1,6 +1,6 @@ return { name = "Digitale-Gesellschaft", label = _("Digitale Gesellschaft"), - url_prefix = "https://dns.digitale-gesellschaft.ch/dns-query?", + resolver_url = "https://dns.digitale-gesellschaft.ch/dns-query", bootstrap_dns = "185.95.218.42,185.95.218.43" } diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua new file mode 100644 index 0000000000..86c4c56dc1 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua @@ -0,0 +1,6 @@ +return { + name = "rubyfish.cn", + label = _("rubyfish.cn"), + resolver_url = "https://dns.rubyfish.cn/dns-query", + bootstrap_dns = "118.89.110.78,47.96.179.163" +} diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua index 50dc74288a..114d23ed5b 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua @@ -1,6 +1,6 @@ return { name = "DNS.SB", label = _("DNS.SB"), - url_prefix = "https://doh.dns.sb/dns-query?", + resolver_url = "https://doh.dns.sb/dns-query", bootstrap_dns = "185.222.222.222,185.184.222.222" } diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua new file mode 100644 index 0000000000..5fb6df3632 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua @@ -0,0 +1,6 @@ +return { + name = "AdGuard-Family", + label = _("AdGuard (Family Protection)"), + resolver_url = "https://dns-family.adguard.com/dns-query", + bootstrap_dns = "176.103.130.132,176.103.130.134" +} diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua new file mode 100644 index 0000000000..950f203f6e --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua @@ -0,0 +1,6 @@ +return { + name = "AdGuard-Standard", + label = _("AdGuard (Standard)"), + resolver_url = "https://dns.adguard.com/dns-query", + bootstrap_dns = "176.103.130.130,176.103.130.131" +} diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua index 74d9273bcd..e8673d5d58 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua @@ -1,6 +1,6 @@ return { name = "Cloudflare", label = _("Cloudflare"), - url_prefix = "https://cloudflare-dns.com/dns-query?ct=application/dns-json&", + resolver_url = "https://cloudflare-dns.com/dns-query", bootstrap_dns = "1.1.1.1,1.0.0.1" } diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua index e47576be86..3dfe309368 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua @@ -1,6 +1,6 @@ return { name = "odvr-nic-cz", label = _("ODVR (nic.cz)"), - url_prefix = "https://odvr.nic.cz/doh?", + resolver_url = "https://odvr.nic.cz/doh", bootstrap_dns = "193.17.47.1,185.43.135.1" } diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua index 168f3f7aa4..6eab04064b 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua @@ -1,7 +1,7 @@ return { name = "Google", label = _("Google"), - url_prefix = "https://dns.google.com/resolve?", + resolver_url = "https://dns.google/dns-query", bootstrap_dns = "8.8.8.8,8.8.4.4", default = true } diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua new file mode 100644 index 0000000000..89becb18b3 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua @@ -0,0 +1,6 @@ +return { + name = "Quad9-Recommended", + label = _("Quad 9 (Recommended)"), + resolver_url = "https://dns.quad9.net/dns-query", + bootstrap_dns = "9.9.9.9,149.112.112.112" +} diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua new file mode 100644 index 0000000000..67c24fa774 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua @@ -0,0 +1,6 @@ +return { + name = "Quad9-Unsecured", + label = _("Quad 9 (Unsecured)"), + resolver_url = "https://dns10.quad9.net/dns-query", + bootstrap_dns = "9.9.9.10,149.112.112.10" +} diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua new file mode 100644 index 0000000000..e367794820 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua @@ -0,0 +1,6 @@ +return { + name = "Quad9-ECS", + label = _("Quad 9 (Secured with ECS Support)"), + resolver_url = "https://dns11.quad9.net/dns-query", + bootstrap_dns = "9.9.9.11,149.112.112.11" +} diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua new file mode 100644 index 0000000000..e459f2933e --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua @@ -0,0 +1,6 @@ +return { + name = "Quad9-Secured", + label = _("Quad 9 (Secured)"), + resolver_url = "https://dns9.quad9.net/dns-query", + bootstrap_dns = "9.9.9.9,149.112.112.9" +} diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua new file mode 100644 index 0000000000..e81637935b --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua @@ -0,0 +1,6 @@ +return { + name = "CleanBrowsing-Adult", + label = _("CleanBrowsing (Adult Filter)"), + resolver_url = "https://doh.cleanbrowsing.org/doh/adult-filter/", + bootstrap_dns = "185.228.168.168" +} diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua new file mode 100644 index 0000000000..9fabda1d77 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua @@ -0,0 +1,6 @@ +return { + name = "CleanBrowsing-Family", + label = _("CleanBrowsing (Family Filter)"), + resolver_url = "https://doh.cleanbrowsing.org/doh/family-filter/", + bootstrap_dns = "185.228.168.168" +} diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua new file mode 100644 index 0000000000..0bf11f59d8 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua @@ -0,0 +1,6 @@ +return { + name = "CleanBrowsing-Security", + label = _("CleanBrowsing (Security Filter)"), + resolver_url = "https://doh.cleanbrowsing.org/doh/security-filter/", + bootstrap_dns = "185.228.168.168" +} diff --git a/applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua b/applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua index 4e7e02524f..11eca60399 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua @@ -5,7 +5,7 @@ local dispatcher = require "luci.dispatcher" local i18n = require "luci.i18n" local uci = require("luci.model.uci").cursor() -local packageName = "https_dns_proxy" +local packageName = "https-dns-proxy" local providers_dir = "/usr/lib/lua/luci/" .. packageName .. "/providers/" function get_provider_name(value) @@ -14,12 +14,12 @@ function get_provider_name(value) setfenv(p_func, { _ = i18n.translate }) local p = p_func() value = value:gsub('[%p%c%s]', '') - p.url_match = p.url_prefix:gsub('[%p%c%s]', '') + p.url_match = p.resolver_url:gsub('[%p%c%s]', '') if value:match(p.url_match) then return p.label end end - return translate("Uknown Provider") + return translate("Unknown Provider") end local tmpfsStatus, tmpfsStatusCode @@ -61,7 +61,7 @@ else end end -m = Map("https_dns_proxy", translate("DNS over HTTPS Proxy Settings")) +m = Map("https-dns-proxy", translate("DNS Over HTTPS Proxy Settings")) h = m:section(TypedSection, "_dummy", translate("Service Status") .. tmpfsVersion) h.template = "cbi/nullsection" @@ -80,22 +80,30 @@ else buttons.template = packageName .. "/buttons" end -s3 = m:section(TypedSection, "https_dns_proxy", translate("Instances"), translate("When you add/remove any instances below, they will be used to override the 'DNS forwardings' section of ") +s3 = m:section(TypedSection, "https-dns-proxy", translate("Instances"), translate("When you add/remove any instances below, they will be used to override the 'DNS forwardings' section of ") .. [[ <a href="]] .. dispatcher.build_url("admin/network/dhcp") .. [[">]] - .. translate("DHCP and DNS") .. [[</a>]] .. ".") + .. translate("DHCP and DNS") .. [[</a>]] .. "." + .. "<br />" + .. translate("For more information on different options check ") + .. [[ <a href="https://adguard.com/en/adguard-dns/overview.html">]] + .. "AdGuard.com" .. [[</a>]] .. ", " + .. [[ <a href="https://cleanbrowsing.org/guides/dnsoverhttps">]] + .. "CleanBrowsing.org" .. [[</a>]] .. " " .. translate("and") .. " " + .. [[ <a href="https://www.quad9.net/doh-quad9-dns-servers/">]] + .. "Quad9.net" .. [[</a>]] .. ".") s3.template = "cbi/tblsection" s3.sortable = false s3.anonymous = true s3.addremove = true -prov = s3:option(ListValue, "url_prefix", translate("Provider")) +prov = s3:option(ListValue, "resolver_url", translate("Resolver")) for filename in fs.dir(providers_dir) do local p_func = loadfile(providers_dir .. filename) setfenv(p_func, { _ = i18n.translate }) local p = p_func() - prov:value(p.url_prefix, p.label) + prov:value(p.resolver_url, p.label) if p.default then - prov.default = p.url_prefix + prov.default = p.resolver_url end end prov.forcewrite = true @@ -106,13 +114,13 @@ prov.write = function(self, section, value) setfenv(p_func, { _ = i18n.translate }) local p = p_func() value = value:gsub('[%p%c%s]', '') - p.url_match = p.url_prefix:gsub('[%p%c%s]', '') + p.url_match = p.resolver_url:gsub('[%p%c%s]', '') if value:match(p.url_match) then - uci:set("https_dns_proxy", section, "bootstrap_dns", p.bootstrap_dns) - uci:set("https_dns_proxy", section, "url_prefix", p.url_prefix) + uci:set(packageName, section, "bootstrap_dns", p.bootstrap_dns) + uci:set(packageName, section, "resolver_url", p.resolver_url) end end - uci:save("https_dns_proxy") + uci:save(packageName) end la = s3:option(Value, "listen_addr", translate("Listen address")) @@ -121,7 +129,7 @@ la.placeholder = "127.0.0.1" la.rmempty = true local n = 0 -uci:foreach("https_dns_proxy", "https_dns_proxy", function(s) +uci:foreach(packageName, packageName, function(s) if s[".name"] == section then return false end @@ -132,12 +140,10 @@ lp = s3:option(Value, "listen_port", translate("Listen port")) lp.datatype = "port" lp.value = n + 5053 -sa = s3:option(Value, "subnet_addr", translate("Subnet address")) -sa.datatype = "host" +sa = s3:option(Value, "edns_subnet", translate("EDNS client subnet")) sa.rmempty = true ps = s3:option(Value, "proxy_server", translate("Proxy server")) -ps.datatype = "host" ps.rmempty = true return m diff --git a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm index 84c5f608d2..52d2b50e52 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm @@ -3,7 +3,7 @@ -%> <%- - local packageName = "https_dns_proxy" + local packageName = "https-dns-proxy" local enabledFlag = luci.sys.init.enabled(packageName) local ubusStatus = luci.util.ubus("service", "list", { name = packageName }) @@ -33,8 +33,8 @@ end -%> -<%+https_dns_proxy/css%> -<%+https_dns_proxy/js%> +<%+https-dns-proxy/css%> +<%+https-dns-proxy/js%> <div class="cbi-value"><label class="cbi-value-title">Service Control</label> <div class="cbi-value-field"> diff --git a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/css.htm b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/css.htm index 6fb3d51d3b..6fb3d51d3b 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/css.htm +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/css.htm diff --git a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm index 3b0daaa19a..fac92a3925 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm @@ -32,7 +32,7 @@ btn_enable.disabled = true; btn_disable.disabled = true; spinner(btn_spinner, 1); - xhr.get('<%=luci.dispatcher.build_url("admin", "services", "https_dns_proxy", "action")%>/' + action.name, null, + xhr.get('<%=luci.dispatcher.build_url("admin", "services", "https-dns-proxy", "action")%>/' + action.name, null, function (x) { if (!x) { return; diff --git a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/status-textarea.htm b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status-textarea.htm index 3840cd19d4..3840cd19d4 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/status-textarea.htm +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status-textarea.htm diff --git a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/status.htm b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm index c453428405..c453428405 100644 --- a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/status.htm +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm diff --git a/applications/luci-app-https-dns-proxy/po/bg/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/bg/https-dns-proxy.po new file mode 100644 index 0000000000..9187f341cd --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/bg/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: bg\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/ca/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ca/https-dns-proxy.po new file mode 100644 index 0000000000..dbdb2ea03e --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/ca/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: ca\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/cs/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/cs/https-dns-proxy.po new file mode 100644 index 0000000000..0cc66bb545 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/cs/https-dns-proxy.po @@ -0,0 +1,188 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-05 17:07+0000\n" +"Last-Translator: Jiri Tersel <jiri.tersel@seznam.cz>\n" +"Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps_dns_proxy/cs/>\n" +"Language: cs\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "DHCP a DNS" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "Více informací o dalších možnostech" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "Instance" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "Naslouchající adresa" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "Naslouchající port" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "Proxy server" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" +"Pokud níže přidáte nebo odeberete instance, budou použity k přepsání sekce " +"'DNS forwardings' v" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "a" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" + +#~ msgid "Provider" +#~ msgstr "Poskytovatel" + +#~ msgid "Subnet address" +#~ msgstr "Adresa podsítě" + +#~ msgid "HTTPS DNS Proxy" +#~ msgstr "HTTPS DNS Proxy" + +#~ msgid "HTTPS DNS Proxy Settings" +#~ msgstr "Nastavení HTTPS DNS Proxy" diff --git a/applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po new file mode 100644 index 0000000000..1c4230d68d --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po @@ -0,0 +1,197 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-12 15:06+0000\n" +"Last-Translator: ssantos <ssantos@web.de>\n" +"Language-Team: German <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps_dns_proxy/de/>\n" +"Language: de\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 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "AdGuard (Familienschutz)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "AdGuard (Standard)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "CleanBrowsing (Familienfilter)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "CleanBrowsing (Familienfilter)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "CleanBrowsing (Sicherheitsfilter)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "Cloudflare" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "DHCP und DNS" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "DNS.SB" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "Digitale Gesellschaft" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "Deaktivieren" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "DoH" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "Aktivieren" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "Weitere Informationen zu den verschiedenen Optionen finden Sie unter" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "Google" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "Instanzen" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "Listen-Adresse" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "Listen-Port" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "Lade" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "ODVR (nic.cz)" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "Proxyserver" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "Quad 9 (empfohlen)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "Quad 9 (gesichert mit ECS-Unterstützung)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "Quad 9 (gesichert)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "Quad 9 (ungesichert)" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "Neu laden" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "Laufend" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "Dienststatus" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "Start" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "Stoppen" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "Angehalten" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" +"Wenn Sie untenstehende Instanzen hinzufügen/entfernen, werden sie für den " +"Abschnitt 'DNS-Weiterleitungen' verwendet von" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "und" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "bei" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "ist nicht installiert oder nicht gefunden" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" + +#~ msgid "DNS over HTTPS Proxy" +#~ msgstr "DNS über HTTPS Proxy" + +#~ msgid "DNS over HTTPS Proxy Settings" +#~ msgstr "DNS über HTTPS Proxy-Einstellungen" + +#~ msgid "Provider" +#~ msgstr "Anbieter" + +#~ msgid "Subnet address" +#~ msgstr "Subnetzadresse" + +#~ msgid "Uknown Provider" +#~ msgstr "Bekannter Anbieter" + +#~ msgid "HTTPS DNS Proxy" +#~ msgstr "HTTPS-DNS-Proxy" + +#~ msgid "HTTPS DNS Proxy Settings" +#~ msgstr "HTTPS-DNS-Proxyeinstellungen" diff --git a/applications/luci-app-https-dns-proxy/po/el/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/el/https-dns-proxy.po new file mode 100644 index 0000000000..2a8198caef --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/el/https-dns-proxy.po @@ -0,0 +1,174 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-03 08:25+0000\n" +"Last-Translator: Tavaninja <metalcorpe@gmail.com>\n" +"Language-Team: Greek <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps_dns_proxy/el/>\n" +"Language: el\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 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "Φόρτωση" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/en/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/en/https-dns-proxy.po new file mode 100644 index 0000000000..9dc2bebfb5 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/en/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: en\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/es/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/es/https-dns-proxy.po new file mode 100644 index 0000000000..4adb321e04 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/es/https-dns-proxy.po @@ -0,0 +1,206 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" +"Last-Translator: JuanE SF <juanesf91@gmail.com>\n" +"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps_dns_proxy/es/>\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "AdGuard (Protección familiar)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "AdGuard (estándar)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "CleanBrowsing (Filtro para adultos)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "CleanBrowsing (Filtro familiar)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "CleanBrowsing (Filtro de seguridad)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "Cloudflare" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "DHCP y DNS" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "DNS.SB" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "Sociedad digital" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "Desactivar" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "DoH" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "Activar" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "Para obtener más información sobre diferentes opciones, consulte" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "Google" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "Instancias" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "Escuchar dirección" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "Puerto" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "Cargando" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "ODVR (nic.cz)" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "Servidor proxy" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "Quad 9 (recomendado)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "Quad 9 (Asegurado con soporte ECS)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "Quad 9 (Asegurado)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "Quad 9 (No asegurado)" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "Recargar" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "Corriendo" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "Estado del servicio" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "Iniciar" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "Detener" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "Detenido" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" +"Cuando agregue/elimine las instancias a continuación, se utilizarán para " +"anular la sección 'Reenvíos DNS' de" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "y" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "a" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "no está instalado o no se encuentra" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" + +#~ msgid "DNS over HTTPS Proxy" +#~ msgstr "DNS sobre proxy HTTPS" + +#~ msgid "DNS over HTTPS Proxy Settings" +#~ msgstr "Configuración de DNS sobre proxy HTTPS" + +#~ msgid "Provider" +#~ msgstr "Proveedor" + +#~ msgid "Subnet address" +#~ msgstr "Direccion de subred" + +#~ msgid "Uknown Provider" +#~ msgstr "Proveedor Desconocido" + +#~ msgid "HTTPS DNS Proxy" +#~ msgstr "Proxy DNS HTTPS" + +#~ msgid "HTTPS DNS Proxy Settings" +#~ msgstr "Configuración de proxy HTTPS DNS" + +#~ msgid "Group name" +#~ msgstr "Nombre del grupo" + +#~ msgid "User name" +#~ msgstr "Nombre de usuario" diff --git a/applications/luci-app-https-dns-proxy/po/fr/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/fr/https-dns-proxy.po new file mode 100644 index 0000000000..bc26fbdaf9 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/fr/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: fr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/he/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/he/https-dns-proxy.po new file mode 100644 index 0000000000..3b445c8464 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/he/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: he\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/hi/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/hi/https-dns-proxy.po new file mode 100644 index 0000000000..49b6f01a24 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/hi/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: hi\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/hu/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/hu/https-dns-proxy.po new file mode 100644 index 0000000000..160d6da812 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/hu/https-dns-proxy.po @@ -0,0 +1,174 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" +"Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" +"Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps_dns_proxy/hu/>\n" +"Language: hu\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 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "DHCP és DNS" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "Letiltás" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "Engedélyezés" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "Betöltés" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "Újratöltés" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "Indítás" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "Leállítás" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/it/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/it/https-dns-proxy.po new file mode 100644 index 0000000000..bf84a19e4b --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/it/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: it\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/ja/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ja/https-dns-proxy.po new file mode 100644 index 0000000000..a3aa6bc9a0 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/ja/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: ja\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/ko/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ko/https-dns-proxy.po new file mode 100644 index 0000000000..5a42245b70 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/ko/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: ko\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/mr/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/mr/https-dns-proxy.po new file mode 100644 index 0000000000..cfec04e556 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/mr/https-dns-proxy.po @@ -0,0 +1,174 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi <josprachi@yahoo.com>\n" +"Language-Team: Marathi <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps_dns_proxy/mr/>\n" +"Language: mr\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 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/ms/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ms/https-dns-proxy.po new file mode 100644 index 0000000000..26b756b07b --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/ms/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: ms\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/nb_NO/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/nb_NO/https-dns-proxy.po new file mode 100644 index 0000000000..63734bc2e2 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/nb_NO/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: nb_NO\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po new file mode 100644 index 0000000000..9c4d8635fd --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po @@ -0,0 +1,198 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" +"Last-Translator: Michal L <michalrmsmi@wp.pl>\n" +"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps_dns_proxy/pl/>\n" +"Language: pl\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "AdGuard (Ochrona rodziny)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "AdGuard (Standardowy)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "CleanBrowsing (Filtr treści dla dorosłych)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "CleanBrowsing (Filtr rodzinny)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "CleanBrowsing (Filtr bezpieczeństwa)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "Cloudflare" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "DHCP i DNS" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "DNS.SB" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "Digitale Gesellschaft" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "Wyłącz" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "DoH" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "Włącz" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "Więcej informacji na temat wyboru różnych opcji" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "Google" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "Instancje" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "Nasłuchiwany adres" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "Nasłuchiwany port" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "Ładowanie" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "ODVR (nic.cz)" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "Serwer Proxy" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "Quad 9 (Zalecane)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "Quad 9 (Zabezpieczony z obsługą ECS)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "Quad 9 (Zabezpieczony)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "Quad 9 (Niezabezpieczony)" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "Przeładuj" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "Uruchomione" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "Status usługi" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "Uruchom" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "Stop" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "Zatrzymany" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" +"Po dodaniu/usunięciu dowolnej instancji poniżej, zastąpią one ustawienia " +"sekcji 'Przekierowania DNS' w" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "i" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "na" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "nie jest zainstalowany lub nie został znaleziony" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" + +#~ msgid "DNS over HTTPS Proxy" +#~ msgstr "Proxy DNS over HTTPS" + +#~ msgid "DNS over HTTPS Proxy Settings" +#~ msgstr "Ustawiania proxy DNS over HTTPS" + +#~ msgid "Provider" +#~ msgstr "Dostawca" + +#~ msgid "Subnet address" +#~ msgstr "Adres podsieci" + +#~ msgid "Uknown Provider" +#~ msgstr "Nieznany dostawca" + +#~ msgid "HTTPS DNS Proxy" +#~ msgstr "HTTPS DNS Proxy" + +#~ msgid "HTTPS DNS Proxy Settings" +#~ msgstr "Ustawienia Proxy HTTPS DNS" diff --git a/applications/luci-app-https-dns-proxy/po/pt/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/pt/https-dns-proxy.po new file mode 100644 index 0000000000..11fb4ed16f --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/pt/https-dns-proxy.po @@ -0,0 +1,197 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-05 17:07+0000\n" +"Last-Translator: ssantos <ssantos@web.de>\n" +"Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps_dns_proxy/pt/>\n" +"Language: pt\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 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "AdGuard (Proteção da Família)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "AdGuard (Padrão)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "CleanBrowsing (Filtro Adulto)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "CleanBrowsing (Filtro para a Familia)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "CleanBrowsing (Filtro de Segurança)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "Cloudflare" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "DHCP e DNS" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "DNS.SB" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "Digitale Gesellschaft" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "Desativar" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "DoH" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "Ativar" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "Para obter mais informações sobre opções diferentes, verifique" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "Google" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "Instâncias" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "Endereço de escuta" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "Porta de escuta" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "A carregar" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "ODVR (nic.cz)" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "Servidor proxy" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "Quad 9 (Recomendado)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "Quad 9 (Protegido com Suporte de ECS)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "Quad 9 (Seguro)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "Quad 9 (Sem Segurança)" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "Recarregar" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "Executando" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "Estado do Serviço" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "Iniciar" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "Parar" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "Parado" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" +"Quando adicionar/remover quaisquer instâncias abaixo, serão usadas para " +"substituir a seção 'DNS forwardings' de" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "e" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "em" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "não está instalado ou não foi encontrado" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" + +#~ msgid "DNS over HTTPS Proxy" +#~ msgstr "Proxy de DNS sobre HTTPS" + +#~ msgid "DNS over HTTPS Proxy Settings" +#~ msgstr "Configurações de Proxy DNS sobre HTTPS" + +#~ msgid "Provider" +#~ msgstr "Provedor" + +#~ msgid "Subnet address" +#~ msgstr "Endereço de sub-rede" + +#~ msgid "Uknown Provider" +#~ msgstr "Provedor Desconhecido" + +#~ msgid "HTTPS DNS Proxy" +#~ msgstr "Proxy de DNS HTTPS" + +#~ msgid "HTTPS DNS Proxy Settings" +#~ msgstr "Configurações de proxy HTTPS DNS" diff --git a/applications/luci-app-https-dns-proxy/po/pt_BR/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/pt_BR/https-dns-proxy.po new file mode 100644 index 0000000000..a49b0f5cff --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/pt_BR/https-dns-proxy.po @@ -0,0 +1,191 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-03 08:25+0000\n" +"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" +"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationshttps_dns_proxy/pt_BR/>\n" +"Language: pt_BR\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 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "AdGuard (Proteção Familiar)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "AdGuard (Padrão)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "CleanBrowsing (Filtro Adulto)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "CleanBrowsing (Filtro Familiar)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "CleanBrowsing (Filtro de Segurança)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "Cloudflare" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "DHCP e DNS" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "DNS.SB" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "Digitale Gesellschaft" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "Desativar" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "DoH" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "Ativar" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "Para obter mais informações sobre diferentes opções, verifique" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "Google" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "Instâncias" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "Escutar endereço" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "Porta de escuta" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "Carregando" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "ODVR (nic.cz)" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "Servidor proxy" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "Quad 9 (Preferível)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "Quad 9 (Protegido com Suporte a ECS)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "Quad 9 (Seguro)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "Quad 9 (Sem Segurança)" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "Recarregar" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "Em execução" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "Condição do Serviço" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "Iniciar" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "Parar" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "Parado" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" +"Quando você adiciona/remove quaisquer instâncias abaixo, elas serão usadas " +"para substituir a seção 'Encaminhamentos DNS' de" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "e" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "em" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "não está instalado ou não foi encontrado" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" + +#~ msgid "DNS over HTTPS Proxy" +#~ msgstr "DNS sobre Proxy HTTPS" + +#~ msgid "DNS over HTTPS Proxy Settings" +#~ msgstr "Configurações de DNS sobre Proxy HTTPS" + +#~ msgid "Provider" +#~ msgstr "Provedor" + +#~ msgid "Subnet address" +#~ msgstr "Endereço de sub-rede" + +#~ msgid "Uknown Provider" +#~ msgstr "Provedor Desconhecido" diff --git a/applications/luci-app-https-dns-proxy/po/ro/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ro/https-dns-proxy.po new file mode 100644 index 0000000000..e567be48aa --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/ro/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: ro\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/ru/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ru/https-dns-proxy.po new file mode 100644 index 0000000000..1b9e752b79 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/ru/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: ru\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/sk/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/sk/https-dns-proxy.po new file mode 100644 index 0000000000..1288d3f4ed --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/sk/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: sk\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/sv/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/sv/https-dns-proxy.po new file mode 100644 index 0000000000..88edf2604f --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/sv/https-dns-proxy.po @@ -0,0 +1,174 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-03 08:25+0000\n" +"Last-Translator: Mattias Münster <mattiasmun@gmail.com>\n" +"Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps_dns_proxy/sv/>\n" +"Language: sv\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 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "DHCP och DNS" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "Inaktivera" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "Aktivera" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "Lyssningsadress" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "Lyssningsport" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "Laddar" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "Ladda om" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "Starta" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "Stoppad" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot b/applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot new file mode 100644 index 0000000000..3e1ddb2a32 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot @@ -0,0 +1,165 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/tr/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/tr/https-dns-proxy.po new file mode 100644 index 0000000000..aa8333eab7 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/tr/https-dns-proxy.po @@ -0,0 +1,174 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı <ismail541236@gmail.com>\n" +"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps_dns_proxy/tr/>\n" +"Language: tr\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 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "Durdur" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/uk/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/uk/https-dns-proxy.po new file mode 100644 index 0000000000..412c97afc4 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/uk/https-dns-proxy.po @@ -0,0 +1,175 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n" +"Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps_dns_proxy/uk/>\n" +"Language: uk\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" +"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "DHCP та DNS" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "Увімкнути" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "Завантаження" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "Запустити" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "Зупинити" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/vi/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/vi/https-dns-proxy.po new file mode 100644 index 0000000000..918e17c851 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/vi/https-dns-proxy.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Language: vi\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/zh-cn/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/zh-cn/https-dns-proxy.po new file mode 100644 index 0000000000..6d527d6b0d --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/zh-cn/https-dns-proxy.po @@ -0,0 +1,207 @@ +# +# Yangfl <mmyangfl@gmail.com>, 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2019-12-04 12:07+0000\n" +"Last-Translator: lissom <kkjoy2617@gmail.com>\n" +"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationshttps_dns_proxy/zh_Hans/>\n" +"Language: zh-cn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "AdGuard(家庭保护)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "AdGuard(标准)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "CleanBrowsing(成人过滤器)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "CleanBrowsing(家庭过滤器)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "CleanBrowsing(安全筛选器)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "Cloudflare" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "DHCP/DNS" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "DNS.SB" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "Digitale Gesellschaft" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "禁用" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "DoH" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "启用" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "有关不同选项的更多信息,请检查" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "谷歌" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "实例" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "监听地址" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "监听端口" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "加载中" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "ODVR (nic.cz)" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "代理服务器" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "Quad 9(推荐)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "Quad 9(获得ECS支持)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "Quad 9(安全)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "Quad 9(不安全)" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "重新载入" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "运行中" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "服务状态" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "启动" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "停止" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "已停止" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "当您添加/删除下面的任何实例时,它们将用于覆盖以下实例的“ DNS转发”部分" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "和" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "在" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "未安装或未找到" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" + +#~ msgid "DNS over HTTPS Proxy" +#~ msgstr "DNS over HTTPS 代理" + +#~ msgid "DNS over HTTPS Proxy Settings" +#~ msgstr "DNS over HTTPS代理设置" + +#~ msgid "Provider" +#~ msgstr "提供商" + +#~ msgid "Subnet address" +#~ msgstr "子网地址" + +#~ msgid "Uknown Provider" +#~ msgstr "未知提供商" + +#~ msgid "HTTPS DNS Proxy" +#~ msgstr "HTTPS DNS 代理" + +#~ msgid "HTTPS DNS Proxy Settings" +#~ msgstr "HTTPS DNS 代理设置" + +#~ msgid "Group name" +#~ msgstr "组名称" + +#~ msgid "User name" +#~ msgstr "用户名" diff --git a/applications/luci-app-https-dns-proxy/po/zh-tw/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/zh-tw/https-dns-proxy.po new file mode 100644 index 0000000000..7484b8fe32 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/zh-tw/https-dns-proxy.po @@ -0,0 +1,197 @@ +# +# Yangfl <mmyangfl@gmail.com>, 2019. +# +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2019-01-03 22:46+0800\n" +"Last-Translator: Yangfl <mmyangfl@gmail.com>\n" +"Language-Team: <debian-l10n-chinese@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"X-Generator: Gtranslator 3.30.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 +msgid "AdGuard (Family Protection)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 +msgid "AdGuard (Standard)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 +msgid "CleanBrowsing (Adult Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 +msgid "CleanBrowsing (Family Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 +msgid "CleanBrowsing (Security Filter)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 +msgid "Cloudflare" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85 +msgid "DHCP and DNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 +msgid "DNS Over HTTPS Proxy" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64 +msgid "DNS Over HTTPS Proxy Settings" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 +msgid "DNS.SB" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 +msgid "Digitale Gesellschaft" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53 +msgid "Disable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "DoH" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143 +msgid "EDNS client subnet" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51 +msgid "Enable" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87 +msgid "For more information on different options check" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 +msgid "Google" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "Instances" +msgstr "例項" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 +msgid "Listen address" +msgstr "監聽位址" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139 +msgid "Listen port" +msgstr "監聽埠" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 +msgid "Loading" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 +msgid "ODVR (nic.cz)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146 +msgid "Proxy server" +msgstr "代理伺服器" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 +msgid "Quad 9 (Recommended)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 +msgid "Quad 9 (Secured with ECS Support)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 +msgid "Quad 9 (Secured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 +msgid "Quad 9 (Unsecured)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43 +msgid "Reload" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99 +msgid "Resolver" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "Running" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66 +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 +msgid "Start" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45 +msgid "Stop" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22 +msgid "Unknown Provider" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83 +msgid "" +"When you add/remove any instances below, they will be used to override the " +"'DNS forwardings' section of" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91 +msgid "and" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56 +msgid "at" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32 +msgid "is not installed or not found" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 +msgid "rubyfish.cn" +msgstr "" + +#~ msgid "Provider" +#~ msgstr "提供商" + +#~ msgid "Subnet address" +#~ msgstr "子網位址" + +#~ msgid "HTTPS DNS Proxy" +#~ msgstr "HTTPS DNS 代理" + +#~ msgid "HTTPS DNS Proxy Settings" +#~ msgstr "HTTPS DNS 代理設定" + +#~ msgid "Group name" +#~ msgstr "組名稱" + +#~ msgid "User name" +#~ msgstr "使用者名稱" diff --git a/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy b/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy new file mode 100644 index 0000000000..a1ecfcea24 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy @@ -0,0 +1,3 @@ +#!/bin/sh +rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache; +exit 0 diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua b/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua deleted file mode 100644 index 050549bf8d..0000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "</br>" --- .. translate("For more information on different options check ") --- .. [[ <a href="https://adguard.com/en/adguard-dns/overview.html#instruction">]] --- .. "AdGuard.com" .. [[</a>]] .. ", " --- .. [[ <a href="https://cleanbrowsing.org/guides/dnsoverhttps">]] --- .. "CleanBrowsing.org" .. [[</a>]] .. " " .. translate("and") .. " " --- .. [[ <a href="https://www.quad9.net/doh-quad9-dns-servers/">]] --- .. "Quad9.net" .. [[</a>]] .. "." -return { - name = "AdGuard-Family", - label = _("AdGuard (Family Protection)"), - url_prefix = "https://dns-family.adguard.com/dns-query?ct&", - bootstrap_dns = "176.103.130.132,176.103.130.134" -} diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua b/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua deleted file mode 100644 index 67b7c12811..0000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "</br>" --- .. translate("For more information on different options check ") --- .. [[ <a href="https://adguard.com/en/adguard-dns/overview.html#instruction">]] --- .. "AdGuard.com" .. [[</a>]] .. ", " --- .. [[ <a href="https://cleanbrowsing.org/guides/dnsoverhttps">]] --- .. "CleanBrowsing.org" .. [[</a>]] .. " " .. translate("and") .. " " --- .. [[ <a href="https://www.quad9.net/doh-quad9-dns-servers/">]] --- .. "Quad9.net" .. [[</a>]] .. "." -return { - name = "AdGuard-Standard", - label = _("AdGuard (Standard)"), - url_prefix = "https://dns.adguard.com/dns-query?ct&", - bootstrap_dns = "176.103.130.130,176.103.130.131" -} diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua b/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua deleted file mode 100644 index 356921a97f..0000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "</br>" --- .. translate("For more information on different options check ") --- .. [[ <a href="https://adguard.com/en/adguard-dns/overview.html#instruction">]] --- .. "AdGuard.com" .. [[</a>]] .. ", " --- .. [[ <a href="https://cleanbrowsing.org/guides/dnsoverhttps">]] --- .. "CleanBrowsing.org" .. [[</a>]] .. " " .. translate("and") .. " " --- .. [[ <a href="https://www.quad9.net/doh-quad9-dns-servers/">]] --- .. "Quad9.net" .. [[</a>]] .. "." -return { - name = "Quad9-Recommended", - label = _("Quad 9 (Recommended)"), - url_prefix = "https://dns.quad9.net:5053/dns-query?", - bootstrap_dns = "9.9.9.9,149.112.112.112" -} diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua b/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua deleted file mode 100644 index a031556e8d..0000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "</br>" --- .. translate("For more information on different options check ") --- .. [[ <a href="https://adguard.com/en/adguard-dns/overview.html#instruction">]] --- .. "AdGuard.com" .. [[</a>]] .. ", " --- .. [[ <a href="https://cleanbrowsing.org/guides/dnsoverhttps">]] --- .. "CleanBrowsing.org" .. [[</a>]] .. " " .. translate("and") .. " " --- .. [[ <a href="https://www.quad9.net/doh-quad9-dns-servers/">]] --- .. "Quad9.net" .. [[</a>]] .. "." -return { - name = "Quad9-Unsecured", - label = _("Quad 9 (Unsecured)"), - url_prefix = "https://dns10.quad9.net:5053/dns-query?", - bootstrap_dns = "9.9.9.10,149.112.112.10" -} diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua b/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua deleted file mode 100644 index 3b51978d25..0000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "</br>" --- .. translate("For more information on different options check ") --- .. [[ <a href="https://adguard.com/en/adguard-dns/overview.html#instruction">]] --- .. "AdGuard.com" .. [[</a>]] .. ", " --- .. [[ <a href="https://cleanbrowsing.org/guides/dnsoverhttps">]] --- .. "CleanBrowsing.org" .. [[</a>]] .. " " .. translate("and") .. " " --- .. [[ <a href="https://www.quad9.net/doh-quad9-dns-servers/">]] --- .. "Quad9.net" .. [[</a>]] .. "." -return { - name = "Quad9-ECS", - label = _("Quad 9 (Secured with ECS Support)"), - url_prefix = "https://dns11.quad9.net:5053/dns-query?", - bootstrap_dns = "9.9.9.11,149.112.112.11" -} diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua b/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua deleted file mode 100644 index c456a8dcdc..0000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "</br>" --- .. translate("For more information on different options check ") --- .. [[ <a href="https://adguard.com/en/adguard-dns/overview.html#instruction">]] --- .. "AdGuard.com" .. [[</a>]] .. ", " --- .. [[ <a href="https://cleanbrowsing.org/guides/dnsoverhttps">]] --- .. "CleanBrowsing.org" .. [[</a>]] .. " " .. translate("and") .. " " --- .. [[ <a href="https://www.quad9.net/doh-quad9-dns-servers/">]] --- .. "Quad9.net" .. [[</a>]] .. "." -return { - name = "Quad9-Secured", - label = _("Quad 9 (Secured)"), - url_prefix = "https://dns9.quad9.net:5053/dns-query?", - bootstrap_dns = "9.9.9.9,149.112.112.9" -} diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua b/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua deleted file mode 100644 index 708a39e958..0000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "</br>" --- .. translate("For more information on different options check ") --- .. [[ <a href="https://adguard.com/en/adguard-dns/overview.html#instruction">]] --- .. "AdGuard.com" .. [[</a>]] .. ", " --- .. [[ <a href="https://cleanbrowsing.org/guides/dnsoverhttps">]] --- .. "CleanBrowsing.org" .. [[</a>]] .. " " .. translate("and") .. " " --- .. [[ <a href="https://www.quad9.net/doh-quad9-dns-servers/">]] --- .. "Quad9.net" .. [[</a>]] .. "." -return { - name = "CleanBrowsing-Adult", - label = _("CleanBrowsing (Adult Filter)"), - url_prefix = "https://doh.cleanbrowsing.org/doh/adult-filter/?ct&", - bootstrap_dns = "185.228.168.168" -} diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua b/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua deleted file mode 100644 index f44ed43305..0000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "</br>" --- .. translate("For more information on different options check ") --- .. [[ <a href="https://adguard.com/en/adguard-dns/overview.html#instruction">]] --- .. "AdGuard.com" .. [[</a>]] .. ", " --- .. [[ <a href="https://cleanbrowsing.org/guides/dnsoverhttps">]] --- .. "CleanBrowsing.org" .. [[</a>]] .. " " .. translate("and") .. " " --- .. [[ <a href="https://www.quad9.net/doh-quad9-dns-servers/">]] --- .. "Quad9.net" .. [[</a>]] .. "." -return { - name = "CleanBrowsing-Family", - label = _("CleanBrowsing (Family Filter)"), - url_prefix = "https://doh.cleanbrowsing.org/doh/family-filter/?ct&", - bootstrap_dns = "185.228.168.168" -} diff --git a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua b/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua deleted file mode 100644 index e4a3bf4ac4..0000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "</br>" --- .. translate("For more information on different options check ") --- .. [[ <a href="https://adguard.com/en/adguard-dns/overview.html#instruction">]] --- .. "AdGuard.com" .. [[</a>]] .. ", " --- .. [[ <a href="https://cleanbrowsing.org/guides/dnsoverhttps">]] --- .. "CleanBrowsing.org" .. [[</a>]] .. " " .. translate("and") .. " " --- .. [[ <a href="https://www.quad9.net/doh-quad9-dns-servers/">]] --- .. "Quad9.net" .. [[</a>]] .. "." -return { - name = "CleanBrowsing-Security", - label = _("CleanBrowsing (Security Filter)"), - url_prefix = "https://doh.cleanbrowsing.org/doh/security-filter/?ct&", - bootstrap_dns = "185.228.168.168" -} diff --git a/applications/luci-app-https_dns_proxy/po/bg/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/bg/https_dns_proxy.po deleted file mode 100644 index 6418382444..0000000000 --- a/applications/luci-app-https_dns_proxy/po/bg/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: bg\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/ca/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/ca/https_dns_proxy.po deleted file mode 100644 index 0c05a65cdb..0000000000 --- a/applications/luci-app-https_dns_proxy/po/ca/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: ca\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/cs/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/cs/https_dns_proxy.po deleted file mode 100644 index 77e98ed471..0000000000 --- a/applications/luci-app-https_dns_proxy/po/cs/https_dns_proxy.po +++ /dev/null @@ -1,194 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-05 17:07+0000\n" -"Last-Translator: Jiri Tersel <jiri.tersel@seznam.cz>\n" -"Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/cs/>\n" -"Language: cs\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "DHCP a DNS" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "Více informací o dalších možnostech" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "Instance" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "Naslouchající adresa" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "Naslouchající port" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "Poskytovatel" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "Proxy server" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "Adresa podsítě" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" -"Pokud níže přidáte nebo odeberete instance, budou použity k přepsání sekce " -"'DNS forwardings' v" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "a" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" - -#~ msgid "HTTPS DNS Proxy" -#~ msgstr "HTTPS DNS Proxy" - -#~ msgid "HTTPS DNS Proxy Settings" -#~ msgstr "Nastavení HTTPS DNS Proxy" diff --git a/applications/luci-app-https_dns_proxy/po/de/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/de/https_dns_proxy.po deleted file mode 100644 index ca014fc392..0000000000 --- a/applications/luci-app-https_dns_proxy/po/de/https_dns_proxy.po +++ /dev/null @@ -1,194 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-12 15:06+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" -"Language-Team: German <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/de/>\n" -"Language: de\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 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "AdGuard (Familienschutz)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "AdGuard (Standard)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "CleanBrowsing (Familienfilter)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "CleanBrowsing (Familienfilter)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "CleanBrowsing (Sicherheitsfilter)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "Cloudflare" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "DHCP und DNS" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "DNS über HTTPS Proxy" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "DNS über HTTPS Proxy-Einstellungen" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "DNS.SB" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "Digitale Gesellschaft" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "Deaktivieren" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "DoH" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "Aktivieren" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "Weitere Informationen zu den verschiedenen Optionen finden Sie unter" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "Google" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "Instanzen" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "Listen-Adresse" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "Listen-Port" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "Lade" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "ODVR (nic.cz)" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "Anbieter" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "Proxyserver" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "Quad 9 (empfohlen)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "Quad 9 (gesichert mit ECS-Unterstützung)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "Quad 9 (gesichert)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "Quad 9 (ungesichert)" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "Neu laden" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "Laufend" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "Dienststatus" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "Start" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "Stoppen" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "Angehalten" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "Subnetzadresse" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "Bekannter Anbieter" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" -"Wenn Sie untenstehende Instanzen hinzufügen/entfernen, werden sie für den " -"Abschnitt 'DNS-Weiterleitungen' verwendet von" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "und" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "bei" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "ist nicht installiert oder nicht gefunden" - -#~ msgid "HTTPS DNS Proxy" -#~ msgstr "HTTPS-DNS-Proxy" - -#~ msgid "HTTPS DNS Proxy Settings" -#~ msgstr "HTTPS-DNS-Proxyeinstellungen" diff --git a/applications/luci-app-https_dns_proxy/po/el/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/el/https_dns_proxy.po deleted file mode 100644 index a72984b497..0000000000 --- a/applications/luci-app-https_dns_proxy/po/el/https_dns_proxy.po +++ /dev/null @@ -1,186 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-03 08:25+0000\n" -"Last-Translator: Tavaninja <metalcorpe@gmail.com>\n" -"Language-Team: Greek <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/el/>\n" -"Language: el\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 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "Φόρτωση" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/en/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/en/https_dns_proxy.po deleted file mode 100644 index ab7bd6e7f7..0000000000 --- a/applications/luci-app-https_dns_proxy/po/en/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: en\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/es/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/es/https_dns_proxy.po deleted file mode 100644 index 7fd7d2fa23..0000000000 --- a/applications/luci-app-https_dns_proxy/po/es/https_dns_proxy.po +++ /dev/null @@ -1,203 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2019-12-10 23:15+0000\n" -"Last-Translator: JuanE SF <juanesf91@gmail.com>\n" -"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/es/>\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "AdGuard (Protección familiar)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "AdGuard (estándar)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "CleanBrowsing (Filtro para adultos)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "CleanBrowsing (Filtro familiar)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "CleanBrowsing (Filtro de seguridad)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "Cloudflare" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "DHCP y DNS" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "DNS sobre proxy HTTPS" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "Configuración de DNS sobre proxy HTTPS" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "DNS.SB" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "Sociedad digital" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "Desactivar" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "DoH" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "Activar" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "Para obtener más información sobre diferentes opciones, consulte" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "Google" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "Instancias" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "Escuchar dirección" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "Puerto" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "Cargando" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "ODVR (nic.cz)" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "Proveedor" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "Servidor proxy" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "Quad 9 (recomendado)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "Quad 9 (Asegurado con soporte ECS)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "Quad 9 (Asegurado)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "Quad 9 (No asegurado)" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "Recargar" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "Corriendo" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "Estado del servicio" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "Iniciar" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "Detener" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "Detenido" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "Direccion de subred" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "Proveedor Desconocido" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" -"Cuando agregue/elimine las instancias a continuación, se utilizarán para " -"anular la sección 'Reenvíos DNS' de" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "y" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "a" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "no está instalado o no se encuentra" - -#~ msgid "HTTPS DNS Proxy" -#~ msgstr "Proxy DNS HTTPS" - -#~ msgid "HTTPS DNS Proxy Settings" -#~ msgstr "Configuración de proxy HTTPS DNS" - -#~ msgid "Group name" -#~ msgstr "Nombre del grupo" - -#~ msgid "User name" -#~ msgstr "Nombre de usuario" diff --git a/applications/luci-app-https_dns_proxy/po/fr/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/fr/https_dns_proxy.po deleted file mode 100644 index 2b1f37adb9..0000000000 --- a/applications/luci-app-https_dns_proxy/po/fr/https_dns_proxy.po +++ /dev/null @@ -1,186 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-26 18:23+0000\n" -"Last-Translator: reyur <remicaruyer@gmail.com>\n" -"Language-Team: French <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/fr/>\n" -"Language: fr\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 3.10\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "Chargement" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/he/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/he/https_dns_proxy.po deleted file mode 100644 index 55504b455b..0000000000 --- a/applications/luci-app-https_dns_proxy/po/he/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: he\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/hi/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/hi/https_dns_proxy.po deleted file mode 100644 index cd3f3b6944..0000000000 --- a/applications/luci-app-https_dns_proxy/po/hi/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: hi\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/hu/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/hu/https_dns_proxy.po deleted file mode 100644 index 0752cfe015..0000000000 --- a/applications/luci-app-https_dns_proxy/po/hu/https_dns_proxy.po +++ /dev/null @@ -1,188 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-21 21:43+0000\n" -"Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" -"Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/hu/>\n" -"Language: hu\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 3.10\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "AdGuard (családvédelem)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "AdGuard (szabványos)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "CleanBrowsing (felnőtt szűrő)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "CleanBrowsing (családszűrő)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "CleanBrowsing (biztonsági szűrő)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "Cloudflare" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "DHCP és DNS" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "DNS HTTPS-proxy fölött" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "DNS HTTPS-proxy fölött beállításai" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "DNS.SB" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "Digitale Gesellschaft" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "Letiltás" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "DoH" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "Engedélyezés" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "A különböző beállításokkal kapcsolatos további információkért nézze meg" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "Google" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "Példányok" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "Cím figyelése" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "Port figyelése" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "Betöltés" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "ODVR (nic.cz)" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "Szolgáltató" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "Proxy-kiszolgáló" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "Quad 9 (ajánlott)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "Quad 9 (biztonságos ECS támogatással)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "Quad 9 (biztonságos)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "Quad 9 (nem biztonságos)" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "Újratöltés" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "Fut" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "Szolgáltatás állapota" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "Indítás" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "Leállítás" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "Leállítva" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "Alhálózat címe" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "Ismeretlen szolgáltató" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" -"Ha bármely példányt hozzáadja vagy eltávolítja lent, akkor azok lesznek " -"használva a „DNS továbbítások” szakaszának felülbírálását ennek:" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "és" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "ekkor:" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "nincs telepítve vagy nem található" diff --git a/applications/luci-app-https_dns_proxy/po/it/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/it/https_dns_proxy.po deleted file mode 100644 index d2786e8ecd..0000000000 --- a/applications/luci-app-https_dns_proxy/po/it/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: it\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/ja/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/ja/https_dns_proxy.po deleted file mode 100644 index 58845a7700..0000000000 --- a/applications/luci-app-https_dns_proxy/po/ja/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: ja\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/ko/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/ko/https_dns_proxy.po deleted file mode 100644 index c5b4e75e3e..0000000000 --- a/applications/luci-app-https_dns_proxy/po/ko/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: ko\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/mr/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/mr/https_dns_proxy.po deleted file mode 100644 index 4ec3a15262..0000000000 --- a/applications/luci-app-https_dns_proxy/po/mr/https_dns_proxy.po +++ /dev/null @@ -1,186 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-16 23:25+0000\n" -"Last-Translator: Prachi Joshi <josprachi@yahoo.com>\n" -"Language-Team: Marathi <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/mr/>\n" -"Language: mr\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 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "सक्षम करा" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "लोड करीत आहे" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/ms/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/ms/https_dns_proxy.po deleted file mode 100644 index 57b41a7e41..0000000000 --- a/applications/luci-app-https_dns_proxy/po/ms/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: ms\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/nb_NO/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/nb_NO/https_dns_proxy.po deleted file mode 100644 index 5566a8bdfc..0000000000 --- a/applications/luci-app-https_dns_proxy/po/nb_NO/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: nb_NO\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/pl/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/pl/https_dns_proxy.po deleted file mode 100644 index 1b2edc9898..0000000000 --- a/applications/luci-app-https_dns_proxy/po/pl/https_dns_proxy.po +++ /dev/null @@ -1,195 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-13 23:07+0000\n" -"Last-Translator: Michal L <michalrmsmi@wp.pl>\n" -"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/pl/>\n" -"Language: pl\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "AdGuard (Ochrona rodziny)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "AdGuard (Standardowy)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "CleanBrowsing (Filtr treści dla dorosłych)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "CleanBrowsing (Filtr rodzinny)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "CleanBrowsing (Filtr bezpieczeństwa)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "Cloudflare" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "DHCP i DNS" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "Proxy DNS over HTTPS" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "Ustawiania proxy DNS over HTTPS" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "DNS.SB" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "Digitale Gesellschaft" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "Wyłącz" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "DoH" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "Włącz" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "Więcej informacji na temat wyboru różnych opcji" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "Google" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "Instancje" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "Nasłuchiwany adres" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "Nasłuchiwany port" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "Ładowanie" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "ODVR (nic.cz)" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "Dostawca" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "Serwer Proxy" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "Quad 9 (Zalecane)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "Quad 9 (Zabezpieczony z obsługą ECS)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "Quad 9 (Zabezpieczony)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "Quad 9 (Niezabezpieczony)" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "Przeładuj" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "Uruchomione" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "Status usługi" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "Uruchom" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "Stop" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "Zatrzymany" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "Adres podsieci" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "Nieznany dostawca" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" -"Po dodaniu/usunięciu dowolnej instancji poniżej, zastąpią one ustawienia " -"sekcji 'Przekierowania DNS' w" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "i" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "na" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "nie jest zainstalowany lub nie został znaleziony" - -#~ msgid "HTTPS DNS Proxy" -#~ msgstr "HTTPS DNS Proxy" - -#~ msgid "HTTPS DNS Proxy Settings" -#~ msgstr "Ustawienia Proxy HTTPS DNS" diff --git a/applications/luci-app-https_dns_proxy/po/pt/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/pt/https_dns_proxy.po deleted file mode 100644 index 46843434d1..0000000000 --- a/applications/luci-app-https_dns_proxy/po/pt/https_dns_proxy.po +++ /dev/null @@ -1,194 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-05 17:07+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" -"Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/pt/>\n" -"Language: pt\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 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "AdGuard (Proteção da Família)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "AdGuard (Padrão)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "CleanBrowsing (Filtro Adulto)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "CleanBrowsing (Filtro para a Familia)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "CleanBrowsing (Filtro de Segurança)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "Cloudflare" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "DHCP e DNS" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "Proxy de DNS sobre HTTPS" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "Configurações de Proxy DNS sobre HTTPS" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "DNS.SB" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "Digitale Gesellschaft" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "Desativar" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "DoH" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "Ativar" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "Para obter mais informações sobre opções diferentes, verifique" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "Google" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "Instâncias" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "Endereço de escuta" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "Porta de escuta" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "A carregar" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "ODVR (nic.cz)" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "Provedor" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "Servidor proxy" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "Quad 9 (Recomendado)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "Quad 9 (Protegido com Suporte de ECS)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "Quad 9 (Seguro)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "Quad 9 (Sem Segurança)" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "Recarregar" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "Executando" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "Estado do Serviço" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "Iniciar" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "Parar" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "Parado" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "Endereço de sub-rede" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "Provedor Desconhecido" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" -"Quando adicionar/remover quaisquer instâncias abaixo, serão usadas para " -"substituir a seção 'DNS forwardings' de" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "e" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "em" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "não está instalado ou não foi encontrado" - -#~ msgid "HTTPS DNS Proxy" -#~ msgstr "Proxy de DNS HTTPS" - -#~ msgid "HTTPS DNS Proxy Settings" -#~ msgstr "Configurações de proxy HTTPS DNS" diff --git a/applications/luci-app-https_dns_proxy/po/pt_BR/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/pt_BR/https_dns_proxy.po deleted file mode 100644 index e4ca92f55a..0000000000 --- a/applications/luci-app-https_dns_proxy/po/pt_BR/https_dns_proxy.po +++ /dev/null @@ -1,188 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-03 08:25+0000\n" -"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" -"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" -"openwrt/luciapplicationshttps_dns_proxy/pt_BR/>\n" -"Language: pt_BR\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 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "AdGuard (Proteção Familiar)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "AdGuard (Padrão)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "CleanBrowsing (Filtro Adulto)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "CleanBrowsing (Filtro Familiar)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "CleanBrowsing (Filtro de Segurança)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "Cloudflare" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "DHCP e DNS" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "DNS sobre Proxy HTTPS" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "Configurações de DNS sobre Proxy HTTPS" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "DNS.SB" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "Digitale Gesellschaft" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "Desativar" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "DoH" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "Ativar" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "Para obter mais informações sobre diferentes opções, verifique" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "Google" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "Instâncias" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "Escutar endereço" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "Porta de escuta" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "Carregando" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "ODVR (nic.cz)" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "Provedor" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "Servidor proxy" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "Quad 9 (Preferível)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "Quad 9 (Protegido com Suporte a ECS)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "Quad 9 (Seguro)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "Quad 9 (Sem Segurança)" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "Recarregar" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "Em execução" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "Condição do Serviço" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "Iniciar" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "Parar" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "Parado" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "Endereço de sub-rede" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "Provedor Desconhecido" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" -"Quando você adiciona/remove quaisquer instâncias abaixo, elas serão usadas " -"para substituir a seção 'Encaminhamentos DNS' de" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "e" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "em" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "não está instalado ou não foi encontrado" diff --git a/applications/luci-app-https_dns_proxy/po/ro/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/ro/https_dns_proxy.po deleted file mode 100644 index 6fb53c4595..0000000000 --- a/applications/luci-app-https_dns_proxy/po/ro/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: ro\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/ru/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/ru/https_dns_proxy.po deleted file mode 100644 index efccb91b7c..0000000000 --- a/applications/luci-app-https_dns_proxy/po/ru/https_dns_proxy.po +++ /dev/null @@ -1,187 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-26 18:23+0000\n" -"Last-Translator: Alex Ky <esthomolupus@gmail.com>\n" -"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/ru/>\n" -"Language: ru\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.10\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "DHCP и DNS" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "Отключить" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "Включить" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "Загружаем" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "Старт" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "Остановить" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/sk/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/sk/https_dns_proxy.po deleted file mode 100644 index 5798c1c878..0000000000 --- a/applications/luci-app-https_dns_proxy/po/sk/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: sk\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/sv/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/sv/https_dns_proxy.po deleted file mode 100644 index 002ae435ed..0000000000 --- a/applications/luci-app-https_dns_proxy/po/sv/https_dns_proxy.po +++ /dev/null @@ -1,186 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-03 08:25+0000\n" -"Last-Translator: Mattias Münster <mattiasmun@gmail.com>\n" -"Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/sv/>\n" -"Language: sv\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 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "DHCP och DNS" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "Inaktivera" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "Aktivera" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "Lyssningsadress" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "Lyssningsport" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "Laddar" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "Ladda om" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "Starta" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "Stoppad" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/templates/https_dns_proxy.pot b/applications/luci-app-https_dns_proxy/po/templates/https_dns_proxy.pot deleted file mode 100644 index 1808cd9acf..0000000000 --- a/applications/luci-app-https_dns_proxy/po/templates/https_dns_proxy.pot +++ /dev/null @@ -1,177 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/tr/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/tr/https_dns_proxy.po deleted file mode 100644 index c61c6f936b..0000000000 --- a/applications/luci-app-https_dns_proxy/po/tr/https_dns_proxy.po +++ /dev/null @@ -1,186 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-09 20:04+0000\n" -"Last-Translator: İsmail Karslı <ismail541236@gmail.com>\n" -"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/tr/>\n" -"Language: tr\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 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "Durdur" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/uk/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/uk/https_dns_proxy.po deleted file mode 100644 index 4e4862c181..0000000000 --- a/applications/luci-app-https_dns_proxy/po/uk/https_dns_proxy.po +++ /dev/null @@ -1,187 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-15 21:23+0000\n" -"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n" -"Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" -"luciapplicationshttps_dns_proxy/uk/>\n" -"Language: uk\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "DHCP та DNS" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "Увімкнути" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "Завантаження" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "Запустити" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "Зупинити" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/vi/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/vi/https_dns_proxy.po deleted file mode 100644 index 244c5f7ed3..0000000000 --- a/applications/luci-app-https_dns_proxy/po/vi/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: vi\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" diff --git a/applications/luci-app-https_dns_proxy/po/zh-cn/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/zh-cn/https_dns_proxy.po deleted file mode 100644 index 19da1e0356..0000000000 --- a/applications/luci-app-https_dns_proxy/po/zh-cn/https_dns_proxy.po +++ /dev/null @@ -1,204 +0,0 @@ -# -# Yangfl <mmyangfl@gmail.com>, 2019. -# -msgid "" -msgstr "" -"Project-Id-Version: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2019-12-04 12:07+0000\n" -"Last-Translator: lissom <kkjoy2617@gmail.com>\n" -"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" -"openwrt/luciapplicationshttps_dns_proxy/zh_Hans/>\n" -"Language: zh-cn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "AdGuard(家庭保护)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "AdGuard(标准)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "CleanBrowsing(成人过滤器)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "CleanBrowsing(家庭过滤器)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "CleanBrowsing(安全筛选器)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "Cloudflare" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "DHCP/DNS" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "DNS over HTTPS 代理" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "DNS over HTTPS代理设置" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "DNS.SB" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "Digitale Gesellschaft" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "禁用" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "DoH" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "启用" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "有关不同选项的更多信息,请检查" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "谷歌" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "实例" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "监听地址" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "监听端口" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "加载中" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "ODVR (nic.cz)" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "提供商" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "代理服务器" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "Quad 9(推荐)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "Quad 9(获得ECS支持)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "Quad 9(安全)" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "Quad 9(不安全)" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "重新载入" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "运行中" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "服务状态" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "启动" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "停止" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "已停止" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "子网地址" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "未知提供商" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "当您添加/删除下面的任何实例时,它们将用于覆盖以下实例的“ DNS转发”部分" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "和" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "在" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "未安装或未找到" - -#~ msgid "HTTPS DNS Proxy" -#~ msgstr "HTTPS DNS 代理" - -#~ msgid "HTTPS DNS Proxy Settings" -#~ msgstr "HTTPS DNS 代理设置" - -#~ msgid "Group name" -#~ msgstr "组名称" - -#~ msgid "User name" -#~ msgstr "用户名" diff --git a/applications/luci-app-https_dns_proxy/po/zh-tw/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/zh-tw/https_dns_proxy.po deleted file mode 100644 index c4d40fca4b..0000000000 --- a/applications/luci-app-https_dns_proxy/po/zh-tw/https_dns_proxy.po +++ /dev/null @@ -1,203 +0,0 @@ -# -# Yangfl <mmyangfl@gmail.com>, 2019. -# -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2019-01-03 22:46+0800\n" -"Last-Translator: Yangfl <mmyangfl@gmail.com>\n" -"Language-Team: <debian-l10n-chinese@lists.debian.org>\n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" -"X-Generator: Gtranslator 3.30.1\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 -msgid "AdGuard (Family Protection)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 -msgid "AdGuard (Standard)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 -msgid "CleanBrowsing (Adult Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 -msgid "CleanBrowsing (Family Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 -msgid "CleanBrowsing (Security Filter)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 -msgid "Cloudflare" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 -msgid "DHCP and DNS" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 -msgid "DNS over HTTPS Proxy" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 -msgid "DNS over HTTPS Proxy Settings" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 -msgid "DNS.SB" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 -msgid "Digitale Gesellschaft" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 -msgid "Disable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "DoH" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 -msgid "Enable" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:2 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:2 -msgid "For more information on different options check" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 -msgid "Google" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "Instances" -msgstr "例項" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:118 -msgid "Listen address" -msgstr "監聽位址" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:131 -msgid "Listen port" -msgstr "監聽埠" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm:52 -msgid "Loading" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 -msgid "ODVR (nic.cz)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 -msgid "Provider" -msgstr "提供商" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:139 -msgid "Proxy server" -msgstr "代理伺服器" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 -msgid "Quad 9 (Recommended)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 -msgid "Quad 9 (Secured with ECS Support)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 -msgid "Quad 9 (Secured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 -msgid "Quad 9 (Unsecured)" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 -msgid "Reload" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "Running" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 -msgid "Service Status" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 -msgid "Start" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:45 -msgid "Stop" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:37 -msgid "Stopped" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:135 -msgid "Subnet address" -msgstr "子網位址" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 -msgid "Uknown Provider" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 -msgid "" -"When you add/remove any instances below, they will be used to override the " -"'DNS forwardings' section of" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:6 -#: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:6 -msgid "and" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 -msgid "at" -msgstr "" - -#: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 -msgid "is not installed or not found" -msgstr "" - -#~ msgid "HTTPS DNS Proxy" -#~ msgstr "HTTPS DNS 代理" - -#~ msgid "HTTPS DNS Proxy Settings" -#~ msgstr "HTTPS DNS 代理設定" - -#~ msgid "Group name" -#~ msgstr "組名稱" - -#~ msgid "User name" -#~ msgstr "使用者名稱" diff --git a/applications/luci-app-https_dns_proxy/root/etc/uci-defaults/40_luci-https_dns_proxy b/applications/luci-app-https_dns_proxy/root/etc/uci-defaults/40_luci-https_dns_proxy deleted file mode 100644 index 7800af701e..0000000000 --- a/applications/luci-app-https_dns_proxy/root/etc/uci-defaults/40_luci-https_dns_proxy +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@https_dns_proxy[-1] - add ucitrack https_dns_proxy - set ucitrack.@template[-1].init=https_dns_proxy - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0 diff --git a/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua b/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua index fe2faaee5d..86ea302c2f 100644 --- a/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua +++ b/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua @@ -71,7 +71,7 @@ yuv = s:taboption(this_tab, Flag, "yuv", translate("Enable YUYV format"), transl quality = s:taboption(this_tab, Value, "quality", translate("JPEG compression quality"), translate("Set the quality in percent. This setting activates YUYV format, disables MJPEG")) quality.datatype = "range(0, 100)" -minimum_size = s:taboption(this_tab, Value, "minimum_size", translate("Drop frames smaller then this limit"),translate("Set the minimum size if the webcam produces small-sized garbage frames. May happen under low light conditions")) +minimum_size = s:taboption(this_tab, Value, "minimum_size", translate("Drop frames smaller than this limit"),translate("Set the minimum size if the webcam produces small-sized garbage frames. May happen under low light conditions")) minimum_size.datatype = "uinteger" no_dynctrl = s:taboption(this_tab, Flag, "no_dynctrl", translate("Don't initialize dynctrls"), translate("Do not initialize dynctrls of Linux-UVC driver")) @@ -217,7 +217,7 @@ ringbuffer=s:taboption(this_tab, Value, "ringbuffer", translate("Ring buffer siz exceed=s:taboption(this_tab, Value, "exceed", translate("Exceed"), translate("Allow ringbuffer to exceed limit by this amount")) exceed.datatype = "uinteger" -command=s:taboption(this_tab, Value, "command", translate("Command to run"), translate("Execute command after saving picture. Mjpg-streamer parse the filename as first parameter to your script.")) +command=s:taboption(this_tab, Value, "command", translate("Command to run"), translate("Execute command after saving picture. Mjpg-streamer parses the filename as first parameter to your script.")) link=s:taboption(this_tab, Value, "link", translate("Link newest picture to fixed file name"), translate("Link the last picture in ringbuffer to fixed named file provided.")) diff --git a/applications/luci-app-mjpg-streamer/po/bg/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/bg/mjpg-streamer.po index 005247dded..eb34f3670b 100644 --- a/applications/luci-app-mjpg-streamer/po/bg/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/bg/mjpg-streamer.po @@ -49,7 +49,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/ca/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/ca/mjpg-streamer.po index fb00a8e01b..e0b8c87351 100644 --- a/applications/luci-app-mjpg-streamer/po/ca/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/ca/mjpg-streamer.po @@ -55,7 +55,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/cs/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/cs/mjpg-streamer.po index a5102b699f..599ca0d2dc 100644 --- a/applications/luci-app-mjpg-streamer/po/cs/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/cs/mjpg-streamer.po @@ -55,7 +55,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/de/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/de/mjpg-streamer.po index 08495643a5..35aaa4aab2 100644 --- a/applications/luci-app-mjpg-streamer/po/de/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/de/mjpg-streamer.po @@ -55,7 +55,7 @@ msgid "Don't initialize dynctrls" msgstr "Dynctrls nicht initialisieren" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "Verwerfe Bilder, die kleiner als dieses Limit sind" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -76,7 +76,7 @@ msgstr "Überschreiten" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/el/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/el/mjpg-streamer.po index e4361a6d60..473559bdac 100644 --- a/applications/luci-app-mjpg-streamer/po/el/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/el/mjpg-streamer.po @@ -49,7 +49,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/en/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/en/mjpg-streamer.po index 786f9d0cfd..24e4d0b12b 100644 --- a/applications/luci-app-mjpg-streamer/po/en/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/en/mjpg-streamer.po @@ -49,7 +49,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/es/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/es/mjpg-streamer.po index 46a321c119..6fda454c1e 100644 --- a/applications/luci-app-mjpg-streamer/po/es/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/es/mjpg-streamer.po @@ -58,7 +58,7 @@ msgid "Don't initialize dynctrls" msgstr "No inicialice dynctrls" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "Drop frames más pequeños que este límite" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -79,7 +79,7 @@ msgstr "Exceder" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" "Ejecute el comando después de guardar la imagen. Mjpg-streamer analiza el " diff --git a/applications/luci-app-mjpg-streamer/po/fr/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/fr/mjpg-streamer.po index c7b0ae06d3..7d6eb5b867 100644 --- a/applications/luci-app-mjpg-streamer/po/fr/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/fr/mjpg-streamer.po @@ -55,7 +55,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/he/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/he/mjpg-streamer.po index ac9c36a847..739d4b0db2 100644 --- a/applications/luci-app-mjpg-streamer/po/he/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/he/mjpg-streamer.po @@ -49,7 +49,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/hi/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/hi/mjpg-streamer.po index de726beeee..3f531e0be9 100644 --- a/applications/luci-app-mjpg-streamer/po/hi/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/hi/mjpg-streamer.po @@ -49,7 +49,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/hu/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/hu/mjpg-streamer.po index fb5525e958..d8e43fbf86 100644 --- a/applications/luci-app-mjpg-streamer/po/hu/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/hu/mjpg-streamer.po @@ -55,7 +55,7 @@ msgid "Don't initialize dynctrls" msgstr "Ne készítse elő a dynctrls programot" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "Ennél a korlátnál kisebb képkockák eldobása" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -76,7 +76,7 @@ msgstr "Meghaladás" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" "Parancs végrehajtása a fénykép mentése után. Az MJPG-adatközvetítő a " diff --git a/applications/luci-app-mjpg-streamer/po/it/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/it/mjpg-streamer.po index c1c36ac2c8..e62d515bb8 100644 --- a/applications/luci-app-mjpg-streamer/po/it/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/it/mjpg-streamer.po @@ -55,7 +55,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/ja/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/ja/mjpg-streamer.po index d4c4543443..2f144327b2 100644 --- a/applications/luci-app-mjpg-streamer/po/ja/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/ja/mjpg-streamer.po @@ -56,7 +56,7 @@ msgid "Don't initialize dynctrls" msgstr "dynctrlsを初期化しない" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "この制限よりも小さいフレームをドロップする" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -77,7 +77,7 @@ msgstr "超過" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" "画像保存後にコマンドを実行します。Mjpg-streamerは、ファイル名をスクリプトの最" diff --git a/applications/luci-app-mjpg-streamer/po/ko/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/ko/mjpg-streamer.po index e54ec194dd..2af2abac0a 100644 --- a/applications/luci-app-mjpg-streamer/po/ko/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/ko/mjpg-streamer.po @@ -49,7 +49,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/mr/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/mr/mjpg-streamer.po index 014e1c7e07..bf635d0d29 100644 --- a/applications/luci-app-mjpg-streamer/po/mr/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/mr/mjpg-streamer.po @@ -55,7 +55,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/ms/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/ms/mjpg-streamer.po index e2b596d5f7..dcdc6e1696 100644 --- a/applications/luci-app-mjpg-streamer/po/ms/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/ms/mjpg-streamer.po @@ -49,7 +49,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/nb_NO/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/nb_NO/mjpg-streamer.po index 3d5bfcd46f..3c35e99fd9 100644 --- a/applications/luci-app-mjpg-streamer/po/nb_NO/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/nb_NO/mjpg-streamer.po @@ -55,7 +55,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/pl/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/pl/mjpg-streamer.po index 6a1860f97e..d09469d9b1 100644 --- a/applications/luci-app-mjpg-streamer/po/pl/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/pl/mjpg-streamer.po @@ -56,7 +56,7 @@ msgid "Don't initialize dynctrls" msgstr "Nie ładuj dynamicznych kontroli" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "Porzucaj klatki mniejsze niż ten limit" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -77,7 +77,7 @@ msgstr "Przekraczać" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" "Wykonaj komendę po wykonaniu zdjęcia. Mjpg-streamer analizuje nazwę pliku " diff --git a/applications/luci-app-mjpg-streamer/po/pt-br/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/pt-br/mjpg-streamer.po index 2cfbcedd17..6bb36ebef9 100644 --- a/applications/luci-app-mjpg-streamer/po/pt-br/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/pt-br/mjpg-streamer.po @@ -58,7 +58,7 @@ msgid "Don't initialize dynctrls" msgstr "Não inicia o dynctrls" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "Descarte quadros menores que este limite" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -79,7 +79,7 @@ msgstr "Ultrapassado" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" "Execute o comando depois de salvar a imagem. Mjpg-streamer passa o nome do " diff --git a/applications/luci-app-mjpg-streamer/po/pt/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/pt/mjpg-streamer.po index 83f0072cfe..4800ed76c8 100644 --- a/applications/luci-app-mjpg-streamer/po/pt/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/pt/mjpg-streamer.po @@ -55,7 +55,7 @@ msgid "Don't initialize dynctrls" msgstr "Não iniciar o dynctrls" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "Descarte quadros menores que este limite" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -76,7 +76,7 @@ msgstr "Ultrapassado" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" "Execute o comando depois de gra\\var a imagem. Mjpg-streamer passa o nome do " diff --git a/applications/luci-app-mjpg-streamer/po/ro/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/ro/mjpg-streamer.po index 20a69eadb9..610272c768 100644 --- a/applications/luci-app-mjpg-streamer/po/ro/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/ro/mjpg-streamer.po @@ -49,7 +49,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/ru/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/ru/mjpg-streamer.po index ed3b7f44b7..b32961545f 100644 --- a/applications/luci-app-mjpg-streamer/po/ru/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/ru/mjpg-streamer.po @@ -61,7 +61,7 @@ msgid "Don't initialize dynctrls" msgstr "Отключить dynctrls" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "Ограничить кол-во кадров" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -82,7 +82,7 @@ msgstr "Превышение" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" "Выполнить команду после сохранения изображения.<br />Mjpg-streamer задаст " diff --git a/applications/luci-app-mjpg-streamer/po/sk/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/sk/mjpg-streamer.po index d7d25d5323..91e1c1717d 100644 --- a/applications/luci-app-mjpg-streamer/po/sk/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/sk/mjpg-streamer.po @@ -49,7 +49,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/sv/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/sv/mjpg-streamer.po index ef9eb27b76..ef794f9d61 100644 --- a/applications/luci-app-mjpg-streamer/po/sv/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/sv/mjpg-streamer.po @@ -55,7 +55,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/tr/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/tr/mjpg-streamer.po index a08ceec6aa..a46d122809 100644 --- a/applications/luci-app-mjpg-streamer/po/tr/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/tr/mjpg-streamer.po @@ -49,7 +49,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/uk/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/uk/mjpg-streamer.po index 39b2213ffb..78dd9daa82 100644 --- a/applications/luci-app-mjpg-streamer/po/uk/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/uk/mjpg-streamer.po @@ -56,7 +56,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -77,7 +77,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/vi/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/vi/mjpg-streamer.po index 2d036a0b57..28cf534d4c 100644 --- a/applications/luci-app-mjpg-streamer/po/vi/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/vi/mjpg-streamer.po @@ -49,7 +49,7 @@ msgid "Don't initialize dynctrls" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po index 34c56d5fcf..2e6572d2db 100644 --- a/applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po @@ -63,7 +63,7 @@ msgid "Don't initialize dynctrls" msgstr "不要初始化 dynctrls" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "丢弃小于该尺寸限制的帧" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -84,7 +84,7 @@ msgstr "超出" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "保存图片后执行命令。文件名将作为第一个参数传递给命令。" diff --git a/applications/luci-app-mjpg-streamer/po/zh-tw/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/zh-tw/mjpg-streamer.po index c63ad7e7b3..ac4be2256d 100644 --- a/applications/luci-app-mjpg-streamer/po/zh-tw/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/zh-tw/mjpg-streamer.po @@ -62,7 +62,7 @@ msgid "Don't initialize dynctrls" msgstr "不要初始化 dynctrls" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" +msgid "Drop frames smaller than this limit" msgstr "丟棄小於該尺寸限制的幀" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 @@ -83,7 +83,7 @@ msgstr "超出" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "" -"Execute command after saving picture. Mjpg-streamer parse the filename as " +"Execute command after saving picture. Mjpg-streamer parses the filename as " "first parameter to your script." msgstr "儲存圖片後執行指令。檔名將作為第一個引數傳遞給指令。" diff --git a/applications/luci-app-mjpg-streamer/root/etc/uci-defaults/40_luci-mjpg-streamer b/applications/luci-app-mjpg-streamer/root/etc/uci-defaults/40_luci-mjpg-streamer index 6a380cfe5d..d7bfee271d 100755 --- a/applications/luci-app-mjpg-streamer/root/etc/uci-defaults/40_luci-mjpg-streamer +++ b/applications/luci-app-mjpg-streamer/root/etc/uci-defaults/40_luci-mjpg-streamer @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@mjpg-streamer[-1] - add ucitrack mjpg-streamer - set ucitrack.@mjpg-streamer[-1].init=mjpg-streamer - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua index 606b1ae766..bcbf03d54e 100644 --- a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua +++ b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua @@ -59,6 +59,7 @@ end httping_ssl = mwan_interface:option(Flag, "httping_ssl", translate("Enable ssl tracking"), translate("Enables https tracking on ssl port 443")) httping_ssl:depends("track_method", "httping") +httping_ssl.rmempty = false httping_ssl.default = httping_ssl.enabled reliability = mwan_interface:option(Value, "reliability", translate("Tracking reliability"), @@ -87,8 +88,6 @@ size:value("1016") size:value("1472") size:value("2040") size.datatype = "range(1, 65507)" -size.rmempty = false -size.optional = false max_ttl = mwan_interface:option(Value, "max_ttl", translate("Max TTL")) max_ttl.default = "60" diff --git a/applications/luci-app-nextdns/root/etc/uci-defaults/60_luci-nextdns b/applications/luci-app-nextdns/root/etc/uci-defaults/60_luci-nextdns index 95fc92280e..d7bfee271d 100755 --- a/applications/luci-app-nextdns/root/etc/uci-defaults/60_luci-nextdns +++ b/applications/luci-app-nextdns/root/etc/uci-defaults/60_luci-nextdns @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@nextdns[-1] - add ucitrack nextdns - set ucitrack.@nextdns[-1].init=nextdns - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-nft-qos/Makefile b/applications/luci-app-nft-qos/Makefile index 4f86217c43..a8227de9fd 100644 --- a/applications/luci-app-nft-qos/Makefile +++ b/applications/luci-app-nft-qos/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=Qos over Nftables +LUCI_TITLE:=QoS over Nftables LUCI_DEPENDS:=+luci-compat +nft-qos include ../../luci.mk diff --git a/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua b/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua index 637eb11736..4d0527e33f 100644 --- a/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua +++ b/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua @@ -13,7 +13,7 @@ function index() entry({"admin", "status", "realtime", "rate_status"}, call("action_rate")).leaf = true entry({"admin", "services", "nft-qos"}, cbi("nft-qos/nft-qos"), - _("Qos over Nftables"), 60) + _("QoS over Nftables"), 60) end function _action_rate(rv, n) diff --git a/applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua b/applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua index 61a6d76a7d..6f67a6110b 100644 --- a/applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua +++ b/applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua @@ -20,7 +20,7 @@ local enable_priority = uci:get("nft-qos", "default", "priority_enable") local has_ipv6 = fs.access("/proc/net/ipv6_route") -m = Map("nft-qos", translate("Qos over Nftables")) +m = Map("nft-qos", translate("QoS over Nftables")) -- -- Taboptions @@ -82,13 +82,13 @@ o.default = def_down or '100' o.datatype = "uinteger" o:depends("limit_type","dynamic") -o = s:taboption("limit", Value, "dynamic_cidr", translate("Target Network (IPv4/MASK)"), translate("Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc")) +o = s:taboption("limit", Value, "dynamic_cidr", translate("Target Network (IPv4/MASK)"), translate("Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc.")) o.datatype = "cidr4" ipc.routes({ family = 4, type = 1 }, function(rt) o.default = rt.dest end) o:depends("limit_type","dynamic") if has_ipv6 then - o = s:taboption("limit", Value, "dynamic_cidr6", translate("Target Network6 (IPv6/MASK)"), translate("Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc")) + o = s:taboption("limit", Value, "dynamic_cidr6", translate("Target Network6 (IPv6/MASK)"), translate("Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc.")) o.datatype = "cidr6" o:depends("limit_type","dynamic") end @@ -104,7 +104,7 @@ o = s:taboption("priority", Flag, "priority_enable", translate("Enable Traffic P o.default = enable_priority or o.enabled o.rmempty = false -o = s:taboption("priority", ListValue, "priority_netdev", translate("Default Network Interface"), translate("Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc")) +o = s:taboption("priority", ListValue, "priority_netdev", translate("Default Network Interface"), translate("Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc.")) o:depends("priority_enable", "1") wa.cbi_add_networks(o) @@ -123,9 +123,9 @@ o.datatype = "hostname" o.default = 'undefined' if has_ipv6 then - o = x:option(Value, "ipaddr", translate("IP Address(V4 / V6)")) + o = x:option(Value, "ipaddr", translate("IP Address (v4 / v6)")) else - o = x:option(Value, "ipaddr", translate("IP Address(V4 Only)")) + o = x:option(Value, "ipaddr", translate("IP Address (v4 Only)")) end o.datatype = "ipaddr" if nixio.fs.access("/tmp/dhcp.leases") or nixio.fs.access("/var/dhcp6.leases") then @@ -160,9 +160,9 @@ o.datatype = "hostname" o.default = 'undefined' if has_ipv6 then - o = y:option(Value, "ipaddr", translate("IP Address(V4 / V6)")) + o = y:option(Value, "ipaddr", translate("IP Address (v4 / v6)")) else - o = y:option(Value, "ipaddr", translate("IP Address(V4 Only)")) + o = y:option(Value, "ipaddr", translate("IP Address (v4 Only)")) end o.datatype = "ipaddr" if nixio.fs.access("/tmp/dhcp.leases") or nixio.fs.access("/var/dhcp6.leases") then diff --git a/applications/luci-app-nft-qos/po/bg/nft-qos.po b/applications/luci-app-nft-qos/po/bg/nft-qos.po index 6bfdc6b7bd..253ea521bb 100644 --- a/applications/luci-app-nft-qos/po/bg/nft-qos.po +++ b/applications/luci-app-nft-qos/po/bg/nft-qos.po @@ -94,12 +94,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -124,15 +124,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -154,7 +154,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/ca/nft-qos.po b/applications/luci-app-nft-qos/po/ca/nft-qos.po index e4babf863e..043c8a2145 100644 --- a/applications/luci-app-nft-qos/po/ca/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ca/nft-qos.po @@ -100,12 +100,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -130,15 +130,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -160,7 +160,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/cs/nft-qos.po b/applications/luci-app-nft-qos/po/cs/nft-qos.po index b119020178..b6ce28c6ae 100644 --- a/applications/luci-app-nft-qos/po/cs/nft-qos.po +++ b/applications/luci-app-nft-qos/po/cs/nft-qos.po @@ -100,12 +100,12 @@ msgstr "IP adresa" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -130,15 +130,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -160,7 +160,7 @@ msgstr "Protokol" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/de/nft-qos.po b/applications/luci-app-nft-qos/po/de/nft-qos.po index 72709e866d..9e9b533084 100644 --- a/applications/luci-app-nft-qos/po/de/nft-qos.po +++ b/applications/luci-app-nft-qos/po/de/nft-qos.po @@ -100,13 +100,13 @@ msgstr "IP-Adresse" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" -msgstr "IP-Adresse (V4 / V6)" +msgid "IP Address (v4 / v6)" +msgstr "IP-Adresse (v4 / v6)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" -msgstr "IP-Adresse (nur V4)" +msgid "IP Address (v4 Only)" +msgstr "IP-Adresse (nur v4)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 msgid "Limit Enable" @@ -130,16 +130,16 @@ msgid "NFT-QoS Settings" msgstr "NFT-QoS-Einstellungen" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" "Netzwerkschnittstelle für Traffic Shaping, z.B. br-lan, eth0.1, eth0, etc." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -161,7 +161,7 @@ msgstr "Protokoll" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/el/nft-qos.po b/applications/luci-app-nft-qos/po/el/nft-qos.po index 3894b07ffa..75db0de2a1 100644 --- a/applications/luci-app-nft-qos/po/el/nft-qos.po +++ b/applications/luci-app-nft-qos/po/el/nft-qos.po @@ -100,12 +100,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -130,15 +130,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -160,7 +160,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/en/nft-qos.po b/applications/luci-app-nft-qos/po/en/nft-qos.po index f3e6b4249c..3ffccd4045 100644 --- a/applications/luci-app-nft-qos/po/en/nft-qos.po +++ b/applications/luci-app-nft-qos/po/en/nft-qos.po @@ -94,12 +94,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -124,15 +124,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -154,7 +154,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/es/nft-qos.po b/applications/luci-app-nft-qos/po/es/nft-qos.po index c9e4991baf..eb56a1a2a3 100644 --- a/applications/luci-app-nft-qos/po/es/nft-qos.po +++ b/applications/luci-app-nft-qos/po/es/nft-qos.po @@ -103,12 +103,12 @@ msgstr "Dirección IP" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "Dirección IP (v4/v6)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "Dirección IP (sólo v4)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -133,18 +133,18 @@ msgid "NFT-QoS Settings" msgstr "Configuración de NFT-QoS" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" "Interfaz de red para configuración de tráfico, por ejemplo, br-lan, eth0.1, " -"eth0, etc" +"eth0, etc." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" -msgstr "Red a aplicar, por ejemplo. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." +msgstr "Red a aplicar, por ejemplo. 192.168.1.0/24, 10.2.0.0/16, etc." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" -msgstr "Red a aplicar, por ejemplo. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." +msgstr "Red a aplicar, por ejemplo. AAAA::BBBB/64, CCCC::1/128, etc." #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 msgid "No information available" @@ -165,7 +165,7 @@ msgstr "Protocolo" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "Qos sobre Nftables" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/fr/nft-qos.po b/applications/luci-app-nft-qos/po/fr/nft-qos.po index 3cc0d2db36..d68c65df43 100644 --- a/applications/luci-app-nft-qos/po/fr/nft-qos.po +++ b/applications/luci-app-nft-qos/po/fr/nft-qos.po @@ -100,12 +100,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -130,15 +130,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -160,7 +160,7 @@ msgstr "Protocole" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/he/nft-qos.po b/applications/luci-app-nft-qos/po/he/nft-qos.po index 9938ccffd2..71b810595d 100644 --- a/applications/luci-app-nft-qos/po/he/nft-qos.po +++ b/applications/luci-app-nft-qos/po/he/nft-qos.po @@ -94,12 +94,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -124,15 +124,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -154,7 +154,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/hi/nft-qos.po b/applications/luci-app-nft-qos/po/hi/nft-qos.po index 29961a28ac..4936b07c1c 100644 --- a/applications/luci-app-nft-qos/po/hi/nft-qos.po +++ b/applications/luci-app-nft-qos/po/hi/nft-qos.po @@ -94,12 +94,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -124,15 +124,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -154,7 +154,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/hu/nft-qos.po b/applications/luci-app-nft-qos/po/hu/nft-qos.po index e5669fd0ab..5a777eec64 100644 --- a/applications/luci-app-nft-qos/po/hu/nft-qos.po +++ b/applications/luci-app-nft-qos/po/hu/nft-qos.po @@ -100,12 +100,12 @@ msgstr "IP-cím" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address(v4 / v6)" msgstr "IP-cím (v4/v6)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "IP-cím (csak v4)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -130,16 +130,16 @@ msgid "NFT-QoS Settings" msgstr "NFT-QoS beállítások" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" "Hálózati csatoló a forgalom formálásához, például br-lan, eth0.1, eth0, stb." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" msgstr "Alkalmazandó hálózat, például 192.168.1.0/24, 10.2.0.0/16, stb." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc" msgstr "Alkalmazandó hálózat, például AAAA::BBBB/64, CCCC::1/128, stb." #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -161,7 +161,7 @@ msgstr "Protokoll" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "QoS Nftables fölött" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/it/nft-qos.po b/applications/luci-app-nft-qos/po/it/nft-qos.po index dbabfee7d9..c9ddca3a04 100644 --- a/applications/luci-app-nft-qos/po/it/nft-qos.po +++ b/applications/luci-app-nft-qos/po/it/nft-qos.po @@ -94,12 +94,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -124,15 +124,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -154,7 +154,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/ja/nft-qos.po b/applications/luci-app-nft-qos/po/ja/nft-qos.po index 4863fb6a24..ed8523c6f8 100644 --- a/applications/luci-app-nft-qos/po/ja/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ja/nft-qos.po @@ -94,12 +94,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -124,15 +124,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -154,7 +154,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/ko/nft-qos.po b/applications/luci-app-nft-qos/po/ko/nft-qos.po index 2b7c997d1f..34ea52ff6c 100644 --- a/applications/luci-app-nft-qos/po/ko/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ko/nft-qos.po @@ -94,12 +94,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -124,15 +124,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -154,7 +154,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/mr/nft-qos.po b/applications/luci-app-nft-qos/po/mr/nft-qos.po index 9f28240c8b..c2d4f1601b 100644 --- a/applications/luci-app-nft-qos/po/mr/nft-qos.po +++ b/applications/luci-app-nft-qos/po/mr/nft-qos.po @@ -100,12 +100,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -130,15 +130,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -160,7 +160,7 @@ msgstr "प्रोटोकॉल" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/ms/nft-qos.po b/applications/luci-app-nft-qos/po/ms/nft-qos.po index 08bfab1615..a20c3a05b0 100644 --- a/applications/luci-app-nft-qos/po/ms/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ms/nft-qos.po @@ -100,12 +100,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -130,15 +130,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -160,7 +160,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/nb_NO/nft-qos.po b/applications/luci-app-nft-qos/po/nb_NO/nft-qos.po index 5ecf971916..a1f1df9f0c 100644 --- a/applications/luci-app-nft-qos/po/nb_NO/nft-qos.po +++ b/applications/luci-app-nft-qos/po/nb_NO/nft-qos.po @@ -100,12 +100,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -130,15 +130,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -160,7 +160,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/pl/nft-qos.po b/applications/luci-app-nft-qos/po/pl/nft-qos.po index 08c3b8f531..d64b7b97a9 100644 --- a/applications/luci-app-nft-qos/po/pl/nft-qos.po +++ b/applications/luci-app-nft-qos/po/pl/nft-qos.po @@ -101,12 +101,12 @@ msgstr "Adres IP" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" -msgstr "Adres IP (V4 / V6)" +msgid "IP Address (v4 / v6)" +msgstr "Adres IP (V4 / v6)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "Adres IP (tylko v4)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -131,16 +131,16 @@ msgid "NFT-QoS Settings" msgstr "Ustawienia NFT-QoS" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" "Interfejs sieciowy dla kształtowania ruchu, np. br-lan, eth0.1, eth0 itp." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "Sieć do zastosowania, np. 192.168.1.0/24, 10.2.0.0/16, itp." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "Sieć do zastosowania, np. AAAA::BBBB/64, CCCC::1/128, itp." #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -162,7 +162,7 @@ msgstr "Protokół" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/pt/nft-qos.po b/applications/luci-app-nft-qos/po/pt/nft-qos.po index 9b1d95e0b9..f8fb5135b9 100644 --- a/applications/luci-app-nft-qos/po/pt/nft-qos.po +++ b/applications/luci-app-nft-qos/po/pt/nft-qos.po @@ -100,13 +100,13 @@ msgstr "Endereço IP" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" -msgstr "Endereço IP (V4 / V6)" +msgid "IP Address (v4 / v6)" +msgstr "Endereço IP (v4 / v6)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" -msgstr "Endereço IP (apenas V4)" +msgid "IP Address (v4 Only)" +msgstr "Endereço IP (apenas v4)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 msgid "Limit Enable" @@ -130,18 +130,18 @@ msgid "NFT-QoS Settings" msgstr "Configurações NFT-QoS" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" "Interface de Rede para Traffic Shaping, por exemplo, br-lan, eth0.1, eth0, " -"etc" +"etc." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" -msgstr "Rede a aplicar, por exemplo, 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." +msgstr "Rede a aplicar, por exemplo, 192.168.1.0/24, 10.2.0.0/16, etc." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" -msgstr "Rede a aplicar, por exemplo, AAAA::BBBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." +msgstr "Rede a aplicar, por exemplo, AAAA::BBBBB/64, CCCC::1/128, etc." #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 msgid "No information available" @@ -162,7 +162,7 @@ msgstr "Protocolo" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "Qos sobre Nftables" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/pt_BR/nft-qos.po b/applications/luci-app-nft-qos/po/pt_BR/nft-qos.po index 19bc9677ba..10c1c0c97b 100644 --- a/applications/luci-app-nft-qos/po/pt_BR/nft-qos.po +++ b/applications/luci-app-nft-qos/po/pt_BR/nft-qos.po @@ -100,13 +100,13 @@ msgstr "Endereço IP" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" -msgstr "Endereço IP (V4 / V6)" +msgid "IP Address (v4 / v6)" +msgstr "Endereço IP (v4 / v6)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" -msgstr "Endereço IP (apenas V4)" +msgid "IP Address (v4 Only)" +msgstr "Endereço IP (apenas v4)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 msgid "Limit Enable" @@ -130,18 +130,18 @@ msgid "NFT-QoS Settings" msgstr "Configurações NFT-QoS" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" "A Interface de rede para realizar Traffic Shaping, por exemplo, br-lan, " -"eth0.1, eth0.1, eth0, etc" +"eth0.1, eth0.1, eth0, etc." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" -msgstr "Rede a ser aplicada, por exemplo, 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." +msgstr "Rede a ser aplicada, por exemplo, 192.168.1.0/24, 10.2.0.0/16, etc." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" -msgstr "Rede a ser aplicada, por exemplo, AAAA::BBBB/64, CCCC:1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." +msgstr "Rede a ser aplicada, por exemplo, AAAA::BBBB/64, CCCC:1/128, etc." #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 msgid "No information available" @@ -162,7 +162,7 @@ msgstr "Protocolo" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "Qos sobre Nftables" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/ro/nft-qos.po b/applications/luci-app-nft-qos/po/ro/nft-qos.po index 1e6bff416d..1b8936976b 100644 --- a/applications/luci-app-nft-qos/po/ro/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ro/nft-qos.po @@ -101,12 +101,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -131,15 +131,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -161,7 +161,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/ru/nft-qos.po b/applications/luci-app-nft-qos/po/ru/nft-qos.po index 5217aa6b8e..c5f17cb79a 100644 --- a/applications/luci-app-nft-qos/po/ru/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ru/nft-qos.po @@ -101,12 +101,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -131,15 +131,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -161,7 +161,7 @@ msgstr "Протокол" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/sk/nft-qos.po b/applications/luci-app-nft-qos/po/sk/nft-qos.po index 6807137602..05782fd8eb 100644 --- a/applications/luci-app-nft-qos/po/sk/nft-qos.po +++ b/applications/luci-app-nft-qos/po/sk/nft-qos.po @@ -94,12 +94,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -124,15 +124,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -154,7 +154,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/sv/nft-qos.po b/applications/luci-app-nft-qos/po/sv/nft-qos.po index 465c235ea6..bfc9ce8af5 100644 --- a/applications/luci-app-nft-qos/po/sv/nft-qos.po +++ b/applications/luci-app-nft-qos/po/sv/nft-qos.po @@ -100,12 +100,12 @@ msgstr "IP-adress" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -130,15 +130,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -160,7 +160,7 @@ msgstr "Protokoll" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/tr/nft-qos.po b/applications/luci-app-nft-qos/po/tr/nft-qos.po index 761eb07df9..cb1a48063f 100644 --- a/applications/luci-app-nft-qos/po/tr/nft-qos.po +++ b/applications/luci-app-nft-qos/po/tr/nft-qos.po @@ -100,12 +100,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -130,15 +130,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -160,7 +160,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/uk/nft-qos.po b/applications/luci-app-nft-qos/po/uk/nft-qos.po index 34241b60fe..d82addad2d 100644 --- a/applications/luci-app-nft-qos/po/uk/nft-qos.po +++ b/applications/luci-app-nft-qos/po/uk/nft-qos.po @@ -101,12 +101,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -131,15 +131,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -161,7 +161,7 @@ msgstr "Протокол" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/vi/nft-qos.po b/applications/luci-app-nft-qos/po/vi/nft-qos.po index dcbba216a1..faf04cea85 100644 --- a/applications/luci-app-nft-qos/po/vi/nft-qos.po +++ b/applications/luci-app-nft-qos/po/vi/nft-qos.po @@ -100,12 +100,12 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" +msgid "IP Address (v4 / v6)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" +msgid "IP Address (v4 Only)" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 @@ -130,15 +130,15 @@ msgid "NFT-QoS Settings" msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -160,7 +160,7 @@ msgstr "Giao thức" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/zh-cn/nft-qos.po b/applications/luci-app-nft-qos/po/zh-cn/nft-qos.po index 2a0e90d827..0ebfae2dfd 100644 --- a/applications/luci-app-nft-qos/po/zh-cn/nft-qos.po +++ b/applications/luci-app-nft-qos/po/zh-cn/nft-qos.po @@ -106,13 +106,13 @@ msgstr "IP 地址" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" -msgstr "IP 地址(V4 / V6)" +msgid "IP Address (v4 / v6)" +msgstr "IP 地址(v4 / v6)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" -msgstr "IP 地址(仅 V4)" +msgid "IP Address (v4 Only)" +msgstr "IP 地址(仅 v4)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 msgid "Limit Enable" @@ -136,15 +136,15 @@ msgid "NFT-QoS Settings" msgstr "NFT-QoS 设置" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "流量整形的目标网络接口,例如br-lan、eth0.1、eth0等" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "将要应用规则的网络,例如192.168.1.0/24、10.2.0.0/16等" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "将要应用规则的网络,例如AAAA::BBBB/64、CCCC::1/128等" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -166,7 +166,7 @@ msgstr "协议" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "QoS Nftables 版" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nft-qos/po/zh-tw/nft-qos.po b/applications/luci-app-nft-qos/po/zh-tw/nft-qos.po index 0b6c580d86..6d6cc9dfd2 100644 --- a/applications/luci-app-nft-qos/po/zh-tw/nft-qos.po +++ b/applications/luci-app-nft-qos/po/zh-tw/nft-qos.po @@ -106,13 +106,13 @@ msgstr "IP 位址" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 -msgid "IP Address(V4 / V6)" -msgstr "IP 位址(V4 / V6)" +msgid "IP Address (v4 / v6)" +msgstr "IP 位址(v4 / v6)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 -msgid "IP Address(V4 Only)" -msgstr "IP 位址(僅 V4)" +msgid "IP Address (v4 Only)" +msgstr "IP 位址(僅 v4)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 msgid "Limit Enable" @@ -136,15 +136,15 @@ msgid "NFT-QoS Settings" msgstr "NFT-QoS 設定" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 -msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." msgstr "流量整形的目標網路介面,例如br-lan、eth0.1、eth0等" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 -msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "將要應用規則的網路,例如192.168.1.0/24、10.2.0.0/16等" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 -msgid "Network to be apply, e.g. AAAA::BBBB/64, CCCC::1/128, etc" +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "將要應用規則的網路,例如AAAA::BBBB/64、CCCC::1/128等" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 @@ -166,7 +166,7 @@ msgstr "協議" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 -msgid "Qos over Nftables" +msgid "QoS over Nftables" msgstr "QoS Nftables 版" #: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 diff --git a/applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua b/applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua index 08df5b332e..8c54b438b0 100644 --- a/applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua +++ b/applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua @@ -60,7 +60,7 @@ end interval = s:taboption("general", Value, "_interval", translate("Due date"), - translate("Day of month to restart the accounting period. Use negative values to count towards the end of month, e.g. \"-5\" to specify the 27th of July or the 24th of Februrary.")) + translate("Day of month to restart the accounting period. Use negative values to count towards the end of month, e.g. \"-5\" to specify the 27th of July or the 24th of February.")) interval.datatype = "or(range(1,31),range(-31,-1))" interval.placeholder = "1" diff --git a/applications/luci-app-nlbwmon/po/bg/nlbwmon.po b/applications/luci-app-nlbwmon/po/bg/nlbwmon.po index e42452ea31..04393cb9cc 100644 --- a/applications/luci-app-nlbwmon/po/bg/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/bg/nlbwmon.po @@ -206,7 +206,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/ca/nlbwmon.po b/applications/luci-app-nlbwmon/po/ca/nlbwmon.po index 16784c0bd2..8088379301 100644 --- a/applications/luci-app-nlbwmon/po/ca/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/ca/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/cs/nlbwmon.po b/applications/luci-app-nlbwmon/po/cs/nlbwmon.po index 62360e4de7..80fdcfb97b 100644 --- a/applications/luci-app-nlbwmon/po/cs/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/cs/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/de/nlbwmon.po b/applications/luci-app-nlbwmon/po/de/nlbwmon.po index f41cdd8387..f42956307f 100644 --- a/applications/luci-app-nlbwmon/po/de/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/de/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "Tag des Monats" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/el/nlbwmon.po b/applications/luci-app-nlbwmon/po/el/nlbwmon.po index c4a2ed457c..5c2dd226c3 100644 --- a/applications/luci-app-nlbwmon/po/el/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/el/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/en/nlbwmon.po b/applications/luci-app-nlbwmon/po/en/nlbwmon.po index 53835d3c9c..7072ee0733 100644 --- a/applications/luci-app-nlbwmon/po/en/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/en/nlbwmon.po @@ -206,7 +206,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/es/nlbwmon.po b/applications/luci-app-nlbwmon/po/es/nlbwmon.po index d398f1960a..d96430d964 100644 --- a/applications/luci-app-nlbwmon/po/es/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/es/nlbwmon.po @@ -235,7 +235,7 @@ msgstr "Dia del mes" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" "Día del mes para reiniciar el período contable. Use valores negativos para " "contar hacia el final del mes, p. Ej. \"-5\" para especificar el 27 de julio " diff --git a/applications/luci-app-nlbwmon/po/fr/nlbwmon.po b/applications/luci-app-nlbwmon/po/fr/nlbwmon.po index f94b4ea570..84aa31349a 100644 --- a/applications/luci-app-nlbwmon/po/fr/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/fr/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/he/nlbwmon.po b/applications/luci-app-nlbwmon/po/he/nlbwmon.po index dad5ca0ac5..aa51572d19 100644 --- a/applications/luci-app-nlbwmon/po/he/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/he/nlbwmon.po @@ -206,7 +206,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/hi/nlbwmon.po b/applications/luci-app-nlbwmon/po/hi/nlbwmon.po index d8ffa0582b..546fe2905a 100644 --- a/applications/luci-app-nlbwmon/po/hi/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/hi/nlbwmon.po @@ -206,7 +206,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/hu/nlbwmon.po b/applications/luci-app-nlbwmon/po/hu/nlbwmon.po index f5159f36f6..f7f21d62db 100644 --- a/applications/luci-app-nlbwmon/po/hu/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/hu/nlbwmon.po @@ -227,7 +227,7 @@ msgstr "Hónap napja" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" "A hónap napja az elszámolási időszak újraindításához. Használjon negatív " "értékeket a hónap végétől való számoláshoz, például a „-5” július 27. vagy " diff --git a/applications/luci-app-nlbwmon/po/it/nlbwmon.po b/applications/luci-app-nlbwmon/po/it/nlbwmon.po index 7a7c3c8c34..e4f934872b 100644 --- a/applications/luci-app-nlbwmon/po/it/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/it/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/ja/nlbwmon.po b/applications/luci-app-nlbwmon/po/ja/nlbwmon.po index c8e42c54bb..91484d2dc5 100644 --- a/applications/luci-app-nlbwmon/po/ja/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/ja/nlbwmon.po @@ -220,7 +220,7 @@ msgstr "月間" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" "月の中で新たな収集期間を開始する日です。月の最終日からの日数をマイナス値で指" "定することができます(例: 7月27日または2月24日は \"-5\")。" diff --git a/applications/luci-app-nlbwmon/po/ko/nlbwmon.po b/applications/luci-app-nlbwmon/po/ko/nlbwmon.po index 8aa763bc7f..02ab21ee74 100644 --- a/applications/luci-app-nlbwmon/po/ko/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/ko/nlbwmon.po @@ -206,7 +206,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/mr/nlbwmon.po b/applications/luci-app-nlbwmon/po/mr/nlbwmon.po index 48ae217c5c..8b8b6b0677 100644 --- a/applications/luci-app-nlbwmon/po/mr/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/mr/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/ms/nlbwmon.po b/applications/luci-app-nlbwmon/po/ms/nlbwmon.po index 2f56cdd2f1..117b3498e9 100644 --- a/applications/luci-app-nlbwmon/po/ms/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/ms/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/nb_NO/nlbwmon.po b/applications/luci-app-nlbwmon/po/nb_NO/nlbwmon.po index 8ca8b0504c..dcf5f2c3b1 100644 --- a/applications/luci-app-nlbwmon/po/nb_NO/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/nb_NO/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/pl/nlbwmon.po b/applications/luci-app-nlbwmon/po/pl/nlbwmon.po index 43ffbf1411..050f18f95d 100644 --- a/applications/luci-app-nlbwmon/po/pl/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/pl/nlbwmon.po @@ -223,7 +223,7 @@ msgstr "Dzień miesiąca" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" "Dzień miesiąca do ponownego rozpoczęcia okresu rozliczeniowego. Wartości " "ujemne należy stosować do liczenia pod koniec miesiąca, np. \"-5\", aby " diff --git a/applications/luci-app-nlbwmon/po/pt/nlbwmon.po b/applications/luci-app-nlbwmon/po/pt/nlbwmon.po index 8db6c5f1c8..3d58a88a27 100644 --- a/applications/luci-app-nlbwmon/po/pt/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/pt/nlbwmon.po @@ -225,7 +225,7 @@ msgstr "Dia do mês" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" "Dia do mês para reiniciar o período contábil. Use valores negativos para " "contar para o final do mês, por exemplo \"-5\" para especificar o dia 27 de " diff --git a/applications/luci-app-nlbwmon/po/pt_BR/nlbwmon.po b/applications/luci-app-nlbwmon/po/pt_BR/nlbwmon.po index 66ec7ea67b..a449874204 100644 --- a/applications/luci-app-nlbwmon/po/pt_BR/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/pt_BR/nlbwmon.po @@ -232,7 +232,7 @@ msgstr "Dia do mês" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" "Dia do mês para reiniciar o período contábil. Use valores negativos para " "contar no final do mês, por exemplo \"-5\" para especificar o dia 27 de " diff --git a/applications/luci-app-nlbwmon/po/ro/nlbwmon.po b/applications/luci-app-nlbwmon/po/ro/nlbwmon.po index 04d925712d..0407507b43 100644 --- a/applications/luci-app-nlbwmon/po/ro/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/ro/nlbwmon.po @@ -213,7 +213,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/ru/nlbwmon.po b/applications/luci-app-nlbwmon/po/ru/nlbwmon.po index 630e4ec9be..f3ce7f1b54 100644 --- a/applications/luci-app-nlbwmon/po/ru/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/ru/nlbwmon.po @@ -231,7 +231,7 @@ msgstr "День месяца" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" "Выберите день месяца для перезапуска отчетного периода. Используйте " "отрицательные значения для подсчета к концу месяца, например, '-5', чтобы " diff --git a/applications/luci-app-nlbwmon/po/sk/nlbwmon.po b/applications/luci-app-nlbwmon/po/sk/nlbwmon.po index 699bdcc11f..cda0fa0373 100644 --- a/applications/luci-app-nlbwmon/po/sk/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/sk/nlbwmon.po @@ -206,7 +206,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/sv/nlbwmon.po b/applications/luci-app-nlbwmon/po/sv/nlbwmon.po index 82f368a0f0..57279796bc 100644 --- a/applications/luci-app-nlbwmon/po/sv/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/sv/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/templates/nlbwmon.pot b/applications/luci-app-nlbwmon/po/templates/nlbwmon.pot index aebb60f214..a469bbd465 100644 --- a/applications/luci-app-nlbwmon/po/templates/nlbwmon.pot +++ b/applications/luci-app-nlbwmon/po/templates/nlbwmon.pot @@ -203,7 +203,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/tr/nlbwmon.po b/applications/luci-app-nlbwmon/po/tr/nlbwmon.po index 95c4573af8..ed92393bac 100644 --- a/applications/luci-app-nlbwmon/po/tr/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/tr/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/uk/nlbwmon.po b/applications/luci-app-nlbwmon/po/uk/nlbwmon.po index 65d17f719b..0119836ebb 100644 --- a/applications/luci-app-nlbwmon/po/uk/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/uk/nlbwmon.po @@ -213,7 +213,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/vi/nlbwmon.po b/applications/luci-app-nlbwmon/po/vi/nlbwmon.po index a6d6ac2d40..c5ea675948 100644 --- a/applications/luci-app-nlbwmon/po/vi/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/vi/nlbwmon.po @@ -212,7 +212,7 @@ msgstr "" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/zh-cn/nlbwmon.po b/applications/luci-app-nlbwmon/po/zh-cn/nlbwmon.po index 5c4ae3c0c1..395b0bed3a 100644 --- a/applications/luci-app-nlbwmon/po/zh-cn/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/zh-cn/nlbwmon.po @@ -219,7 +219,7 @@ msgstr "每月的某一天" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" "每个月重启统计周期的日期。使用负数表示从月底开始计算,例如:\"-5\" 可以表示7" "月27号或者2月24号。" diff --git a/applications/luci-app-nlbwmon/po/zh-tw/nlbwmon.po b/applications/luci-app-nlbwmon/po/zh-tw/nlbwmon.po index d72d509942..8bc1f891d0 100644 --- a/applications/luci-app-nlbwmon/po/zh-tw/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/zh-tw/nlbwmon.po @@ -219,7 +219,7 @@ msgstr "每月的某一天" msgid "" "Day of month to restart the accounting period. Use negative values to count " "towards the end of month, e.g. \"-5\" to specify the 27th of July or the " -"24th of Februrary." +"24th of February." msgstr "" "每個月重啟統計週期的日期。使用負數表示從月底開始計算,例如:\"-5\" 可以表示7" "月27號或者2月24號。" diff --git a/applications/luci-app-nlbwmon/root/etc/uci-defaults/40_luci-nlbwmon b/applications/luci-app-nlbwmon/root/etc/uci-defaults/40_luci-nlbwmon index c9771779ee..d7bfee271d 100644 --- a/applications/luci-app-nlbwmon/root/etc/uci-defaults/40_luci-nlbwmon +++ b/applications/luci-app-nlbwmon/root/etc/uci-defaults/40_luci-nlbwmon @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@nlbwmon[-1] - add ucitrack nlbwmon - set ucitrack.@nlbwmon[-1].init=nlbwmon - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-noddos/luasrc/view/noddos/clients.htm b/applications/luci-app-noddos/luasrc/view/noddos/clients.htm index 4caf3e04e4..171a5e9aab 100644 --- a/applications/luci-app-noddos/luasrc/view/noddos/clients.htm +++ b/applications/luci-app-noddos/luasrc/view/noddos/clients.htm @@ -79,8 +79,8 @@ <div class="th cbi-section-table-cell"><%:MAC%></div> <div class="th cbi-section-table-cell"><%:Manufacturer%></div> <div class="th cbi-section-table-cell"><%:Model%></div> - <div class="th cbi-section-table-cell"><%:DhcpVendor%></div> - <div class="th cbi-section-table-cell"><%:DhcpHostname%></div> + <div class="th cbi-section-table-cell"><%:DHCP Vendor%></div> + <div class="th cbi-section-table-cell"><%:DHCP Hostname%></div> </div> <% diff --git a/applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos b/applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos index 17abbc41ca..5225b63a8e 100644 --- a/applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos +++ b/applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos @@ -3,12 +3,5 @@ # Copyright (C) 2017 Steven Hessing (steven.hessing@live.com) # This is free software, licensed under the GNU General Public License v3 -uci -q batch <<-EOF >/dev/null - delete ucitrack.@noddos[-1] - add ucitrack noddos - set ucitrack.@noddos[-1].init=noddos - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-nut/luasrc/model/cbi/nut_server.lua b/applications/luci-app-nut/luasrc/model/cbi/nut_server.lua index 6aaf1d2c22..9bf1bda5bd 100644 --- a/applications/luci-app-nut/luasrc/model/cbi/nut_server.lua +++ b/applications/luci-app-nut/luasrc/model/cbi/nut_server.lua @@ -88,7 +88,7 @@ o = s:option(Value, "maxstartdelay", translate("Maximum Start Delay"), translate o.optional = true o.datatype = "uinteger" -o = s:option(Value, "maxretry", translate("Maxium Retries"), translate("Maximum number of times to try starting a driver.")) +o = s:option(Value, "maxretry", translate("Maximum Retries"), translate("Maximum number of times to try starting a driver.")) o.optional = true o.placeholder = 1 o.datatype = "uinteger" @@ -155,7 +155,7 @@ o = s:option(Value, "maxreport", translate("Max USB HID Length Reported"), trans o.optional = true o.datatype = "uinteger" -o = s:option(Value, "maxstartdelay", translate("Maxium Start Delay"), translate("Time in seconds that upsdrvctl will wait for driver to finish starting")) +o = s:option(Value, "maxstartdelay", translate("Maximum Start Delay"), translate("Time in seconds that upsdrvctl will wait for driver to finish starting")) o.optional = true o.datatype = "uinteger" o.placeholder = 45 diff --git a/applications/luci-app-nut/po/bg/nut.po b/applications/luci-app-nut/po/bg/nut.po index 24044c0d0e..dc9ef2801a 100644 --- a/applications/luci-app-nut/po/bg/nut.po +++ b/applications/luci-app-nut/po/bg/nut.po @@ -235,7 +235,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/ca/nut.po b/applications/luci-app-nut/po/ca/nut.po index 3f602137f1..7d0c25f5f4 100644 --- a/applications/luci-app-nut/po/ca/nut.po +++ b/applications/luci-app-nut/po/ca/nut.po @@ -237,7 +237,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/cs/nut.po b/applications/luci-app-nut/po/cs/nut.po index fe3f875ac9..6ab219cb5b 100644 --- a/applications/luci-app-nut/po/cs/nut.po +++ b/applications/luci-app-nut/po/cs/nut.po @@ -237,7 +237,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/de/nut.po b/applications/luci-app-nut/po/de/nut.po index de57d1be22..3203b422fb 100644 --- a/applications/luci-app-nut/po/de/nut.po +++ b/applications/luci-app-nut/po/de/nut.po @@ -237,7 +237,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/el/nut.po b/applications/luci-app-nut/po/el/nut.po index ff54828e2f..bbd7da7a1b 100644 --- a/applications/luci-app-nut/po/el/nut.po +++ b/applications/luci-app-nut/po/el/nut.po @@ -235,7 +235,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/en/nut.po b/applications/luci-app-nut/po/en/nut.po index 0f22c26ae0..2da8316cf1 100644 --- a/applications/luci-app-nut/po/en/nut.po +++ b/applications/luci-app-nut/po/en/nut.po @@ -237,8 +237,8 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "Maximum time in seconds between refresh of UPS status" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" -msgstr "Maxium Retries" +msgid "Maximum Retries" +msgstr "Maximum Retries" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 msgid "Maxium Start Delay" diff --git a/applications/luci-app-nut/po/es/nut.po b/applications/luci-app-nut/po/es/nut.po index 9b374ff457..fda309f060 100644 --- a/applications/luci-app-nut/po/es/nut.po +++ b/applications/luci-app-nut/po/es/nut.po @@ -245,7 +245,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "Tiempo máximo en segundos para la actualización del estado de UPS" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "Reintentos máximos" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/fr/nut.po b/applications/luci-app-nut/po/fr/nut.po index f8ac642817..37bbafe6c5 100644 --- a/applications/luci-app-nut/po/fr/nut.po +++ b/applications/luci-app-nut/po/fr/nut.po @@ -237,7 +237,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/he/nut.po b/applications/luci-app-nut/po/he/nut.po index 160f354d86..7d56618d8e 100644 --- a/applications/luci-app-nut/po/he/nut.po +++ b/applications/luci-app-nut/po/he/nut.po @@ -236,7 +236,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/hi/nut.po b/applications/luci-app-nut/po/hi/nut.po index e3d8157643..eab90032e1 100644 --- a/applications/luci-app-nut/po/hi/nut.po +++ b/applications/luci-app-nut/po/hi/nut.po @@ -235,7 +235,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/hu/nut.po b/applications/luci-app-nut/po/hu/nut.po index c1add79d1c..dafac61ce2 100644 --- a/applications/luci-app-nut/po/hu/nut.po +++ b/applications/luci-app-nut/po/hu/nut.po @@ -244,7 +244,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "Legnagyobb idő másodpercben az UPS állapot frissítése között" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "Legtöbb újrapróbálás" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/it/nut.po b/applications/luci-app-nut/po/it/nut.po index 37fe8738b1..27be7fd34a 100644 --- a/applications/luci-app-nut/po/it/nut.po +++ b/applications/luci-app-nut/po/it/nut.po @@ -235,7 +235,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/ja/nut.po b/applications/luci-app-nut/po/ja/nut.po index 3e9d4414a0..5e7c42b04e 100644 --- a/applications/luci-app-nut/po/ja/nut.po +++ b/applications/luci-app-nut/po/ja/nut.po @@ -237,7 +237,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/ko/nut.po b/applications/luci-app-nut/po/ko/nut.po index 2204cd56f2..63accb515b 100644 --- a/applications/luci-app-nut/po/ko/nut.po +++ b/applications/luci-app-nut/po/ko/nut.po @@ -235,7 +235,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/mr/nut.po b/applications/luci-app-nut/po/mr/nut.po index cc751c11fd..4fae1c54cb 100644 --- a/applications/luci-app-nut/po/mr/nut.po +++ b/applications/luci-app-nut/po/mr/nut.po @@ -237,7 +237,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/ms/nut.po b/applications/luci-app-nut/po/ms/nut.po index 78875f1f52..6287447dd3 100644 --- a/applications/luci-app-nut/po/ms/nut.po +++ b/applications/luci-app-nut/po/ms/nut.po @@ -235,7 +235,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/nb_NO/nut.po b/applications/luci-app-nut/po/nb_NO/nut.po index 82cee04fe5..d4f42ebeb7 100644 --- a/applications/luci-app-nut/po/nb_NO/nut.po +++ b/applications/luci-app-nut/po/nb_NO/nut.po @@ -235,7 +235,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/pl/nut.po b/applications/luci-app-nut/po/pl/nut.po index 1a58a34bab..4d8a20e68f 100644 --- a/applications/luci-app-nut/po/pl/nut.po +++ b/applications/luci-app-nut/po/pl/nut.po @@ -238,7 +238,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/pt/nut.po b/applications/luci-app-nut/po/pt/nut.po index f511a6f023..ad8e65ae29 100644 --- a/applications/luci-app-nut/po/pt/nut.po +++ b/applications/luci-app-nut/po/pt/nut.po @@ -243,7 +243,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "Tempo máximo em segundos para atualizar a condição do estado do UPS" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "Quantidade Máxima de Tentativas" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/pt_BR/nut.po b/applications/luci-app-nut/po/pt_BR/nut.po index 35742cc00e..b7d707bd6b 100644 --- a/applications/luci-app-nut/po/pt_BR/nut.po +++ b/applications/luci-app-nut/po/pt_BR/nut.po @@ -243,7 +243,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "Tempo máximo em segundos para atualizar a condição do estado do Nobreak" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "Quantidade Máxima de Tentativas" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/ro/nut.po b/applications/luci-app-nut/po/ro/nut.po index 60f877bd4e..69737cfa01 100644 --- a/applications/luci-app-nut/po/ro/nut.po +++ b/applications/luci-app-nut/po/ro/nut.po @@ -236,7 +236,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/ru/nut.po b/applications/luci-app-nut/po/ru/nut.po index 369a079875..f42f6841a7 100644 --- a/applications/luci-app-nut/po/ru/nut.po +++ b/applications/luci-app-nut/po/ru/nut.po @@ -238,7 +238,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/sk/nut.po b/applications/luci-app-nut/po/sk/nut.po index 751a738d75..6dacf12f30 100644 --- a/applications/luci-app-nut/po/sk/nut.po +++ b/applications/luci-app-nut/po/sk/nut.po @@ -235,7 +235,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/sv/nut.po b/applications/luci-app-nut/po/sv/nut.po index 6f2dfe74fc..39b97601ce 100644 --- a/applications/luci-app-nut/po/sv/nut.po +++ b/applications/luci-app-nut/po/sv/nut.po @@ -237,7 +237,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/templates/nut.pot b/applications/luci-app-nut/po/templates/nut.pot index 945c31ddab..9a57af5e7e 100644 --- a/applications/luci-app-nut/po/templates/nut.pot +++ b/applications/luci-app-nut/po/templates/nut.pot @@ -226,7 +226,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/tr/nut.po b/applications/luci-app-nut/po/tr/nut.po index 5ce5a473d5..117166bba6 100644 --- a/applications/luci-app-nut/po/tr/nut.po +++ b/applications/luci-app-nut/po/tr/nut.po @@ -235,7 +235,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/uk/nut.po b/applications/luci-app-nut/po/uk/nut.po index 723c9cc603..32db211041 100644 --- a/applications/luci-app-nut/po/uk/nut.po +++ b/applications/luci-app-nut/po/uk/nut.po @@ -238,7 +238,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/vi/nut.po b/applications/luci-app-nut/po/vi/nut.po index 6a27af6661..23e18513fa 100644 --- a/applications/luci-app-nut/po/vi/nut.po +++ b/applications/luci-app-nut/po/vi/nut.po @@ -237,7 +237,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/zh-cn/nut.po b/applications/luci-app-nut/po/zh-cn/nut.po index 8d8f71f873..87f8d21185 100644 --- a/applications/luci-app-nut/po/zh-cn/nut.po +++ b/applications/luci-app-nut/po/zh-cn/nut.po @@ -240,7 +240,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "刷新 UPS 状态之间的最长时间(秒)" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "最大重试次数" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-nut/po/zh-tw/nut.po b/applications/luci-app-nut/po/zh-tw/nut.po index 6d0e07a5ae..88203ff88b 100644 --- a/applications/luci-app-nut/po/zh-tw/nut.po +++ b/applications/luci-app-nut/po/zh-tw/nut.po @@ -241,7 +241,7 @@ msgid "Maximum time in seconds between refresh of UPS status" msgstr "重新整理 UPS 狀態之間的最長時間(秒)" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 -msgid "Maxium Retries" +msgid "Maximum Retries" msgstr "最大重試次數" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 diff --git a/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua b/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua index 396dedd4a3..6194a18dca 100644 --- a/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua +++ b/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua @@ -17,35 +17,14 @@ local e = s:taboption("general", Flag, "enable", translate("Enable server")) e.rmempty = false e.default = "1" -local o_sha = s:taboption("general", DummyValue, "sha_hash", translate("Server's certificate SHA1 hash"), - translate("That value should be communicated to the client to verify the server's certificate")) local o_pki = s:taboption("general", DummyValue, "pkid", translate("Server's Public Key ID"), - translate("An alternative value to be communicated to the client to verify the server's certificate; this value only depends on the public key")) + translate("The value to be communicated to the client to verify the server's certificate; this value only depends on the public key")) -local fd = io.popen("/usr/bin/certtool -i --infile /etc/ocserv/server-cert.pem", "r") +local fd = io.popen("/usr/bin/certtool --hash sha256 --key-id --infile /etc/ocserv/server-cert.pem", "r") if fd then local ln - local found_sha = false - local found_pki = false - local complete = 0 - while complete < 2 do - local ln = fd:read("*l") - if not ln then - break - elseif ln:match("SHA%-?1 fingerprint:") then - found_sha = true - elseif found_sha then - local hash = ln:match("([a-f0-9]+)") - o_sha.default = hash and hash:upper() - complete = complete + 1 - found_sha = false - elseif ln:match("Public Key I[Dd]:") then - found_pki = true - elseif found_pki then - local hash = ln:match("([a-f0-9]+)") - o_pki.default = hash and "sha1:" .. hash:upper() - complete = complete + 1 - found_pki = false - end + local ln = fd:read("*l") + if ln then + o_pki.default = "sha256:" .. ln end fd:close() end diff --git a/applications/luci-app-ocserv/po/bg/ocserv.po b/applications/luci-app-ocserv/po/bg/ocserv.po index f38d412851..362fabd6ab 100644 --- a/applications/luci-app-ocserv/po/bg/ocserv.po +++ b/applications/luci-app-ocserv/po/bg/ocserv.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -19,13 +19,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -48,12 +42,12 @@ msgstr "" msgid "Collecting data..." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -68,29 +62,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -99,7 +93,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -127,20 +121,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -149,7 +143,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -165,17 +159,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -184,7 +178,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -193,12 +187,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -206,41 +196,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -252,11 +236,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -264,11 +248,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -282,7 +272,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -295,18 +285,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -320,7 +310,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/ca/ocserv.po b/applications/luci-app-ocserv/po/ca/ocserv.po index da00b7c34f..d861657f12 100644 --- a/applications/luci-app-ocserv/po/ca/ocserv.po +++ b/applications/luci-app-ocserv/po/ca/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.9.1-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "" msgid "Collecting data..." msgstr "S’estan recollint dades…" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "Dispositiu" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "Nom" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "Contrasenya" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "Estat" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/cs/ocserv.po b/applications/luci-app-ocserv/po/cs/ocserv.po index 2a578bff00..2eb5c2bec7 100644 --- a/applications/luci-app-ocserv/po/cs/ocserv.po +++ b/applications/luci-app-ocserv/po/cs/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "Šifra" msgid "Collecting data..." msgstr "Probíhá sběr dat..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "Zařízení" msgid "Edit Template" msgstr "Editovat šablonu" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "IP adresa" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "Max klientů" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "Název" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "Heslo" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "Port" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "Nastavení serveru" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "Stav" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "Čas" msgid "User" msgstr "Uživatel" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "Uživatelské jméno" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/de/ocserv.po b/applications/luci-app-ocserv/po/de/ocserv.po index 9a151e96d1..ed54302f8d 100644 --- a/applications/luci-app-ocserv/po/de/ocserv.po +++ b/applications/luci-app-ocserv/po/de/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "Verschlüsselungsalgorithmus" msgid "Collecting data..." msgstr "Sammle Daten..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "Gerät" msgid "Edit Template" msgstr "Template bearbeiten" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "IP-Adresse" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "Name" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "Passwort" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "Port" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "Servereinstellungen" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "Status" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "Zeit" msgid "User" msgstr "Nutzer" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "Benutzername" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/el/ocserv.po b/applications/luci-app-ocserv/po/el/ocserv.po index 257b766d42..a409378698 100644 --- a/applications/luci-app-ocserv/po/el/ocserv.po +++ b/applications/luci-app-ocserv/po/el/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "" msgid "Collecting data..." msgstr "Συλλογή δεδομένων..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "Κατάσταση" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/en/ocserv.po b/applications/luci-app-ocserv/po/en/ocserv.po index dfad1d98e8..e2089fec80 100644 --- a/applications/luci-app-ocserv/po/en/ocserv.po +++ b/applications/luci-app-ocserv/po/en/ocserv.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -19,13 +19,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -48,12 +42,12 @@ msgstr "" msgid "Collecting data..." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -68,29 +62,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -99,7 +93,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -127,20 +121,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -149,7 +143,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -165,17 +159,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -184,7 +178,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -193,12 +187,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -206,41 +196,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -252,11 +236,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -264,11 +248,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -282,7 +272,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -295,18 +285,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -320,7 +310,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/es/ocserv.po b/applications/luci-app-ocserv/po/es/ocserv.po index eeebaae9fb..14855db690 100644 --- a/applications/luci-app-ocserv/po/es/ocserv.po +++ b/applications/luci-app-ocserv/po/es/ocserv.po @@ -13,7 +13,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -30,15 +30,7 @@ msgstr "Usuarios activos de OpenConnect" msgid "Active users" msgstr "Usuarios activos" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" -"Un valor alternativo que se comunicará al cliente para verificar el " -"certificado del servidor; este valor solo depende de la clave pública" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "Compatibilidad con el cliente AnyConnect" @@ -61,12 +53,12 @@ msgstr "Cifrado" msgid "Collecting data..." msgstr "Recolectando datos…" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "Servidores DNS" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "Tiempo muerto de detección de pares (segundos)" @@ -81,18 +73,18 @@ msgstr "Dispositivo" msgid "Edit Template" msgstr "Editar plantilla" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" "Edite la plantilla que se utiliza para generar la configuración de ocserv." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "Activar UDP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " @@ -101,12 +93,12 @@ msgstr "" "Activar el soporte del canal UDP; esto debe estar activado a menos que sepa " "lo que está haciendo" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "Activar compresión" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "Activar proxy arp" @@ -115,7 +107,7 @@ msgstr "Activar proxy arp" msgid "Enable server" msgstr "Activar servidor" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "Active el soporte para clientes CISCO AnyConnect" @@ -143,20 +135,20 @@ msgstr "ID" msgid "IP" msgstr "IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "Dirección IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "Máx. clientes" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "Max. mismos clientes" @@ -165,7 +157,7 @@ msgstr "Max. mismos clientes" msgid "Name" msgstr "Nombre" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "Máscara de red (o prefijo IPv6)" @@ -181,17 +173,17 @@ msgstr "OpenConnect VPN" msgid "Password" msgstr "Contraseña" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "Puerto" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "IP predecibles" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -205,7 +197,7 @@ msgstr "" "que no debe estar en uso. Si tiene una red en LAN que cubre 192.168.1.0/24, " "use 192.168.1.192/26 para reservar las 62 direcciones superiores." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "Tabla de ruteo" @@ -214,34 +206,22 @@ msgstr "Tabla de ruteo" msgid "Server Settings" msgstr "Configuración del servidor" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 msgid "Server's Public Key ID" msgstr "ID de clave pública del servidor" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" -msgstr "Certificado de servidor SHA1 hash" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:58 msgid "Status" msgstr "Estado" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" -"Ese valor debe comunicarse al cliente para verificar el certificado del " -"servidor" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" "Los servidores DNS que se proporcionarán a los clientes; puede ser IPv6 o " "IPv4" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" @@ -249,7 +229,7 @@ msgstr "" "Los servidores DNS que se proporcionarán a los clientes; puede ser IPv6 o " "IPv4. Por lo general, debe incluir la dirección de este dispositivo" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " @@ -259,7 +239,7 @@ msgstr "" "ser una red privada diferente de las direcciones LAN a menos que el proxy " "ARP esté activado. Deje en blanco para intentar la configuración automática." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." @@ -267,12 +247,12 @@ msgstr "" "La dirección de subred IPv6 para proporcionar a los clientes; déjelo en " "blanco para intentar la configuración automática." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "Las IP asignadas se seleccionarán de manera determinista" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -287,11 +267,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "La zona de firewall en la que se establecerán los clientes VPN" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "La máscara de la subred de antes." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -302,11 +282,17 @@ msgstr "" "rutas IPv4 e IPv6, el servidor enviará solo lo apropiado. Deje en blanco " "para establecer una ruta predeterminada" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "Se usarán los mismos puertos UDP y TCP" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "No hay usuarios activos." @@ -320,7 +306,7 @@ msgstr "Hora" msgid "User" msgstr "Usuario" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "Autenticacion de usuario" @@ -333,20 +319,20 @@ msgstr "Configuración de usuario" msgid "Username" msgstr "Nombre de usuario" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" "Máscara de red VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" "Dirección de red VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -361,7 +347,7 @@ msgstr "IP VPN" msgid "VPN IP Address" msgstr "Dirección IP VPN" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." @@ -369,3 +355,20 @@ msgid "" msgstr "" "Ver el certificado de CA utilizado por este servidor. Deberá guardarlo como " "'ca.pem' e importarlo a los clientes." + +#~ msgid "" +#~ "An alternative value to be communicated to the client to verify the " +#~ "server's certificate; this value only depends on the public key" +#~ msgstr "" +#~ "Un valor alternativo que se comunicará al cliente para verificar el " +#~ "certificado del servidor; este valor solo depende de la clave pública" + +#~ msgid "Server's certificate SHA1 hash" +#~ msgstr "Certificado de servidor SHA1 hash" + +#~ msgid "" +#~ "That value should be communicated to the client to verify the server's " +#~ "certificate" +#~ msgstr "" +#~ "Ese valor debe comunicarse al cliente para verificar el certificado del " +#~ "servidor" diff --git a/applications/luci-app-ocserv/po/fr/ocserv.po b/applications/luci-app-ocserv/po/fr/ocserv.po index a123561599..b08444768f 100644 --- a/applications/luci-app-ocserv/po/fr/ocserv.po +++ b/applications/luci-app-ocserv/po/fr/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.10\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "Code de chiffrement" msgid "Collecting data..." msgstr "Récupération des données…" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "Appareil" msgid "Edit Template" msgstr "Modifier le modèle" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "Nom" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "Mot de passe" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "Port" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "État" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "Heure" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/he/ocserv.po b/applications/luci-app-ocserv/po/he/ocserv.po index 8bdd803c4f..63c014b986 100644 --- a/applications/luci-app-ocserv/po/he/ocserv.po +++ b/applications/luci-app-ocserv/po/he/ocserv.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -19,13 +19,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -48,12 +42,12 @@ msgstr "" msgid "Collecting data..." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -68,29 +62,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -99,7 +93,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -127,20 +121,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -149,7 +143,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -165,17 +159,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -184,7 +178,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -193,12 +187,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -206,41 +196,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -252,11 +236,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -264,11 +248,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -282,7 +272,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -295,18 +285,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -320,7 +310,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/hi/ocserv.po b/applications/luci-app-ocserv/po/hi/ocserv.po index e0f3b71801..d4499a41f5 100644 --- a/applications/luci-app-ocserv/po/hi/ocserv.po +++ b/applications/luci-app-ocserv/po/hi/ocserv.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -19,13 +19,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -48,12 +42,12 @@ msgstr "" msgid "Collecting data..." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -68,29 +62,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -99,7 +93,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -127,20 +121,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -149,7 +143,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -165,17 +159,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -184,7 +178,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -193,12 +187,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -206,41 +196,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -252,11 +236,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -264,11 +248,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -282,7 +272,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -295,18 +285,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -320,7 +310,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/hu/ocserv.po b/applications/luci-app-ocserv/po/hu/ocserv.po index 07ff069376..ed92acf6fc 100644 --- a/applications/luci-app-ocserv/po/hu/ocserv.po +++ b/applications/luci-app-ocserv/po/hu/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -58,12 +58,12 @@ msgstr "Titkosító" msgid "Collecting data..." msgstr "Adatok összegyűjtése…" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "DNS-kiszolgálók" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "Halott partner felismerésének ideje (másodperc)" @@ -78,19 +78,19 @@ msgstr "Eszköz" msgid "Edit Template" msgstr "Sablon szerkesztése" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" "A sablon szerkesztése, amely az ocserv beállítások előállításához lesz " "használva." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "UDP engedélyezése" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " @@ -99,12 +99,12 @@ msgstr "" "Az UDP csatorna támogatásának engedélyezése. Ezt engedélyezni kell, hacsak " "nem tudja, hogy mit csinál" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "Tömörítés engedélyezése" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "Proxy ARP engedélyezése" @@ -113,7 +113,7 @@ msgstr "Proxy ARP engedélyezése" msgid "Enable server" msgstr "Kiszolgáló engedélyezése" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "Támogatás engedélyezése a CISCO AnyConnect ügyfelekhez" @@ -141,20 +141,20 @@ msgstr "Azonosító" msgid "IP" msgstr "IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "IP-cím" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "Legtöbb ügyfél" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "Legtöbb azonos ügyfél" @@ -163,7 +163,7 @@ msgstr "Legtöbb azonos ügyfél" msgid "Name" msgstr "Név" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "Hálózati maszk (vagy IPv6-előtag)" @@ -179,17 +179,17 @@ msgstr "OpenConnect VPN" msgid "Password" msgstr "Jelszó" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "Port" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "Megjósolható IP-k" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -204,7 +204,7 @@ msgstr "" "rendelkezik, akkor használja a 192.168.1.192/26 címet a felső 62 cím " "lefoglalásához." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "Útválasztási táblázat" @@ -213,6 +213,11 @@ msgstr "Útválasztási táblázat" msgid "Server Settings" msgstr "Kiszolgáló beállításai" +<<<<<<< HEAD +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 +msgid "Server's Public Key ID" +msgstr "" +======= #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 msgid "Server's Public Key ID" msgstr "A kiszolgáló nyilvános kulcsának azonosítója" @@ -220,12 +225,15 @@ msgstr "A kiszolgáló nyilvános kulcsának azonosítója" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 msgid "Server's certificate SHA1 hash" msgstr "A kiszolgáló tanúsítványának SHA1 kivonata" +>>>>>>> weblate/master #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:58 msgid "Status" msgstr "Állapot" +<<<<<<< HEAD +======= #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 msgid "" "That value should be communicated to the client to verify the server's " @@ -234,11 +242,12 @@ msgstr "" "Az értéket közölni kell az ügyféllel a kiszolgáló tanúsítványának " "ellenőrzéséhez" +>>>>>>> weblate/master #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "Az ügyfeleknek biztosított DNS-kiszolgálók. Lehet IPv6 vagy IPv4" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" @@ -246,7 +255,7 @@ msgstr "" "Az ügyfeleknek biztosított DNS-kiszolgálók. Lehet IPv6 vagy IPv4. Jellemzően " "fel kell vennie ennek az eszköznek a címét" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " @@ -256,7 +265,7 @@ msgstr "" "hálózatnak kell lennie, amelyek különböznek a LAN címeitől, hacsak proxy ARP " "nincs engedélyezve. Hagyja üresen az automatikus beállítás kísérletéhez." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." @@ -264,12 +273,12 @@ msgstr "" "Az ügyfeleknek biztosított IPv6 alhálózat címe. Hagyja üresen az automatikus " "beállítás kísérletéhez." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "A hozzárendelt IP-k meghatározottan lesznek kiválasztva" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -284,11 +293,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "A tűzfalzóna, amelyhez a VPN ügyfelek be lesznek állítva" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "A fenti alhálózat maszkja." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -299,11 +308,17 @@ msgstr "" "útvonalakat, a kiszolgáló csak a megfelelőt fogja küldeni. Hagyja üresen egy " "alapértelmezett útvonal beállításához" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "Ugyanaz az UDP és TCP port lesz használva" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "Nincsenek aktív felhasználók." @@ -317,7 +332,7 @@ msgstr "Idő" msgid "User" msgstr "Felhasználó" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "Felhasználó hitelesítése" @@ -330,20 +345,20 @@ msgstr "Felhasználó beállításai" msgid "Username" msgstr "Felhasználónév" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr> hálózati maszk" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr> hálózati címe" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -358,7 +373,7 @@ msgstr "VPN IP" msgid "VPN IP Address" msgstr "VPN IP-címe" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/it/ocserv.po b/applications/luci-app-ocserv/po/it/ocserv.po index 136765c188..c1d696435f 100644 --- a/applications/luci-app-ocserv/po/it/ocserv.po +++ b/applications/luci-app-ocserv/po/it/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "" msgid "Collecting data..." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "Nome" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "Stato" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/ja/ocserv.po b/applications/luci-app-ocserv/po/ja/ocserv.po index 91a78127b5..09348c1c62 100644 --- a/applications/luci-app-ocserv/po/ja/ocserv.po +++ b/applications/luci-app-ocserv/po/ja/ocserv.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -19,13 +19,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -48,12 +42,12 @@ msgstr "" msgid "Collecting data..." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -68,29 +62,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -99,7 +93,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -127,20 +121,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -149,7 +143,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -165,17 +159,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -184,7 +178,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -193,12 +187,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -206,41 +196,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -252,11 +236,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -264,11 +248,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -282,7 +272,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -295,18 +285,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -320,7 +310,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/ko/ocserv.po b/applications/luci-app-ocserv/po/ko/ocserv.po index 2f24691b12..26f1c9a418 100644 --- a/applications/luci-app-ocserv/po/ko/ocserv.po +++ b/applications/luci-app-ocserv/po/ko/ocserv.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -19,13 +19,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -48,12 +42,12 @@ msgstr "" msgid "Collecting data..." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -68,29 +62,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -99,7 +93,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -127,20 +121,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -149,7 +143,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -165,17 +159,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -184,7 +178,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -193,12 +187,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -206,41 +196,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -252,11 +236,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -264,11 +248,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -282,7 +272,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -295,18 +285,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -320,7 +310,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/mr/ocserv.po b/applications/luci-app-ocserv/po/mr/ocserv.po index 78ad5ca03d..261d95de67 100644 --- a/applications/luci-app-ocserv/po/mr/ocserv.po +++ b/applications/luci-app-ocserv/po/mr/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.10\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "" msgid "Collecting data..." msgstr "डेटा संकलित करीत आहे ..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "" msgid "Edit Template" msgstr "टेम्पलेट संपादित करा" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "नाव" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "पोर्ट" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/ms/ocserv.po b/applications/luci-app-ocserv/po/ms/ocserv.po index 46f41d9103..0433407d94 100644 --- a/applications/luci-app-ocserv/po/ms/ocserv.po +++ b/applications/luci-app-ocserv/po/ms/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "" msgid "Collecting data..." msgstr "Mengumpul data..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/nb_NO/ocserv.po b/applications/luci-app-ocserv/po/nb_NO/ocserv.po index 07276f38c7..ad3cbb39af 100644 --- a/applications/luci-app-ocserv/po/nb_NO/ocserv.po +++ b/applications/luci-app-ocserv/po/nb_NO/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.9.1\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "" msgid "Collecting data..." msgstr "Samler inn data…" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/pl/ocserv.po b/applications/luci-app-ocserv/po/pl/ocserv.po index fb1b8e0059..3c1f777770 100644 --- a/applications/luci-app-ocserv/po/pl/ocserv.po +++ b/applications/luci-app-ocserv/po/pl/ocserv.po @@ -11,7 +11,7 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -26,13 +26,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -55,12 +49,12 @@ msgstr "Szyfr" msgid "Collecting data..." msgstr "Trwa zbieranie danych..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -75,29 +69,29 @@ msgstr "Urządzenie" msgid "Edit Template" msgstr "Edytuj szablon" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -106,7 +100,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -134,20 +128,20 @@ msgstr "" msgid "IP" msgstr "IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "Adres IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "Maks. klientów" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -156,7 +150,7 @@ msgstr "" msgid "Name" msgstr "Nazwa" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -172,17 +166,17 @@ msgstr "" msgid "Password" msgstr "Hasło" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "Port" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -191,7 +185,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -200,12 +194,8 @@ msgstr "" msgid "Server Settings" msgstr "Ustawienia serwera" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -213,41 +203,35 @@ msgstr "" msgid "Status" msgstr "Status" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -259,11 +243,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -271,11 +255,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -289,7 +279,7 @@ msgstr "Czas" msgid "User" msgstr "Użytkownik" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -302,18 +292,18 @@ msgstr "" msgid "Username" msgstr "Nazwa użytkownika" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -327,7 +317,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/pt/ocserv.po b/applications/luci-app-ocserv/po/pt/ocserv.po index 153ecbf46f..0721b3d4a1 100644 --- a/applications/luci-app-ocserv/po/pt/ocserv.po +++ b/applications/luci-app-ocserv/po/pt/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -27,15 +27,7 @@ msgstr "Utilizadores de Active OpenConnect" msgid "Active users" msgstr "Utilizadores ativos" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" -"Um valor alternativo a ser comunicado ao cliente para verificar o " -"certificado do servidor; este valor depende apenas da chave pública" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "Compatibilidade do cliente AnyConnect" @@ -58,12 +50,12 @@ msgstr "Cifra" msgid "Collecting data..." msgstr "A recolher dados..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "Servidores DNS" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "Tempo de deteção de pares mortos (segundos)" @@ -78,17 +70,17 @@ msgstr "Aparelho" msgid "Edit Template" msgstr "Editar Modelo" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "Editar o modelo que é usado para gerar a configuração cifsd." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "Ativar UDP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " @@ -97,12 +89,12 @@ msgstr "" "Ativar o suporte de canais UDP; isso deve ser ativado a menos que saiba o " "que está fazendo" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "Ativar compressão" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "Ativar proxy de arp" @@ -111,7 +103,7 @@ msgstr "Ativar proxy de arp" msgid "Enable server" msgstr "Ativar servidor" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "Ativar o suporte para clientes de CISCO AnyConnect" @@ -139,20 +131,20 @@ msgstr "ID" msgid "IP" msgstr "IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "Endereço IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "Máximo de clientes" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "Máximo de mesmos clientes" @@ -161,7 +153,7 @@ msgstr "Máximo de mesmos clientes" msgid "Name" msgstr "Nome" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "Máscara de rede (ou prefixo de IPv6)" @@ -177,17 +169,17 @@ msgstr "VPN OpenConnect" msgid "Password" msgstr "Palavra-passe" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "Porta" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "IPs Previsíveis" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -201,7 +193,7 @@ msgstr "" "tiver uma rede na LAN que cubra 192.168.1.0/24 utilize 192.168.1.192/26 para " "reservar os 62 endereços superiores." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "Tabela de roteamento" @@ -210,33 +202,21 @@ msgstr "Tabela de roteamento" msgid "Server Settings" msgstr "Configurações do Servidor" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 msgid "Server's Public Key ID" msgstr "ID da Chave Pública do Servidor" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" -msgstr "Hash SHA1 do certificado do servidor" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:58 msgid "Status" msgstr "Estado" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" -"Esse valor deve ser comunicado ao cliente para verificar o certificado do " -"servidor" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" "Os servidores DNS a serem fornecidos aos clientes; podem ser IPv6 ou IPv4" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" @@ -244,7 +224,7 @@ msgstr "" "Os servidores DNS a serem fornecidos aos clientes; podem ser IPv6 ou IPv4. " "Normalmente deve incluir o endereço deste aparelho" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " @@ -254,7 +234,7 @@ msgstr "" "alguma rede privada diferente dos endereços LAN, a menos que o proxy ARP " "esteja ativado. Deixe vazio para tentar a autoconfiguração." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." @@ -262,12 +242,12 @@ msgstr "" "O endereço de sub-rede IPv6 a fornecer aos clientes; deixe vazio para tentar " "a autoconfiguração." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "Os IPs atribuídos serão selecionados de forma determinística" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -282,11 +262,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "A zona do firewall em qual os clientes VPN serão atribuido" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "A máscara da sub-rede acima." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -297,11 +277,17 @@ msgstr "" "rotas IPv4 e IPv6, o servidor enviará apenas o apropriado. Deixe vazio para " "definir uma rota padrão" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "As mesmas portas UDP e TCP serão usadas" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "Não há utilizadores ativos." @@ -315,7 +301,7 @@ msgstr "Tempo" msgid "User" msgstr "Utilizador" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "Autenticação do utilizador" @@ -328,28 +314,28 @@ msgstr "Configurações do utilizador" msgid "Username" msgstr "Nome do utilizador" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -"Máscara de rede VPN <abbr title=\"Protocolo de Internet Versão 4\"" -">IPv4</abbr>" +"Máscara de rede VPN <abbr title=\"Protocolo de Internet Versão 4\">IPv4</" +"abbr>" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -"Endereço de rede VPN <abbr title=\"Protocolo de Internet Versão 4\"" -">IPv4</abbr>" +"Endereço de rede VPN <abbr title=\"Protocolo de Internet Versão 4\">IPv4</" +"abbr>" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" msgstr "" -"Endereço de rede VPN <abbr title=\"Protocolo de Internet Versão 6\"" -">IPv6</abbr>" +"Endereço de rede VPN <abbr title=\"Protocolo de Internet Versão 6\">IPv6</" +"abbr>" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:69 msgid "VPN IP" @@ -359,7 +345,7 @@ msgstr "IP da VPN" msgid "VPN IP Address" msgstr "Endereço IP da VPN" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." @@ -367,3 +353,20 @@ msgid "" msgstr "" "Veja o certificado AC utilizado por este servidor. Precisará gravá-lo como " "'ca.pem' e importá-lo para os clientes." + +#~ msgid "" +#~ "An alternative value to be communicated to the client to verify the " +#~ "server's certificate; this value only depends on the public key" +#~ msgstr "" +#~ "Um valor alternativo a ser comunicado ao cliente para verificar o " +#~ "certificado do servidor; este valor depende apenas da chave pública" + +#~ msgid "Server's certificate SHA1 hash" +#~ msgstr "Hash SHA1 do certificado do servidor" + +#~ msgid "" +#~ "That value should be communicated to the client to verify the server's " +#~ "certificate" +#~ msgstr "" +#~ "Esse valor deve ser comunicado ao cliente para verificar o certificado do " +#~ "servidor" diff --git a/applications/luci-app-ocserv/po/pt_BR/ocserv.po b/applications/luci-app-ocserv/po/pt_BR/ocserv.po index d67fe5a7d5..9276d3b313 100644 --- a/applications/luci-app-ocserv/po/pt_BR/ocserv.po +++ b/applications/luci-app-ocserv/po/pt_BR/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -27,15 +27,7 @@ msgstr "Usuários ativos do OpenConnect" msgid "Active users" msgstr "Usuários ativos" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" -"Um valor alternativo a ser comunicado ao cliente para verificar o " -"certificado do servidor; este valor depende apenas da chave pública" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "Compatibilidade com o cliente AnyConnect" @@ -58,12 +50,12 @@ msgstr "Cifra" msgid "Collecting data..." msgstr "Coletando dados..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "Servidores de DNS" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "Tempo de detecção de pares inativos (segundos)" @@ -78,17 +70,17 @@ msgstr "Dispositivo" msgid "Edit Template" msgstr "Editar modelo" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "Edite o modelo que é usado para gerar a configuração do ocserv." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "Ativar UDP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " @@ -97,12 +89,12 @@ msgstr "" "Ativar o suporte a canais UDP; esta opção deve estar ativa a não ser que " "você saiba o que está fazendo" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "Ativar compressão" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "Ativar proxy arp" @@ -111,7 +103,7 @@ msgstr "Ativar proxy arp" msgid "Enable server" msgstr "Ativar o servidor" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "Ativar o suporte para clientes da CISCO AnyConnect" @@ -139,20 +131,20 @@ msgstr "ID" msgid "IP" msgstr "IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "Endereço IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "Quantidade máxima de clientes" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "Quantidade máxima de clientes iguais" @@ -161,7 +153,7 @@ msgstr "Quantidade máxima de clientes iguais" msgid "Name" msgstr "Nome" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "Máscara de Rede (ou prefixo IPv6)" @@ -177,17 +169,17 @@ msgstr "OpenConnect VPN" msgid "Password" msgstr "Senha" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "Porta" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "IPs Previsíveis" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -198,10 +190,10 @@ msgstr "" "Fornece endereços para clientes de uma sub-rede LAN; se ativo a rede abaixo " "deve ser uma sub-rede da LAN. repare que o primeiro endereço da sub-net " "especificada será reservada pelo ocserv, assim tal endereço não deve estar " -"em uso. Caso tenha uma rede na LAN cobrindo 192.168.1.0/24 utilize 192.168.1." -"192/26 para que os 62 endereços acima sejam devidamente reservados." +"em uso. Caso tenha uma rede na LAN cobrindo 192.168.1.0/24 utilize " +"192.168.1.192/26 para que os 62 endereços acima sejam devidamente reservados." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "Tabela de roteamento" @@ -210,34 +202,22 @@ msgstr "Tabela de roteamento" msgid "Server Settings" msgstr "Configurações do Servidor" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 msgid "Server's Public Key ID" msgstr "ID da Chave Pública do Servidor" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" -msgstr "Hash do certificado SHA1 do Servidor" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:58 msgid "Status" msgstr "Condição" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" -"Este valor deve ser comunicado ao cliente para verificar o certificado do " -"servidor" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" "Os servidores de DNS a ser oferecido aos clientes; pode ser tanto IPv6 ou " "IPv4" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" @@ -245,7 +225,7 @@ msgstr "" "Os servidores DNS a ser oferecido aos clientes; pode ser tanto IPv6 ou IPv4. " "Geralmente você deve incluir o endereço deste dispositivo" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " @@ -255,7 +235,7 @@ msgstr "" "endereços de rede privados diferentes do endereço LAN a não ser que um proxy " "ARP esteja ativo. Para uma configuração automática, deixe a opção vazia." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." @@ -263,12 +243,12 @@ msgstr "" "O endereço IPv6 a ser oferecida aos clientes. Para uma configuração " "automática, deixe a opção vazia." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "Os IPs atribuídos serão selecionados deterministicamente" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -283,11 +263,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "A zona do firewall em que os clientes VPN serão enviados" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "A máscara da sub-rede acima." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -298,11 +278,17 @@ msgstr "" "rotas IPv4 e IPv6, o servidor enviará o que for apropriado. Deixe vazio para " "definir uma rota padrão" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "As mesmas portas UDP e TCP serão usadas" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "Não há usuários ativos." @@ -316,7 +302,7 @@ msgstr "Tempo" msgid "User" msgstr "Usuário" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "Autenticação do Usuário" @@ -329,14 +315,14 @@ msgstr "Configurações do Usuário" msgid "Username" msgstr "Nome do Usuário" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" "VPN <abbr title=\"Protocolo de Internet Versão 4\">IPv4</abbr>-Máscara de " "Rede" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" @@ -344,7 +330,7 @@ msgstr "" "VPN <abbr title=\"Protocolo de Internet Versão 4\">IPv4</abbr>-Endereço de " "Rede" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -360,7 +346,7 @@ msgstr "IP da VPN" msgid "VPN IP Address" msgstr "Endereço IP da VPN" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." @@ -368,3 +354,20 @@ msgid "" msgstr "" "Exibir o certificado CA utilizado por este servidor. Você precisará salvá-lo " "como 'ca.pem' e importá-lo nos clientes." + +#~ msgid "" +#~ "An alternative value to be communicated to the client to verify the " +#~ "server's certificate; this value only depends on the public key" +#~ msgstr "" +#~ "Um valor alternativo a ser comunicado ao cliente para verificar o " +#~ "certificado do servidor; este valor depende apenas da chave pública" + +#~ msgid "Server's certificate SHA1 hash" +#~ msgstr "Hash do certificado SHA1 do Servidor" + +#~ msgid "" +#~ "That value should be communicated to the client to verify the server's " +#~ "certificate" +#~ msgstr "" +#~ "Este valor deve ser comunicado ao cliente para verificar o certificado do " +#~ "servidor" diff --git a/applications/luci-app-ocserv/po/ro/ocserv.po b/applications/luci-app-ocserv/po/ro/ocserv.po index 692eb3c8a2..adabbc6e6c 100644 --- a/applications/luci-app-ocserv/po/ro/ocserv.po +++ b/applications/luci-app-ocserv/po/ro/ocserv.po @@ -11,7 +11,7 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -26,13 +26,7 @@ msgstr "" msgid "Active users" msgstr "Utilizatori activi" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -55,12 +49,12 @@ msgstr "" msgid "Collecting data..." msgstr "Colectare date..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "Servere DNS" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -75,29 +69,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -106,7 +100,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -134,20 +128,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -156,7 +150,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -172,17 +166,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -191,7 +185,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -200,12 +194,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -213,41 +203,35 @@ msgstr "" msgid "Status" msgstr "stsatus" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -259,11 +243,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -271,11 +255,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -289,7 +279,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -302,18 +292,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -327,7 +317,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/ru/ocserv.po b/applications/luci-app-ocserv/po/ru/ocserv.po index 3327ab18a1..744c66294d 100644 --- a/applications/luci-app-ocserv/po/ru/ocserv.po +++ b/applications/luci-app-ocserv/po/ru/ocserv.po @@ -11,7 +11,7 @@ msgstr "" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -26,13 +26,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -55,12 +49,12 @@ msgstr "Алгоритм шифрования" msgid "Collecting data..." msgstr "Сбор данных..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -75,29 +69,29 @@ msgstr "Устройство" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -106,7 +100,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -134,20 +128,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -156,7 +150,7 @@ msgstr "" msgid "Name" msgstr "Имя" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -172,17 +166,17 @@ msgstr "" msgid "Password" msgstr "Пароль" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "Порт" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -191,7 +185,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -200,12 +194,8 @@ msgstr "" msgid "Server Settings" msgstr "Настройки сервера" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -213,41 +203,35 @@ msgstr "" msgid "Status" msgstr "Состояние" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -259,11 +243,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -271,11 +255,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -289,7 +279,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -302,18 +292,18 @@ msgstr "" msgid "Username" msgstr "Имя пользователя" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -327,7 +317,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/sk/ocserv.po b/applications/luci-app-ocserv/po/sk/ocserv.po index 4a59cca079..f939526490 100644 --- a/applications/luci-app-ocserv/po/sk/ocserv.po +++ b/applications/luci-app-ocserv/po/sk/ocserv.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -19,13 +19,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -48,12 +42,12 @@ msgstr "" msgid "Collecting data..." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -68,29 +62,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -99,7 +93,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -127,20 +121,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -149,7 +143,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -165,17 +159,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -184,7 +178,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -193,12 +187,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -206,41 +196,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -252,11 +236,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -264,11 +248,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -282,7 +272,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -295,18 +285,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -320,7 +310,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/sv/ocserv.po b/applications/luci-app-ocserv/po/sv/ocserv.po index 18dc5b0a2b..9562721bc8 100644 --- a/applications/luci-app-ocserv/po/sv/ocserv.po +++ b/applications/luci-app-ocserv/po/sv/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.9.1-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "Chiffer" msgid "Collecting data..." msgstr "Samlar in data..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "Enhet" msgid "Edit Template" msgstr "Redigera mall" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "IP-adress" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "Namn" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "Lösenord" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "Port" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "Server-inställningar" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "Status" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "" msgid "User" msgstr "Användare" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "Användarnamn" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/templates/ocserv.pot b/applications/luci-app-ocserv/po/templates/ocserv.pot index 8083170ce0..2e96fb3fe4 100644 --- a/applications/luci-app-ocserv/po/templates/ocserv.pot +++ b/applications/luci-app-ocserv/po/templates/ocserv.pot @@ -1,7 +1,7 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -16,13 +16,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -45,12 +39,12 @@ msgstr "" msgid "Collecting data..." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -65,29 +59,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -96,7 +90,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -124,20 +118,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -146,7 +140,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -162,17 +156,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -181,7 +175,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -190,12 +184,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -203,41 +193,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -249,11 +233,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -261,11 +245,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -279,7 +269,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -292,18 +282,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -317,7 +307,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/tr/ocserv.po b/applications/luci-app-ocserv/po/tr/ocserv.po index c68633254a..b966990c86 100644 --- a/applications/luci-app-ocserv/po/tr/ocserv.po +++ b/applications/luci-app-ocserv/po/tr/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "" msgid "Collecting data..." msgstr "Veri alınıyor..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "Durum" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/uk/ocserv.po b/applications/luci-app-ocserv/po/uk/ocserv.po index 78beba3b38..81a7fb71a2 100644 --- a/applications/luci-app-ocserv/po/uk/ocserv.po +++ b/applications/luci-app-ocserv/po/uk/ocserv.po @@ -11,7 +11,7 @@ msgstr "" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -26,13 +26,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -55,12 +49,12 @@ msgstr "Шифр" msgid "Collecting data..." msgstr "Збирання даних..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -75,29 +69,29 @@ msgstr "Пристрій" msgid "Edit Template" msgstr "Редагувати шаблон" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -106,7 +100,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -134,20 +128,20 @@ msgstr "" msgid "IP" msgstr "IP-адреса" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -156,7 +150,7 @@ msgstr "" msgid "Name" msgstr "Ім'я" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -172,17 +166,17 @@ msgstr "" msgid "Password" msgstr "Пароль" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "Порт" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -191,7 +185,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -200,12 +194,8 @@ msgstr "" msgid "Server Settings" msgstr "Налаштування сервера" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -213,41 +203,35 @@ msgstr "" msgid "Status" msgstr "Стан" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -259,11 +243,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -271,11 +255,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -289,7 +279,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -302,18 +292,18 @@ msgstr "" msgid "Username" msgstr "Ім'я користувача" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -327,7 +317,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/vi/ocserv.po b/applications/luci-app-ocserv/po/vi/ocserv.po index 3fe7835031..6c472d9eda 100644 --- a/applications/luci-app-ocserv/po/vi/ocserv.po +++ b/applications/luci-app-ocserv/po/vi/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "" msgid "Collecting data..." msgstr "Đang lấy dữ liệu..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "Trạng thái" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "Thời gian" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/zh-cn/ocserv.po b/applications/luci-app-ocserv/po/zh-cn/ocserv.po index 9c08788933..c421763768 100644 --- a/applications/luci-app-ocserv/po/zh-cn/ocserv.po +++ b/applications/luci-app-ocserv/po/zh-cn/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.10\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -31,7 +31,6 @@ msgid "" "certificate; this value only depends on the public key" msgstr "要传送给客户端以验证服务器证书的替代值;该值仅取决于公钥" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "AnyConnect 客户端兼容性" @@ -54,12 +53,12 @@ msgstr "算法" msgid "Collecting data..." msgstr "正在收集数据…" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "DNS 服务器" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "对等体失效检测时间(秒)" @@ -74,29 +73,29 @@ msgstr "设备" msgid "Edit Template" msgstr "编辑模板" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "编辑用于生成 ocserv 配置的模板。" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "启用 UDP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "启用 UDP 通道支持;除非您知道自己在做什么,否则必须启用它" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "启用压缩" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "启用代理 ARP" @@ -105,7 +104,7 @@ msgstr "启用代理 ARP" msgid "Enable server" msgstr "启用服务器" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "启用对 CISCO AnyConnect 客户端的支持" @@ -133,20 +132,20 @@ msgstr "ID" msgid "IP" msgstr "IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "IP 地址" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "最大客户端数量" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 #, fuzzy msgid "Max same clients" @@ -156,7 +155,7 @@ msgstr "最大相同客户端数" msgid "Name" msgstr "名称" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "网络掩码(或 IPv6 前缀)" @@ -173,17 +172,17 @@ msgstr "OpenConnect VPN" msgid "Password" msgstr "密码" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "端口" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "可预测的 IP" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -194,7 +193,7 @@ msgstr "" "从 LAN 子网向客户端提供地址;如果启用,下面的网络必须是 LAN 的子网。请注意,指定子网的第一个地址将由 ocserv 保留,因此不应使用。" "如果您的 LAN 网络范围是 192.168.1.0/24,请使用 192.168.1.192/26 保留前面的 62 个地址。" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "路由表" @@ -203,7 +202,7 @@ msgstr "路由表" msgid "Server Settings" msgstr "服务器设置" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 msgid "Server's Public Key ID" msgstr "服务器公钥 ID" @@ -226,32 +225,32 @@ msgstr "该值应传达给客户端以验证服务器的证书" msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "要提供给客户端的 DNS 服务器;可以是 IPv6 或 IPv4" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "要提供给客户端的 DNS 服务器;可以是 IPv6 或 IPv4。通常,您应该包括此设备的地址" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "要提供给客户端的 IPv4 子网地址;除非启用代理 ARP,否则这应该是一些与 LAN 地址不同的专用网络。留空以尝试自动配置。" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "要提供给客户端的 IPv6 子网地址;留空以尝试自动配置。" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 #, fuzzy msgid "The assigned IPs will be selected deterministically" msgstr "分配的 IP 将确定性地被选中" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -263,11 +262,11 @@ msgstr "用户的身份验证方法。最简单的是单个用户名-密码对 msgid "The firewall zone that the VPN clients will be set to" msgstr "VPN 客户端的防火墙区域将被设定为" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "上面子网的掩码。" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -275,12 +274,18 @@ msgid "" "default route" msgstr "提供给客户端的路由表;您可以混合使用 IPv4 和 IPv6 路由,服务器将只发送适当的路由。留空以设置默认路由" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 #, fuzzy msgid "The same UDP and TCP ports will be used" msgstr "将使用相同的 UDP 和 TCP 端口" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 #, fuzzy msgid "There are no active users." @@ -295,7 +300,7 @@ msgstr "时间" msgid "User" msgstr "用户" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 #, fuzzy msgid "User Authentication" @@ -309,18 +314,18 @@ msgstr "用户设置" msgid "Username" msgstr "用户名" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>–子网掩码" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>–网络地址" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -334,7 +339,7 @@ msgstr "VPN IP" msgid "VPN IP Address" msgstr "VPN IP 地址" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-ocserv/po/zh-tw/ocserv.po b/applications/luci-app-ocserv/po/zh-tw/ocserv.po index 87ca0b2c98..869de15e28 100644 --- a/applications/luci-app-ocserv/po/zh-tw/ocserv.po +++ b/applications/luci-app-ocserv/po/zh-tw/ocserv.po @@ -10,7 +10,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "<abbr title=\"Classless Inter-Domain Routing\">CIDR</abbr>-Notation: address/" @@ -25,13 +25,7 @@ msgstr "" msgid "Active users" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:23 -msgid "" -"An alternative value to be communicated to the client to verify the server's " -"certificate; this value only depends on the public key" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:74 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:64 msgid "AnyConnect client compatibility" msgstr "" @@ -54,12 +48,12 @@ msgstr "" msgid "Collecting data..." msgstr "收集資料中..." -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:153 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:111 msgid "DNS servers" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:81 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:60 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 msgid "Dead peer detection time (secs)" msgstr "" @@ -74,29 +68,29 @@ msgstr "" msgid "Edit Template" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:101 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:85 msgid "Edit the template that is used for generating the ocserv configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:91 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:60 msgid "Enable UDP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:92 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:61 msgid "" "Enable UDP channel support; this must be enabled unless you know what you " "are doing" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:87 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:88 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:66 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:67 msgid "Enable compression" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:127 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:106 msgid "Enable proxy arp" msgstr "" @@ -105,7 +99,7 @@ msgstr "" msgid "Enable server" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:96 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:75 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:65 msgid "Enable support for CISCO AnyConnect clients" msgstr "" @@ -133,20 +127,20 @@ msgstr "" msgid "IP" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:159 -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:170 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:138 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:149 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:117 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:128 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:53 msgid "IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:79 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:58 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:52 msgid "Max clients" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:80 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:59 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 msgid "Max same clients" msgstr "" @@ -155,7 +149,7 @@ msgstr "" msgid "Name" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:172 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:151 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:131 msgid "Netmask (or IPv6-prefix)" msgstr "" @@ -171,17 +165,17 @@ msgstr "" msgid "Password" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:77 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:56 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:50 msgid "Port" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:83 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:62 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:56 msgid "Predictable IPs" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:128 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:107 msgid "" "Provide addresses to clients from a subnet of LAN; if enabled the network " "below must be a subnet of LAN. Note that the first address of the specified " @@ -190,7 +184,7 @@ msgid "" "upper 62 addresses." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:164 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:143 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:122 msgid "Routing table" msgstr "" @@ -199,12 +193,8 @@ msgstr "" msgid "Server Settings" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:20 -msgid "Server's certificate SHA1 hash" +msgid "Server's Public Key ID" msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:73 @@ -212,41 +202,35 @@ msgstr "" msgid "Status" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 -msgid "" -"That value should be communicated to the client to verify the server's " -"certificate" -msgstr "" - #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:112 msgid "The DNS servers to be provided to clients; can be either IPv6 or IPv4" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:154 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:133 msgid "" "The DNS servers to be provided to clients; can be either IPv6 or IPv4. " "Typically you should include the address of this device" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:132 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:111 msgid "" "The IPv4 subnet address to provide to clients; this should be some private " "network different than the LAN addresses unless proxy ARP is enabled. Leave " "empty to attempt auto-configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:146 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:125 msgid "" "The IPv6 subnet address to provide to clients; leave empty to attempt auto-" "configuration." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:84 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:63 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:57 msgid "The assigned IPs will be selected deterministically" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:71 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:50 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:38 msgid "" "The authentication method for the users. The simplest is plain with a single " @@ -258,11 +242,11 @@ msgstr "" msgid "The firewall zone that the VPN clients will be set to" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:137 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 msgid "The mask of the subnet above." msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:165 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:144 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:123 msgid "" "The routing table to be provided to clients; you can mix IPv4 and IPv6 " @@ -270,11 +254,17 @@ msgid "" "default route" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:78 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:57 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:51 msgid "The same UDP and TCP ports will be used" msgstr "" +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:21 +msgid "" +"The value to be communicated to the client to verify the server's " +"certificate; this value only depends on the public key" +msgstr "" + #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:41 msgid "There are no active users." msgstr "" @@ -288,7 +278,7 @@ msgstr "" msgid "User" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:70 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:49 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:37 msgid "User Authentication" msgstr "" @@ -301,18 +291,18 @@ msgstr "" msgid "Username" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:136 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:115 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:72 msgid "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:131 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:110 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:68 msgid "" "VPN <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Network-Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:145 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:124 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 msgid "" "VPN <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Network-Address" @@ -326,7 +316,7 @@ msgstr "" msgid "VPN IP Address" msgstr "" -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:116 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:95 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:100 msgid "" "View the CA certificate used by this server. You will need to save it as 'ca." diff --git a/applications/luci-app-omcproxy/po/bg/omcproxy.po b/applications/luci-app-omcproxy/po/bg/omcproxy.po index 5c3a22e424..acf972feab 100644 --- a/applications/luci-app-omcproxy/po/bg/omcproxy.po +++ b/applications/luci-app-omcproxy/po/bg/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/ca/omcproxy.po b/applications/luci-app-omcproxy/po/ca/omcproxy.po index 459376de67..70229b5e0c 100644 --- a/applications/luci-app-omcproxy/po/ca/omcproxy.po +++ b/applications/luci-app-omcproxy/po/ca/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/cs/omcproxy.po b/applications/luci-app-omcproxy/po/cs/omcproxy.po index 68620cb6ff..53bb28ca21 100644 --- a/applications/luci-app-omcproxy/po/cs/omcproxy.po +++ b/applications/luci-app-omcproxy/po/cs/omcproxy.po @@ -10,67 +10,67 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "Přidat instanci" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/de/omcproxy.po b/applications/luci-app-omcproxy/po/de/omcproxy.po index 61b531d809..b2e61359df 100644 --- a/applications/luci-app-omcproxy/po/de/omcproxy.po +++ b/applications/luci-app-omcproxy/po/de/omcproxy.po @@ -10,67 +10,67 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "Instanz hinzufügen" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "Standardeinstellung" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/el/omcproxy.po b/applications/luci-app-omcproxy/po/el/omcproxy.po index 268f867943..94f54b8593 100644 --- a/applications/luci-app-omcproxy/po/el/omcproxy.po +++ b/applications/luci-app-omcproxy/po/el/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/en/omcproxy.po b/applications/luci-app-omcproxy/po/en/omcproxy.po index fcc3bb28f9..40c04395c3 100644 --- a/applications/luci-app-omcproxy/po/en/omcproxy.po +++ b/applications/luci-app-omcproxy/po/en/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/es/omcproxy.po b/applications/luci-app-omcproxy/po/es/omcproxy.po index 108802f1ef..c69954b07c 100644 --- a/applications/luci-app-omcproxy/po/es/omcproxy.po +++ b/applications/luci-app-omcproxy/po/es/omcproxy.po @@ -10,69 +10,69 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "Añadir instancia" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "Interfaz de enlace descendente" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "Proxy IGMPv3 y MLDv2 incorporado" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" "Alcance mínimo de multidifusión al proxy (solo afecta a la multidifusión " "IPv6)" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "Instancia de Proxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "Alcance" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "Interfaz de enlace ascendente" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "¿De dónde viene la multidifusión?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "¿A dónde va la multidifusión?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "admin-local" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "predeterminado" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "global" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "omcproxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "organización-local" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "reino" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "sitio-local" diff --git a/applications/luci-app-omcproxy/po/fr/omcproxy.po b/applications/luci-app-omcproxy/po/fr/omcproxy.po index bf2bd4a8a8..5ebd51d4e6 100644 --- a/applications/luci-app-omcproxy/po/fr/omcproxy.po +++ b/applications/luci-app-omcproxy/po/fr/omcproxy.po @@ -10,69 +10,69 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.10\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "Ajouter une instance" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "Interface Downlink" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "Proxy IGMPv3 et MLDv2 intégré" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" "Portée de multidiffusion minimale vers le proxy (affecte uniquement la " "multidiffusion IPv6)" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "Instance proxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "Portée" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "Interface Uplink" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "D'où vient le multicast ?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "Où va le multicast ?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "admin-local" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "Par défaut" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "Global" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "omcproxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "organization-local" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "Domaine" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "site-local" diff --git a/applications/luci-app-omcproxy/po/he/omcproxy.po b/applications/luci-app-omcproxy/po/he/omcproxy.po index 06e1e5f662..1583d87b0f 100644 --- a/applications/luci-app-omcproxy/po/he/omcproxy.po +++ b/applications/luci-app-omcproxy/po/he/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/hi/omcproxy.po b/applications/luci-app-omcproxy/po/hi/omcproxy.po index 6f65af0967..9cc7c220b8 100644 --- a/applications/luci-app-omcproxy/po/hi/omcproxy.po +++ b/applications/luci-app-omcproxy/po/hi/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/hu/omcproxy.po b/applications/luci-app-omcproxy/po/hu/omcproxy.po index 5ab04f74e8..329b5bb153 100644 --- a/applications/luci-app-omcproxy/po/hu/omcproxy.po +++ b/applications/luci-app-omcproxy/po/hu/omcproxy.po @@ -10,69 +10,69 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "Példány hozzáadása" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "Befelé jövő kapcsolat csatolója" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "Beágyazott IGMPv3 és MLDv2 proxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" "Legkisebb proxyzandó csoportcímzési hatókör (csak az IPv6 csoportcímzést " "érinti)" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "Proxypéldány" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "Hatókör" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "Kifelé menő kapcsolat csatolója" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "Honnan jön a csoportcímzés?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "Hová megy a csoportcímzés?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "adminisztrátorszintű" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "alapértelmezett" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "globális" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "omcproxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "szervezetszintű" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "tartomány" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "oldalszintű" diff --git a/applications/luci-app-omcproxy/po/it/omcproxy.po b/applications/luci-app-omcproxy/po/it/omcproxy.po index 33b7ec9d59..fd32cf08bc 100644 --- a/applications/luci-app-omcproxy/po/it/omcproxy.po +++ b/applications/luci-app-omcproxy/po/it/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/ja/omcproxy.po b/applications/luci-app-omcproxy/po/ja/omcproxy.po index 6864da4a11..3bfe52442a 100644 --- a/applications/luci-app-omcproxy/po/ja/omcproxy.po +++ b/applications/luci-app-omcproxy/po/ja/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/ko/omcproxy.po b/applications/luci-app-omcproxy/po/ko/omcproxy.po index b2e16bdb83..3d0d2f10fa 100644 --- a/applications/luci-app-omcproxy/po/ko/omcproxy.po +++ b/applications/luci-app-omcproxy/po/ko/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/mr/omcproxy.po b/applications/luci-app-omcproxy/po/mr/omcproxy.po index 5a62ba22fe..6d7a12da9a 100644 --- a/applications/luci-app-omcproxy/po/mr/omcproxy.po +++ b/applications/luci-app-omcproxy/po/mr/omcproxy.po @@ -10,68 +10,68 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "उदाहरण जोडा" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "डाउनलिंक इंटरफेस" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "एम्बेड केलेले IGMPv3 आणि MLDv2 प्रॉक्सी" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" "प्रॉक्सीसाठी किमान मल्टीकास्ट स्कोप (केवळ IPv6 मल्टीकास्टला प्रभावित करते)" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "प्रॉक्सी उदाहरण" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "व्याप्ती" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "अपलिंक इंटरफेस" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "मल्टीकास्ट कोठून आले आहे?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "मल्टीकास्ट कुठे जाईल?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "प्रशासन-स्थानिक" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "डीफॉल्ट" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "जागतिक" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "ओमप्रॉक्सी" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "संस्था-स्थानिक" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "क्षेत्र" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "साइट-स्थानिक" diff --git a/applications/luci-app-omcproxy/po/ms/omcproxy.po b/applications/luci-app-omcproxy/po/ms/omcproxy.po index 063fdd672a..7005e0fe6e 100644 --- a/applications/luci-app-omcproxy/po/ms/omcproxy.po +++ b/applications/luci-app-omcproxy/po/ms/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/nb_NO/omcproxy.po b/applications/luci-app-omcproxy/po/nb_NO/omcproxy.po index c558b3f4e5..1157e6c8af 100644 --- a/applications/luci-app-omcproxy/po/nb_NO/omcproxy.po +++ b/applications/luci-app-omcproxy/po/nb_NO/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/pl/omcproxy.po b/applications/luci-app-omcproxy/po/pl/omcproxy.po index 9655d51519..da5d68d2a7 100644 --- a/applications/luci-app-omcproxy/po/pl/omcproxy.po +++ b/applications/luci-app-omcproxy/po/pl/omcproxy.po @@ -11,67 +11,67 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "Dodaj instancję" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "Wbudowany IGMPv3 i proxy MLDv2" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "Instancja proxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "Zakres" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "Skąd pochodzi multicast?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "Dokąd zmierza multicast?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "domyślna" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "omcproxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/pt/omcproxy.po b/applications/luci-app-omcproxy/po/pt/omcproxy.po index 645eb8f8e5..f7af81ef3f 100644 --- a/applications/luci-app-omcproxy/po/pt/omcproxy.po +++ b/applications/luci-app-omcproxy/po/pt/omcproxy.po @@ -10,67 +10,67 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "Adicionar instância" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "Interface de downlink" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "Proxy de IGMPv3 e MLDv2 incorporado" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "Escopo mínimo de multicast ao proxy (afeta apenas o multicast IPv6)" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "Instância de Proxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "Escopo" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "Interface de uplink" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "De onde vem o multicast?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "Para onde vai o multicast?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "admin-local" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "padrão" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "global" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "omcproxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "organização-local" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "domínio" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "site-local" diff --git a/applications/luci-app-omcproxy/po/pt_BR/omcproxy.po b/applications/luci-app-omcproxy/po/pt_BR/omcproxy.po index cf3c19b959..6332276c54 100644 --- a/applications/luci-app-omcproxy/po/pt_BR/omcproxy.po +++ b/applications/luci-app-omcproxy/po/pt_BR/omcproxy.po @@ -10,67 +10,68 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "Adicionar instância" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "Interface de downlink" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "Proxy IGMPv3 e MLDv2 incorporado" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" -msgstr "Escopo mínimo de multicast para o proxy (afeta apenas o multicast IPv6)" +msgstr "" +"Escopo mínimo de multicast para o proxy (afeta apenas o multicast IPv6)" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "Instância de proxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "Escopo" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "Interface uplink" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "De onde vem o multicast?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "Para onde vai o multicast?" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "administrador-local" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "Padrão" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "Global" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "omcproxy" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "organização-local" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "realm" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "site-local" diff --git a/applications/luci-app-omcproxy/po/ro/omcproxy.po b/applications/luci-app-omcproxy/po/ro/omcproxy.po index 7e2e64684b..dd6428a9f4 100644 --- a/applications/luci-app-omcproxy/po/ro/omcproxy.po +++ b/applications/luci-app-omcproxy/po/ro/omcproxy.po @@ -11,67 +11,67 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "Adaugă instanţă" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/ru/omcproxy.po b/applications/luci-app-omcproxy/po/ru/omcproxy.po index 3cb0280a89..9b02dbef98 100644 --- a/applications/luci-app-omcproxy/po/ru/omcproxy.po +++ b/applications/luci-app-omcproxy/po/ru/omcproxy.po @@ -11,67 +11,67 @@ msgstr "" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "Добавить экземпляр" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/sk/omcproxy.po b/applications/luci-app-omcproxy/po/sk/omcproxy.po index e9ea0b9713..65ba109322 100644 --- a/applications/luci-app-omcproxy/po/sk/omcproxy.po +++ b/applications/luci-app-omcproxy/po/sk/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/sv/omcproxy.po b/applications/luci-app-omcproxy/po/sv/omcproxy.po index 5eb679b3ba..f0674ff532 100644 --- a/applications/luci-app-omcproxy/po/sv/omcproxy.po +++ b/applications/luci-app-omcproxy/po/sv/omcproxy.po @@ -10,67 +10,67 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "standard" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/templates/omcproxy.pot b/applications/luci-app-omcproxy/po/templates/omcproxy.pot index ab19dfb264..0bbaa295be 100644 --- a/applications/luci-app-omcproxy/po/templates/omcproxy.pot +++ b/applications/luci-app-omcproxy/po/templates/omcproxy.pot @@ -1,67 +1,67 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" -msgstr ""
\ No newline at end of file +msgstr "" diff --git a/applications/luci-app-omcproxy/po/tr/omcproxy.po b/applications/luci-app-omcproxy/po/tr/omcproxy.po index bdc68f22fe..ac64906ebb 100644 --- a/applications/luci-app-omcproxy/po/tr/omcproxy.po +++ b/applications/luci-app-omcproxy/po/tr/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/uk/omcproxy.po b/applications/luci-app-omcproxy/po/uk/omcproxy.po index e030564a30..80ca460771 100644 --- a/applications/luci-app-omcproxy/po/uk/omcproxy.po +++ b/applications/luci-app-omcproxy/po/uk/omcproxy.po @@ -11,67 +11,67 @@ msgstr "" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "Додати реалізацію" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/vi/omcproxy.po b/applications/luci-app-omcproxy/po/vi/omcproxy.po index 38e3b0d262..4ea7f36607 100644 --- a/applications/luci-app-omcproxy/po/vi/omcproxy.po +++ b/applications/luci-app-omcproxy/po/vi/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-omcproxy/po/zh-cn/omcproxy.po b/applications/luci-app-omcproxy/po/zh-cn/omcproxy.po index ed47bcbb45..1b4bbadf9e 100644 --- a/applications/luci-app-omcproxy/po/zh-cn/omcproxy.po +++ b/applications/luci-app-omcproxy/po/zh-cn/omcproxy.po @@ -1,67 +1,67 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "添加实例" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "下行链路接口" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "嵌入式IGMPv3和MLDv2组播代理(omcproxy)" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "代理的最小范围(只影响IPv6的组播)" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "代理实例" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "范围" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "上行链路接口" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "组播数据来源" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "组播代理去向" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "管理本地范围" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "默认" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "全球范围" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "组播代理" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "机构本地范围" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "保留" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" -msgstr "站点本地范围"
\ No newline at end of file +msgstr "站点本地范围" diff --git a/applications/luci-app-omcproxy/po/zh_Hant/omcproxy.po b/applications/luci-app-omcproxy/po/zh_Hant/omcproxy.po index 4c08fa2f3a..9eda3bd89d 100644 --- a/applications/luci-app-omcproxy/po/zh_Hant/omcproxy.po +++ b/applications/luci-app-omcproxy/po/zh_Hant/omcproxy.po @@ -4,67 +4,67 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:14 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 msgid "Add instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Downlink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 msgid "Embedded IGMPv3 and MLDv2 proxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 msgid "Proxy Instance" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:16 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 msgid "Scope" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Uplink interface" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:27 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 msgid "Where does the multicast come from?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:31 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 msgid "Where does the multicast go to?" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:22 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 msgid "admin-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:18 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 msgid "default" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:19 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 msgid "global" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:9 -#: luasrc/controller/omcproxy.lua:11 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 msgid "omcproxy" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:20 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 msgid "organization-local" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:23 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 msgid "realm" msgstr "" -#: htdocs/luci-static/resources/view/omcproxy/overview.js:21 +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:24 msgid "site-local" msgstr "" diff --git a/applications/luci-app-opkg/luasrc/controller/opkg.lua b/applications/luci-app-opkg/luasrc/controller/opkg.lua index 29c9a08645..ebdcf1b09c 100644 --- a/applications/luci-app-opkg/luasrc/controller/opkg.lua +++ b/applications/luci-app-opkg/luasrc/controller/opkg.lua @@ -3,14 +3,6 @@ module("luci.controller.opkg", package.seeall) -function index() - entry({"admin", "system", "opkg"}, template("opkg"), _("Software"), 30) - entry({"admin", "system", "opkg", "list"}, call("action_list")).leaf = true - entry({"admin", "system", "opkg", "exec"}, post("action_exec")).leaf = true - entry({"admin", "system", "opkg", "statvfs"}, call("action_statvfs")).leaf = true - entry({"admin", "system", "opkg", "config"}, post_on({ data = true }, "action_config")).leaf = true -end - function action_list(mode) local util = require "luci.util" local cmd @@ -26,7 +18,7 @@ function action_list(mode) fd:close() end - if not lists_dir or #lists_dir == "" then + if not lists_dir or #lists_dir == 0 then lists_dir = "/tmp/opkg-lists" end diff --git a/applications/luci-app-opkg/po/bg/opkg.po b/applications/luci-app-opkg/po/bg/opkg.po index fbce3f6b7d..0063408dab 100644 --- a/applications/luci-app-opkg/po/bg/opkg.po +++ b/applications/luci-app-opkg/po/bg/opkg.po @@ -245,8 +245,8 @@ msgstr "" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "" diff --git a/applications/luci-app-opkg/po/ca/opkg.po b/applications/luci-app-opkg/po/ca/opkg.po index c645520356..9dc13b9c7f 100644 --- a/applications/luci-app-opkg/po/ca/opkg.po +++ b/applications/luci-app-opkg/po/ca/opkg.po @@ -257,8 +257,8 @@ msgstr "Mida" msgid "Size (.ipk)" msgstr "Mida (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Programari" diff --git a/applications/luci-app-opkg/po/cs/opkg.po b/applications/luci-app-opkg/po/cs/opkg.po index a48ed5d454..51925cc3c6 100644 --- a/applications/luci-app-opkg/po/cs/opkg.po +++ b/applications/luci-app-opkg/po/cs/opkg.po @@ -252,8 +252,8 @@ msgstr "Velikost" msgid "Size (.ipk)" msgstr "Velikost (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Software" diff --git a/applications/luci-app-opkg/po/de/opkg.po b/applications/luci-app-opkg/po/de/opkg.po index 8c38a25a25..0736001b31 100644 --- a/applications/luci-app-opkg/po/de/opkg.po +++ b/applications/luci-app-opkg/po/de/opkg.po @@ -257,8 +257,8 @@ msgstr "Größe" msgid "Size (.ipk)" msgstr "Größe (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Paketverwaltung" diff --git a/applications/luci-app-opkg/po/el/opkg.po b/applications/luci-app-opkg/po/el/opkg.po index 710042213d..1c999739a5 100644 --- a/applications/luci-app-opkg/po/el/opkg.po +++ b/applications/luci-app-opkg/po/el/opkg.po @@ -257,8 +257,8 @@ msgstr "Μέγεθος" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Λογισμικό" diff --git a/applications/luci-app-opkg/po/en/opkg.po b/applications/luci-app-opkg/po/en/opkg.po index 69b761842f..f4dcb3aadf 100644 --- a/applications/luci-app-opkg/po/en/opkg.po +++ b/applications/luci-app-opkg/po/en/opkg.po @@ -246,8 +246,8 @@ msgstr "" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "" diff --git a/applications/luci-app-opkg/po/es/opkg.po b/applications/luci-app-opkg/po/es/opkg.po index 9a5b6cd2a4..6fe08e5765 100644 --- a/applications/luci-app-opkg/po/es/opkg.po +++ b/applications/luci-app-opkg/po/es/opkg.po @@ -255,8 +255,8 @@ msgstr "Tamaño" msgid "Size (.ipk)" msgstr "Tamaño (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Software" diff --git a/applications/luci-app-opkg/po/fr/opkg.po b/applications/luci-app-opkg/po/fr/opkg.po index 6bb9fd6898..ab75465779 100644 --- a/applications/luci-app-opkg/po/fr/opkg.po +++ b/applications/luci-app-opkg/po/fr/opkg.po @@ -258,8 +258,8 @@ msgstr "Taille" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Logiciels" diff --git a/applications/luci-app-opkg/po/he/opkg.po b/applications/luci-app-opkg/po/he/opkg.po index 31106b62e2..6172ae7c61 100644 --- a/applications/luci-app-opkg/po/he/opkg.po +++ b/applications/luci-app-opkg/po/he/opkg.po @@ -253,8 +253,8 @@ msgstr "" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "תוכנה" diff --git a/applications/luci-app-opkg/po/hi/opkg.po b/applications/luci-app-opkg/po/hi/opkg.po index 8b1b6bbb95..9ac127807b 100644 --- a/applications/luci-app-opkg/po/hi/opkg.po +++ b/applications/luci-app-opkg/po/hi/opkg.po @@ -246,8 +246,8 @@ msgstr "" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "" diff --git a/applications/luci-app-opkg/po/hu/opkg.po b/applications/luci-app-opkg/po/hu/opkg.po index 1e6c1ed59f..d9f2e0bb70 100644 --- a/applications/luci-app-opkg/po/hu/opkg.po +++ b/applications/luci-app-opkg/po/hu/opkg.po @@ -244,8 +244,8 @@ msgstr "Méret" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Szoftver" diff --git a/applications/luci-app-opkg/po/it/opkg.po b/applications/luci-app-opkg/po/it/opkg.po index 1dcfe41ea4..54964da915 100644 --- a/applications/luci-app-opkg/po/it/opkg.po +++ b/applications/luci-app-opkg/po/it/opkg.po @@ -257,8 +257,8 @@ msgstr "Dimensione" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Software" diff --git a/applications/luci-app-opkg/po/ja/opkg.po b/applications/luci-app-opkg/po/ja/opkg.po index cc44ae6d64..ed28f6e4a7 100644 --- a/applications/luci-app-opkg/po/ja/opkg.po +++ b/applications/luci-app-opkg/po/ja/opkg.po @@ -253,8 +253,8 @@ msgstr "サイズ" msgid "Size (.ipk)" msgstr "サイズ (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "ソフトウェア" diff --git a/applications/luci-app-opkg/po/ko/opkg.po b/applications/luci-app-opkg/po/ko/opkg.po index 6178e013db..b568b2fde7 100644 --- a/applications/luci-app-opkg/po/ko/opkg.po +++ b/applications/luci-app-opkg/po/ko/opkg.po @@ -256,8 +256,8 @@ msgstr "Size" msgid "Size (.ipk)" msgstr "크기 (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "소프트웨어" diff --git a/applications/luci-app-opkg/po/mr/opkg.po b/applications/luci-app-opkg/po/mr/opkg.po index 748fb3e90a..bf53f20779 100644 --- a/applications/luci-app-opkg/po/mr/opkg.po +++ b/applications/luci-app-opkg/po/mr/opkg.po @@ -246,8 +246,8 @@ msgstr "" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "" diff --git a/applications/luci-app-opkg/po/ms/opkg.po b/applications/luci-app-opkg/po/ms/opkg.po index 4bf0848fbc..f2ced19baa 100644 --- a/applications/luci-app-opkg/po/ms/opkg.po +++ b/applications/luci-app-opkg/po/ms/opkg.po @@ -256,8 +256,8 @@ msgstr "Saiz" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Perisian" diff --git a/applications/luci-app-opkg/po/no/opkg.po b/applications/luci-app-opkg/po/no/opkg.po index bc9797bb53..60ea006766 100644 --- a/applications/luci-app-opkg/po/no/opkg.po +++ b/applications/luci-app-opkg/po/no/opkg.po @@ -254,8 +254,8 @@ msgstr "Størrelse" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Programvare" diff --git a/applications/luci-app-opkg/po/pl/opkg.po b/applications/luci-app-opkg/po/pl/opkg.po index 4fa4847e4c..7add0eafe5 100644 --- a/applications/luci-app-opkg/po/pl/opkg.po +++ b/applications/luci-app-opkg/po/pl/opkg.po @@ -255,8 +255,8 @@ msgstr "Rozmiar" msgid "Size (.ipk)" msgstr "Rozmiar (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Oprogramowanie" diff --git a/applications/luci-app-opkg/po/pt-br/opkg.po b/applications/luci-app-opkg/po/pt-br/opkg.po index 861025b380..80447a6d13 100644 --- a/applications/luci-app-opkg/po/pt-br/opkg.po +++ b/applications/luci-app-opkg/po/pt-br/opkg.po @@ -257,8 +257,8 @@ msgstr "Tamanho" msgid "Size (.ipk)" msgstr "Tamanho (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Software" diff --git a/applications/luci-app-opkg/po/pt/opkg.po b/applications/luci-app-opkg/po/pt/opkg.po index b231cfe403..d5cb5fd368 100644 --- a/applications/luci-app-opkg/po/pt/opkg.po +++ b/applications/luci-app-opkg/po/pt/opkg.po @@ -255,8 +255,8 @@ msgstr "Tamanho" msgid "Size (.ipk)" msgstr "Tamanho (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Software" diff --git a/applications/luci-app-opkg/po/ro/opkg.po b/applications/luci-app-opkg/po/ro/opkg.po index 81d0e69576..60144f0c39 100644 --- a/applications/luci-app-opkg/po/ro/opkg.po +++ b/applications/luci-app-opkg/po/ro/opkg.po @@ -257,8 +257,8 @@ msgstr "Marime" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Software" diff --git a/applications/luci-app-opkg/po/ru/opkg.po b/applications/luci-app-opkg/po/ru/opkg.po index 9ab88eecdd..8efeb0195f 100644 --- a/applications/luci-app-opkg/po/ru/opkg.po +++ b/applications/luci-app-opkg/po/ru/opkg.po @@ -258,8 +258,8 @@ msgstr "Размер" msgid "Size (.ipk)" msgstr "Размер (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Программное обеспечение" diff --git a/applications/luci-app-opkg/po/sk/opkg.po b/applications/luci-app-opkg/po/sk/opkg.po index 38111646dc..3ee8eeb0c6 100644 --- a/applications/luci-app-opkg/po/sk/opkg.po +++ b/applications/luci-app-opkg/po/sk/opkg.po @@ -241,8 +241,8 @@ msgstr "" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "" diff --git a/applications/luci-app-opkg/po/sv/opkg.po b/applications/luci-app-opkg/po/sv/opkg.po index 5fc0a0c7cb..d51b03c346 100644 --- a/applications/luci-app-opkg/po/sv/opkg.po +++ b/applications/luci-app-opkg/po/sv/opkg.po @@ -255,8 +255,8 @@ msgstr "Storlek" msgid "Size (.ipk)" msgstr "Storlek (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Mjukvara" diff --git a/applications/luci-app-opkg/po/templates/opkg.pot b/applications/luci-app-opkg/po/templates/opkg.pot index 0eef92a477..f38dce57c9 100644 --- a/applications/luci-app-opkg/po/templates/opkg.pot +++ b/applications/luci-app-opkg/po/templates/opkg.pot @@ -233,8 +233,8 @@ msgstr "" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "" diff --git a/applications/luci-app-opkg/po/tr/opkg.po b/applications/luci-app-opkg/po/tr/opkg.po index a913924e01..4246b3ee42 100644 --- a/applications/luci-app-opkg/po/tr/opkg.po +++ b/applications/luci-app-opkg/po/tr/opkg.po @@ -250,8 +250,8 @@ msgstr "Boyut" msgid "Size (.ipk)" msgstr "Boyut (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Yazılım" diff --git a/applications/luci-app-opkg/po/uk/opkg.po b/applications/luci-app-opkg/po/uk/opkg.po index 7d6138d96e..487493b047 100644 --- a/applications/luci-app-opkg/po/uk/opkg.po +++ b/applications/luci-app-opkg/po/uk/opkg.po @@ -254,8 +254,8 @@ msgstr "Розмір" msgid "Size (.ipk)" msgstr "Розмір (.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Програмне забезпечення" diff --git a/applications/luci-app-opkg/po/vi/opkg.po b/applications/luci-app-opkg/po/vi/opkg.po index 6829a535b9..9c18fb32d3 100644 --- a/applications/luci-app-opkg/po/vi/opkg.po +++ b/applications/luci-app-opkg/po/vi/opkg.po @@ -257,8 +257,8 @@ msgstr "Dung lượng " msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "Phần mềm" diff --git a/applications/luci-app-opkg/po/zh-cn/opkg.po b/applications/luci-app-opkg/po/zh-cn/opkg.po index f902addcb2..c2f2cf5c7c 100644 --- a/applications/luci-app-opkg/po/zh-cn/opkg.po +++ b/applications/luci-app-opkg/po/zh-cn/opkg.po @@ -35,8 +35,9 @@ msgid "" "custom repository entries. The configuration in the other files may be " "changed but is usually not preserved by <em>sysupgrade</em>." msgstr "" -"以下列出了 <em>opkg</em> 所使用的各个配置文件。<em>opkg.conf</em> " -"用于全局配置,<em>customfeeds.conf</em> 用于自定义仓库。其他配置文件的变更在<em>系统升级</em>时默认不被保留。" +"以下列出了 <em>opkg</em> 所使用的各个配置文件。<em>opkg.conf</em> 用于全局配" +"置,<em>customfeeds.conf</em> 用于自定义仓库。其他配置文件的变更在<em>系统升" +"级</em>时默认不被保留。" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:599 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 @@ -250,8 +251,8 @@ msgstr "大小" msgid "Size (.ipk)" msgstr "大小(.ipk)" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "软件包" diff --git a/applications/luci-app-opkg/po/zh-tw/opkg.po b/applications/luci-app-opkg/po/zh-tw/opkg.po index a7efc8fdc5..50ad801a04 100644 --- a/applications/luci-app-opkg/po/zh-tw/opkg.po +++ b/applications/luci-app-opkg/po/zh-tw/opkg.po @@ -256,8 +256,8 @@ msgstr "大小" msgid "Size (.ipk)" msgstr "" -#: applications/luci-app-opkg/luasrc/controller/opkg.lua:7 #: applications/luci-app-opkg/luasrc/view/opkg.htm:89 +#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3 msgid "Software" msgstr "軟體" diff --git a/applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json b/applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json new file mode 100644 index 0000000000..9356b586dd --- /dev/null +++ b/applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json @@ -0,0 +1,44 @@ +{ + "admin/system/opkg": { + "title": "Software", + "order": 30, + "action": { + "type": "template", + "path": "opkg" + } + }, + + "admin/system/opkg/list/*": { + "action": { + "type": "call", + "module": "luci.controller.opkg", + "function": "action_list" + } + }, + + "admin/system/opkg/exec/*": { + "action": { + "type": "call", + "post": true, + "module": "luci.controller.opkg", + "function": "action_exec" + } + }, + + "admin/system/opkg/statvfs/*": { + "action": { + "type": "call", + "module": "luci.controller.opkg", + "function": "action_statvfs" + } + }, + + "admin/system/opkg/config/*": { + "action": { + "type": "call", + "post": { "data": true }, + "module": "luci.controller.opkg", + "function": "action_config" + } + } +} diff --git a/applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec b/applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec index 95d7e9ec8f..d7bfee271d 100755 --- a/applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec +++ b/applications/luci-app-pagekitec/root/etc/uci-defaults/40_luci-pagekitec @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@pagekitec[-1] - add ucitrack pagekitec - set ucitrack.@pagekitec[-1].init=pagekitec - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-shadowsocks-libev/root/etc/uci-defaults/40_luci-shadowsocks-libev b/applications/luci-app-shadowsocks-libev/root/etc/uci-defaults/40_luci-shadowsocks-libev index 4cc9abcee5..10e1c702ff 100644 --- a/applications/luci-app-shadowsocks-libev/root/etc/uci-defaults/40_luci-shadowsocks-libev +++ b/applications/luci-app-shadowsocks-libev/root/etc/uci-defaults/40_luci-shadowsocks-libev @@ -1,12 +1,5 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@shadowsocks-libev[-1] - add ucitrack shadowsocks-libev - set ucitrack.@shadowsocks-libev[-1].init=shadowsocks-libev - commit ucitrack -EOF - rm -f /tmp/luci-indexcache mkdir -p /etc/shadowsocks-libev /etc/init.d/rpcd reload diff --git a/applications/luci-app-shairplay/root/etc/uci-defaults/40_luci-shairplay b/applications/luci-app-shairplay/root/etc/uci-defaults/40_luci-shairplay index efc8a89bb0..d7bfee271d 100644 --- a/applications/luci-app-shairplay/root/etc/uci-defaults/40_luci-shairplay +++ b/applications/luci-app-shairplay/root/etc/uci-defaults/40_luci-shairplay @@ -1,12 +1,4 @@ #!/bin/sh -# needed for "Save and Apply" to restart shairplay -uci -q batch <<-EOF >/dev/null - delete ucitrack.@shairplay[-1] - add ucitrack shairplay - set ucitrack.@shairplay[-1].init="shairplay" - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-travelmate/root/etc/uci-defaults/40_luci-travelmate b/applications/luci-app-travelmate/root/etc/uci-defaults/40_luci-travelmate index f7676774a1..d7bfee271d 100755 --- a/applications/luci-app-travelmate/root/etc/uci-defaults/40_luci-travelmate +++ b/applications/luci-app-travelmate/root/etc/uci-defaults/40_luci-travelmate @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@travelmate[-1] - add ucitrack travelmate - set ucitrack.@travelmate[-1].init=travelmate - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy b/applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy index e93c078807..d7bfee271d 100644 --- a/applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy +++ b/applications/luci-app-udpxy/root/etc/uci-defaults/40_luci-udpxy @@ -1,12 +1,4 @@ #!/bin/sh -# needed for "Save and Apply" to restart udpxy -uci -q batch <<-EOF >/dev/null - delete ucitrack.@udpxy[-1] - add ucitrack udpxy - set ucitrack.@udpxy[-1].init="udpxy" - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound b/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound index c2ac8c93b6..d7bfee271d 100644 --- a/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound +++ b/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound @@ -1,12 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@unbound[-1] - add ucitrack unbound - set ucitrack.@unbound[-1].init=unbound - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 - diff --git a/applications/luci-app-vnstat/root/etc/uci-defaults/40_luci-vnstat b/applications/luci-app-vnstat/root/etc/uci-defaults/40_luci-vnstat index fa204b3b48..d7bfee271d 100755 --- a/applications/luci-app-vnstat/root/etc/uci-defaults/40_luci-vnstat +++ b/applications/luci-app-vnstat/root/etc/uci-defaults/40_luci-vnstat @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@vnstat[-1] - add ucitrack vnstat - set ucitrack.@vnstat[-1].init=vnstat - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 diff --git a/applications/luci-app-vpn-policy-routing/Makefile b/applications/luci-app-vpn-policy-routing/Makefile new file mode 100644 index 0000000000..8dd26c6de4 --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/Makefile @@ -0,0 +1,17 @@ +# Copyright 2017-2019 Stan Grishin (stangri@melmac.net) +# This is free software, licensed under the GNU General Public License v3. + +include $(TOPDIR)/rules.mk + +PKG_LICENSE:=GPL-3.0-or-later +PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> + +LUCI_TITLE:=VPN Policy-Based Routing Service Web UI +LUCI_DESCRIPTION:=Provides Web UI for vpn-policy-routing service. +LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +vpn-policy-routing +LUCI_PKGARCH:=all +PKG_RELEASE:=67 + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-vpn-policy-routing/luasrc/controller/vpn-policy-routing.lua b/applications/luci-app-vpn-policy-routing/luasrc/controller/vpn-policy-routing.lua new file mode 100644 index 0000000000..0c8c31e7b7 --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/luasrc/controller/vpn-policy-routing.lua @@ -0,0 +1,25 @@ +module("luci.controller.vpn-policy-routing", package.seeall) +function index() + if nixio.fs.access("/etc/config/vpn-policy-routing") then + entry({"admin", "vpn"}, firstchild(), _("VPN"), 60).dependent=false + entry({"admin", "vpn", "vpn-policy-routing"}, cbi("vpn-policy-routing"), _("VPN Policy Routing")) + entry({"admin", "vpn", "vpn-policy-routing", "action"}, call("vpn_policy_routing_action"), nil).leaf = true + end +end + +function vpn_policy_routing_action(name) + local packageName = "vpn-policy-routing" + if name == "start" then + luci.sys.init.start(packageName) + elseif name == "action" then + luci.util.exec("/etc/init.d/" .. packageName .. " reload >/dev/null 2>&1") + elseif name == "stop" then + luci.sys.init.stop(packageName) + elseif name == "enable" then + luci.util.exec("uci set " .. packageName .. ".config.enabled=1; uci commit " .. packageName) + elseif name == "disable" then + luci.util.exec("uci set " .. packageName .. ".config.enabled=0; uci commit " .. packageName) + end + luci.http.prepare_content("text/plain") + luci.http.write("0") +end diff --git a/applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua b/applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua new file mode 100644 index 0000000000..e6b1156eb3 --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua @@ -0,0 +1,379 @@ +local readmeURL = "https://github.com/openwrt/packages/tree/master/net/vpn-policy-routing/files/README.md" +-- local readmeURL = "https://github.com/stangri/openwrt_packages/tree/master/vpn-policy-routing/files/README.md" + +-- function log(obj) +-- if obj ~= nil then if type(obj) == "table" then luci.util.dumptable(obj) else luci.util.perror(obj) end else luci.util.perror("Empty object") end +-- end + +local packageName = "vpn-policy-routing" +local uci = require "luci.model.uci".cursor() +local sys = require "luci.sys" +local util = require "luci.util" +local ip = require "luci.ip" +local fs = require "nixio.fs" +local jsonc = require "luci.jsonc" +local http = require "luci.http" +local nutil = require "nixio.util" +local dispatcher = require "luci.dispatcher" +local enabledFlag = uci:get(packageName, "config", "enabled") +local enc + +local ubusStatus = util.ubus("service", "list", { name = packageName }) +if ubusStatus and ubusStatus[packageName] and + ubusStatus[packageName]["instances"] and + ubusStatus[packageName]["instances"]["main"] and + ubusStatus[packageName]["instances"]["main"]["data"] and + ubusStatus[packageName]["instances"]["main"]["data"]["status"] and + ubusStatus[packageName]["instances"]["main"]["data"]["status"][1] then + pkgGateways = ubusStatus[packageName]["instances"]["main"]["data"]["status"][1]["gateway"] + pkgGateways = pkgGateways and pkgGateways:gsub('\\n', '\n') + pkgGateways = pkgGateways and pkgGateways:gsub('\\033%[0;32m%[\\xe2\\x9c\\x93%]\\033%[0m', '✓') + pkgErrors = ubusStatus[packageName]["instances"]["main"]["data"]["status"][1]["error"] + pkgErrors = pkgErrors and pkgErrors:gsub('\\n', '\n') + pkgErrors = pkgErrors and pkgErrors:gsub('\\033%[0;31mERROR\\033%[0m: ', '') + pkgWarnings = ubusStatus[packageName]["instances"]["main"]["data"]["status"][1]["warning"] + pkgWarnings = pkgWarnings and pkgWarnings:gsub('\\n', '\n') + pkgWarnings = pkgWarnings and pkgWarnings:gsub('\\033%[0;33mWARNING\\033%[0m: ', '') + pkgMode = ubusStatus[packageName]["instances"]["main"]["data"]["status"][1]["mode"] +end + +local pkgVersion = tostring(util.trim(sys.exec("opkg list-installed " .. packageName .. " | awk '{print $3}'"))) +if not pkgVersion or pkgVersion == "" then + pkgVersion = "" + pkgStatus, pkgStatusLabel = "NotFound", packageName .. " " .. translate("is not installed or not found") +else + pkgVersion = " [" .. packageName .. " " .. pkgVersion .. "]" +end +local pkgStatus, pkgStatusLabel = "Stopped", translate("Stopped") +if sys.call("iptables -t mangle -L | grep -q VPR_PREROUTING") == 0 then + pkgStatus, pkgStatusLabel = "Running", translate("Running") + if pkgMode and pkgMode == "strict" then + pkgStatusLabel = pkgStatusLabel .. " " .. translate("(strict mode)") + end +end + +local t = uci:get("vpn-policy-routing", "config", "supported_interface") +if not t then + supportedIfaces = "" +elseif type(t) == "table" then + for key,value in pairs(t) do supportedIfaces = supportedIfaces and supportedIfaces .. ' ' .. value or value end +elseif type(t) == "string" then + supportedIfaces = t +end + +t = uci:get("vpn-policy-routing", "config", "ignored_interface") +if not t then + ignoredIfaces = "" +elseif type(t) == "table" then + for key,value in pairs(t) do ignoredIfaces = ignoredIfaces and ignoredIfaces .. ' ' .. value or value end +elseif type(t) == "string" then + ignoredIfaces = t +end + +local lanIPAddr = uci:get("network", "lan", "ipaddr") +local lanNetmask = uci:get("network", "lan", "netmask") +-- if multiple ip addresses on lan interface, will be return as table of CIDR notations i.e. {"10.0.0.1/24","10.0.0.2/24"} +if (type(lanIPAddr) == "table") then + first = true + for i,line in ipairs(lanIPAddr) do + lanIPAddr = lanIPAddr[i] + break + end + lanIPAddr = string.match(lanIPAddr,"[0-9.]+") +end +if lanIPAddr and lanNetmask then + laPlaceholder = ip.new(lanIPAddr .. "/" .. lanNetmask ) +end + +function is_wan(name) + return name:sub(1,3) == "wan" or name:sub(-3) == "wan" +end + +function is_supported_interface(arg) + local name=arg['.name'] + local proto=arg['proto'] + local ifname=arg['ifname'] + + if name and is_wan(name) then return true end + if name and supportedIfaces:match('%f[%w]' .. name .. '%f[%W]') then return true end + if name and not ignoredIfaces:match('%f[%w]' .. name .. '%f[%W]') then + if type(ifname) == "table" then + for key,value in pairs(ifname) do + if value and value:sub(1,3) == "tun" then return true end + if value and value:sub(1,3) == "tap" then return true end + if value and value:sub(1,3) == "tor" then return true end + if value and fs.access("/sys/devices/virtual/net/" .. value .. "/tun_flags") then return true end + end + elseif type(ifname) == "string" then + if ifname and ifname:sub(1,3) == "tun" then return true end + if ifname and ifname:sub(1,3) == "tap" then return true end + if ifname and ifname:sub(1,3) == "tor" then return true end + if ifname and fs.access("/sys/devices/virtual/net/" .. ifname .. "/tun_flags") then return true end + end + if proto and proto:sub(1,11) == "openconnect" then return true end + if proto and proto:sub(1,4) == "pptp" then return true end + if proto and proto:sub(1,4) == "l2tp" then return true end + if proto and proto:sub(1,9) == "wireguard" then return true end + end +end + +m = Map("vpn-policy-routing", translate("VPN and WAN Policy-Based Routing")) + +h = m:section(NamedSection, "config", packageName, translate("Service Status") .. pkgVersion) +status = h:option(DummyValue, "_dummy", translate("Service Status")) +status.template = "vpn-policy-routing/status" +status.value = pkgStatusLabel +if pkgStatus:match("Running") and pkgGateways and pkgGateways ~= "" then + gateways = h:option(DummyValue, "_dummy", translate("Service Gateways")) + gateways.template = packageName .. "/status-textarea" + gateways.value = pkgGateways +end +if pkgErrors and pkgErrors ~= "" then + errors = h:option(DummyValue, "_dummy", translate("Service Errors")) + errors.template = packageName .. "/status-textarea" + errors.value = pkgErrors +end +if pkgWarnings and pkgWarnings ~= "" then + warnings = h:option(DummyValue, "_dummy", translate("Service Warnings")) + warnings.template = packageName .. "/status-textarea" + warnings.value = pkgWarnings +end +buttons = h:option(DummyValue, "_dummy") +buttons.template = packageName .. "/buttons" + +-- General Options +config = m:section(NamedSection, "config", "vpn-policy-routing", translate("Configuration")) +config.override_values = true +config.override_depends = true + +-- Basic Options +config:tab("basic", translate("Basic Configuration")) + +verb = config:taboption("basic", ListValue, "verbosity", translate("Output verbosity"),translate("Controls both system log and console output verbosity.")) +verb:value("0", translate("Suppress/No output")) +verb:value("1", translate("Condensed output")) +verb:value("2", translate("Verbose output")) +verb.default = 2 + +se = config:taboption("basic", ListValue, "strict_enforcement", translate("Strict enforcement"),translate("See the") .. " " + .. [[<a href="]] .. readmeURL .. [[#strict-enforcement" target="_blank">]] + .. translate("README") .. [[</a>]] .. " " .. translate("for details.")) +se:value("0", translate("Do not enforce policies when their gateway is down")) +se:value("1", translate("Strictly enforce policies when their gateway is down")) +se.default = 1 + +dest_ipset = config:taboption("basic", ListValue, "dest_ipset", translate("The ipset option for remote policies"), + translate("Please check the") .. " " + .. [[<a href="]] .. readmeURL .. [[#additional-settings" target="_blank">]] + .. translate("README") .. [[</a>]] .. " " .. translate("before changing this option.")) +dest_ipset:value("", translate("Disabled")) +dest_ipset:value("ipset", translate("Use ipset command")) +dest_ipset:value("dnsmasq.ipset", translate("Use DNSMASQ ipset")) +dest_ipset.default = "" +dest_ipset.rmempty = true + +src_ipset = config:taboption("basic", ListValue, "src_ipset", translate("The ipset option for local policies"), + translate("Please check the") .. " " + .. [[<a href="]] .. readmeURL .. [[#additional-settings" target="_blank">]] + .. translate("README") .. [[</a>]] .. " " .. translate("before changing this option.")) +src_ipset:value("0", translate("Disabled")) +src_ipset:value("1", translate("Use ipset command")) + +ipv6 = config:taboption("basic", ListValue, "ipv6_enabled", translate("IPv6 Support")) +ipv6:value("0", translate("Disabled")) +ipv6:value("1", translate("Enabled")) + +-- Advanced Options +config:tab("advanced", translate("Advanced Configuration"), + "<br/> <b>" .. translate("WARNING:") .. "</b>" .. " " .. translate("Please make sure to check the") .. " " + .. [[<a href="]] .. readmeURL .. [[#additional-settings" target="_blank">]] .. translate("README") .. [[</a>]] .. " " + .. translate("before changing anything in this section! Change any of the settings below with extreme caution!") .. "<br/><br/>") + +supportedIface = config:taboption("advanced", DynamicList, "supported_interface", translate("Supported Interfaces"), translate("Allows to specify the list of interface names (in lower case) to be explicitly supported by the service. Can be useful if your OpenVPN tunnels have dev option other than tun* or tap*.")) +supportedIface.optional = false + +ignoredIface = config:taboption("advanced", DynamicList, "ignored_interface", translate("Ignored Interfaces"), translate("Allows to specify the list of interface names (in lower case) to be ignored by the service. Can be useful if running both VPN server and VPN client on the router.")) +ignoredIface.optional = false + +timeout = config:taboption("advanced", Value, "boot_timeout", translate("Boot Time-out"), translate("Time (in seconds) for service to wait for WAN gateway discovery on boot.")) +timeout.optional = false +timeout.rmempty = true + +insert = config:taboption("advanced", ListValue, "iptables_rule_option", translate("IPTables rule option"), translate("Select Append for -A and Insert for -I.")) +insert:value("append", translate("Append")) +insert:value("insert", translate("Insert")) +insert.default = "append" + +iprule = config:taboption("advanced", ListValue, "iprule_enabled", translate("IP Rules Support"), translate("Add an ip rule, not an iptables entry for policies with just the local address. Use with caution to manipulte policies priorities.")) +iprule:value("0", translate("Disabled")) +iprule:value("1", translate("Enabled")) + +icmp = config:taboption("advanced", ListValue, "icmp_interface", translate("Default ICMP Interface"), translate("Force the ICMP protocol interface.")) +icmp:value("", translate("No Change")) +icmp:value("wan", translate("WAN")) +uci:foreach("network", "interface", function(s) + local name=s['.name'] + if is_supported_interface(s) then icmp:value(name, string.upper(name)) end +end) +icmp.rmempty = true + +append_local = config:taboption("advanced", Value, "append_src_rules", translate("Append local IP Tables rules"), translate("Special instructions to append iptables rules for local IPs/netmasks/devices.")) +append_local.rmempty = true + +append_remote = config:taboption("advanced", Value, "append_dest_rules", translate("Append remote IP Tables rules"), translate("Special instructions to append iptables rules for remote IPs/netmasks.")) +append_remote.rmempty = true + +wantid = config:taboption("advanced", Value, "wan_tid", translate("WAN Table ID"), translate("Starting (WAN) Table ID number for tables created by the service.")) +wantid.rmempty = true +wantid.placeholder = "201" +wantid.datatype = 'and(uinteger, min(201))' + +wanmark = config:taboption("advanced", Value, "wan_mark", translate("WAN Table FW Mark"), translate("Starting (WAN) FW Mark for marks used by the service. High starting mark is used to avoid conflict with SQM/QoS. Change with caution together with") .. " " .. translate("Service FW Mask") .. ".") +wanmark.rmempty = true +wanmark.placeholder = "0x010000" +wanmark.datatype = "hex(8)" + +fwmask = config:taboption("advanced", Value, "fw_mask", translate("Service FW Mask"), translate("FW Mask used by the service. High mask is used to avoid conflict with SQM/QoS. Change with caution together with") .. " " .. translate("WAN Table FW Mark") .. ".") +fwmask.rmempty = true +fwmask.placeholder = "0xff0000" +fwmask.datatype = "hex(8)" + +config:tab("webui", translate("Web UI Configuration")) + +webui_enable_column = config:taboption("webui", ListValue, "webui_enable_column", translate("Show Enable Column"), translate("Shows the enable checkbox column for policies, allowing you to quickly enable/disable specific policy without deleting it.")) +webui_enable_column:value("0", translate("Disabled")) +webui_enable_column:value("1", translate("Enabled")) + +webui_protocol_column = config:taboption("webui", ListValue, "webui_protocol_column", translate("Show Protocol Column"), translate("Shows the protocol column for policies, allowing you to assign a specific protocol to a policy.")) +webui_protocol_column:value("0", translate("Disabled")) +webui_protocol_column:value("1", translate("Enabled")) + +webui_supported_protocol = config:taboption("webui", DynamicList, "webui_supported_protocol", translate("Supported Protocols"), translate("Display these protocols in protocol column in Web UI.")) +webui_supported_protocol.optional = false + +webui_chain_column = config:taboption("webui", ListValue, "webui_chain_column", translate("Show Chain Column"), translate("Shows the chain column for policies, allowing you to assign a PREROUTING, FORWARD, INPUT or OUTPUT chain to a policy.")) +webui_chain_column:value("0", translate("Disabled")) +webui_chain_column:value("1", translate("Enabled")) + +webui_sorting = config:taboption("webui", ListValue, "webui_sorting", translate("Show Up/Down Buttons"), translate("Shows the Up/Down buttons for policies, allowing you to move a policy up or down in the list.")) +webui_sorting:value("0", translate("Disabled")) +webui_sorting:value("1", translate("Enabled")) +webui_sorting.default = "1" + + +-- Policies +p = m:section(TypedSection, "policy", translate("Policies"), translate("Comment, interface and at least one other field are required. Multiple local and remote addresses/devices/domains and ports can be space separated. Placeholders below represent just the format/syntax and will not be used if fields are left blank.")) +p.template = "cbi/tblsection" +enc = tonumber(uci:get("vpn-policy-routing", "config", "webui_sorting")) +if not enc or enc ~= 0 then + p.sortable = true +end +p.anonymous = true +p.addremove = true + +enc = tonumber(uci:get("vpn-policy-routing", "config", "webui_enable_column")) +if enc and enc ~= 0 then + le = p:option(Flag, "enabled", translate("Enabled")) + le.default = "1" +end + +local comment = uci:get_first("vpn-policy-routing", "policy", "comment") +if comment then + p:option(Value, "comment", translate("Comment")) +else + p:option(Value, "name", translate("Name")) +end + +la = p:option(Value, "src_addr", translate("Local addresses / devices")) +if laPlaceholder then + la.placeholder = laPlaceholder +end +la.rmempty = true +la.datatype = 'list(neg(or(host,network,macaddr)))' + +lp = p:option(Value, "src_port", translate("Local ports")) +lp.datatype = 'list(neg(or(portrange, string)))' +lp.placeholder = "0-65535" +lp.rmempty = true + +ra = p:option(Value, "dest_addr", translate("Remote addresses / domains")) +ra.datatype = 'list(neg(host))' +ra.placeholder = "0.0.0.0/0" +ra.rmempty = true + +rp = p:option(Value, "dest_port", translate("Remote ports")) +rp.datatype = 'list(neg(or(portrange, string)))' +rp.placeholder = "0-65535" +rp.rmempty = true + +enc = tonumber(uci:get("vpn-policy-routing", "config", "webui_protocol_column")) +if enc and enc ~= 0 then + proto = p:option(ListValue, "proto", translate("Protocol")) + proto:value("", "AUTO") + proto.default = "" + proto.rmempty = true + enc = uci:get_list("vpn-policy-routing", "config", "webui_supported_protocol") + local count = 0 + for key, value in pairs(enc) do + count = count + 1 + proto:value(value:lower(), value:gsub(" ", "/"):upper()) + end + if count == 0 then + enc = { "tcp", "udp", "tcp udp", "icmp", "all" } + for key,value in pairs(enc) do + proto:value(value:lower(), value:gsub(" ", "/"):upper()) + end + end +end + +enc = tonumber(uci:get("vpn-policy-routing", "config", "webui_chain_column")) +if enc and enc ~= 0 then + chain = p:option(ListValue, "chain", translate("Chain")) + chain:value("", "PREROUTING") + chain:value("FORWARD", "FORWARD") + chain:value("INPUT", "INPUT") + chain:value("OUTPUT", "OUTPUT") + chain.default = "" + chain.rmempty = true +end + +gw = p:option(ListValue, "interface", translate("Interface")) +gw.datatype = "network" +gw.rmempty = false +uci:foreach("network", "interface", function(s) + local name=s['.name'] + if is_wan(name) then + gw:value(name, string.upper(name)) + if not gw.default then gw.default = name end + elseif is_supported_interface(s) then + gw:value(name, string.upper(name)) + end +end) + +dscp = m:section(NamedSection, "config", "vpn-policy-routing", translate("DSCP Tagging"), translate("Set DSCP tags (in range between 1 and 63) for specific interfaces. See the") .. " " + .. [[<a href="]] .. readmeURL .. [[#dscp-tag-based-policies" target="_blank">]] + .. translate("README") .. [[</a>]] .. " " .. translate("for details.")) +uci:foreach("network", "interface", function(s) + local name=s['.name'] + if is_supported_interface(s) then + local x = dscp:option(Value, name .. "_dscp", string.upper(name) .. " " .. translate("DSCP Tag")) + x.rmempty = true + x.datatype = "range(1,63)" + end +end) + +-- Includes +inc = m:section(TypedSection, "include", translate("Custom User File Includes"), translate("Run the following user files after setting up but before restarting DNSMASQ. See the") .. " " + .. [[<a href="]] .. readmeURL .. [[#custom-user-files" target="_blank">]] + .. translate("README") .. [[</a>]] .. " " .. translate("for details.")) +inc.template = "cbi/tblsection" +inc.sortable = true +inc.anonymous = true +inc.addremove = true + +finc = inc:option(Flag, "enabled", translate("Enabled")) +finc.optional = false +finc.default = "1" +inc:option(Value, "path", translate("Path")).optional = false + +return m diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm new file mode 100644 index 0000000000..a9c473c751 --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm @@ -0,0 +1,55 @@ +<%# + Copyright 2019 Stan Grishin <stangri@melmac.net> +-%> + +<%- + local packageName = "vpn-policy-routing" + local enabledFlag = luci.model.uci.cursor():get(packageName, "config", "enabled") + if nixio.fs.access("/var/run/" .. packageName .. ".json") then + tmpfs = luci.jsonc.parse(luci.util.trim(luci.sys.exec("cat /var/run/" .. packageName .. ".json"))) + end + local pkgStatus, pkgStatusLabel = "Stopped", translate("Stopped") + if luci.sys.call("iptables -t mangle -L | grep -q VPR_PREROUTING") == 0 then + pkgStatus, pkgStatusLabel = "Running", translate("Running") + end + if pkgStatus == "Stopped" then + btn_start_style = "cbi-button cbi-button-apply important" + btn_action_style = "cbi-button cbi-button-apply important" + btn_stop_style = "cbi-button cbi-button-reset -disabled" + else + btn_start_style = "cbi-button cbi-button-apply -disabled" + btn_action_style = "cbi-button cbi-button-apply important" + btn_stop_style = "cbi-button cbi-button-reset important" + end + if enabledFlag ~= "1" then + btn_start_style = "cbi-button cbi-button-apply -disabled" + btn_action_style = "cbi-button cbi-button-apply -disabled" + btn_enable_style = "cbi-button cbi-button-apply important" + btn_disable_style = "cbi-button cbi-button-reset -disabled" + else + btn_enable_style = "cbi-button cbi-button-apply -disabled" + btn_disable_style = "cbi-button cbi-button-reset important" + end +-%> + +<%+vpn-policy-routing/css%> +<%+vpn-policy-routing/js%> + +<div class="cbi-value"><label class="cbi-value-title">Service Control</label> + <div class="cbi-value-field"> + <input type="button" class="<%=btn_start_style%>" id="btn_start" name="start" value="<%:Start%>" onclick="button_action(this)" /> + <span id="btn_start_spinner" class="btn_spinner"></span> + <input type="button" class="<%=btn_action_style%>" id="btn_action" name="action" value="<%:Reload%>" onclick="button_action(this)" /> + <span id="btn_action_spinner" class="btn_spinner"></span> + <input type="button" class="<%=btn_stop_style%>" id="btn_stop" name="stop" value="<%:Stop%>" onclick="button_action(this)" /> + <span id="btn_stop_spinner" class="btn_spinner"></span> + + + + + <input type="button" class="<%=btn_enable_style%>" id="btn_enable" name="enable" value="<%:Enable%>" onclick="button_action(this)" /> + <span id="btn_enable_spinner" class="btn_spinner"></span> + <input type="button" class="<%=btn_disable_style%>" id="btn_disable" name="disable" value="<%:Disable%>" onclick="button_action(this)" /> + <span id="btn_disable_spinner" class="btn_spinner"></span> + </div> +</div> diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/css.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/css.htm new file mode 100644 index 0000000000..6fb3d51d3b --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/css.htm @@ -0,0 +1,9 @@ +<style type="text/css"> + .btn_spinner + { + display: inline-block; + width: 0px; + height: 16px; + margin: 0 0px; + } +</style> diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/js.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/js.htm new file mode 100644 index 0000000000..7c190328f4 --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/js.htm @@ -0,0 +1,59 @@ +<script type="text/javascript"> +//<![CDATA[ + function button_action(action) { + var xhr = new XHR(false); + var btn_start = document.getElementById("btn_start"); + var btn_action = document.getElementById("btn_action"); + var btn_stop = document.getElementById("btn_stop"); + var btn_enable = document.getElementById("btn_enable"); + var btn_disable = document.getElementById("btn_disable"); + var btn_spinner; + switch (action.name) { + case "start": + btn_spinner = document.getElementById("btn_start_spinner"); + break; + case "action": + btn_spinner = document.getElementById("btn_action_spinner"); + break; + case "stop": + btn_spinner = document.getElementById("btn_stop_spinner"); + break; + case "enable": + btn_spinner = document.getElementById("btn_enable_spinner"); + break; + case "disable": + btn_spinner = document.getElementById("btn_disable_spinner"); + break; + } + btn_start.disabled = true; + btn_action.disabled = true; + btn_stop.disabled = true; + btn_enable.disabled = true; + btn_disable.disabled = true; + spinner(btn_spinner, 1); + xhr.get('<%=luci.dispatcher.build_url("admin", "vpn", "vpn-policy-routing", "action")%>/' + action.name, null, + function (x) { + if (!x) { + return; + } + btn_start.disabled = false; + btn_action.disabled = false; + btn_stop.disabled = false; + btn_enable.disabled = false; + btn_disable.disabled = false; + spinner(btn_spinner, 0); + location.reload(); + }); +} +function spinner(element, state) { + if (state === 1) { + element.style.width = "16px"; + element.innerHTML = '<img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" width="16" height="16" style="vertical-align:middle" />'; + } + else { + element.style.width = "0px"; + element.innerHTML = ''; + } +} +//]]> +</script>
\ No newline at end of file diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-textarea.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-textarea.htm new file mode 100644 index 0000000000..f4c512c1b6 --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-textarea.htm @@ -0,0 +1,13 @@ +<%# +Copyright 2017-2019 Stan Grishin (stangri@melmac.net) +This is free software, licensed under the Apache License, Version 2.0 +-%> + +<%+cbi/valueheader%> + +<textarea rows="<%=select(2, self:cfgvalue(section):gsub('\n', '\n'))%>" + style="outline:none;border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:20px;width:50em;padding:none;margin:6px;resize:none;overflow:hidden;" + disabled="disabled"><%=self:cfgvalue(section):gsub('\n', '\n')%> +</textarea> + +<%+cbi/valuefooter%> diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm new file mode 100644 index 0000000000..c453428405 --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm @@ -0,0 +1,10 @@ +<%# +Copyright 2017-2018 Dirk Brenken (dev@brenken.org) +This is free software, licensed under the Apache License, Version 2.0 +-%> + +<%+cbi/valueheader%> + +<input name="status" id="status" type="text" class="cbi-input-text" style="outline:none;border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:30px;height:30px;width:50em;" value="<%=self:cfgvalue(section)%>" disabled="disabled" /> + +<%+cbi/valuefooter%> diff --git a/applications/luci-app-vpn-policy-routing/po/es/vpn-policy-routing.po b/applications/luci-app-vpn-policy-routing/po/es/vpn-policy-routing.po new file mode 100644 index 0000000000..feeea7861a --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/po/es/vpn-policy-routing.po @@ -0,0 +1,504 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2019-12-31 15:30-0300\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.2.4\n" +"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:51 +msgid "(strict mode)" +msgstr "(modo estricto)" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:207 +msgid "" +"Add an ip rule, not an iptables entry for policies with just the local " +"address. Use with caution to manipulte policies priorities." +msgstr "" +"Agregue una regla de ip, no una entrada de iptables para políticas con solo " +"la dirección local. Úselo con precaución para manipular las prioridades de " +"las políticas." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:187 +msgid "Advanced Configuration" +msgstr "Configuración avanzada" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:192 +msgid "" +"Allows to specify the list of interface names (in lower case) to be " +"explicitly supported by the service. Can be useful if your OpenVPN tunnels " +"have dev option other than tun* or tap*." +msgstr "" +"Permite especificar la lista de nombres de interfaz (en minúsculas) que el " +"servicio debe admitir explícitamente. Puede ser útil si sus túneles OpenVPN " +"tienen una opción de desarrollo que no sea tun* o tap*." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:195 +msgid "" +"Allows to specify the list of interface names (in lower case) to be ignored " +"by the service. Can be useful if running both VPN server and VPN client on " +"the router." +msgstr "" +"Permite especificar la lista de nombres de interfaz (en minúsculas) que el " +"servicio debe ignorar. Puede ser útil si ejecuta tanto el servidor VPN como " +"el cliente VPN en el enrutador." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:203 +msgid "Append" +msgstr "Adjuntar" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:220 +msgid "Append local IP Tables rules" +msgstr "Adjuntar reglas locales de IPTables" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:223 +msgid "Append remote IP Tables rules" +msgstr "Adjuntar reglas remotas de IPTables" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:150 +msgid "Basic Configuration" +msgstr "Configuración básica" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:198 +msgid "Boot Time-out" +msgstr "Tiempo de arranque" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:331 +msgid "Chain" +msgstr "Cadena" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:282 +msgid "Comment" +msgstr "Comentario" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:265 +msgid "" +"Comment, interface and at least one other field are required. Multiple local " +"and remote addresses/devices/domains and ports can be space separated. " +"Placeholders below represent just the format/syntax and will not be used if " +"fields are left blank." +msgstr "" +"Se requieren comentarios, interfaz y al menos otro campo. Múltiples " +"direcciones/dispositivos/dominios y puertos locales y remotos pueden estar " +"separados por espacios. Los marcadores de posición a continuación " +"representan solo el formato/sintaxis y no se utilizarán si los campos se " +"dejan en blanco." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:154 +msgid "Condensed output" +msgstr "Salida condensada" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:145 +msgid "Configuration" +msgstr "Configuración" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:152 +msgid "Controls both system log and console output verbosity." +msgstr "" +"Controla el registro del sistema y la verbosidad de salida de la consola." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:366 +msgid "Custom User File Includes" +msgstr "El archivo de usuario personalizado incluye" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:359 +msgid "DSCP Tag" +msgstr "Etiqueta DSCP" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:353 +msgid "DSCP Tagging" +msgstr "Etiquetado DSCP" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:211 +msgid "Default ICMP Interface" +msgstr "Interfaz ICMP predeterminada" + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:52 +msgid "Disable" +msgstr "Desactivar" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:169 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:179 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:183 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:208 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:244 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:248 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:255 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:259 +msgid "Disabled" +msgstr "Desactivado" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:251 +msgid "Display these protocols in protocol column in Web UI." +msgstr "Mostrar estos protocolos en la columna de protocolo en la Web UI." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:161 +msgid "Do not enforce policies when their gateway is down" +msgstr "No aplique políticas cuando su puerta de enlace esté inactiva" + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:50 +msgid "Enable" +msgstr "Activar" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:184 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:209 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:245 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:249 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:256 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:260 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:276 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:374 +msgid "Enabled" +msgstr "Activado" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:236 +msgid "" +"FW Mask used by the service. High mask is used to avoid conflict with SQM/" +"QoS. Change with caution together with" +msgstr "" +"FW Mask utilizada por el servicio. La máscara alta se usa para evitar " +"conflictos con SQM/QoS. Cambiar con precaución junto con" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:211 +msgid "Force the ICMP protocol interface." +msgstr "Forzar la interfaz del protocolo ICMP." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:207 +msgid "IP Rules Support" +msgstr "Soporte de reglas de IP" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:202 +msgid "IPTables rule option" +msgstr "Opción de regla de IPTables" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:182 +msgid "IPv6 Support" +msgstr "Soporte IPv6" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:195 +msgid "Ignored Interfaces" +msgstr "Interfaces ignoradas" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:204 +msgid "Insert" +msgstr "Insertar" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:340 +msgid "Interface" +msgstr "Interfaz" + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/js.htm:51 +msgid "Loading" +msgstr "Cargando" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:287 +msgid "Local addresses / devices" +msgstr "Direcciones/Dispositivos locales" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:294 +msgid "Local ports" +msgstr "Puertos locales" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:284 +msgid "Name" +msgstr "Nombre" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:212 +msgid "No Change" +msgstr "Ningún cambio" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:152 +msgid "Output verbosity" +msgstr "Verbosidad de salida" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:377 +msgid "Path" +msgstr "Ruta" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:166 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:176 +msgid "Please check the" +msgstr "Por favor, verifique el" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:188 +msgid "Please make sure to check the" +msgstr "Por favor, asegúrese de verificar el" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:265 +msgid "Policies" +msgstr "Políticas" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:311 +msgid "Protocol" +msgstr "Protocolo" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:160 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:168 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:178 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:189 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:355 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:368 +msgid "README" +msgstr "LÉEME" + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:42 +msgid "Reload" +msgstr "Recargar" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:299 +msgid "Remote addresses / domains" +msgstr "Direcciones/Dominios remotos" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:304 +msgid "Remote ports" +msgstr "Puertos remotos" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:366 +msgid "" +"Run the following user files after setting up but before restarting DNSMASQ. " +"See the" +msgstr "" +"Ejecute los siguientes archivos de usuario después de la configuración pero " +"antes de reiniciar DNSMASQ. Ver el" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:49 +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:13 +msgid "Running" +msgstr "Corriendo" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:158 +msgid "See the" +msgstr "Ver el" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:202 +msgid "Select Append for -A and Insert for -I." +msgstr "Seleccione Agregar para -A e Insertar para -I." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:132 +msgid "Service Errors" +msgstr "Errores del servicio" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:231 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:236 +msgid "Service FW Mask" +msgstr "Servicio FW Mask" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:127 +msgid "Service Gateways" +msgstr "Puertas de enlace del servicio" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:122 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:123 +msgid "Service Status" +msgstr "Estado del servicio" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:137 +msgid "Service Warnings" +msgstr "Advertencias del servicio" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:353 +msgid "" +"Set DSCP tags (in range between 1 and 63) for specific interfaces. See the" +msgstr "" +"Establezca etiquetas DSCP (en el rango entre 1 y 63) para interfaces " +"específicas. Ver el" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:254 +msgid "Show Chain Column" +msgstr "Mostrar columna de cadena" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:243 +msgid "Show Enable Column" +msgstr "Mostrar columna de Activar" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:247 +msgid "Show Protocol Column" +msgstr "Mostrar columna de protocolo" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:258 +msgid "Show Up/Down Buttons" +msgstr "Mostrar botones Subir/Bajar" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:258 +msgid "" +"Shows the Up/Down buttons for policies, allowing you to move a policy up or " +"down in the list." +msgstr "" +"Muestra los botones Subir/Bajar para políticas, lo que le permite mover una " +"política hacia arriba o hacia abajo en la lista." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:254 +msgid "" +"Shows the chain column for policies, allowing you to assign a PREROUTING, " +"FORWARD, INPUT or OUTPUT chain to a policy." +msgstr "" +"Muestra la columna de cadena para políticas, permitiéndole asignar una " +"cadena PREROUTING, FORWARD, INPUT o OUTPUT a una política." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:243 +msgid "" +"Shows the enable checkbox column for policies, allowing you to quickly " +"enable/disable specific policy without deleting it." +msgstr "" +"Muestra la columna de casilla de verificación Activar para políticas, lo que " +"le permite Activar/Desactivar rápidamente políticas específicas sin " +"eliminarlas." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:247 +msgid "" +"Shows the protocol column for policies, allowing you to assign a specific " +"protocol to a policy." +msgstr "" +"Muestra la columna de protocolo para políticas, lo que le permite asignar un " +"protocolo específico a una política." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:220 +msgid "" +"Special instructions to append iptables rules for local IPs/netmasks/devices." +msgstr "" +"Instrucciones especiales para agregar reglas de iptables para IPs/máscaras " +"de red/dispositivos locales." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:223 +msgid "Special instructions to append iptables rules for remote IPs/netmasks." +msgstr "" +"Instrucciones especiales para agregar reglas de iptables para IP remotas/" +"máscaras de red." + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:40 +msgid "Start" +msgstr "Iniciar" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:231 +msgid "" +"Starting (WAN) FW Mark for marks used by the service. High starting mark is " +"used to avoid conflict with SQM/QoS. Change with caution together with" +msgstr "" +"Marca de inicio (WAN) FW para las marcas utilizadas por el servicio. La " +"marca de inicio alta se usa para evitar conflictos con SQM/QoS. Cambiar con " +"precaución junto con" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:226 +msgid "Starting (WAN) Table ID number for tables created by the service." +msgstr "" +"Número de ID de tabla de inicio (WAN) para tablas creadas por el servicio." + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:44 +msgid "Stop" +msgstr "Detener" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:47 +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:11 +msgid "Stopped" +msgstr "Detenido" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:158 +msgid "Strict enforcement" +msgstr "Aplicación estricta" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:162 +msgid "Strictly enforce policies when their gateway is down" +msgstr "" +"Cumplir estrictamente las políticas cuando su puerta de enlace esté inactiva" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:192 +msgid "Supported Interfaces" +msgstr "Interfaces soportadas" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:251 +msgid "Supported Protocols" +msgstr "Protocolos soportados" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:153 +msgid "Suppress/No output" +msgstr "Suprimir/Sin salida" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:175 +msgid "The ipset option for local policies" +msgstr "La opción ipset para políticas locales" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:165 +msgid "The ipset option for remote policies" +msgstr "La opción ipset para políticas remotas" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:198 +msgid "" +"Time (in seconds) for service to wait for WAN gateway discovery on boot." +msgstr "" +"Tiempo (en segundos) para que el servicio espere el descubrimiento de la " +"puerta de enlace WAN en el arranque." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:171 +msgid "Use DNSMASQ ipset" +msgstr "Usar DNSMASQ ipset" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:170 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:180 +msgid "Use ipset command" +msgstr "Usar el comando ipset" + +#: luci-app-vpn-policy-routing/luasrc/controller/vpn-policy-routing.lua:4 +msgid "VPN" +msgstr "VPN" + +#: luci-app-vpn-policy-routing/luasrc/controller/vpn-policy-routing.lua:5 +msgid "VPN Policy Routing" +msgstr "Enrutamiento de políticas de VPN" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:120 +msgid "VPN and WAN Policy-Based Routing" +msgstr "Enrutamiento basado en políticas VPN y WAN" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:155 +msgid "Verbose output" +msgstr "Salida detallada" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:213 +msgid "WAN" +msgstr "WAN" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:231 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:236 +msgid "WAN Table FW Mark" +msgstr "Tabla WAN Marca FW" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:226 +msgid "WAN Table ID" +msgstr "ID de tabla WAN" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:188 +msgid "WARNING:" +msgstr "ADVERTENCIA:" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:241 +msgid "Web UI Configuration" +msgstr "Configuración de Web UI" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:190 +msgid "" +"before changing anything in this section! Change any of the settings below " +"with extreme caution!" +msgstr "" +"antes de cambiar cualquier cosa en esta sección, ¡Cambie cualquiera de las " +"configuraciones a continuación con extrema precaución!" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:168 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:178 +msgid "before changing this option." +msgstr "antes de cambiar esta opción." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:160 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:355 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:368 +msgid "for details." +msgstr "para detalles." + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:43 +msgid "is not installed or not found" +msgstr "no está instalado o no se encuentra" diff --git a/applications/luci-app-vpn-policy-routing/po/templates/vpn-policy-routing.pot b/applications/luci-app-vpn-policy-routing/po/templates/vpn-policy-routing.pot new file mode 100644 index 0000000000..74a2c8fffd --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/po/templates/vpn-policy-routing.pot @@ -0,0 +1,450 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:51 +msgid "(strict mode)" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:207 +msgid "" +"Add an ip rule, not an iptables entry for policies with just the local " +"address. Use with caution to manipulte policies priorities." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:187 +msgid "Advanced Configuration" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:192 +msgid "" +"Allows to specify the list of interface names (in lower case) to be " +"explicitly supported by the service. Can be useful if your OpenVPN tunnels " +"have dev option other than tun* or tap*." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:195 +msgid "" +"Allows to specify the list of interface names (in lower case) to be ignored " +"by the service. Can be useful if running both VPN server and VPN client on " +"the router." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:203 +msgid "Append" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:220 +msgid "Append local IP Tables rules" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:223 +msgid "Append remote IP Tables rules" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:150 +msgid "Basic Configuration" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:198 +msgid "Boot Time-out" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:331 +msgid "Chain" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:282 +msgid "Comment" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:265 +msgid "" +"Comment, interface and at least one other field are required. Multiple local " +"and remote addresses/devices/domains and ports can be space separated. " +"Placeholders below represent just the format/syntax and will not be used if " +"fields are left blank." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:154 +msgid "Condensed output" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:145 +msgid "Configuration" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:152 +msgid "Controls both system log and console output verbosity." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:366 +msgid "Custom User File Includes" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:359 +msgid "DSCP Tag" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:353 +msgid "DSCP Tagging" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:211 +msgid "Default ICMP Interface" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:52 +msgid "Disable" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:169 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:179 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:183 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:208 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:244 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:248 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:255 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:259 +msgid "Disabled" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:251 +msgid "Display these protocols in protocol column in Web UI." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:161 +msgid "Do not enforce policies when their gateway is down" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:50 +msgid "Enable" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:184 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:209 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:245 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:249 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:256 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:260 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:276 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:374 +msgid "Enabled" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:236 +msgid "" +"FW Mask used by the service. High mask is used to avoid conflict with SQM/" +"QoS. Change with caution together with" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:211 +msgid "Force the ICMP protocol interface." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:207 +msgid "IP Rules Support" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:202 +msgid "IPTables rule option" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:182 +msgid "IPv6 Support" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:195 +msgid "Ignored Interfaces" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:204 +msgid "Insert" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:340 +msgid "Interface" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/js.htm:51 +msgid "Loading" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:287 +msgid "Local addresses / devices" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:294 +msgid "Local ports" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:284 +msgid "Name" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:212 +msgid "No Change" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:152 +msgid "Output verbosity" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:377 +msgid "Path" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:166 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:176 +msgid "Please check the" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:188 +msgid "Please make sure to check the" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:265 +msgid "Policies" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:311 +msgid "Protocol" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:160 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:168 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:178 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:189 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:355 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:368 +msgid "README" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:42 +msgid "Reload" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:299 +msgid "Remote addresses / domains" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:304 +msgid "Remote ports" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:366 +msgid "" +"Run the following user files after setting up but before restarting DNSMASQ. " +"See the" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:49 +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:13 +msgid "Running" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:158 +msgid "See the" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:202 +msgid "Select Append for -A and Insert for -I." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:132 +msgid "Service Errors" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:231 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:236 +msgid "Service FW Mask" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:127 +msgid "Service Gateways" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:122 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:123 +msgid "Service Status" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:137 +msgid "Service Warnings" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:353 +msgid "" +"Set DSCP tags (in range between 1 and 63) for specific interfaces. See the" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:254 +msgid "Show Chain Column" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:243 +msgid "Show Enable Column" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:247 +msgid "Show Protocol Column" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:258 +msgid "Show Up/Down Buttons" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:258 +msgid "" +"Shows the Up/Down buttons for policies, allowing you to move a policy up or " +"down in the list." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:254 +msgid "" +"Shows the chain column for policies, allowing you to assign a PREROUTING, " +"FORWARD, INPUT or OUTPUT chain to a policy." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:243 +msgid "" +"Shows the enable checkbox column for policies, allowing you to quickly " +"enable/disable specific policy without deleting it." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:247 +msgid "" +"Shows the protocol column for policies, allowing you to assign a specific " +"protocol to a policy." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:220 +msgid "" +"Special instructions to append iptables rules for local IPs/netmasks/devices." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:223 +msgid "Special instructions to append iptables rules for remote IPs/netmasks." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:40 +msgid "Start" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:231 +msgid "" +"Starting (WAN) FW Mark for marks used by the service. High starting mark is " +"used to avoid conflict with SQM/QoS. Change with caution together with" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:226 +msgid "Starting (WAN) Table ID number for tables created by the service." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:44 +msgid "Stop" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:47 +#: luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:11 +msgid "Stopped" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:158 +msgid "Strict enforcement" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:162 +msgid "Strictly enforce policies when their gateway is down" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:192 +msgid "Supported Interfaces" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:251 +msgid "Supported Protocols" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:153 +msgid "Suppress/No output" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:175 +msgid "The ipset option for local policies" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:165 +msgid "The ipset option for remote policies" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:198 +msgid "" +"Time (in seconds) for service to wait for WAN gateway discovery on boot." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:171 +msgid "Use DNSMASQ ipset" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:170 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:180 +msgid "Use ipset command" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/controller/vpn-policy-routing.lua:4 +msgid "VPN" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/controller/vpn-policy-routing.lua:5 +msgid "VPN Policy Routing" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:120 +msgid "VPN and WAN Policy-Based Routing" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:155 +msgid "Verbose output" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:213 +msgid "WAN" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:231 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:236 +msgid "WAN Table FW Mark" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:226 +msgid "WAN Table ID" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:188 +msgid "WARNING:" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:241 +msgid "Web UI Configuration" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:190 +msgid "" +"before changing anything in this section! Change any of the settings below " +"with extreme caution!" +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:168 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:178 +msgid "before changing this option." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:160 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:355 +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:368 +msgid "for details." +msgstr "" + +#: luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:43 +msgid "is not installed or not found" +msgstr "" diff --git a/applications/luci-app-vpn-policy-routing/root/etc/uci-defaults/40_luci-vpn-policy-routing b/applications/luci-app-vpn-policy-routing/root/etc/uci-defaults/40_luci-vpn-policy-routing new file mode 100644 index 0000000000..a1ecfcea24 --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/root/etc/uci-defaults/40_luci-vpn-policy-routing @@ -0,0 +1,3 @@ +#!/bin/sh +rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache; +exit 0 diff --git a/applications/luci-app-vpnbypass/root/etc/uci-defaults/40_luci-vpnbypass b/applications/luci-app-vpnbypass/root/etc/uci-defaults/40_luci-vpnbypass index 9455701a09..d7bfee271d 100644 --- a/applications/luci-app-vpnbypass/root/etc/uci-defaults/40_luci-vpnbypass +++ b/applications/luci-app-vpnbypass/root/etc/uci-defaults/40_luci-vpnbypass @@ -1,11 +1,4 @@ #!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@vpnbypass[-1] - add ucitrack vpnbypass - set ucitrack.@vpnbypass[-1].init=vpnbypass - commit ucitrack -EOF rm -f /tmp/luci-indexcache exit 0 - |