From: Florian Eckert Date: Sun, 29 Dec 2019 13:37:40 +0000 (+0100) Subject: Merge pull request #3400 from TDT-AG/pr/20191210-luci-mk X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=359379078e8ea786610d9dc1520f14f35239409c;hp=1f84f268cc647d3469864fd9b04b97d4cd2f984c;p=oweals%2Fluci.git Merge pull request #3400 from TDT-AG/pr/20191210-luci-mk luci.mk: move indexcache delete into postinst --- 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 d6c5ac54c..edef8a049 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 abc7656f3..6a29e239b 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 382e8f2b4..bd275f901 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 3afe37e21..3fcf4dacb 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." @@ -533,14 +534,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 @@ -685,7 +686,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 @@ -718,7 +719,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 4e7fbac79..efb1db38a 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 2a1f3a4db..acc6c7975 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 937162e7e..cdbb80f96 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 200e6f153..667d84d7a 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 f8126f572..4bae0df0a 100644 --- a/applications/luci-app-adblock/po/fr/adblock.po +++ b/applications/luci-app-adblock/po/fr/adblock.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-01 10:55+0000\n" -"Last-Translator: Glenn R. \n" +"PO-Revision-Date: 2019-12-09 20:06+0000\n" +"Last-Translator: Guillaume D. <2a3b@protonmail.com>\n" "Language-Team: French \n" "Language: fr\n" @@ -117,7 +117,6 @@ msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:68 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:70 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:72 -#, fuzzy msgid "Count" msgstr "Compteur" @@ -142,8 +141,9 @@ msgid "DNS File Reset" msgstr "Réinitialiser le fichier de DNS" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:197 +#, fuzzy msgid "DNS Inotify" -msgstr "Notifications DNS" +msgstr "notification DNS" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:20 #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:134 @@ -166,7 +166,7 @@ msgstr "Description" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:198 #, fuzzy 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 " @@ -203,10 +203,9 @@ msgstr "Domaine/Client/Date/Heure" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:43 msgid "Download Utility" -msgstr "Utilitaire de téléchargement" +msgstr "Télécharger l'utilitaire" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:163 -#, fuzzy msgid "Download Utility (SSL Library)" msgstr "Télécharger l'utilitaire (Bibliothèque SSL)" @@ -214,25 +213,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 -#, fuzzy -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 @@ -252,7 +250,6 @@ msgid "Enable Adblock" msgstr "Activer le bloqueur de publicité" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:106 -#, fuzzy msgid "Enable verbose debug logging in case of any processing error." msgstr "Activer le mode verbeux en cas d'erreur de traitement." @@ -286,7 +283,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 @@ -319,7 +316,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 " @@ -351,6 +348,8 @@ msgstr "" msgid "" "List of supported DNS backends with their default list export directory." msgstr "" +"Liste des backends DNS supportés avec leur répertoire d'export de liste par " +"défaut." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:35 msgid "" @@ -361,8 +360,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 @@ -380,10 +379,10 @@ msgstr "Fichier de journal" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:109 msgid "Low Priority Service" -msgstr "" +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 "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -447,12 +446,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é." @@ -460,7 +459,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 @@ -523,8 +522,9 @@ msgid "Resume" msgstr "Reprendre" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:149 +#, fuzzy msgid "Runtime Information" -msgstr "" +msgstr "Information processus" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:84 msgid "SSL req." @@ -538,12 +538,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 @@ -675,7 +675,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 @@ -710,6 +710,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 29e8c5456..dad5184d5 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 bd372b0f1..5553f5c50 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 ca00ead2a..9d3fd5595 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 c37bd5d04..2d450d1d2 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 dd8c8af14..c2a5b67a7 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 a140cbd91..39c8c3cb7 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 new file mode 100644 index 000000000..d50dc1959 --- /dev/null +++ b/applications/luci-app-adblock/po/mr/adblock.po @@ -0,0 +1,664 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-adblock/luasrc/model/cbi/adblock/overview_tab.lua:78 +msgid "" +"Caution: To prevent OOM exceptions on low memory devices with less " +"than 64 MB free RAM, please only select a few of them!" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:86 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 +msgid "Action" +msgstr "" + +#: applications/luci-app-adblock/luasrc/controller/adblock.lua:17 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:10 +msgid "Adblock" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:151 +msgid "Adblock Status" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:157 +msgid "Adblock Version" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:182 +msgid "Additional trigger delay in seconds before adblock processing begins." +msgstr "" + +#: applications/luci-app-adblock/luasrc/controller/adblock.lua:23 +msgid "Advanced" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:85 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 +msgid "Answer" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:96 +msgid "Archive Categories" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:146 +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:181 +msgid "Backup Directory" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:106 +msgid "Blacklist" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:169 +msgid "Blacklist File" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:274 +msgid "Blocked DNS Queries" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:30 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:73 +msgid "Blocked Domain" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:77 +msgid "Blocklist Sources" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/query.htm:37 +msgid "Blocklist not found!" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:56 +msgid "" +"Choose 'none' to disable automatic startups, 'timed' to use a classic " +"timeout (default 30 sec.) or select another trigger interface." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:83 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 +msgid "Client" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/query.htm:59 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:11 +msgid "" +"Configuration of the adblock package to block ad/abuse domains by using DNS." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:25 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:27 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:29 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:68 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:70 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:72 +msgid "Count" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:24 +msgid "DNS Backend (DNS Directory)" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:169 +msgid "DNS Backend, DNS Directory" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:34 +msgid "DNS Blocking Variant" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:164 +msgid "DNS Directory" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:127 +msgid "DNS File Reset" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:197 +msgid "DNS Inotify" +msgstr "" + +#: applications/luci-app-adblock/luasrc/controller/adblock.lua:20 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:134 +msgid "DNS Query Report" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:175 +msgid "DNS Variant, DNS File Reset" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:81 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 +msgid "Date" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:94 +msgid "Description" +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 " +"with autoload features." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:187 +msgid "" +"Disable the toplevel domain compression, if the number of blocked domains is " +"greater than this threshold." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:36 +msgid "" +"Dnsmasq also supports 'null' block variants, which may provide better " +"response times." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:28 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:71 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:84 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 +msgid "Domain" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:294 +msgid "Domain/Client/Date/Time" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:43 +msgid "Download Utility" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:163 +msgid "Download Utility (SSL Library)" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:152 +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" +msgstr "" + +#: 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" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:250 +msgid "E-mail Topic" +msgstr "" + +#: applications/luci-app-adblock/luasrc/controller/adblock.lua:24 +msgid "Edit Blacklist" +msgstr "" + +#: applications/luci-app-adblock/luasrc/controller/adblock.lua:26 +msgid "Edit Configuration" +msgstr "" + +#: applications/luci-app-adblock/luasrc/controller/adblock.lua:25 +msgid "Edit Whitelist" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:20 +msgid "Enable Adblock" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:106 +msgid "Enable verbose debug logging in case of any processing error." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:81 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:262 +msgid "End Date" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:102 +msgid "Extra Options" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:302 +msgid "Filter" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:292 +msgid "" +"Filter the DNS Query result set for a particular domain, client or time " +"frame." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:203 +msgid "Flush DNS Cache" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:204 +msgid "Flush DNS cache after adblock processing." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:12 +msgid "" +"For further information check the online " +"documentation" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:122 +msgid "" +"For further performance improvements you can raise this value, e.g. '8' or " +"'16' should be safe." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:116 +msgid "Force Local DNS" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:170 +msgid "Full path to the blacklist file." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:176 +msgid "Full path to the whitelist file." +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 " +"on demand." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua:10 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/configuration_tab.lua:9 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/whitelist_tab.lua:10 +msgid "Input file not found, please check your configuration." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:193 +msgid "Last Run" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:307 +msgid "Latest DNS Queries" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:55 +msgid "" +"List of available network interfaces. Usually the startup will be triggered " +"by the 'wan' interface." +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 "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:35 +msgid "" +"List of supported DNS blocking variants. By default 'nxdomain' will be used " +"for all DNS backends." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:44 +msgid "List of supported and fully pre-configured download utilities." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/query.htm:21 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:221 +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:98 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:192 +msgid "Local FW/DNS Ports" +msgstr "" + +#: applications/luci-app-adblock/luasrc/controller/adblock.lua:22 +msgid "Logfile" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:109 +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." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 +msgid "Max. Download Queue" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:26 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:69 +msgid "Name / IP-Address" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:90 +msgid "No" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:103 +msgid "" +"Options for further tweaking in case the defaults are not suitable for you." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:187 +msgid "Overall Domains" +msgstr "" + +#: applications/luci-app-adblock/luasrc/controller/adblock.lua:18 +msgid "Overview" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua:32 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/whitelist_tab.lua:32 +msgid "" +"Please add only one domain per line. Comments introduced with '#' are " +"allowed - ip addresses, wildcards and regex are not." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua:19 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/configuration_tab.lua:18 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/whitelist_tab.lua:19 +msgid "Please edit this file directly in a terminal session." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:154 +msgid "Please note: this needs manual 'msmtp' package installation and setup." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:136 +msgid "Please note: this needs manual 'tcpdump-mini' package installation." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/query.htm:52 +msgid "Query" +msgstr "" + +#: applications/luci-app-adblock/luasrc/controller/adblock.lua:27 +msgid "Query domains" +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 " +"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." +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 port 53, 853 and 5353." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:39 +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:50 +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:111 +msgid "Refresh" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:208 +msgid "Refresh Blocklist Sources" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:281 +msgid "Refresh Report" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:231 +msgid "Report Chunk Count" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:238 +msgid "Report Chunk Size" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:139 +msgid "Report Directory" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:208 +msgid "Report Interface" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:225 +msgid "Report Listen Port(s)" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:232 +msgid "Report chunk count used by tcpdump (default '5')." +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 "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:209 +msgid "" +"Reporting interface used by tcpdump, set to 'any' for multiple interfaces " +"(default 'br-lan')." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:128 +msgid "" +"Resets the final DNS blockfile 'adb_list.overall' after loading through the " +"DNS backend." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:37 +msgid "Resume" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:149 +msgid "Runtime Information" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:84 +msgid "SSL req." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua:27 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/configuration_tab.lua:26 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/whitelist_tab.lua:27 +msgid "Save" +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 " +"is ≤ 0." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:246 +msgid "Sender address for adblock notification e-mails." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:110 +msgid "" +"Set the nice level to 'low priority' and the adblock background processing " +"will take fewer resources from the system." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:121 +msgid "" +"Size of the download queue to handle downloads & list processing in " +"parallel (default '4')." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:193 +msgid "" +"Space separated list of firewall ports which should be redirected locally." +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 "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:256 +msgid "Start Date" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:54 +msgid "Startup Trigger" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:26 +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:48 +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:109 +msgid "Suspend" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:200 +msgid "Suspend / Resume Adblock" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:186 +msgid "TLD Compression Threshold" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:147 +msgid "" +"Target directory for adblock source backups. Default is '/tmp', please use " +"preferably a non-volatile disk if available." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:140 +msgid "" +"Target directory for dns related report files. Default is '/tmp', please use " +"preferably a non-volatile disk if available." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:165 +msgid "Target directory for the generated blocklist 'adb_list.overall'." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua:18 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/configuration_tab.lua:17 +#: 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 "" + +#: applications/luci-app-adblock/luasrc/view/adblock/logread.htm:31 +msgid "The syslog output, pre-filtered for adblock related messages only." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:111 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:210 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:227 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:233 +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:240 +msgid "This change requires a manual service stop/re-start to take effect." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/blacklist_tab.lua:31 +msgid "" +"This form allows you to modify the content of the adblock blacklist (%s)." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/whitelist_tab.lua:31 +msgid "" +"This form allows you to modify the content of the adblock whitelist (%s)." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/configuration_tab.lua:30 +msgid "" +"This form allows you to modify the content of the main adblock configuration " +"file (/etc/config/adblock)." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/query.htm:49 +msgid "" +"This form allows you to query active block lists for certain domains, e.g. " +"for whitelisting." +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:129 +msgid "" +"This option saves an enormous amount of storage space, but starts a small " +"ubus/adblock monitor in the background." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:82 +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 +msgid "Time" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:26 +msgid "" +"To overwrite the default path use the 'DNS Directory' option in the extra " +"section below." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:287 +msgid "Top 10 Reporting" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:251 +msgid "Topic for adblock notification e-mails." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:268 +msgid "Total DNS Queries" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:181 +msgid "Trigger Delay" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:105 +msgid "Verbose Debug Logging" +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/query.htm:22 +msgid "Waiting for command to complete..." +msgstr "" + +#: applications/luci-app-adblock/luasrc/view/adblock/report.htm:102 +msgid "Whitelist" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:175 +msgid "Whitelist File" +msgstr "" + +#: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:88 +msgid "Yes" +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 " +"to 200000." +msgstr "" diff --git a/applications/luci-app-adblock/po/ms/adblock.po b/applications/luci-app-adblock/po/ms/adblock.po index 642e91ca8..18556e7b0 100644 --- a/applications/luci-app-adblock/po/ms/adblock.po +++ b/applications/luci-app-adblock/po/ms/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/nb_NO/adblock.po b/applications/luci-app-adblock/po/nb_NO/adblock.po index 7016f8711..a1006af6e 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 2c147c821..a23e91880 100644 --- a/applications/luci-app-adblock/po/pl/adblock.po +++ b/applications/luci-app-adblock/po/pl/adblock.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-22 20:05+0000\n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" "Last-Translator: Marcin Net \n" "Language-Team: Polish \n" @@ -16,8 +16,8 @@ msgid "" "Caution: To prevent OOM exceptions on low memory devices with less " "than 64 MB free RAM, please only select a few of them!" msgstr "" -"Uwaga: Aby uniknąć błędów braku pamięci (OOM) na urządzeniach o małej " -"pamięci, z mniej niż 64 MB wolnej pamięci RAM, wybierz tylko kilka z nich!" +"Uwaga: Aby uniknąć błędów braku pamięci (OOM) na urządzeniach z mniej " +"niż 64 MB wolnej pamięci RAM, wybierz tylko kilka z nich!" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:86 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 @@ -71,7 +71,7 @@ msgstr "Plik Czarnej listy" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:274 msgid "Blocked DNS Queries" -msgstr "Zablokowane zapytania DNS" +msgstr "Zablokowane listy zapytań DNS" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:30 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:73 @@ -121,11 +121,11 @@ msgstr "Licznik" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:24 msgid "DNS Backend (DNS Directory)" -msgstr "Backend DNS (katalog DNS)" +msgstr "Backend DNS (Katalog DNS)" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:169 msgid "DNS Backend, DNS Directory" -msgstr "Backend DNS, katalog DNS" +msgstr "Backend DNS, Katalog DNS" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:34 msgid "DNS Blocking Variant" @@ -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 „Resetowanie pliku DNS” dla backendów " @@ -208,24 +208,24 @@ msgstr "Narzędzie pobierania (biblioteka 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." @@ -398,12 +400,12 @@ msgstr "Nie" msgid "" "Options for further tweaking in case the defaults are not suitable for you." msgstr "" -"Opcje dla dalszych zmian w przypadku, gdy domyślne nie są dla ciebie " -"odpowiednie." +"Opcje dalszych zmian w przypadku, gdy ustawienia domyślne nie są dla ciebie " +"wystarczające." #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:187 msgid "Overall Domains" -msgstr "Domen ogółem" +msgstr "Domen łącznie" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:18 msgid "Overview" @@ -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,6 +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')." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:193 msgid "" @@ -618,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 @@ -629,6 +635,8 @@ msgstr "Rozmiar pliku jest zbyt duży do edycji online w LuCI (≥ 100 KB)." #: applications/luci-app-adblock/luasrc/view/adblock/logread.htm:31 msgid "The syslog output, pre-filtered for adblock related messages only." msgstr "" +"Dane wyjściowe syslog'a, wstępnie przefiltrowane dla informacji związanych z " +"adblockiem." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:111 #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:210 @@ -691,10 +699,10 @@ msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:287 msgid "Top 10 Reporting" -msgstr "10 najczęściej raportowanych" +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 @@ -727,6 +735,8 @@ 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 " +"wartość na 200000." diff --git a/applications/luci-app-adblock/po/pt-br/adblock.po b/applications/luci-app-adblock/po/pt-br/adblock.po index 26c7cde41..9024e179e 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 71cea7ce6..9ce171298 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 53276715e..8495ae55a 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 59693d9ee..5326ef2a9 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 "Счёт уведомлений электронной почты" #: 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" -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 @@ -282,7 +282,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 @@ -315,7 +315,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 для того, чтобы предоставить отчет " @@ -380,7 +380,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 @@ -444,19 +444,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 "" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:158 #, fuzzy -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 "" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:28 @@ -535,14 +535,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 @@ -675,7 +675,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 @@ -708,7 +708,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 292c440b6..b8a224c28 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 bc90f9e4a..290865daa 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 6f8466332..bc4169933 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 1e522a098..0d8ce064e 100644 --- a/applications/luci-app-adblock/po/tr/adblock.po +++ b/applications/luci-app-adblock/po/tr/adblock.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:08+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:06+0000\n" +"Last-Translator: Ä°smail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -15,6 +15,9 @@ msgid "" "Caution: To prevent OOM exceptions on low memory devices with less " "than 64 MB free RAM, please only select a few of them!" msgstr "" +"Dikkat: 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 @@ -24,82 +27,88 @@ msgstr "Eylem" #: applications/luci-app-adblock/luasrc/controller/adblock.lua:17 #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:10 msgid "Adblock" -msgstr "" +msgstr "Reklam Engelleyici" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:151 msgid "Adblock Status" -msgstr "" +msgstr "Reklam Engelleyici Durumu" #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:157 msgid "Adblock Version" -msgstr "" +msgstr "Reklam Engelleyici Sürümü" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:182 +#, fuzzy msgid "Additional trigger delay in seconds before adblock processing begins." -msgstr "" +msgstr "Reklam engelleme işlemi başlamadan önceki ilave tetik gecikmesi." #: applications/luci-app-adblock/luasrc/controller/adblock.lua:23 msgid "Advanced" -msgstr "" +msgstr "Gelişmiş" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:85 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 msgid "Answer" -msgstr "" +msgstr "Cevap" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:96 msgid "Archive Categories" -msgstr "" +msgstr "Arşiv Kategorileri" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:146 #: applications/luci-app-adblock/luasrc/view/adblock/runtime.htm:181 msgid "Backup Directory" -msgstr "" +msgstr "Yedek Dizini" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:106 msgid "Blacklist" -msgstr "" +msgstr "Kara Liste" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:169 msgid "Blacklist File" -msgstr "" +msgstr "Kara Liste Dosyası" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:274 msgid "Blocked DNS Queries" -msgstr "" +msgstr "Engellenmiş DNS Sorguları" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:30 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:73 msgid "Blocked Domain" -msgstr "" +msgstr "Engellenmiş Alan Adı" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:77 msgid "Blocklist Sources" -msgstr "" +msgstr "Engelleme Listesi Kaynakları" #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:37 msgid "Blocklist not found!" -msgstr "" +msgstr "Engelleme listesi bulunmadı!" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:56 msgid "" "Choose 'none' to disable automatic startups, 'timed' to use a classic " "timeout (default 30 sec.) or select another trigger interface." msgstr "" +"Otomatik başlatmaları devre dışı bırakmak için 'none', klasik bir zaman " +"aşımı kullanmak için 'timed' (varsayılan 30 sn.) veya başka bir tetikleme " +"arayüzü seçin." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:83 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 msgid "Client" -msgstr "" +msgstr "Ä°stemci" #: applications/luci-app-adblock/luasrc/view/adblock/query.htm:59 msgid "Collecting data..." -msgstr "" +msgstr "Veri alınıyor..." #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:11 msgid "" "Configuration of the adblock package to block ad/abuse domains by using DNS." msgstr "" +"Adblock paketinin, DNS kullanarak reklam/kötüye kullanım alanlarını " +"engelleyecek şekilde yapılandırılması." #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:25 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:27 @@ -107,8 +116,9 @@ msgstr "" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:68 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:70 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:72 +#, fuzzy msgid "Count" -msgstr "" +msgstr "Sayım" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:24 msgid "DNS Backend (DNS Directory)" @@ -154,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 "" @@ -193,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 @@ -260,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 @@ -289,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 "" @@ -347,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 @@ -407,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 @@ -496,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 @@ -626,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 @@ -659,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 925b12b00..a017dfd12 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 da1be6cef..b6a977331 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 b50aeacd9..3c4f80eaa 100644 --- a/applications/luci-app-adblock/po/zh-cn/adblock.po +++ b/applications/luci-app-adblock/po/zh-cn/adblock.po @@ -165,7 +165,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 文件重置”。" @@ -205,24 +205,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 @@ -272,7 +272,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 @@ -301,7 +301,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 查询报告。" @@ -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 "adblock 发送通知邮件用的“msmtp”账户名。" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:120 @@ -422,19 +422,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 端口 。" @@ -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 "如果发生处理错误或域名数 ≤ 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 @@ -645,7 +645,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 @@ -678,7 +678,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。" @@ -726,7 +726,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 3940343e9..c39e909de 100644 --- a/applications/luci-app-adblock/po/zh-tw/adblock.po +++ b/applications/luci-app-adblock/po/zh-tw/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 "" @@ -202,24 +202,24 @@ msgstr "下載實用程式(SSL 庫)" 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 @@ -269,7 +269,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 @@ -298,7 +298,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 查詢報告。" @@ -356,7 +356,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 @@ -418,18 +418,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 @@ -507,12 +507,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 @@ -638,7 +638,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 @@ -671,7 +671,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 "" @@ -719,7 +719,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 1f7fb1c0f..d7bfee271 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 97301fc6a..20f916893 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 6ed4c6614..3da7bbe0f 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-advanced-reboot/po/hu/advanced-reboot.po b/applications/luci-app-advanced-reboot/po/hu/advanced-reboot.po index cc1ac807f..fbeb98bf2 100644 --- a/applications/luci-app-advanced-reboot/po/hu/advanced-reboot.po +++ b/applications/luci-app-advanced-reboot/po/hu/advanced-reboot.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-26 17:11+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -45,7 +45,7 @@ msgstr "HIBA:" #: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:28 msgid "Firmware" -msgstr "" +msgstr "Firmware" #: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm:45 msgid "Loading" @@ -79,7 +79,7 @@ msgstr "Folytatás" #: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:29 msgid "Reboot" -msgstr "" +msgstr "Újraindítás" #: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm:10 msgid "Reboot Device to an Alternative Partition" @@ -232,11 +232,11 @@ msgstr "Figyelmeztetés: nem lehet megszerezni az eszköz információit!" #: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:44 msgid "attempting to mount alternative partition" -msgstr "" +msgstr "kísérlet az alternatív partíció csatolására" #: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:53 msgid "attempting to unmount alternative partition" -msgstr "" +msgstr "kísérlet az alternatív partíció leválasztására" #: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:226 #: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:227 diff --git a/applications/luci-app-advanced-reboot/po/mr/advanced-reboot.po b/applications/luci-app-advanced-reboot/po/mr/advanced-reboot.po new file mode 100644 index 000000000..4ae86e0ed --- /dev/null +++ b/applications/luci-app-advanced-reboot/po/mr/advanced-reboot.po @@ -0,0 +1,217 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-advanced-reboot/luasrc/controller/advanced_reboot.lua:185 +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:10 +msgid "Advanced Reboot" +msgstr "प्रगत रीबूट" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:36 +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:60 +msgid "Alternative" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm:24 +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm:20 +msgid "Cancel" +msgstr "रद्द करा" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm:42 +msgid "Changes applied." +msgstr "बदल लागू केले." + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm:10 +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm:10 +msgid "Confirm" +msgstr "पुष्टी" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:36 +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:60 +msgid "Current" +msgstr "वर्तमान" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:18 +msgid "ERROR:" +msgstr "त्रुटी:" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:28 +msgid "Firmware" +msgstr "फर्मवेअर" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm:45 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:213 +msgid "No access to fw_printenv or fw_printenv!" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:26 +msgid "Partition" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:23 +msgid "Partitions" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:94 +msgid "Perform power off..." +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm:10 +msgid "Power Off Device" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm:25 +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm:21 +msgid "Proceed" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:29 +msgid "Reboot" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm:10 +msgid "Reboot Device to an Alternative Partition" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:50 +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:74 +msgid "Reboot to alternative partition..." +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:45 +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:69 +msgid "Reboot to current partition" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:193 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:264 +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm:9 +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm:39 +msgid "Rebooting..." +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:297 +msgid "Shutting down..." +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:27 +msgid "Status" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm:39 +msgid "System" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:194 +msgid "" +"The system is rebooting now.
DO NOT POWER OFF THE DEVICE!
Wait a " +"few minutes before you try to reconnect. It might be necessary to renew the " +"address of your computer to reach the device again, depending on your " +"settings." +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:265 +msgid "" +"The system is rebooting to an alternative partition now.
DO NOT POWER " +"OFF THE DEVICE!
Wait a few minutes before you try to reconnect. It " +"might be necessary to renew the address of your computer to reach the device " +"again, depending on your settings." +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:298 +msgid "" +"The system is shutting down now.
DO NOT POWER OFF THE DEVICE!
It " +"might be necessary to renew the address of your computer to reach the device " +"again, depending on your settings." +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:154 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:155 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:248 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:249 +msgid "Unable to find Dual Boot Flag Partition." +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:220 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:221 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:234 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:235 +msgid "Unable to obtain firmware environment variable" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:256 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:257 +msgid "Unable to set Dual Boot Flag Partition entry for partition" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:226 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:227 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:240 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:241 +msgid "Unable to set firmware environment variable" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm:12 +msgid "" +"WARNING: An alternative partition might have its own settings and completely " +"different firmware.

As your network configuration and WiFi SSID/" +"password on alternative partition might be different, you might have to " +"adjust your computer settings to be able to access your device once it " +"reboots.

Please also be aware that alternative partition " +"firmware might not provide an easy way to switch active partition and boot " +"back to the currently active partition.

Click \"Proceed\" below " +"to reboot device to an alternative partition." +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm:12 +msgid "" +"WARNING: Power off might result in a reboot on a device which doesn't " +"support power off.

Click \"Proceed\" below to power off your " +"device." +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm:46 +msgid "Waiting for changes to be applied..." +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:83 +msgid "Warning: Device (%s) is unknown or isn't a dual-partition device!" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:14 +msgid "Warning: There are unsaved changes that will get lost on reboot!" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:97 +msgid "Warning: This system does not support powering off!" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:85 +msgid "Warning: Unable to obtain device information!" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:44 +msgid "attempting to mount alternative partition" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:53 +msgid "attempting to unmount alternative partition" +msgstr "" + +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:226 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:227 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:240 +#: applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua:241 +msgid "to" +msgstr "" diff --git a/applications/luci-app-advanced-reboot/po/uk/advanced-reboot.po b/applications/luci-app-advanced-reboot/po/uk/advanced-reboot.po index 62e08ad6a..36e31c218 100644 --- a/applications/luci-app-advanced-reboot/po/uk/advanced-reboot.po +++ b/applications/luci-app-advanced-reboot/po/uk/advanced-reboot.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-05 17:08+0000\n" -"Last-Translator: Olexandr Nesterenko \n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Yurii Petrashko \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -79,7 +79,7 @@ msgstr "Продовжити" #: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm:29 msgid "Reboot" -msgstr "" +msgstr "Перезавантаження" #: applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm:10 msgid "Reboot Device to an Alternative Partition" diff --git a/applications/luci-app-ahcp/po/mr/ahcp.po b/applications/luci-app-ahcp/po/mr/ahcp.po new file mode 100644 index 000000000..d95fe6ca7 --- /dev/null +++ b/applications/luci-app-ahcp/po/mr/ahcp.po @@ -0,0 +1,155 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-ahcp/luasrc/controller/ahcp.lua:11 +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:4 +msgid "AHCP Server" +msgstr "एएचसीपी सर्व्हर" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:4 +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" + +#: applications/luci-app-ahcp/luasrc/view/ahcp_status.htm:34 +msgid "Active AHCP Leases" +msgstr "सक्रिय एएचसीपी लीज" + +#: applications/luci-app-ahcp/luasrc/view/ahcp_status.htm:38 +msgid "Address" +msgstr "पत्ता" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:14 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-ahcp/luasrc/view/ahcp_status.htm:39 +msgid "Age" +msgstr "वय" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:38 +msgid "Announced DNS servers" +msgstr "घोषित डीएनएस सर्व्हर" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:44 +msgid "Announced NTP servers" +msgstr "घोषित केलेले एनटीपी सर्व्हर" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:32 +msgid "Announced prefixes" +msgstr "घोषित केलेले उपसर्ग" + +#: applications/luci-app-ahcp/luasrc/view/ahcp_status.htm:42 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: applications/luci-app-ahcp/luasrc/model/cbi/admin_network/proto_ahcp.lua:55 +msgid "Disable DNS setup" +msgstr "डीएनएस सेटअप अक्षम करा" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:21 +msgid "Forwarder" +msgstr "फॉरवर्डर" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:13 +msgid "General Setup" +msgstr "सामान्य सेटअप" + +#: applications/luci-app-ahcp/luasrc/model/cbi/admin_network/proto_ahcp.lua:24 +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:61 +msgid "IPv4 and IPv6" +msgstr "IPv4 आणि IPv6" + +#: applications/luci-app-ahcp/luasrc/model/cbi/admin_network/proto_ahcp.lua:25 +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:62 +msgid "IPv4 only" +msgstr "केवळ IPv4" + +#: applications/luci-app-ahcp/luasrc/model/cbi/admin_network/proto_ahcp.lua:26 +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:63 +msgid "IPv6 only" +msgstr "केवळ IPv6" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:97 +msgid "Lease directory" +msgstr "लीज निर्देशिका" + +#: applications/luci-app-ahcp/luasrc/model/cbi/admin_network/proto_ahcp.lua:62 +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:91 +msgid "Lease validity time" +msgstr "लीज वैधता वेळ" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:105 +msgid "Log file" +msgstr "लॉग फाइल" + +#: applications/luci-app-ahcp/luasrc/model/cbi/admin_network/proto_ahcp.lua:11 +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:50 +msgid "Multicast address" +msgstr "मल्टीकास्ट पत्ता" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:19 +msgid "Operation mode" +msgstr "ऑपरेशन मोड" + +#: applications/luci-app-ahcp/luasrc/model/cbi/admin_network/proto_ahcp.lua:17 +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:55 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-ahcp/luasrc/model/cbi/admin_network/proto_ahcp.lua:23 +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:60 +#, fuzzy +msgid "Protocol family" +msgstr "प्रोटोकॉल कुटुंब" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:23 +msgid "Served interfaces" +msgstr "दिलेली इंटरफेस" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:20 +msgid "Server" +msgstr "सर्व्हर" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:45 +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:39 +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "" + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:33 +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" + +#: applications/luci-app-ahcp/luasrc/view/ahcp_status.htm:25 +msgid "The AHCP Service is not running." +msgstr "एएचसीपी सेवा चालू नाही." + +#: applications/luci-app-ahcp/luasrc/view/ahcp_status.htm:27 +msgid "The AHCP Service is running with ID %s." +msgstr "" + +#: applications/luci-app-ahcp/luasrc/view/ahcp_status.htm:22 +#, fuzzy +msgid "There are no active leases." +msgstr "तेथे कोणतेही सक्रिय पट्टे नाहीत." + +#: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:101 +msgid "Unique ID file" +msgstr "अनन्य आयडी फाइल" diff --git a/applications/luci-app-ahcp/po/tr/ahcp.po b/applications/luci-app-ahcp/po/tr/ahcp.po index 60808b0ca..8431dedb2 100644 --- a/applications/luci-app-ahcp/po/tr/ahcp.po +++ b/applications/luci-app-ahcp/po/tr/ahcp.po @@ -1,15 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2013-11-25 14:51+0200\n" -"Last-Translator: qbilay \n" -"Language-Team: none\n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"Last-Translator: İsmail Karslı \n" +"Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.0.6\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-ahcp/luasrc/controller/ahcp.lua:11 #: applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua:4 @@ -58,7 +59,7 @@ msgstr "" #: applications/luci-app-ahcp/luasrc/view/ahcp_status.htm:42 msgid "Collecting data..." -msgstr "Veriler toplanıyor..." +msgstr "Veri alınıyor..." #: applications/luci-app-ahcp/luasrc/model/cbi/admin_network/proto_ahcp.lua:55 msgid "Disable DNS setup" 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 17fdc566c..88068c136 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. /mnt/sda1")) + translate("The directory to store the downloaded file. For example /mnt/sda1.")) 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 0a2b19158..be9d43547 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 64ae2c6c6..c0e296372 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 39f6e59a8..b60c8d7a9 100644 --- a/applications/luci-app-aria2/po/cs/aria2.po +++ b/applications/luci-app-aria2/po/cs/aria2.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-04 12:07+0000\n" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -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 @@ -412,27 +412,27 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:203 msgid "Private key" -msgstr "" +msgstr "Soukromý klíč" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:177 msgid "Proxy password" -msgstr "" +msgstr "Heslo proxy" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:174 msgid "Proxy user" -msgstr "" +msgstr "Uživatel proxy" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:97 msgid "RPC Options" -msgstr "" +msgstr "Volby RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:114 msgid "RPC authentication method" -msgstr "" +msgstr "Metoda autentizace RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:140 msgid "RPC certificate" -msgstr "" +msgstr "RPC certifikát" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:122 msgid "RPC password" @@ -444,15 +444,15 @@ msgstr "RPC port" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:149 msgid "RPC private key" -msgstr "" +msgstr "Soukromý klíč RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:133 msgid "RPC secure" -msgstr "" +msgstr "RPC secure" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:126 msgid "RPC token" -msgstr "" +msgstr "RPC token" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:134 msgid "" @@ -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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 21d34a88b..9f2154eab 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 3385eccd7..0e6b984c9 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 3cbedbb75..0d5050cc0 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 ecae3ade7..b4e495beb 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 "" "Content-Encoding: deflate." msgstr "" "Enviar Aceptar: deflate, gzip encabezado de solicitud e inflar " -"respuesta si el servidor remoto responde con Content-Encoding: " -"gzip o Content-Encoding: deflate." +"respuesta si el servidor remoto responde con Content-Encoding: gzip o Content-Encoding: deflate." #: 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." msgstr "" "El directorio para almacenar el archivo descargado. p.ej. /mnt/sda1" diff --git a/applications/luci-app-aria2/po/fr/aria2.po b/applications/luci-app-aria2/po/fr/aria2.po index e3fef7aa5..c4bfef077 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. netrc-path=/tmp/." "netrc." msgstr "" -"Liste des paramètres supplémentaires. Format : option=valeur, par ex. netrc-path=/tmp/.netrc." +"Liste des paramètres supplémentaires. Format : option=valeur, par ex. " +"netrc-path=/tmp/.netrc." #: 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." msgstr "" "Répertoire dans lequel télécharger le fichier télécharger. Par ex. /" "mnt/sda1" diff --git a/applications/luci-app-aria2/po/he/aria2.po b/applications/luci-app-aria2/po/he/aria2.po index c615f2efa..0bc062772 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 3a9a7d2f5..26c10afa4 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 208786a91..cdd23dc53 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 Cache-Control: no-cache és Pragma: no-cache " "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. /mnt/sda1" -msgstr "A könyvtár a letöltött fájl tárolásához. Például /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." +msgstr "" +"A könyvtár a letöltött fájl tárolásához. Például /mnt/sda1." #: 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!
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.
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.
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!
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 3c71448a4..40506be48 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 1f68cb3ab..676262b3b 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 1b671625e..600a68021 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 new file mode 100644 index 000000000..dcc0eb505 --- /dev/null +++ b/applications/luci-app-aria2/po/mr/aria2.po @@ -0,0 +1,800 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-aria2/luasrc/model/cbi/aria2/config.lua:296 +msgid "LPD enabled" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:414 +msgid "Additional BT tracker" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:419 +msgid "Advanced Options" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:169 +msgid "All proxy" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:228 +msgid "Append HEADERs to HTTP request header." +msgstr "" + +#: applications/luci-app-aria2/luasrc/controller/aria2.lua:18 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:35 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:14 +#: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:45 +msgid "Aria2" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:37 +msgid "" +"Aria2 is a lightweight multi-protocol & multi-source, cross platform " +"download utility." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:428 +msgid "Auto save interval" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:56 +msgid "Basic Options" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:276 +msgid "BitTorrent Options" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:335 +msgid "BitTorrent listen port" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:189 +msgid "CA certificate" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:195 +msgid "Certificate" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:182 +msgid "Check certificate" +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." +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 +#: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:29 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:73 +msgid "Config file directory" +msgstr "" + +#: applications/luci-app-aria2/luasrc/controller/aria2.lua:21 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:230 +msgid "Connect timeout" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:19 +msgid "Content of config file: %s" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:29 +msgid "Content of session file: %s" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:341 +msgid "DHT Listen port" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:87 +msgid "Debug" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:422 +msgid "" +"Disable IPv6. This is useful if you have to use broken DNS and want to avoid " +"terribly slow AAAA record lookup." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:440 +msgid "Disk cache" +msgstr "" + +#: 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 "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:254 +msgid "Download a file using N connections." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:69 +msgid "Download directory" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:26 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:36 +msgid "Empty file." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:280 +msgid "Enable IPv4 DHT functionality. It also enables UDP tracker support." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:290 +msgid "Enable IPv6 DHT functionality." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:298 +msgid "Enable Local Peer Discovery." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:307 +msgid "Enable Peer Exchange extension." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:442 +msgid "Enable disk cache (in bytes), set 0 to disabled." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:77 +msgid "Enable logging" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:305 +msgid "Enable peer exchange" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:166 +msgid "Enable proxy" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:58 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:91 +msgid "Error" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:44 +msgid "Error: Can't find aria2c in PATH, please reinstall aria2." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:482 +msgid "Extra Settings" +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:39 +msgid "Failed to load log data." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:350 +msgid "False" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:447 +msgid "File allocation" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:25 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:35 +msgid "File does not exist." +msgstr "" + +#: applications/luci-app-aria2/luasrc/controller/aria2.lua:24 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:14 +msgid "Files" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:348 +msgid "Follow torrent" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:38 +msgid "For more information, please visit: %s" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:460 +msgid "Force save" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:129 +msgid "Generate Randomly" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:210 +msgid "HTTP accept gzip" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:219 +msgid "HTTP no cache" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:164 +msgid "HTTP/FTP/SFTP Options" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:227 +msgid "Header" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:15 +msgid "Here shows the files used by aria2." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:278 +msgid "IPv4 DHT enabled" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:288 +msgid "IPv6 DHT enabled" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:421 +msgid "IPv6 disabled" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:379 +msgid "" +"If the whole download speed of every torrent is lower than SPEED, aria2 " +"temporarily increases the number of peers to try for more download speed. " +"Configuring this option with your preferred download speed can increase your " +"download speed in some cases." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:88 +msgid "Info" +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:33 +msgid "Installed web interface:" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:158 +msgid "Json-RPC URL" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:351 +msgid "Keep in memory" +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:34 +msgid "Last 50 lines of log file:" +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:36 +msgid "Last 50 lines of syslog:" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:62 +msgid "Leave blank to use default user." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:415 +msgid "List of additional BitTorrent tracker's announce URI." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:488 +msgid "" +"List of extra settings. Format: option=value, eg. netrc-path=/tmp/." +"netrc." +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:48 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-aria2/luasrc/controller/aria2.lua:27 +msgid "Log" +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:45 +msgid "Log Data" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:80 +msgid "Log file" +msgstr "लॉग फाइल" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:85 +msgid "Log level" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:240 +msgid "Lowest speed limit" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:94 +msgid "Max concurrent downloads" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:248 +msgid "Max connection per server" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:475 +msgid "Max download limit" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:253 +msgid "Max number of split" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:367 +msgid "Max open files" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:468 +msgid "Max overall download limit" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:353 +msgid "Max overall upload limit" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:372 +msgid "Max peers" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:262 +msgid "Max tries" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:360 +msgid "Max upload limit" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:258 +msgid "Min split size" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:115 +msgid "No Authentication" +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:35 +#: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:37 +msgid "No log data." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:454 +msgid "None" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:89 +msgid "Notice" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:99 +msgid "Pause" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:99 +msgid "Pause download after added." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:105 +msgid "Pause downloads created as a result of metadata download." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:104 +msgid "Pause metadata" +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:64 +msgid "Please input token length:" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:393 +msgid "Prefix of peer ID" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:203 +msgid "Private key" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:177 +msgid "Proxy password" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:174 +msgid "Proxy user" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:97 +msgid "RPC Options" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:114 +msgid "RPC authentication method" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:140 +msgid "RPC certificate" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:122 +msgid "RPC password" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:110 +msgid "RPC port" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:149 +msgid "RPC private key" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:133 +msgid "RPC secure" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:126 +msgid "RPC token" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:134 +msgid "" +"RPC transport will be encrypted by SSL/TLS. The RPC clients must use https " +"scheme to access the server. For WebSocket client, use wss scheme." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:119 +msgid "RPC username" +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:51 +msgid "Refresh every 10 seconds." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:322 +msgid "Remove unselected file" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:323 +msgid "" +"Removes the unselected files when download is completed in BitTorrent. " +"Please use this option with care because it will actually remove files from " +"your disk." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:377 +msgid "Request peer speed limit" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:266 +msgid "Retry wait" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:61 +msgid "Run daemon as user" +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 " +"is not saved during download." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:461 +msgid "" +"Save download to session file even if the download is completed or removed. " +"This option also saves control file in that situations. This may be useful " +"to save BitTorrent seeding which is recognized as completed state." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:435 +msgid "" +"Save error/unfinished downloads to session file every N seconds. If 0 is " +"given, file will be saved only when aria2 exits." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:316 +msgid "" +"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\"." +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 "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:330 +msgid "Seed previously downloaded files without verifying piece hashes." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:401 +msgid "Seed ratio" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:408 +msgid "Seed time" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:329 +msgid "Seed unverified" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:211 +msgid "" +"Send Accept: deflate, gzip request header and inflate response " +"if remote server responds with Content-Encoding: gzip or " +"Content-Encoding: deflate." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:220 +msgid "" +"Send Cache-Control: no-cache and Pragma: no-cache " +"header to avoid cached content. If disabled, these headers are not sent and " +"you can add Cache-Control header with a directive you like using \"Header\" " +"option." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:336 +msgid "" +"Set TCP port number for BitTorrent downloads. Accept format: \"6881,6885\", " +"\"6881-6999\" and \"6881-6889,6999\". Make sure that the specified ports are " +"open for incoming TCP traffic." +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 " +"that the specified ports are open for incoming UDP traffic." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:477 +msgid "" +"Set max download speed per each download in bytes/sec. 0 means unrestricted." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:470 +msgid "Set max overall download speed in bytes/sec. 0 means unrestricted." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:355 +msgid "Set max overall upload speed in bytes/sec. 0 means unrestricted." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:362 +msgid "" +"Set max upload speed per each torrent in bytes/sec. 0 means unrestricted." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:231 +msgid "" +"Set the connect timeout in seconds to establish connection to HTTP/FTP/proxy " +"server. After the connection is established, this option makes no effect and " +"\"Timeout\" option is used instead." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:267 +msgid "Set the seconds to wait between retries." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:272 +msgid "Set user agent for HTTP(S) downloads." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:35 +msgid "Settings" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:483 +msgid "Settings in this section will be added to config file." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:487 +msgid "Settings list" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:161 +msgid "Show URL" +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" +"\" 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 until allocation finishes." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:368 +msgid "" +"Specify maximum number of files to open in multi-file BitTorrent download " +"globally." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:409 +msgid "" +"Specify seeding time in minutes. If \"Seed ratio\" option is specified along " +"with this option, seeding ends when at least one of the conditions is " +"satisfied. Specifying 0 disables seeding after download completed." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:402 +msgid "" +"Specify share ratio. Seed completed torrents until share ratio reaches " +"RATIO. You are strongly encouraged to specify equals or more than 1.0 here. " +"Specify 0.0 if you intend to do seeding regardless of share ratio." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:373 +msgid "Specify the maximum number of peers per torrent, 0 means unlimited." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:394 +msgid "" +"Specify the prefix of peer ID. The peer ID in BitTorrent is 20 byte length. " +"If more than 20 bytes are specified, only first 20 bytes are used. If less " +"than 20 bytes are specified, random byte data are added to make its length " +"20 bytes." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:388 +msgid "" +"Stop BitTorrent download if download speed is 0 in consecutive N seconds. If " +"0 is given, this feature is disabled." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:387 +msgid "Stop timeout" +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:48 +msgid "The Aria2 service is not running." +msgstr "" + +#: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:47 +msgid "The Aria2 service is running." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:74 +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. For example /mnt/sda1." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 +msgid "The file name of the log file." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:249 +msgid "The maximum number of connections to one server for each download." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:281 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:291 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:299 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:308 +msgid "This option will be ignored if a private flag is set in a torrent." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:236 +msgid "Timeout" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:117 +msgid "Token" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:349 +msgid "True" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:156 +msgid "Use WebSocket" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:170 +msgid "Use a proxy server for all protocols." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:190 +msgid "" +"Use the certificate authorities in FILE to verify the peers. The certificate " +"file must be in PEM format and can contain multiple CA certificates." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:141 +msgid "" +"Use the certificate in FILE for RPC server. The certificate must be either " +"in PKCS12 (.p12, .pfx) or in PEM format.
PKCS12 files must contain the " +"certificate, a key and optionally a chain of additional certificates. Only " +"PKCS12 files with a blank import password can be opened!
When using PEM, " +"you have to specify the \"RPC private key\" as well." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:196 +msgid "" +"Use the client certificate in FILE. The certificate must be either in PKCS12 " +"(.p12, .pfx) or in PEM format.
PKCS12 files must contain the " +"certificate, a key and optionally a chain of additional certificates. Only " +"PKCS12 files with a blank import password can be opened!
When using PEM, " +"you have to specify the \"Private key\" as well." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:150 +msgid "" +"Use the private key in FILE for RPC server. The private key must be " +"decrypted and in PEM format." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:204 +msgid "" +"Use the private key in FILE. The private key must be decrypted and in PEM " +"format. The behavior when encrypted one is given is undefined." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:271 +msgid "User agent" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:116 +msgid "Username & Password" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:183 +msgid "" +"Verify the peer using certificates specified in \"CA certificate\" option." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:90 +msgid "Warn" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:244 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:356 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:363 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:383 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:443 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:471 +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:478 +msgid "You can append K or M." +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:457 +msgid "falloc" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:455 +msgid "prealloc" +msgstr "" + +#: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:456 +msgid "trunc" +msgstr "" diff --git a/applications/luci-app-aria2/po/ms/aria2.po b/applications/luci-app-aria2/po/ms/aria2.po index 85a7aed19..7ed96c0ab 100644 --- a/applications/luci-app-aria2/po/ms/aria2.po +++ b/applications/luci-app-aria2/po/ms/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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 394627bc9..84082ba08 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 f57293a66..a083d4a2e 100644 --- a/applications/luci-app-aria2/po/pl/aria2.po +++ b/applications/luci-app-aria2/po/pl/aria2.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" "Last-Translator: Marcin Net \n" "Language-Team: Polish \n" @@ -13,7 +13,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:296 msgid "LPD enabled" -msgstr "LPDwłączone" +msgstr "LPD włączone" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:414 msgid "Additional BT tracker" @@ -29,7 +29,7 @@ msgstr "Wszystkie proxy" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:228 msgid "Append HEADERs to HTTP request header." -msgstr "" +msgstr "Dodaj HEADERs do nagłówka żądania HTTP." #: applications/luci-app-aria2/luasrc/controller/aria2.lua:18 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:35 @@ -43,10 +43,12 @@ msgid "" "Aria2 is a lightweight multi-protocol & multi-source, cross platform " "download utility." msgstr "" +"Aria2 to lekkie, wieloprotokołowe, wieloźródłowe i wieloplatformowe " +"narzędzie do pobierania plików." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:428 msgid "Auto save interval" -msgstr "Automatyczne zapisywanie interwału" +msgstr "Interwał automatycznego zapisywania" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:56 msgid "Basic Options" @@ -74,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." @@ -99,11 +101,11 @@ msgstr "Limit połączenia" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:19 msgid "Content of config file: %s" -msgstr "" +msgstr "Zawartość pliku konfiguracyjnego: %s" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:29 msgid "Content of session file: %s" -msgstr "" +msgstr "Zawartość pliku sesji: %s" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:341 msgid "DHT Listen port" @@ -128,6 +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." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:254 msgid "Download a file using N connections." @@ -184,7 +188,7 @@ msgstr "Błąd" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:44 msgid "Error: Can't find aria2c in PATH, please reinstall aria2." -msgstr "" +msgstr "Błąd: niepoprawna ścieżka dla aria2c, zainstaluj ponownie aria2c." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:482 msgid "Extra Settings" @@ -200,7 +204,7 @@ msgstr "Nieprawda" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:447 msgid "File allocation" -msgstr "" +msgstr "Przydział dla pliku" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:25 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:35 @@ -222,7 +226,7 @@ msgstr "Aby uzyskać więcej informacji, odwiedź: %s" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:460 msgid "Force save" -msgstr "" +msgstr "Wymuś zapisanie" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:129 msgid "Generate Randomly" @@ -230,11 +234,11 @@ msgstr "Generuj losowo" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:210 msgid "HTTP accept gzip" -msgstr "" +msgstr "Akceptuj gzip dla HTTP" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:219 msgid "HTTP no cache" -msgstr "" +msgstr "Nie buforuj HTTP" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:164 msgid "HTTP/FTP/SFTP Options" @@ -242,19 +246,19 @@ msgstr "Opcje HTTP/FTP/SFTP" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:227 msgid "Header" -msgstr "" +msgstr "Nagłówek" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:15 msgid "Here shows the files used by aria2." -msgstr "" +msgstr "Pokazuje pliki używane przez aria2." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:278 msgid "IPv4 DHT enabled" -msgstr "" +msgstr "IPv4 DHT włączone" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:288 msgid "IPv6 DHT enabled" -msgstr "" +msgstr "IPv6 DHT włączone" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:421 msgid "IPv6 disabled" @@ -267,6 +271,10 @@ msgid "" "Configuring this option with your preferred download speed can increase your " "download speed in some cases." msgstr "" +"Jeśli prędkość pobierania każdego torrenta jest mniejsza od SPEED, aria2 " +"tymczasowo zwiększa liczbę peerów aby zwiększyć prędkość pobierania. " +"Ustawiając tą opcję prędkość pobierania może się zwiększyć w niektórych " +"przypadkach." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:88 msgid "Info" @@ -274,37 +282,39 @@ msgstr "Informacja" #: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:33 msgid "Installed web interface:" -msgstr "" +msgstr "Zainstalowany interfejs sieciowy:" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:158 msgid "Json-RPC URL" -msgstr "" +msgstr "Adres URL dla Json-RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:351 msgid "Keep in memory" -msgstr "" +msgstr "Trzymaj w pamięci" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:34 msgid "Last 50 lines of log file:" -msgstr "" +msgstr "Ostatnie 50 wierszy pliku log:" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:36 msgid "Last 50 lines of syslog:" -msgstr "" +msgstr "Ostatnie 50 wierszy pliku syslog:" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:62 msgid "Leave blank to use default user." -msgstr "" +msgstr "Pozostaw puste, aby użyć domyślnej nazwy użytkownika." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:415 msgid "List of additional BitTorrent tracker's announce URI." -msgstr "" +msgstr "Lista dodatkowych adresów dla trackerów BT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:488 msgid "" "List of extra settings. Format: option=value, eg. netrc-path=/tmp/." "netrc." msgstr "" +"Lista dodatkowych ustawień. Format: option=value, np. netrc-path=/tmp/." +"netrc." #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:48 msgid "Loading" @@ -316,7 +326,7 @@ msgstr "Dziennik" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:45 msgid "Log Data" -msgstr "" +msgstr "Dane dziennika" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:80 msgid "Log file" @@ -328,60 +338,60 @@ msgstr "Poziom logowania" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:240 msgid "Lowest speed limit" -msgstr "" +msgstr "Najniższy limit prędkości" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:94 msgid "Max concurrent downloads" -msgstr "" +msgstr "Maksymalna liczba jednoczesnych pobierań" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:248 msgid "Max connection per server" -msgstr "" +msgstr "Maksymalna liczba połączeń z serwerem" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:475 msgid "Max download limit" -msgstr "" +msgstr "Maksymalny limit pobierania" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:253 msgid "Max number of split" -msgstr "" +msgstr "Maksymalna liczba części" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:367 msgid "Max open files" -msgstr "" +msgstr "Maksymalna liczba otwartych plików" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:468 msgid "Max overall download limit" -msgstr "" +msgstr "Maksymalna łączna prędkość pobierania" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:353 msgid "Max overall upload limit" -msgstr "" +msgstr "Maksymalna łączna prędkość wysyłania" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:372 msgid "Max peers" -msgstr "" +msgstr "Maksymalna liczba peerów" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:262 msgid "Max tries" -msgstr "" +msgstr "Maksymalna liczba prób" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:360 msgid "Max upload limit" -msgstr "" +msgstr "Maksymalny limit wysyłania" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:258 msgid "Min split size" -msgstr "" +msgstr "Minimalny rozmiar części" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:115 msgid "No Authentication" -msgstr "" +msgstr "Brak Autoryzacji" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:35 #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:37 msgid "No log data." -msgstr "" +msgstr "Nie zapisuj danych log." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:454 msgid "None" @@ -393,51 +403,51 @@ msgstr "Spostrzeżenie" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:99 msgid "Pause" -msgstr "" +msgstr "Wstrzymaj" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:99 msgid "Pause download after added." -msgstr "" +msgstr "Wstrzymaj pobieranie po dodaniu." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:105 msgid "Pause downloads created as a result of metadata download." -msgstr "" +msgstr "Wstrzymaj pobieranie po pobraniu metadanych." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:104 msgid "Pause metadata" -msgstr "" +msgstr "Wstrzymaj metadane" #: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:64 msgid "Please input token length:" -msgstr "" +msgstr "Proszę podać długość tokena:" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:393 msgid "Prefix of peer ID" -msgstr "" +msgstr "Prefiks ID peera" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:203 msgid "Private key" -msgstr "" +msgstr "Klucz prywatny" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:177 msgid "Proxy password" -msgstr "" +msgstr "Hasło proxy" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:174 msgid "Proxy user" -msgstr "" +msgstr "Użytkownik proxy" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:97 msgid "RPC Options" -msgstr "" +msgstr "Opcje RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:114 msgid "RPC authentication method" -msgstr "" +msgstr "metoda uwierzytelnienia RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:140 msgid "RPC certificate" -msgstr "" +msgstr "Certyfikat RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:122 msgid "RPC password" @@ -464,6 +474,8 @@ msgid "" "RPC transport will be encrypted by SSL/TLS. The RPC clients must use https " "scheme to access the server. For WebSocket client, use wss scheme." msgstr "" +"Transmisja RPC będzie szyfrowana przez SSL/TLs. Klient RPC musi używać https " +"aby połączyć się z tym serwerem. Dla klienta WebSocket, użyj schematu wss." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:119 msgid "RPC username" @@ -471,11 +483,11 @@ msgstr "Nazwa użytkownika RPC" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:51 msgid "Refresh every 10 seconds." -msgstr "" +msgstr "Odświeżaj co 10 sekund." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:322 msgid "Remove unselected file" -msgstr "" +msgstr "Usuń niezaznaczone pliki" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:323 msgid "" @@ -483,28 +495,28 @@ msgid "" "Please use this option with care because it will actually remove files from " "your disk." msgstr "" +"Usuń niezaznaczone pliki po zakończonym pobraniu. Proszę używać tej opcji z " +"ostrożnością, pliki zostaną usunięte z dysku." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:377 msgid "Request peer speed limit" -msgstr "" +msgstr "Zastosuj ograniczenie prędkości peerów" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:266 msgid "Retry wait" -msgstr "" +msgstr "Ponów oczekiwanie" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:61 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 "" - #: 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 " +"nie jest zapisywany podczas pobierania." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:461 msgid "" @@ -512,12 +524,18 @@ msgid "" "This option also saves control file in that situations. This may be useful " "to save BitTorrent seeding which is recognized as completed state." msgstr "" +"Zapisz pobieranie do pliku sesji, nawet jeśli pobieranie zostało zakończone " +"lub usunięte. Opcja ta zapisuje również plik kontrolny w takich sytuacjach. " +"Może to być przydatne w celu zapisania seedów BitTorrent, które są " +"rozpoznane jako ukończone." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:435 msgid "" "Save error/unfinished downloads to session file every N seconds. If 0 is " "given, file will be saved only when aria2 exits." msgstr "" +"Zapisz błąd/niezakończone pobieranie do pliku sesji co N sekund. Jeśli " +"podano 0, plik zostanie zapisany tylko wtedy, gdy aria2 zakończy pracę." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:316 msgid "" @@ -525,26 +543,33 @@ msgid "" "BitTorrent Magnet URI is used. The file name is hex encoded info hash with " "suffix \".torrent\"." msgstr "" +"Zapisz metadane jako plik \".torrent\". Opcja ta działa tylko wtedy, gdy " +"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 "" +msgstr "Zapisz interwał sesji" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:330 msgid "Seed previously downloaded files without verifying piece hashes." -msgstr "" +msgstr "Seeduj uprzednio pobrane pliki bez sprawdzania części z hashem." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:401 msgid "Seed ratio" -msgstr "" +msgstr "Współczynnik Seedów" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:408 msgid "Seed time" -msgstr "" +msgstr "Czas seedowania" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:329 msgid "Seed unverified" -msgstr "" +msgstr "Niezweryfikowane Seedy" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:211 msgid "" @@ -552,6 +577,9 @@ msgid "" "if remote server responds with Content-Encoding: gzip or " "Content-Encoding: deflate." msgstr "" +"Wyślij Accept: deflate, gzip żądaj nagłówka i wywołaj " +"odpowiedź, jeśli zdalny serwer zareaguje z Content-Encoding: gzip lub Content-Encoding: deflate." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:220 msgid "" @@ -560,6 +588,10 @@ msgid "" "you can add Cache-Control header with a directive you like using \"Header\" " "option." msgstr "" +"Wyślij Cache-Control: no-cache and Pragma: no-cache 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\"." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:336 msgid "" @@ -567,30 +599,43 @@ 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." #: 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 " +"się, że określone porty są otwarte dla przychodzącego ruchu UDP." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:477 msgid "" "Set max download speed per each download in bytes/sec. 0 means unrestricted." msgstr "" +"Ustaw maksymalną prędkość poszczególnych pobierań w bytes/sec. 0 oznacza " +"brak limitów." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:470 msgid "Set max overall download speed in bytes/sec. 0 means unrestricted." msgstr "" +"Ustaw łączną maksymalną prędkość pobierania w bytes/sec. 0 oznacza brak " +"limitów." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:355 msgid "Set max overall upload speed in bytes/sec. 0 means unrestricted." msgstr "" +"Ustaw maksymalną łączną prędkość wysyłania w bytes/sec. 0 oznacza brak " +"limitów." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:362 msgid "" "Set max upload speed per each torrent in bytes/sec. 0 means unrestricted." msgstr "" +"Ustaw maksymalną prędkość wysyłania poszczególnych torrentów w bytes/sec. 0 " +"oznacza brak limitów." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:231 msgid "" @@ -598,14 +643,17 @@ msgid "" "server. After the connection is established, this option makes no effect and " "\"Timeout\" option is used instead." msgstr "" +"Ustaw czas połączenia w sekundach, aby nawiązać połączenie z serwerem HTTP/" +"FTP/proxy. Po nawiązaniu połączenia opcja ta nie daje żadnego efektu i " +"zamiast tego używana jest opcja \"Timeout\"." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:267 msgid "Set the seconds to wait between retries." -msgstr "" +msgstr "Ustaw czas w sekundach między kolejną próbą." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:272 msgid "Set user agent for HTTP(S) downloads." -msgstr "" +msgstr "Ustala agenta pobierania przez HTTP(S) dla użytkownika." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:35 msgid "Settings" @@ -613,20 +661,20 @@ msgstr "Ustawienia" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:483 msgid "Settings in this section will be added to config file." -msgstr "" +msgstr "Ustawienia w tej sekcji zostaną dodane do pliku konfiguracyjnego." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:487 msgid "Settings list" -msgstr "" +msgstr "Lista ustawień" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:161 msgid "Show URL" -msgstr "" +msgstr "Pokaż adres 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 " @@ -639,6 +687,8 @@ msgid "" "Specify maximum number of files to open in multi-file BitTorrent download " "globally." msgstr "" +"Określ maksymalną liczbę plików do otwarcia w pliku BitTorrent do pobrania " +"globalnie." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:409 msgid "" @@ -646,6 +696,10 @@ 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 " +"przynajmniej jeden z warunków. Ustawienie 0 wyłącza seedowanie po " +"zakończeniu pobierania." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:402 msgid "" @@ -653,10 +707,14 @@ msgid "" "RATIO. You are strongly encouraged to specify equals or more than 1.0 here. " "Specify 0.0 if you intend to do seeding regardless of share ratio." msgstr "" +"Podaj współczynnik udziałów. Seeduj ukończone torrenty aż do momentu, gdy " +"współczynnik udziałów osiągnął wartość RATIO. Gorąco zachęcamy do określenia " +"wartości równych lub większych niż 1.0. Określ 0.0, jeśli zamierzasz " +"seedować bez względu na współczynnik udziałów." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:373 msgid "Specify the maximum number of peers per torrent, 0 means unlimited." -msgstr "" +msgstr "Maksymalna liczba peerów na torrent. 0 oznacza brak limitów." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:394 msgid "" @@ -671,41 +729,46 @@ msgid "" "Stop BitTorrent download if download speed is 0 in consecutive N seconds. If " "0 is given, this feature is disabled." msgstr "" +"Zatrzymaj BitTorrent, jeżeli prędkość pobierania wynosi 0 przez N sekund. " +"Wpisanie 0 oznacza wyłączenie tej funkcji." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:387 msgid "Stop timeout" -msgstr "" +msgstr "Limit czasu na zatrzymanie" #: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:48 msgid "The Aria2 service is not running." -msgstr "" +msgstr "Usługa Aria2 nie jest uruchomiona." #: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:47 msgid "The Aria2 service is running." -msgstr "" +msgstr "Usługa Aria2 jest uruchomiona." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:74 msgid "The directory to store the config file, session file and DHT file." 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. /mnt/sda1" -msgstr "" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." +msgstr "Katalog do zapisu pobranych plików. np. /mnt/sda1." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 msgid "The file name of the log file." -msgstr "" +msgstr "Nazwa pliku log." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:249 msgid "The maximum number of connections to one server for each download." -msgstr "" +msgstr "Maksymalna liczba połączeń z jednym serwerem dla każdego pobrania." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:281 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:291 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:299 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:308 msgid "This option will be ignored if a private flag is set in a torrent." -msgstr "" +msgstr "Opcja będzie wyłączona jeżeli torrent ma ustawioną flagę prywatności." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:236 msgid "Timeout" @@ -713,25 +776,28 @@ msgstr "Limit czasu" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:117 msgid "Token" -msgstr "" +msgstr "Token" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:349 msgid "True" -msgstr "" +msgstr "Prawda" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:156 msgid "Use WebSocket" -msgstr "" +msgstr "Użyj WebSocket" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:170 msgid "Use a proxy server for all protocols." -msgstr "" +msgstr "Użyj serwera proxy dla wszystkich protokołów." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:190 msgid "" "Use the certificate authorities in FILE to verify the peers. The certificate " "file must be in PEM format and can contain multiple CA certificates." msgstr "" +"Skorzystaj z usług jednostek certyfikujących w FILE, aby zweryfikować peery. " +"Plik certyfikatu musi być w formacie PEM i może zawierać wiele certyfikatów " +"CA." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:141 msgid "" @@ -756,29 +822,35 @@ msgid "" "Use the private key in FILE for RPC server. The private key must be " "decrypted and in PEM format." msgstr "" +"Użyj klucza prywatnego w FILE dla serwera RPC. Klucz musi odszyfrowany i w " +"formacie PEM." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:204 msgid "" "Use the private key in FILE. The private key must be decrypted and in PEM " "format. The behavior when encrypted one is given is undefined." msgstr "" +"Użyj klucza prywatnego w FILE dla serwera RPC. Klucz musi odszyfrowany i w " +"formacie PEM. Zachowanie podczas szyfrowania jest nieokreślone." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:271 msgid "User agent" -msgstr "" +msgstr "Agent użytkownika" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:116 msgid "Username & Password" -msgstr "" +msgstr "Nazwa użytkownika i hasło" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:183 msgid "" "Verify the peer using certificates specified in \"CA certificate\" option." msgstr "" +"Weryfikuj peery przy użyciu certyfikatów określonych w opcjach \"certyfikat " +"CA\"." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:90 msgid "Warn" -msgstr "" +msgstr "Uwaga" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:244 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:356 @@ -788,7 +860,7 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:471 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:478 msgid "You can append K or M." -msgstr "" +msgstr "Możesz dodać K lub M." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:457 msgid "falloc" diff --git a/applications/luci-app-aria2/po/pt-br/aria2.po b/applications/luci-app-aria2/po/pt-br/aria2.po index 8623b5f23..f8721a530 100644 --- a/applications/luci-app-aria2/po/pt-br/aria2.po +++ b/applications/luci-app-aria2/po/pt-br/aria2.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-12-03 08:26+0000\n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -21,19 +21,19 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:414 msgid "Additional BT tracker" -msgstr "" +msgstr "Rastreador BT adicional" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:419 msgid "Advanced Options" -msgstr "" +msgstr "Opções Avançadas" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:169 msgid "All proxy" -msgstr "" +msgstr "Todos os proxy" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:228 msgid "Append HEADERs to HTTP request header." -msgstr "" +msgstr "Acrescentar HEADERs ao cabeçalho do pedido HTTP." #: applications/luci-app-aria2/luasrc/controller/aria2.lua:18 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:35 @@ -47,18 +47,20 @@ msgid "" "Aria2 is a lightweight multi-protocol & multi-source, cross platform " "download utility." msgstr "" +"Aria2 é um utilitário de download multiprotocolo & multiplataforma e " +"multi-source." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:428 msgid "Auto save interval" -msgstr "" +msgstr "Intervalo de gravação automática" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:56 msgid "Basic Options" -msgstr "" +msgstr "Opções Básicas" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:276 msgid "BitTorrent Options" -msgstr "" +msgstr "Opções do BitTorrent" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:335 msgid "BitTorrent listen port" @@ -70,17 +72,20 @@ msgstr "Certificado CA" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:195 msgid "Certificate" -msgstr "" +msgstr "Certificado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:182 msgid "Check certificate" -msgstr "" +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 " +"velocidade." #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:49 #: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:29 @@ -97,19 +102,19 @@ msgstr "Configuração" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:230 msgid "Connect timeout" -msgstr "" +msgstr "Tempo limite da conexão" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:19 msgid "Content of config file: %s" -msgstr "" +msgstr "Conteúdo do arquivo de configuração: %s" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:29 msgid "Content of session file: %s" -msgstr "" +msgstr "Conteúdo do arquivo da sessão: %s" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:341 msgid "DHT Listen port" -msgstr "" +msgstr "Porta de escuta do DHT" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:87 msgid "Debug" @@ -120,6 +125,8 @@ msgid "" "Disable IPv6. This is useful if you have to use broken DNS and want to avoid " "terribly slow AAAA record lookup." msgstr "" +"Desative o IPv6. Isso é útil caso você tenha que usar um DNS com problemas e " +"quer evitar uma pesquisa de registros AAAA terrivelmente lento." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:440 msgid "Disk cache" @@ -128,10 +135,12 @@ 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." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:254 msgid "Download a file using N connections." -msgstr "" +msgstr "Baixar um arquivo usando N conexões." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:69 msgid "Download directory" @@ -140,27 +149,29 @@ msgstr "Diretório dos arquivos baixados" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:26 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:36 msgid "Empty file." -msgstr "" +msgstr "Arquivo vazio." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:280 msgid "Enable IPv4 DHT functionality. It also enables UDP tracker support." msgstr "" +"Habilitar a funcionalidade DHT IPv4. Ele também ativa a compatibilidade com " +"o rastreador UDP." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:290 msgid "Enable IPv6 DHT functionality." -msgstr "" +msgstr "Ativar a funcionalidade HDT IPv6." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:298 msgid "Enable Local Peer Discovery." -msgstr "" +msgstr "Habilitar a Descoberta Local dos Pares." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:307 msgid "Enable Peer Exchange extension." -msgstr "" +msgstr "Ativar a Extensão de Troca de Pares." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:442 msgid "Enable disk cache (in bytes), set 0 to disabled." -msgstr "" +msgstr "Ativar o cache de disco (em bytes), defina como 0 para desativá-lo." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:77 msgid "Enable logging" @@ -168,11 +179,11 @@ msgstr "Habilite os registros (log)" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:305 msgid "Enable peer exchange" -msgstr "" +msgstr "Ativar troca de pares" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:166 msgid "Enable proxy" -msgstr "" +msgstr "Ativar o proxy" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:58 msgid "Enabled" @@ -185,6 +196,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 foi possível encontrar o aria2c no PATH, por favor, reinstale o " +"aria2c." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:482 msgid "Extra Settings" @@ -192,20 +205,20 @@ msgstr "Configurações Adicionais" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:39 msgid "Failed to load log data." -msgstr "" +msgstr "Falha ao carregar os dados do log." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:350 msgid "False" -msgstr "" +msgstr "Falso" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:447 msgid "File allocation" -msgstr "" +msgstr "Alocação de arquivo" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:25 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:35 msgid "File does not exist." -msgstr "" +msgstr "O arquivo não existe." #: applications/luci-app-aria2/luasrc/controller/aria2.lua:24 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:14 @@ -218,11 +231,11 @@ msgstr "Seguir torrent" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:38 msgid "For more information, please visit: %s" -msgstr "" +msgstr "Para mais informações, visite: %s" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:460 msgid "Force save" -msgstr "" +msgstr "Impor gravação" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:129 msgid "Generate Randomly" @@ -230,35 +243,35 @@ msgstr "Gerar aleatoriamente" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:210 msgid "HTTP accept gzip" -msgstr "" +msgstr "Aceitar gzip HTTP" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:219 msgid "HTTP no cache" -msgstr "" +msgstr "HTTP sem cache" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:164 msgid "HTTP/FTP/SFTP Options" -msgstr "" +msgstr "Opções HTTP/FTP/SFTP" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:227 msgid "Header" -msgstr "" +msgstr "Cabeçalho" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:15 msgid "Here shows the files used by aria2." -msgstr "" +msgstr "Aqui são exibidos os arquivos utilizados pelo aria2." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:278 msgid "IPv4 DHT enabled" -msgstr "" +msgstr "IPv4 DHT ativado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:288 msgid "IPv6 DHT enabled" -msgstr "" +msgstr "IPv6 DHT ativado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:421 msgid "IPv6 disabled" -msgstr "" +msgstr "IPv6 desativado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:379 msgid "" @@ -267,6 +280,11 @@ msgid "" "Configuring this option with your preferred download speed can increase your " "download speed in some cases." msgstr "" +"Caso a velocidade total de download de cada torrent for menor do que SPEED, " +"aria2 aumenta temporariamente a quantidade de pares para tentar aumentar " +"mais a a velocidade de download. A sua velocidade de download pode aumentar " +"em alguns casos, caso configure esta opção com uma velocidade de download da " +"sua preferência." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:88 msgid "Info" @@ -274,37 +292,39 @@ msgstr "Informação" #: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:33 msgid "Installed web interface:" -msgstr "" +msgstr "Interface web instalada:" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:158 msgid "Json-RPC URL" -msgstr "" +msgstr "URL Json-RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:351 msgid "Keep in memory" -msgstr "" +msgstr "Manter na memória" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:34 msgid "Last 50 lines of log file:" -msgstr "" +msgstr "As últimas 50 linhas do arquivo de registro log:" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:36 msgid "Last 50 lines of syslog:" -msgstr "" +msgstr "As últimas 50 linhas do syslog:" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:62 msgid "Leave blank to use default user." -msgstr "" +msgstr "Deixe em branco para usar o usuário padrão." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:415 msgid "List of additional BitTorrent tracker's announce URI." -msgstr "" +msgstr "Lista dos rastreadores BitTorrent adicionais com anúncio URI." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:488 msgid "" "List of extra settings. Format: option=value, eg. netrc-path=/tmp/." "netrc." msgstr "" +"Lista de configurações extras. Formato: option=value, por exemplo " +"netrc-path=/tmp/.netrc." #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:48 msgid "Loading" @@ -316,7 +336,7 @@ msgstr "Log" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:45 msgid "Log Data" -msgstr "" +msgstr "Dados do registro log" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:80 msgid "Log file" @@ -328,7 +348,7 @@ msgstr "Nível do registro" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:240 msgid "Lowest speed limit" -msgstr "" +msgstr "Limite de velocidade mais baixo" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:94 msgid "Max concurrent downloads" @@ -340,35 +360,35 @@ msgstr "Numero máximo de conexões por servidor" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:475 msgid "Max download limit" -msgstr "" +msgstr "Limite de download máximo" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:253 msgid "Max number of split" -msgstr "Numero máximo de divisões" +msgstr "Quantidade máxima de divisões" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:367 msgid "Max open files" -msgstr "" +msgstr "Quantidade máxima d arquivos abertos" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:468 msgid "Max overall download limit" -msgstr "" +msgstr "Limite global máximo de download" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:353 msgid "Max overall upload limit" -msgstr "" +msgstr "Limite global máximo de upload" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:372 msgid "Max peers" -msgstr "" +msgstr "Quantidade máxima de pares" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:262 msgid "Max tries" -msgstr "" +msgstr "Quantidade máxima de tentativas" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:360 msgid "Max upload limit" -msgstr "" +msgstr "Limite máximo de upload" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:258 msgid "Min split size" @@ -381,7 +401,7 @@ msgstr "Sem Autenticação" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:35 #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:37 msgid "No log data." -msgstr "" +msgstr "Sem dados de registro log." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:454 msgid "None" @@ -393,53 +413,51 @@ msgstr "Aviso" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:99 msgid "Pause" -msgstr "" +msgstr "Pausa" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:99 msgid "Pause download after added." -msgstr "" +msgstr "Pause o download depois que for adicionado." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:105 msgid "Pause downloads created as a result of metadata download." -msgstr "" +msgstr "Pausar os downloads criados como resultado do download de metadados." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:104 msgid "Pause metadata" -msgstr "" +msgstr "Pausar metadados" #: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:64 msgid "Please input token length:" -msgstr "" +msgstr "Por favor, insira o comprimento do token:" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:393 msgid "Prefix of peer ID" -msgstr "Prefixo da identificação do paceiro" +msgstr "Prefixo de identificação do paceiro" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:203 msgid "Private key" -msgstr "" +msgstr "Chave Privada" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:177 msgid "Proxy password" -msgstr "" +msgstr "Senha do proxy" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:174 msgid "Proxy user" -msgstr "" +msgstr "Usuário do proxy" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:97 msgid "RPC Options" -msgstr "" +msgstr "Opções RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:114 msgid "RPC authentication method" -msgstr "" -"Método de autenticação do RPC" +msgstr "Método de autenticação do RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:140 msgid "RPC certificate" -msgstr "" +msgstr "Certificado RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:122 msgid "RPC password" @@ -451,33 +469,36 @@ msgstr "Porta do RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:149 msgid "RPC private key" -msgstr "" +msgstr "Chave privada do RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:133 msgid "RPC secure" -msgstr "" +msgstr "Segurança do RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:126 msgid "RPC token" -msgstr "" +msgstr "Token do RPC" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:134 msgid "" "RPC transport will be encrypted by SSL/TLS. The RPC clients must use https " "scheme to access the server. For WebSocket client, use wss scheme." msgstr "" +"O transporte RPC será criptografado por SSL/TLS. Os clientes RPC devem usar " +"o esquema https para acessar o servidor. Para o cliente WebSocket, use " +"esquema wss." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:119 msgid "RPC username" -msgstr "Nome do usuario do RPC" +msgstr "Nome de usuário do RPC" #: applications/luci-app-aria2/luasrc/view/aria2/log_template.htm:51 msgid "Refresh every 10 seconds." -msgstr "" +msgstr "Atualizar a cada 10 segundos." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:322 msgid "Remove unselected file" -msgstr "" +msgstr "Remover o arquivo não selecionado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:323 msgid "" @@ -485,28 +506,29 @@ msgid "" "Please use this option with care because it will actually remove files from " "your disk." msgstr "" +"Remove os arquivos não selecionados quando o download é concluído no " +"BitTorrent. Por favor, use esta opção com cuidado porque ela irá realmente " +"remover os arquivos do seu disco." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:377 msgid "Request peer speed limit" -msgstr "" +msgstr "Solicitar o limite de velocidade dos pares" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:266 msgid "Retry wait" -msgstr "" +msgstr "Repetir espera" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:61 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 "" - #: 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 " +"seja 0, o arquivo de controle não será gravado durante o download." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:461 msgid "" @@ -514,12 +536,18 @@ msgid "" "This option also saves control file in that situations. This may be useful " "to save BitTorrent seeding which is recognized as completed state." msgstr "" +"Salve o download no arquivo de sessão mesmo que o download tenha sido " +"concluído ou removido. Esta opção também salva o arquivo de controle nessas " +"situações. Isso pode ser útil para manter um registros do seeding do " +"BitTorrent, que é uma condição reconhecida como concluído." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:435 msgid "" "Save error/unfinished downloads to session file every N seconds. If 0 is " "given, file will be saved only when aria2 exits." msgstr "" +"Salvar os erros/downloads inacabados no arquivo de sessão a cada N segundos. " +"Caso este valor seja 0, o arquivo será salvo somente quando encerrar o aria2." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:316 msgid "" @@ -527,26 +555,34 @@ msgid "" "BitTorrent Magnet URI is used. The file name is hex encoded info hash with " "suffix \".torrent\"." msgstr "" +"Salvar os metadados como um arquivo \".torrent\". Esta opção tem efeito " +"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 "" +msgstr "Salvar o intervalo da sessão" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:330 msgid "Seed previously downloaded files without verifying piece hashes." msgstr "" +"Semear os arquivos previamente baixados sem verificar os pedaços de hash." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:401 msgid "Seed ratio" -msgstr "" +msgstr "Proporção de semeadura" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:408 msgid "Seed time" -msgstr "" +msgstr "Tempo de semeadura" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:329 msgid "Seed unverified" -msgstr "" +msgstr "Seed não verificado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:211 msgid "" @@ -554,6 +590,9 @@ msgid "" "if remote server responds with Content-Encoding: gzip or " "Content-Encoding: deflate." msgstr "" +"Enviar Accept: deflate, gzip requisitar o cabeçalho e inflar a " +"resposta caso o servidor remoto responda com Content-Encoding: gzip ou Content-Encoding: deflate." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:220 msgid "" @@ -562,6 +601,10 @@ msgid "" "you can add Cache-Control header with a directive you like using \"Header\" " "option." msgstr "" +"Envie os cabeçalhos Cache-Control: no-cache e Pragma: " +"no-cache para evitar a cache de conteúdo. Se desativado, estes " +"cabeçalhos não são enviados e você pode adicionar o cabeçalho Cache-Control " +"com uma diretiva que você gosta usando a opção \"Cabeçalho\"." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:336 msgid "" @@ -569,30 +612,44 @@ 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 " +"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 " +"UDP. Certifique-se de que as portas especificadas estão abertas para tráfego " +"de entrada UDP." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:477 msgid "" "Set max download speed per each download in bytes/sec. 0 means unrestricted." msgstr "" +"Defina a velocidade máxima de download para cada download em bytes/seg. 0 " +"significa sem restrições." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:470 msgid "Set max overall download speed in bytes/sec. 0 means unrestricted." msgstr "" +"Defina a velocidade máxima global de download em bytes/seg. 0 significa sem " +"restrições." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:355 msgid "Set max overall upload speed in bytes/sec. 0 means unrestricted." msgstr "" +"Defina a velocidade máxima global de upload em bytes/segundos. 0 significa " +"sem restrições." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:362 msgid "" "Set max upload speed per each torrent in bytes/sec. 0 means unrestricted." msgstr "" +"Defina a velocidade máxima de upload por cada torrent em bytes/segundos. 0 " +"significa sem restrições." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:231 msgid "" @@ -600,14 +657,17 @@ msgid "" "server. After the connection is established, this option makes no effect and " "\"Timeout\" option is used instead." msgstr "" +"Defina o intervalo de conexão em segundos para estabelecer conexão com o " +"servidor HTTP/FTP/proxy. Depois que a conexão é estabelecida, esta opção não " +"tem nenhum efeito e a opção \"Timeout\" é usada em vez disso." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:267 msgid "Set the seconds to wait between retries." -msgstr "" +msgstr "Definir os segundos para esperar entre as tentativas." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:272 msgid "Set user agent for HTTP(S) downloads." -msgstr "" +msgstr "Definir o agente do usuário para downloads HTTP(s)." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:35 msgid "Settings" @@ -616,31 +676,42 @@ msgstr "Configurações" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:483 msgid "Settings in this section will be added to config file." msgstr "" +"As configurações nesta seção serão adicionadas ao arquivo de configuração." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:487 msgid "Settings list" -msgstr "" +msgstr "Lista de configurações" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:161 msgid "Show URL" -msgstr "" +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 " "FAT32 because it takes almost same time as \"prealloc\" and it blocks aria2 " "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 " +"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." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:368 msgid "" "Specify maximum number of files to open in multi-file BitTorrent download " "globally." msgstr "" +"Especifique a quantidade máxima global onde vários arquivos serão abertos " +"durante o download do BitTorrent." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:409 msgid "" @@ -648,6 +719,10 @@ 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 " +"semeadura após a conclusão do download." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:402 msgid "" @@ -655,10 +730,15 @@ msgid "" "RATIO. You are strongly encouraged to specify equals or more than 1.0 here. " "Specify 0.0 if you intend to do seeding regardless of share ratio." msgstr "" +"Especifique a proporção de compartilhamento. Torrents já completos serão " +"semeados até atingir o RATIO. Encorajamos veementemente que você especifique " +"valores iguais ou maior a 1.0. Defina como 0.0 caso queira semear " +"independente do valor da proporção de compartilhamento." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:373 msgid "Specify the maximum number of peers per torrent, 0 means unlimited." msgstr "" +"Especifique a quantidade máxima de pares por torrent, 0 significa ilimitado." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:394 msgid "" @@ -667,16 +747,24 @@ msgid "" "than 20 bytes are specified, random byte data are added to make its length " "20 bytes." msgstr "" +"Especifique o prefixo de identificação do peer ID. O peer ID no BitTorrent " +"tem 20 bytes de comprimento. Se mais de 20 bytes seja especificado, apenas " +"estes primeiros 20 bytes serão utilizados. Caso menos de 20 bytes sejam " +"definidos, dados aleatórios de bytes serão adicionados para que seu tamanho " +"complete os 20 bytes." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:388 msgid "" "Stop BitTorrent download if download speed is 0 in consecutive N seconds. If " "0 is given, this feature is disabled." msgstr "" +"Pare o download do BitTorrent no caso da velocidade de download for de 0 " +"segundos por um tempo de N consecutivos. Se o valor for 0, o recurso será " +"desativado." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:387 msgid "Stop timeout" -msgstr "" +msgstr "Tempo limite de parada" #: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:48 msgid "The Aria2 service is not running." @@ -689,25 +777,31 @@ msgstr "O serviço Aria2 está em execução." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:74 msgid "The directory to store the config file, session file and DHT file." msgstr "" +"O diretório para armazenar o arquivo de configuração, arquivo de sessão e o " +"arquivo DHT." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:70 -msgid "The directory to store the downloaded file. eg. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." msgstr "" +"O diretório para armazenar o arquivo baixado, por exemplo, /mnt/sda1" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:81 msgid "The file name of the log file." -msgstr "" +msgstr "O nome do arquivo do registro log." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:249 msgid "The maximum number of connections to one server for each download." -msgstr "" +msgstr "O limite máximo de conexões para cada download em um servidor." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:281 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:291 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:299 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:308 msgid "This option will be ignored if a private flag is set in a torrent." -msgstr "" +msgstr "Essa opção será ignorada caso um torrent seja sinalizado como privado." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:236 msgid "Timeout" @@ -719,7 +813,7 @@ msgstr "Chave eletrônica" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:349 msgid "True" -msgstr "" +msgstr "Verdade" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:156 msgid "Use WebSocket" @@ -727,13 +821,16 @@ msgstr "Use WebSockets" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:170 msgid "Use a proxy server for all protocols." -msgstr "" +msgstr "Use um servidor proxy para todos os protocolos." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:190 msgid "" "Use the certificate authorities in FILE to verify the peers. The certificate " "file must be in PEM format and can contain multiple CA certificates." msgstr "" +"Use as autoridades certificadoras no ARQUIVO para verificar seus pares. O " +"arquivo de certificado deve estar no formato PEM e pode conter vários " +"certificados CA." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:141 msgid "" @@ -743,6 +840,12 @@ msgid "" "PKCS12 files with a blank import password can be opened!
When using PEM, " "you have to specify the \"RPC private key\" as well." msgstr "" +"Utilize o certificado em ARQUIVO para um servidor RPC. O certificado deve " +"estar em PKCS12 (.p12, .pfx) ou em formato PEM.
Os arquivos PKCS12 devem " +"conter o certificado, uma chave e opcionalmente uma cadeia de certificados " +"adicionais. Somente os arquivos PKCS12 com uma senha de importação em branco " +"podem ser abertos!
Ao usar o PEM, você também é obrigado a especificar a " +"\"chave privada RPC\"." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:196 msgid "" @@ -752,22 +855,33 @@ msgid "" "PKCS12 files with a blank import password can be opened!
When using PEM, " "you have to specify the \"Private key\" as well." msgstr "" +"Utilize o certificado de cliente no ARQUIVO. O certificado deve estar em " +"PKCS12 (.p12, .pfx) ou em formato PEM.
Os arquivos PKCS12 devem conter o " +"certificado, uma chave e opcionalmente uma cadeia de certificados " +"adicionais. Somente os arquivos PKCS12 com uma senha de importação em branco " +"podem ser abertos!
Ao usar o PEM, você também é obrigado a especificar a " +"\"Chave privada\"." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:150 msgid "" "Use the private key in FILE for RPC server. The private key must be " "decrypted and in PEM format." msgstr "" +"Use a chave privada em ARQUIVO para o servidor RPC. A chave privada deve " +"estar decodificada e em formato PEM." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:204 msgid "" "Use the private key in FILE. The private key must be decrypted and in PEM " "format. The behavior when encrypted one is given is undefined." msgstr "" +"Use a chave privada em ARQUIVO. A chave privada deve ser decodificada e em " +"formato PEM. Há um comportamento desconhecido quando uma chave criptografada " +"é fornecida." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:271 msgid "User agent" -msgstr "" +msgstr "Agente de usuário" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:116 msgid "Username & Password" @@ -777,6 +891,8 @@ msgstr "Usuário & Senha" msgid "" "Verify the peer using certificates specified in \"CA certificate\" option." msgstr "" +"Verifique o par usando os certificados especificados na opção \"Certificado " +"CA\"." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:90 msgid "Warn" @@ -790,19 +906,19 @@ msgstr "Atenção" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:471 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:478 msgid "You can append K or M." -msgstr "" +msgstr "Você pode anexar K ou M." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:457 msgid "falloc" -msgstr "" +msgstr "falloc" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:455 msgid "prealloc" -msgstr "" +msgstr "Pré-alocado" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:456 msgid "trunc" -msgstr "" +msgstr "trunc" #~ msgid "\"Falloc\" is not available in all cases." #~ msgstr "\"Falloc\" não está disponível em todas as classes." diff --git a/applications/luci-app-aria2/po/pt/aria2.po b/applications/luci-app-aria2/po/pt/aria2.po index 674e5b916..0e3fdce4b 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. netrc-path=/tmp/." "netrc." msgstr "" -"Lista de configurações adicionais. Formato: opção=valor, por exemplo netrc-path=/tmp/.netrc
." +"Lista de configurações adicionais. Formato: opção=valor, por exemplo " +"netrc-path=/tmp/.netrc." #: 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 "" "Content-Encoding: deflate." msgstr "" "Enviar cabeçalho de solicitação Accept: deflate, gzip e inflar " -"a resposta se o servidor remoto responder com Content-Encoding: " -"gzip ou Content-Encoding: deflate.." +"a resposta se o servidor remoto responder com Content-Encoding: gzip ou Content-Encoding: deflate.." #: 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." msgstr "" "O diretório para armazenar o ficheiro descarregado, por exemplo, /mnt/" "sda1" @@ -837,8 +840,8 @@ msgstr "" "em formato PKCS12 (.p12, .pfx) ou PEM.
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!
Ao usar o PEM, também tem que especificar a \"" -"chave privada RPC\"." +"branco podem ser abertos!
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.
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!
Ao usar o PEM, também tem que especificar a \"" -"Private key\"." +"branco podem ser abertos!
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 ef3bdeaed..57ffa868c 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 205921892..844e8a704 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 "Запуск демона
от имени пользователя" -#: 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 74bbcaad1..adfe80ef5 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 0f90bdf3c..50cc81a20 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 43a68baac..c02f7f168 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 415fe8474..fe5efa47c 100644 --- a/applications/luci-app-aria2/po/tr/aria2.po +++ b/applications/luci-app-aria2/po/tr/aria2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:07+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -73,14 +73,14 @@ 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 #: applications/luci-app-aria2/luasrc/view/aria2/settings_header.htm:29 msgid "Collecting data..." -msgstr "" +msgstr "Veri alınıyor..." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:73 msgid "Config file directory" @@ -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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 f239a584a..f78e12118 100644 --- a/applications/luci-app-aria2/po/uk/aria2.po +++ b/applications/luci-app-aria2/po/uk/aria2.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-27 21:30+0000\n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" "Last-Translator: Yurii Petrashko \n" "Language-Team: Ukrainian \n" @@ -9,7 +9,7 @@ msgstr "" "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.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:296 msgid "LPD enabled" @@ -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 @@ -85,7 +85,7 @@ msgstr "Збирання даних..." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:73 msgid "Config file directory" -msgstr "" +msgstr "Каталог файлів конфігурації" #: applications/luci-app-aria2/luasrc/controller/aria2.lua:21 msgid "Configuration" @@ -93,15 +93,15 @@ msgstr "Конфігурація" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:230 msgid "Connect timeout" -msgstr "" +msgstr "Час очікування з'єднання" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:19 msgid "Content of config file: %s" -msgstr "" +msgstr "Вміст файлу конфігурації: % s " #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:29 msgid "Content of session file: %s" -msgstr "" +msgstr "Вміст файлу сеансу: % s " #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:341 msgid "DHT Listen port" @@ -116,10 +116,12 @@ msgid "" "Disable IPv6. This is useful if you have to use broken DNS and want to avoid " "terribly slow AAAA record lookup." msgstr "" +"Вимкнути IPv6. Це корисно, якщо вам доведеться використовувати зламаний DNS " +"і хочете уникнути надзвичайно повільного пошуку записів AAAA." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:440 msgid "Disk cache" -msgstr "" +msgstr "Дисковий кеш" #: 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." @@ -127,20 +129,20 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:254 msgid "Download a file using N connections." -msgstr "" +msgstr "Завантажте файл за допомогою N з'єднань." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:69 msgid "Download directory" -msgstr "" +msgstr "Каталог завантажень" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:26 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:36 msgid "Empty file." -msgstr "" +msgstr "Порожній файл." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:280 msgid "Enable IPv4 DHT functionality. It also enables UDP tracker support." -msgstr "" +msgstr "Увімкнути функцію IPv4 DHT. Вона також активує підтримку UDP-трекера." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:290 msgid "Enable IPv6 DHT functionality." @@ -492,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 "" @@ -522,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 "" @@ -566,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 "" @@ -622,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 " @@ -685,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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 6c938dae8..8ac93b4dd 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 8d10c0da0..a60b28abd 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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." msgstr "用于放置下载文件的目录。例如:/mnt/sda1" #: 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 493b7a9eb..f0a74d7df 100644 --- a/applications/luci-app-aria2/po/zh-tw/aria2.po +++ b/applications/luci-app-aria2/po/zh-tw/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. /mnt/sda1" +msgid "" +"The directory to store the downloaded file. For example /mnt/sda1." 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 fc6190d5a..a6b485a5c 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-attendedsysupgrade/po/mr/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/mr/attendedsysupgrade.po new file mode 100644 index 000000000..19524edef --- /dev/null +++ b/applications/luci-app-attendedsysupgrade/po/mr/attendedsysupgrade.po @@ -0,0 +1,16 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-attendedsysupgrade/luasrc/controller/attendedsysupgrade.lua:4 +#: applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm:76 +msgid "Attended Sysupgrade" +msgstr "उपस्थित Sysupgrade" diff --git a/applications/luci-app-attendedsysupgrade/po/zh-cn/attendedsysupgrade.po b/applications/luci-app-attendedsysupgrade/po/zh-cn/attendedsysupgrade.po index 729588090..e74a85011 100644 --- a/applications/luci-app-attendedsysupgrade/po/zh-cn/attendedsysupgrade.po +++ b/applications/luci-app-attendedsysupgrade/po/zh-cn/attendedsysupgrade.po @@ -1,10 +1,16 @@ msgid "" msgstr "" -"Language: zh_Hans\n" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" +"Last-Translator: Zheng Qian \n" +"Language-Team: Chinese (Simplified) \n" +"Language: zh-cn\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-attendedsysupgrade/luasrc/controller/attendedsysupgrade.lua:4 #: applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm:76 msgid "Attended Sysupgrade" -msgstr "" +msgstr "参与系统升级" diff --git a/applications/luci-app-banip/po/fr/banip.po b/applications/luci-app-banip/po/fr/banip.po index 2dfba79a4..a26f9bcc2 100644 --- a/applications/luci-app-banip/po/fr/banip.po +++ b/applications/luci-app-banip/po/fr/banip.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:08+0000\n" -"Last-Translator: Baptiste \n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: Guillaume D. <2a3b@protonmail.com>\n" "Language-Team: French \n" "Language: fr\n" @@ -11,16 +11,19 @@ msgstr "" "X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:89 +#, fuzzy msgid "ASN Overview" -msgstr "" +msgstr "Aperçu ASN" #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:90 +#, fuzzy msgid "ASN Prefixes" -msgstr "" +msgstr "Préfixes ASN" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:74 +#, fuzzy msgid "ASN/Country" -msgstr "" +msgstr "ASN/Pays" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:139 msgid "Additional trigger delay in seconds before banIP processing begins." @@ -47,13 +50,16 @@ msgid "" msgstr "" #: applications/luci-app-banip/luasrc/view/banip/ipsetview.htm:45 +#, fuzzy msgid "Check the current available IPSets." -msgstr "" +msgstr "Contrôle de la liste courante d'IP" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:11 +#, fuzzy msgid "" "Configuration of the banIP package to block ip adresses/subnets via IPSet." msgstr "" +"Configuration du paquet banIP pour bloquer les adresses et sous-réseaux IP." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:92 msgid "Country Resources" @@ -81,7 +87,7 @@ msgstr "Options de téléchargement" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:126 msgid "Download Utility" -msgstr "Utilitaire de téléchargement" +msgstr "Télécharger l'utilitaire" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:126 msgid "Download Utility, RT Monitor" @@ -101,17 +107,15 @@ msgstr "Modifier la liste blanche" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:20 msgid "Enable banIP" -msgstr "" +msgstr "Activer banIP" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:84 msgid "Enable verbose debug logging in case of any processing error." -msgstr "" -"Activer la journalisation de débogage détaillée en cas d'erreur de " -"traitement." +msgstr "Activer le mode verbeux en cas d'erreur de traitement." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:82 msgid "Enter IP/CIDR/ASN/ISO" -msgstr "" +msgstr "Entrer IP/CIDR/ASN/ISO" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:80 msgid "Extra Options" @@ -139,11 +143,11 @@ msgstr "Géolocalisation" #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:95 msgid "IANA Information" -msgstr "" +msgstr "Information IANA" #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:91 msgid "IP/ASN Mapping" -msgstr "" +msgstr "Correspondance IP/ASN" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:132 msgid "IPSet Information" @@ -198,16 +202,18 @@ msgid "Loading ..." msgstr "Chargement…" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:114 +#, fuzzy msgid "Local Save Blacklist Addons" -msgstr "" +msgstr "Sauvegarde locale des greffons rejetés" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:119 +#, fuzzy msgid "Local Save Whitelist Addons" -msgstr "" +msgstr "Sauvegarde locale des greffons autorisés" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:87 msgid "Low Priority Service" -msgstr "" +msgstr "Service en priorité basse" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:28 msgid "Manual WAN Interface Selection" @@ -255,7 +261,7 @@ msgstr "Actualiser" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:151 msgid "Refresh IPSets" -msgstr "" +msgstr "Rafraîchir liste IP" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:21 #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:160 @@ -267,8 +273,9 @@ msgid "Reload IPSet Sources" msgstr "" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:112 +#, fuzzy msgid "Runtime Information" -msgstr "" +msgstr "Information processus" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:171 msgid "SRC Target IPv4" @@ -284,11 +291,12 @@ msgstr "" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:107 msgid "SSH Daemon" -msgstr "" +msgstr "Processus SSH" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:43 +#, fuzzy msgid "SSH/LuCI RT Monitor" -msgstr "" +msgstr "Moniteur SSH/LuCI en temps réel" #: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:27 #: applications/luci-app-banip/luasrc/model/cbi/banip/configuration_tab.lua:26 diff --git a/applications/luci-app-banip/po/hu/banip.po b/applications/luci-app-banip/po/hu/banip.po index 4d26fe0d7..4f0030fde 100644 --- a/applications/luci-app-banip/po/hu/banip.po +++ b/applications/luci-app-banip/po/hu/banip.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -25,6 +25,8 @@ msgstr "ASN/ország" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:139 msgid "Additional trigger delay in seconds before banIP processing begins." msgstr "" +"További aktiválókésleltetés másodpercben, mielőtt a banIP feldolgozása " +"elkezdődik." #: applications/luci-app-banip/luasrc/controller/banip.lua:21 msgid "Advanced" @@ -32,7 +34,7 @@ msgstr "Speciális" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:24 msgid "Automatic WAN Interface Detection" -msgstr "" +msgstr "Automatikus WAN csatoló felderítés" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:94 #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:138 @@ -45,31 +47,36 @@ msgid "" "permanently in the local blacklist. Disable this option to prevent the local " "save." msgstr "" +"Az automatikus feketelista kiegészítők átmenetileg az IPSetben vannak " +"tárolva, és a helyi feketelistában vannak tartósan mentve. Tiltsa le ezt a " +"beállítást a helyi mentés megakadályozásához." #: applications/luci-app-banip/luasrc/view/banip/ipsetview.htm:45 msgid "Check the current available IPSets." -msgstr "" +msgstr "A jelenleg elérhető IPSetek ellenőrzése." #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:11 msgid "" "Configuration of the banIP package to block ip adresses/subnets via IPSet." msgstr "" +"A banIP csomag beállítása az IP-címek és alhálózatok blokkolásához IPSet " +"használatával." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:92 msgid "Country Resources" -msgstr "" +msgstr "Ország erőforrásai" #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:94 msgid "DNS Chain" -msgstr "" +msgstr "DNS-lánc" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:177 msgid "DST Target IPv4" -msgstr "" +msgstr "DST cél IPv4" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:209 msgid "DST Target IPv6" -msgstr "" +msgstr "DST cél IPv6" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:72 msgid "Description" @@ -77,7 +84,7 @@ msgstr "Leírás" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:134 msgid "Download Options" -msgstr "" +msgstr "Letöltési kapcsolók" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:126 msgid "Download Utility" @@ -85,7 +92,7 @@ msgstr "Letöltési segédprogram" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:126 msgid "Download Utility, RT Monitor" -msgstr "" +msgstr "Letöltési segédprogram, RT figyelő" #: applications/luci-app-banip/luasrc/controller/banip.lua:22 msgid "Edit Blacklist" @@ -101,7 +108,7 @@ msgstr "Fehérlista szerkesztése" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:20 msgid "Enable banIP" -msgstr "" +msgstr "banIP engedélyezése" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:84 msgid "Enable verbose debug logging in case of any processing error." @@ -111,7 +118,7 @@ msgstr "" #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:82 msgid "Enter IP/CIDR/ASN/ISO" -msgstr "" +msgstr "IP/CIDR/ASN/ISO megadása" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:80 msgid "Extra Options" @@ -135,27 +142,27 @@ msgstr "" #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:88 msgid "Geo Location" -msgstr "" +msgstr "Földrajzi helymeghatározás" #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:95 msgid "IANA Information" -msgstr "" +msgstr "IANA információk" #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:91 msgid "IP/ASN Mapping" -msgstr "" +msgstr "IP/ASN leképezés" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:132 msgid "IPSet Information" -msgstr "" +msgstr "IPSet információk" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:56 msgid "IPSet Sources" -msgstr "" +msgstr "IPSet források" #: applications/luci-app-banip/luasrc/controller/banip.lua:18 msgid "IPSet-Lookup" -msgstr "" +msgstr "IPSet keresés" #: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:10 #: applications/luci-app-banip/luasrc/model/cbi/banip/configuration_tab.lua:9 @@ -165,19 +172,19 @@ msgstr "A bemeneti fájl nem található, ellenőrizze a beállítást." #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:166 msgid "LAN Forward Chain IPv4" -msgstr "" +msgstr "LAN továbbítási lánc IPv4" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:198 msgid "LAN Forward Chain IPv6" -msgstr "" +msgstr "LAN továbbítási lánc IPv6" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:161 msgid "LAN Input Chain IPv4" -msgstr "" +msgstr "LAN bemeneti lánc IPv4" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:193 msgid "LAN Input Chain IPv6" -msgstr "" +msgstr "LAN bemeneti lánc IPv6" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:144 msgid "Last Run" @@ -186,7 +193,7 @@ msgstr "Utolsó futás" #: applications/luci-app-banip/luasrc/view/banip/ipsetview.htm:59 #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:97 msgid "Load" -msgstr "" +msgstr "Betöltés" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:81 msgid "Loading" @@ -195,15 +202,15 @@ msgstr "Betöltés" #: applications/luci-app-banip/luasrc/view/banip/ipsetview.htm:27 #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:58 msgid "Loading ..." -msgstr "" +msgstr "Betöltés…" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:114 msgid "Local Save Blacklist Addons" -msgstr "" +msgstr "Helyi mentés feketelista kiegészítők" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:119 msgid "Local Save Whitelist Addons" -msgstr "" +msgstr "Helyi mentés fehérlista kiegészítők" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:87 msgid "Low Priority Service" @@ -211,7 +218,7 @@ msgstr "Alacsony prioritású szolgáltatás" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:28 msgid "Manual WAN Interface Selection" -msgstr "" +msgstr "Kézi WAN csatoló kiválasztás" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:100 msgid "Max. Download Queue" @@ -220,7 +227,7 @@ msgstr "Legnagyobb letöltési sor" #: applications/luci-app-banip/luasrc/view/banip/ipsetview.htm:34 #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:65 msgid "No response!" -msgstr "" +msgstr "Nincs válasz!" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:81 msgid "" @@ -239,6 +246,8 @@ msgid "" "Please add only one IPv4 or IPv6 address per line. IP ranges in CIDR " "notation and comments introduced with '#' are allowed." msgstr "" +"Csak egyetlen IPv4 vagy IPv6-címet adjon meg soronként. A CIDR jelölésben " +"lévő IP-tartományok és a „#” kezdetű megjegyzések engedélyezettek." #: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:19 #: applications/luci-app-banip/luasrc/model/cbi/banip/configuration_tab.lua:18 @@ -248,7 +257,7 @@ msgstr "Szerkessze ezt a fájl közvetlenül egy terminál munkamenetben." #: applications/luci-app-banip/luasrc/controller/banip.lua:19 msgid "RIPE-Lookup" -msgstr "" +msgstr "RIPE keresés" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:18 #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:153 @@ -257,16 +266,16 @@ msgstr "Frissítés" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:151 msgid "Refresh IPSets" -msgstr "" +msgstr "IPSetek frissítése" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:21 #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:160 msgid "Reload" -msgstr "" +msgstr "Újratöltés" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:158 msgid "Reload IPSet Sources" -msgstr "" +msgstr "IPSet források újratöltése" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:112 msgid "Runtime Information" @@ -274,23 +283,23 @@ msgstr "Futtatókörnyezet-információk" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:171 msgid "SRC Target IPv4" -msgstr "" +msgstr "SRC cél IPv4" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:203 msgid "SRC Target IPv6" -msgstr "" +msgstr "SRC cél IPv6" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:65 msgid "SRC/DST" -msgstr "" +msgstr "SRC/DST" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:107 msgid "SSH Daemon" -msgstr "" +msgstr "SSH démon" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:43 msgid "SSH/LuCI RT Monitor" -msgstr "" +msgstr "SSH/LuCI RT figyelő" #: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:27 #: applications/luci-app-banip/luasrc/model/cbi/banip/configuration_tab.lua:26 @@ -301,55 +310,69 @@ msgstr "Mentés" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:108 msgid "Select the SSH daemon for logfile parsing, to detect break-in events." msgstr "" +"Válassza ki az SSH démont a naplófájl feldolgozásához a betörési események " +"felismeréséhez." #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:145 msgid "Select the used start type during boot." -msgstr "" +msgstr "A rendszerindítás közben használt indítási típus kiválasztása." #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:127 msgid "Select your preferred download utility." -msgstr "" +msgstr "Válassza ki az előnyben részesített letöltési segédprogramot." #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:29 msgid "Select your preferred interface(s) manually." -msgstr "" +msgstr "Válassza ki az előnyben részesített csatolókat kézzel." #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:88 msgid "" "Set the nice level to 'low priority' and banIP background processing will " "take less resources from the system." msgstr "" +"Állítsa a nice szintet „alacsony prioritásra”, és a banIP háttérfeldolgozása " +"kevesebb erőforrást fog elvenni a rendszertől." #: applications/luci-app-banip/luasrc/view/banip/ipsetview.htm:51 msgid "Show only set member with packet counter > 0" msgstr "" +"Csak a 0-nál nagyobb csomagszámlálóval rendelkező beállított tag " +"megjelenítése" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:101 msgid "" "Size of the download queue to handle downloads & IPset processing in " "parallel (default '4')." msgstr "" +"A letöltési sor mérete a letöltések és az IPset feldolgozás párhuzamos " +"kezeléséhez (alapértelmezetten „4”)." #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:135 msgid "" "Special options for the selected download utility, e.g. '--timeout=20 -O'." msgstr "" +"Különleges kapcsolók a kiválasztott letöltési segédprogramhoz, például " +"„--timeout=20 -O”." #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:144 msgid "Start Type" -msgstr "" +msgstr "Kezdés típusa" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:44 msgid "" "Starts a small log/banIP monitor in the background to block SSH/LuCI brute " "force attacks in realtime." msgstr "" +"Elindít egy kis naplózó/banIP figyelőt a háttérben az SSH/LuCI nyers erő " +"támadások valós időben történő blokkolásához." #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:95 msgid "" "Target directory for banIP backups. Default is '/tmp', please use preferably " "a non-volatile disk if available." msgstr "" +"Célkönyvtár a banIP biztonsági mentéseihez. Alapértelmezetten „/tmp”, " +"használjon inkább tartósan megmaradó lemezt, ha elérhető." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:77 msgid "" @@ -357,6 +380,9 @@ msgid "" "details look here." msgstr "" +"A RIPEstat adat API a RIPE NCC által biztosított nyilvános adatfelület. A " +"részletekért nézze meg a dokumentációt." #: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:18 #: applications/luci-app-banip/luasrc/model/cbi/banip/configuration_tab.lua:17 @@ -369,6 +395,8 @@ msgstr "" #: applications/luci-app-banip/luasrc/view/banip/logview.htm:31 msgid "The syslog output, pre-filtered for banIP related messages only." msgstr "" +"A rendszernapló kimenete, előre szűrve csak a banIP-hez kapcsolódó " +"üzenetekhez." #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:89 msgid "This change requires a manual service stop/re-start to take effect." @@ -379,62 +407,86 @@ msgstr "" #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:40 msgid "This data call gives access to various data sources maintained by IANA." msgstr "" +"Ez az adathívás hozzáférést ad az IANA által kezelt különféle " +"adatforrásokhoz." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:31 msgid "" "This data call lists the Internet resources associated with a country, " "including ASNs, IPv4 ranges and IPv4/6 CIDR prefixes." msgstr "" +"Ez az adathívás felsorolja egy országhoz hozzárendelt internetes " +"erőforrásokat, beleértve az ASN-eket, az IPv4-tartományokat és az IPv4/6 " +"CIDR előtagokat." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:25 msgid "This data call returns all announced prefixes for a given ASN." msgstr "" +"Ez az adathívás az összes bejelentett előtagot visszaadja egy adott ASN-nél." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:19 msgid "" "This data call returns geolocation information for the given IP space, or " "for announced IP prefixes in the case of ASNs." msgstr "" +"Ez az adathívás földrajzi helymeghatározás információkat ad vissza a " +"megadott IP-térhez vagy a bejelentett IP-előtagokhoz ASN-ek esetén." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:28 msgid "" "This data call returns the containing prefix and announcing ASN of a given " "IP address." msgstr "" +"Ez az adathívás visszaadja a tartalmazott előtagot és egy adott IP-cím " +"bejelentett ASN-ét." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:37 msgid "" "This data call returns the recursive chain of DNS forward (A/AAAA/CNAME) and " "reverse (PTR) records starting form either a hostname or an IP address." msgstr "" +"Ez az adathívás visszaadja a DNS továbbítás (A/AAAA/CNAME) rekurzív láncát, " +"valamint a fordított (PTR) rekordokat vagy egy gépnévtől, vagy egy IP-címtől " +"kezdve." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:34 msgid "" "This data call returns whois information from the relevant Regional Internet " "Registry and Routing Registry." msgstr "" +"Ez az adathívás whois információkat ad vissza a megfelelő helyi " +"internetregiszterből és az útválasztási regiszterből." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:22 msgid "" "This data call shows general informations about an ASN like its announcement " "status and the name of its holder according to the WHOIS service." msgstr "" +"Ez az adathívás általános információkat jelenít meg egy ASN-ről, mint " +"például a bejelentett állapota és a tulajdonosának neve a WHOIS szolgáltatás " +"szerint." #: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:31 msgid "" "This form allows you to modify the content of the banIP blacklist (%s).
" msgstr "" +"Ez az űrlap lehetővé teszi a banIP feketelista tartalmának módosítását (%s).<" +"br />" #: applications/luci-app-banip/luasrc/model/cbi/banip/whitelist_tab.lua:31 msgid "" "This form allows you to modify the content of the banIP whitelist (%s).
" msgstr "" +"Ez az űrlap lehetővé teszi a banIP fehérlista tartalmának módosítását (%s).<" +"br />" #: applications/luci-app-banip/luasrc/model/cbi/banip/configuration_tab.lua:30 msgid "" "This form allows you to modify the content of the main banIP configuration " "file (/etc/config/banip)." msgstr "" +"Ez az űrlap lehetővé teszi a fő banIP beállítófájl tartalmának módosítását (/" +"etc/config/banip)." #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:138 msgid "Trigger Delay" @@ -446,23 +498,23 @@ msgstr "Részletes hibakeresési naplózás" #: applications/luci-app-banip/luasrc/controller/banip.lua:20 msgid "View Logfile" -msgstr "" +msgstr "Naplófájl megtekintése" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:156 msgid "WAN Forward Chain IPv4" -msgstr "" +msgstr "WAN továbbítási lánc IPv4" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:188 msgid "WAN Forward Chain IPv6" -msgstr "" +msgstr "WAN továbbítási lánc IPv6" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:151 msgid "WAN Input Chain IPv4" -msgstr "" +msgstr "WAN bemeneti lánc IPv4" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:183 msgid "WAN Input Chain IPv6" -msgstr "" +msgstr "WAN bemeneti lánc IPv6" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:120 msgid "" @@ -470,28 +522,31 @@ msgid "" "permanently in the local whitelist. Disable this option to prevent the local " "save." msgstr "" +"Az automatikus fehérlista kiegészítők átmenetileg az IPSetben vannak " +"tárolva, és a helyi fehérlistában vannak tartósan mentve. Tiltsa le ezt a " +"beállítást a helyi mentés megakadályozásához." #: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:93 msgid "Whois Information" -msgstr "" +msgstr "Whois információk" #: applications/luci-app-banip/luasrc/controller/banip.lua:16 #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:10 msgid "banIP" -msgstr "" +msgstr "banIP" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:114 msgid "banIP Status" -msgstr "" +msgstr "banIP állapota" #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:120 msgid "banIP Version" -msgstr "" +msgstr "banIP verziója" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:59 msgid "enable IPv4" -msgstr "" +msgstr "IPv4 engedélyezése" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:62 msgid "enable IPv6" -msgstr "" +msgstr "IPv6 engedélyezése" diff --git a/applications/luci-app-banip/po/mr/banip.po b/applications/luci-app-banip/po/mr/banip.po new file mode 100644 index 000000000..5ce16cabf --- /dev/null +++ b/applications/luci-app-banip/po/mr/banip.po @@ -0,0 +1,485 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-banip/luasrc/view/banip/ripeview.htm:89 +msgid "ASN Overview" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:90 +msgid "ASN Prefixes" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:74 +msgid "ASN/Country" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:139 +msgid "Additional trigger delay in seconds before banIP processing begins." +msgstr "" + +#: applications/luci-app-banip/luasrc/controller/banip.lua:21 +msgid "Advanced" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:24 +msgid "Automatic WAN Interface Detection" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:94 +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:138 +msgid "Backup Directory" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:115 +msgid "" +"Blacklist auto addons are stored temporary in the IPSet and saved " +"permanently in the local blacklist. Disable this option to prevent the local " +"save." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ipsetview.htm:45 +msgid "Check the current available IPSets." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:11 +msgid "" +"Configuration of the banIP package to block ip adresses/subnets via IPSet." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:92 +msgid "Country Resources" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:94 +msgid "DNS Chain" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:177 +msgid "DST Target IPv4" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:209 +msgid "DST Target IPv6" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:72 +msgid "Description" +msgstr "वर्णन" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:134 +msgid "Download Options" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:126 +msgid "Download Utility" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:126 +msgid "Download Utility, RT Monitor" +msgstr "" + +#: applications/luci-app-banip/luasrc/controller/banip.lua:22 +msgid "Edit Blacklist" +msgstr "" + +#: applications/luci-app-banip/luasrc/controller/banip.lua:24 +msgid "Edit Configuration" +msgstr "" + +#: applications/luci-app-banip/luasrc/controller/banip.lua:23 +msgid "Edit Whitelist" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:20 +msgid "Enable banIP" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:84 +msgid "Enable verbose debug logging in case of any processing error." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:82 +msgid "Enter IP/CIDR/ASN/ISO" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:80 +msgid "Extra Options" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:12 +msgid "" +"For further information check the online " +"documentation" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:102 +msgid "" +"For further performance improvements you can raise this value, e.g. '8' or " +"'16' should be safe." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:88 +msgid "Geo Location" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:95 +msgid "IANA Information" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:91 +msgid "IP/ASN Mapping" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:132 +msgid "IPSet Information" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:56 +msgid "IPSet Sources" +msgstr "" + +#: applications/luci-app-banip/luasrc/controller/banip.lua:18 +msgid "IPSet-Lookup" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:10 +#: applications/luci-app-banip/luasrc/model/cbi/banip/configuration_tab.lua:9 +#: applications/luci-app-banip/luasrc/model/cbi/banip/whitelist_tab.lua:10 +msgid "Input file not found, please check your configuration." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:166 +msgid "LAN Forward Chain IPv4" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:198 +msgid "LAN Forward Chain IPv6" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:161 +msgid "LAN Input Chain IPv4" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:193 +msgid "LAN Input Chain IPv6" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:144 +msgid "Last Run" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ipsetview.htm:59 +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:97 +msgid "Load" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:81 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-banip/luasrc/view/banip/ipsetview.htm:27 +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:58 +msgid "Loading ..." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:114 +msgid "Local Save Blacklist Addons" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:119 +msgid "Local Save Whitelist Addons" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:87 +msgid "Low Priority Service" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:28 +msgid "Manual WAN Interface Selection" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:100 +msgid "Max. Download Queue" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ipsetview.htm:34 +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:65 +msgid "No response!" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:81 +msgid "" +"Options for further tweaking in case the defaults are not suitable for you." +msgstr "" + +#: applications/luci-app-banip/luasrc/controller/banip.lua:17 +msgid "Overview" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:32 +#: applications/luci-app-banip/luasrc/model/cbi/banip/whitelist_tab.lua:32 +msgid "" +"Please add only one IPv4 or IPv6 address per line. IP ranges in CIDR " +"notation and comments introduced with '#' are allowed." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:19 +#: applications/luci-app-banip/luasrc/model/cbi/banip/configuration_tab.lua:18 +#: applications/luci-app-banip/luasrc/model/cbi/banip/whitelist_tab.lua:19 +msgid "Please edit this file directly in a terminal session." +msgstr "" + +#: applications/luci-app-banip/luasrc/controller/banip.lua:19 +msgid "RIPE-Lookup" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:18 +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:153 +msgid "Refresh" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:151 +msgid "Refresh IPSets" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:21 +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:160 +msgid "Reload" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:158 +msgid "Reload IPSet Sources" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:112 +msgid "Runtime Information" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:171 +msgid "SRC Target IPv4" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:203 +msgid "SRC Target IPv6" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:65 +msgid "SRC/DST" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:107 +msgid "SSH Daemon" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:43 +msgid "SSH/LuCI RT Monitor" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:27 +#: applications/luci-app-banip/luasrc/model/cbi/banip/configuration_tab.lua:26 +#: applications/luci-app-banip/luasrc/model/cbi/banip/whitelist_tab.lua:27 +msgid "Save" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:108 +msgid "Select the SSH daemon for logfile parsing, to detect break-in events." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:145 +msgid "Select the used start type during boot." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:127 +msgid "Select your preferred download utility." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:29 +msgid "Select your preferred interface(s) manually." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:88 +msgid "" +"Set the nice level to 'low priority' and banIP background processing will " +"take less resources from the system." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ipsetview.htm:51 +msgid "Show only set member with packet counter > 0" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:101 +msgid "" +"Size of the download queue to handle downloads & IPset processing in " +"parallel (default '4')." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:135 +msgid "" +"Special options for the selected download utility, e.g. '--timeout=20 -O'." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:144 +msgid "Start Type" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:44 +msgid "" +"Starts a small log/banIP monitor in the background to block SSH/LuCI brute " +"force attacks in realtime." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:95 +msgid "" +"Target directory for banIP backups. Default is '/tmp', please use preferably " +"a non-volatile disk if available." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:77 +msgid "" +"The RIPEstat Data API is the public data interface provided by RIPE NCC, for " +"details look here." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:18 +#: applications/luci-app-banip/luasrc/model/cbi/banip/configuration_tab.lua:17 +#: applications/luci-app-banip/luasrc/model/cbi/banip/whitelist_tab.lua:18 +msgid "The file size is too large for online editing in LuCI (≥ 100 KB)." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/logview.htm:31 +msgid "The syslog output, pre-filtered for banIP related messages only." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:89 +msgid "This change requires a manual service stop/re-start to take effect." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:40 +msgid "This data call gives access to various data sources maintained by IANA." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:31 +msgid "" +"This data call lists the Internet resources associated with a country, " +"including ASNs, IPv4 ranges and IPv4/6 CIDR prefixes." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:25 +msgid "This data call returns all announced prefixes for a given ASN." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:19 +msgid "" +"This data call returns geolocation information for the given IP space, or " +"for announced IP prefixes in the case of ASNs." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:28 +msgid "" +"This data call returns the containing prefix and announcing ASN of a given " +"IP address." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:37 +msgid "" +"This data call returns the recursive chain of DNS forward (A/AAAA/CNAME) and " +"reverse (PTR) records starting form either a hostname or an IP address." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:34 +msgid "" +"This data call returns whois information from the relevant Regional Internet " +"Registry and Routing Registry." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:22 +msgid "" +"This data call shows general informations about an ASN like its announcement " +"status and the name of its holder according to the WHOIS service." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/blacklist_tab.lua:31 +msgid "" +"This form allows you to modify the content of the banIP blacklist (%s).
" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/whitelist_tab.lua:31 +msgid "" +"This form allows you to modify the content of the banIP whitelist (%s).
" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/configuration_tab.lua:30 +msgid "" +"This form allows you to modify the content of the main banIP configuration " +"file (/etc/config/banip)." +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:138 +msgid "Trigger Delay" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:83 +msgid "Verbose Debug Logging" +msgstr "" + +#: applications/luci-app-banip/luasrc/controller/banip.lua:20 +msgid "View Logfile" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:156 +msgid "WAN Forward Chain IPv4" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:188 +msgid "WAN Forward Chain IPv6" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:151 +msgid "WAN Input Chain IPv4" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:183 +msgid "WAN Input Chain IPv6" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:120 +msgid "" +"Whitelist auto addons are stored temporary in the IPSet and saved " +"permanently in the local whitelist. Disable this option to prevent the local " +"save." +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/ripeview.htm:93 +msgid "Whois Information" +msgstr "" + +#: applications/luci-app-banip/luasrc/controller/banip.lua:16 +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:10 +msgid "banIP" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:114 +msgid "banIP Status" +msgstr "" + +#: applications/luci-app-banip/luasrc/view/banip/runtime.htm:120 +msgid "banIP Version" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:59 +msgid "enable IPv4" +msgstr "" + +#: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:62 +msgid "enable IPv6" +msgstr "" diff --git a/applications/luci-app-banip/po/pl/banip.po b/applications/luci-app-banip/po/pl/banip.po index f5bab209c..2b345c74c 100644 --- a/applications/luci-app-banip/po/pl/banip.po +++ b/applications/luci-app-banip/po/pl/banip.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-20 17:08+0000\n" -"Last-Translator: Michal L \n" +"PO-Revision-Date: 2019-12-07 10:46+0000\n" +"Last-Translator: Marcin Net \n" "Language-Team: Polish \n" "Language: pl\n" @@ -227,8 +227,8 @@ msgstr "" msgid "" "Options for further tweaking in case the defaults are not suitable for you." msgstr "" -"Opcje dla dalszych zmian w przypadku, gdy domyślne nie są dla ciebie " -"odpowiednie." +"Opcje dalszych zmian w przypadku, gdy ustawienia domyślne nie są dla ciebie " +"wystarczające." #: applications/luci-app-banip/luasrc/controller/banip.lua:17 msgid "Overview" diff --git a/applications/luci-app-banip/po/tr/banip.po b/applications/luci-app-banip/po/tr/banip.po index 66f28c103..3f06e9337 100644 --- a/applications/luci-app-banip/po/tr/banip.po +++ b/applications/luci-app-banip/po/tr/banip.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:08+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -28,7 +28,7 @@ msgstr "" #: applications/luci-app-banip/luasrc/controller/banip.lua:21 msgid "Advanced" -msgstr "" +msgstr "Gelişmiş" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:24 msgid "Automatic WAN Interface Detection" @@ -37,7 +37,7 @@ msgstr "" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:94 #: applications/luci-app-banip/luasrc/view/banip/runtime.htm:138 msgid "Backup Directory" -msgstr "" +msgstr "Yedek Dizini" #: applications/luci-app-banip/luasrc/model/cbi/banip/overview_tab.lua:115 msgid "" 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 adb22da91..d7bfee271 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/po/cs/bcp38.po b/applications/luci-app-bcp38/po/cs/bcp38.po index f0e077073..1024f38b9 100644 --- a/applications/luci-app-bcp38/po/cs/bcp38.po +++ b/applications/luci-app-bcp38/po/cs/bcp38.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-01 15:34+0000\n" +"PO-Revision-Date: 2019-12-09 20:05+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -44,7 +44,7 @@ msgstr "Povolit" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:39 msgid "Interface name" -msgstr "" +msgstr "Název rozhraní" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:39 msgid "" diff --git a/applications/luci-app-bcp38/po/hu/bcp38.po b/applications/luci-app-bcp38/po/hu/bcp38.po index 26072ff2f..f77a5e559 100644 --- a/applications/luci-app-bcp38/po/hu/bcp38.po +++ b/applications/luci-app-bcp38/po/hu/bcp38.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -12,7 +12,7 @@ msgstr "" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:61 msgid "Allowed IP ranges" -msgstr "" +msgstr "Engedélyezett IP-tartományok" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:34 msgid "" @@ -20,23 +20,26 @@ msgid "" "configuration, and add an exception if it will. If this does not work " "correctly, you can add exceptions manually below." msgstr "" +"Kísérlet annak automatikus felismeréséhez, hogy a külső IP-t blokkolni fogja-" +"e a beállítás, és kivétel hozzáadása, ha blokkolni fogja. Ha ez nem működik " +"megfelelően, akkor kézzel is hozzáadhat kivételeket alább." #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:33 msgid "Auto-detect upstream IP" -msgstr "" +msgstr "Külső IP automatikus felismerése" #: applications/luci-app-bcp38/luasrc/controller/bcp38.lua:6 #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:20 msgid "BCP38" -msgstr "" +msgstr "BCP38" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:27 msgid "BCP38 config" -msgstr "" +msgstr "BCP38 beállítás" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:56 msgid "Blocked IP ranges" -msgstr "" +msgstr "Blokkolt IP-tartományok" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:30 msgid "Enable" @@ -44,18 +47,23 @@ msgstr "Engedélyezés" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:39 msgid "Interface name" -msgstr "" +msgstr "Csatoló neve" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:39 msgid "" "Interface to apply the blocking to (should be the upstream WAN interface)." msgstr "" +"Az a csatoló, amelyen a blokkolást alkalmazni kell (a külső WAN csatolónak " +"kell lennie)." #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:61 msgid "" "Takes precedence over blocked ranges. Use to whitelist your upstream network " "if you're behind a double NAT and the auto-detection doesn't work." msgstr "" +"Elsőbbséget élvez a blokkolt tartományokkal szemben. Használja a külső " +"hálózat fehérlistázásához, ha kettőzött NAT mögött van, és az automatikus " +"felismerés nem működik." #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:21 msgid "" @@ -64,3 +72,7 @@ msgid "" "bcp38\">BCP 38. For IPv6, only source specific default routes are " "installed, so no BCP38 firewall routes are needed." msgstr "" +"Ez a funkció blokkolja a személyes címcélokkal rendelkező csomagokat attól, " +"hogy kijussanak az internetre a " +"BCP 38 szerint. IPv6 esetén csak a forrásra jellemző alapértelmezett " +"útvonalak vannak telepítve, így nem szükségesek BCP38 tűzfalútvonalak." diff --git a/applications/luci-app-bcp38/po/mr/bcp38.po b/applications/luci-app-bcp38/po/mr/bcp38.po new file mode 100644 index 000000000..cb1286146 --- /dev/null +++ b/applications/luci-app-bcp38/po/mr/bcp38.po @@ -0,0 +1,60 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:61 +msgid "Allowed IP ranges" +msgstr "" + +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:34 +msgid "" +"Attempt to automatically detect if the upstream IP will be blocked by the " +"configuration, and add an exception if it will. If this does not work " +"correctly, you can add exceptions manually below." +msgstr "" + +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:33 +msgid "Auto-detect upstream IP" +msgstr "" + +#: applications/luci-app-bcp38/luasrc/controller/bcp38.lua:6 +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:20 +msgid "BCP38" +msgstr "" + +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:27 +msgid "BCP38 config" +msgstr "" + +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:56 +msgid "Blocked IP ranges" +msgstr "" + +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:30 +msgid "Enable" +msgstr "" + +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:39 +msgid "Interface name" +msgstr "" + +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:39 +msgid "" +"Interface to apply the blocking to (should be the upstream WAN interface)." +msgstr "" + +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:61 +msgid "" +"Takes precedence over blocked ranges. Use to whitelist your upstream network " +"if you're behind a double NAT and the auto-detection doesn't work." +msgstr "" + +#: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:21 +msgid "" +"This function blocks packets with private address destinations from going " +"out onto the internet as per BCP 38. For IPv6, only source specific default routes are " +"installed, so no BCP38 firewall routes are needed." +msgstr "" diff --git a/applications/luci-app-bcp38/po/pt_BR/bcp38.po b/applications/luci-app-bcp38/po/pt_BR/bcp38.po index 42648e9f6..8bce308aa 100644 --- a/applications/luci-app-bcp38/po/pt_BR/bcp38.po +++ b/applications/luci-app-bcp38/po/pt_BR/bcp38.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-03 08:26+0000\n" +"PO-Revision-Date: 2019-12-09 20:05+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -12,7 +12,7 @@ msgstr "" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:61 msgid "Allowed IP ranges" -msgstr "" +msgstr "Faixas de IP permitidos" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:34 msgid "" @@ -20,23 +20,26 @@ msgid "" "configuration, and add an exception if it will. If this does not work " "correctly, you can add exceptions manually below." msgstr "" +"Tenta detectar o IP automaticamente caso o IP upstream seja bloqueado pela " +"configuração e adiciona uma exceção caso queira. Se isso não funcione " +"corretamente, você pode manualmente adicionar as exceções abaixo." #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:33 msgid "Auto-detect upstream IP" -msgstr "" +msgstr "Auto-detectar IP upstream" #: applications/luci-app-bcp38/luasrc/controller/bcp38.lua:6 #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:20 msgid "BCP38" -msgstr "" +msgstr "BCP38" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:27 msgid "BCP38 config" -msgstr "" +msgstr "Configuração BCP38" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:56 msgid "Blocked IP ranges" -msgstr "" +msgstr "Faixas de IP bloqueadas" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:30 msgid "Enable" @@ -49,13 +52,16 @@ msgstr "Nome da Interface" #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:39 msgid "" "Interface to apply the blocking to (should be the upstream WAN interface)." -msgstr "" +msgstr "Interface para aplicar o bloqueio (deve ser a interface WAN upstream)." #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:61 msgid "" "Takes precedence over blocked ranges. Use to whitelist your upstream network " "if you're behind a double NAT and the auto-detection doesn't work." msgstr "" +"Tem precedência sobre os intervalos bloqueados. Use para listar a sua rede " +"upstream caso esteja por trás de um NAT duplo e a detecção automática não " +"funcione." #: applications/luci-app-bcp38/luasrc/model/cbi/bcp38.lua:21 msgid "" @@ -64,3 +70,7 @@ msgid "" "bcp38\">BCP 38. For IPv6, only source specific default routes are " "installed, so no BCP38 firewall routes are needed." msgstr "" +"Esta função bloqueia que saia para a internet pacotes destinados a rede " +"privada como por BCP 38. " +"Para IPv6, somente rotas específicas predefinidas de fontes são instaladas, " +"logo nenhuma rota de firewall BCP38 é necessária." 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 c204236e3..d7bfee271 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 39d3947f1..d515bea91 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 335f99a70..4bab1e3eb 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 781a6895e..247ff2ce6 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 864ca7676..1d4746c1c 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 e9611d9cc..4263fe5bf 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 90a3c6699..46b3862a5 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 0a48bd995..83895cec4 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 eea7db231..6e4ee1a6c 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 3bed4dbb5..65f6c1c8b 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 f0d8c8cec..bdbb7f2d0 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 2b73d8ad4..d4036c31b 100644 --- a/applications/luci-app-bmx7/po/hu/bmx7.po +++ b/applications/luci-app-bmx7/po/hu/bmx7.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:16+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -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 @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:12 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:79 msgid "Device" -msgstr "" +msgstr "Eszköz" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:57 msgid "Interface" @@ -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 @@ -83,7 +83,7 @@ msgstr "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:13 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:80 msgid "Metric" -msgstr "" +msgstr "Mérőszám" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:7 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:75 @@ -158,12 +158,12 @@ 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 msgid "Routes" -msgstr "" +msgstr "Útvonalak" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:9 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:77 @@ -219,7 +219,7 @@ msgstr "Típus" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:43 msgid "Uptime" -msgstr "" +msgstr "Működési idő" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:11 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:79 diff --git a/applications/luci-app-bmx7/po/it/bmx7.po b/applications/luci-app-bmx7/po/it/bmx7.po index 2a2e11ad7..40c8a3329 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 11e760b47..5832fe1a0 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 ae4493c72..65d56f9ce 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 new file mode 100644 index 000000000..6cb59a165 --- /dev/null +++ b/applications/luci-app-bmx7/po/mr/bmx7.po @@ -0,0 +1,221 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js:510 +msgid "+ d.x +" +msgstr "" + +#: applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js:173 +msgid "+ d3.event.translate +" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:33 +msgid "Announcements" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:27 +msgid "BMX7 revision" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:41 +msgid "Bandwidth" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 +msgid "Bmx7 mesh nodes" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:44 +msgid "CPU usage" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:12 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:79 +msgid "Device" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:57 +msgid "Interface" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:81 +msgid "Last Desc" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:14 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:82 +msgid "Last Ref" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:77 +msgid "Link key" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:61 +msgid "Link-local IPv6" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:71 +msgid "Links" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:42 +msgid "Local net" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:60 +msgid "Max rate" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:45 +msgid "Memory usage" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:13 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:80 +msgid "Metric" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:7 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:75 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:76 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:38 +msgid "Name" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:40 +msgid "Neighbours" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:40 +msgid "Network" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:53 +msgid "Network interfaces" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:39 +msgid "Node" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:18 +msgid "Node configuration" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:25 +msgid "Node key" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:23 +msgid "Node name" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:35 +msgid "Node status" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:39 +msgid "Nodes seen" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:70 +msgid "Originators" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:43 +msgid "Path Metric" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:10 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:78 +msgid "Primary IPv6" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:24 +msgid "Primary IPv6 address" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:62 +msgid "RX BpP" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:80 +msgid "RX rate" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:45 +msgid "Rating" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:78 +msgid "Remote link-local IPv6" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 +msgid "Routes" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:9 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:77 +msgid "S/s/T/t" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:26 +msgid "Short DHash" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:8 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:76 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:22 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:75 +msgid "Short ID" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:58 +msgid "State" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:37 +msgid "Status" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:63 +msgid "TX BpP" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:81 +msgid "TX rate" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:44 +msgid "Tun Metric" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:42 +msgid "Tunnelled IPv4 address" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:41 +msgid "Tunnelled IPv6 address" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:46 +msgid "Tx queue" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:59 +msgid "Type" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:43 +msgid "Uptime" +msgstr "" + +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:11 +#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:79 +msgid "Via Neighbour" +msgstr "" diff --git a/applications/luci-app-bmx7/po/ms/bmx7.po b/applications/luci-app-bmx7/po/ms/bmx7.po index 2afff9ab6..95417e727 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 5e4dd4318..c4b086849 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 5eaf515c6..8b99b77a0 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 8b56e9554..2ee76ff46 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 3d1aba0e9..7a817eda8 100644 --- a/applications/luci-app-bmx7/po/pt_BR/bmx7.po +++ b/applications/luci-app-bmx7/po/pt_BR/bmx7.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-03 08:27+0000\n" +"PO-Revision-Date: 2019-12-09 20:06+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -12,31 +12,31 @@ msgstr "" #: applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js:510 msgid "+ d.x +" -msgstr "" +msgstr "+ d.x +" #: applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js:173 msgid "+ d3.event.translate +" -msgstr "" +msgstr "+ d3.event.translate +" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:33 msgid "Announcements" -msgstr "" +msgstr "Comunicados" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:27 msgid "BMX7 revision" -msgstr "" +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 "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:3 msgid "Bmx7 mesh nodes" -msgstr "" +msgstr "Nós de malha Bmx7" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:44 msgid "CPU usage" -msgstr "" +msgstr "Utilização da CPU" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:12 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:79 @@ -49,36 +49,36 @@ msgstr "Interface" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:81 msgid "Last Desc" -msgstr "" +msgstr "Último Desc" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:14 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:82 msgid "Last Ref" -msgstr "" +msgstr "Última Ref" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:77 msgid "Link key" -msgstr "" +msgstr "Chave do link" #: 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 msgid "Links" -msgstr "" +msgstr "Links" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:42 msgid "Local net" -msgstr "" +msgstr "Rede local" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:60 msgid "Max rate" -msgstr "" +msgstr "Taxa máxima" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:45 msgid "Memory usage" -msgstr "" +msgstr "Uso da memória" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:13 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:80 @@ -102,63 +102,63 @@ msgstr "Rede" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:53 msgid "Network interfaces" -msgstr "" +msgstr "Interfaces de rede" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:39 msgid "Node" -msgstr "" +msgstr "Nó" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:18 msgid "Node configuration" -msgstr "" +msgstr "Configuração do nó" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:25 msgid "Node key" -msgstr "" +msgstr "Chave do nó" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:23 msgid "Node name" -msgstr "" +msgstr "Nome do nó" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:35 msgid "Node status" -msgstr "" +msgstr "Condição do nó" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:39 msgid "Nodes seen" -msgstr "" +msgstr "Nós vistos" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:70 msgid "Originators" -msgstr "" +msgstr "Criadores" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:43 msgid "Path Metric" -msgstr "" +msgstr "Métrica do caminho" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:10 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:78 msgid "Primary IPv6" -msgstr "" +msgstr "IPv6 Primário" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:24 msgid "Primary IPv6 address" -msgstr "" +msgstr "Endereço do IPv6 primário" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:62 msgid "RX BpP" -msgstr "" +msgstr "RX BpP" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:80 msgid "RX rate" -msgstr "" +msgstr "Taxa RX" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:45 msgid "Rating" -msgstr "" +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 "" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:82 @@ -168,18 +168,18 @@ msgstr "Rotas" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:9 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:77 msgid "S/s/T/t" -msgstr "" +msgstr "S/s/T/t" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:26 msgid "Short DHash" -msgstr "" +msgstr "DHash curto" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:8 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:76 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:22 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:75 msgid "Short ID" -msgstr "" +msgstr "ID Curto" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:58 msgid "State" @@ -191,27 +191,27 @@ msgstr "Condição" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:63 msgid "TX BpP" -msgstr "" +msgstr "TX BpP" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:81 msgid "TX rate" -msgstr "" +msgstr "Taxa TX" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:44 msgid "Tun Metric" -msgstr "" +msgstr "Métrica Tun" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:42 msgid "Tunnelled IPv4 address" -msgstr "" +msgstr "Tunelamento de endereço IPV4" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:41 msgid "Tunnelled IPv6 address" -msgstr "" +msgstr "Tunelamento de endereço IPv6" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:46 msgid "Tx queue" -msgstr "" +msgstr "Fila Tx" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:59 msgid "Type" @@ -224,4 +224,13 @@ msgstr "Tempo de atividade" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:11 #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:79 msgid "Via Neighbour" -msgstr "" +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 5c7fd09a4..239064dbe 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 ff375bd4c..598393eec 100644 --- a/applications/luci-app-bmx7/po/ru/bmx7.po +++ b/applications/luci-app-bmx7/po/ru/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/sk/bmx7.po b/applications/luci-app-bmx7/po/sk/bmx7.po index 83fb9a152..67cc23ec5 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 52b518e9f..39962744f 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 e8c72f6f3..8f3002858 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 6c64138f7..c0fff0ec9 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 067e5f900..624fc24b8 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 b923a2194..5977bd4ad 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 64af0495b..e447e2641 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 e478b2272..bbdfe6c17 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 b7609d7a5..8ecae656f 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 @@
<%:State%>
<%:Type%>
<%:Max rate%>
-
<%:LinkLocal Ipv6%>
+
<%:Link-local IPv6%>
<%:RX BpP%>
<%:TX BpP%>
@@ -75,7 +75,7 @@
<%:Short ID%>
<%:Name%>
<%:Link key%>
-
<%:Remote linklocal IPv6%>
+
<%:Remote link-local IPv6%>
<%:Device%>
<%:RX rate%>
<%:TX rate%>
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 aaa79a8f4..9348e7c61 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 @@
<%:Name%>
<%:Node%>
<%:Network%>
-
<%:Bandwith%>
+
<%:Bandwidth%>
<%:Local net%>
<%:Path Metric%>
<%:Tun Metric%>
diff --git a/applications/luci-app-cifsd/po/mr/cifsd.po b/applications/luci-app-cifsd/po/mr/cifsd.po new file mode 100644 index 000000000..549bd5488 --- /dev/null +++ b/applications/luci-app-cifsd/po/mr/cifsd.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 +msgid "Allow guests" +msgstr "अतिथींना परवानगी द्या" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 +msgid "Allowed users" +msgstr "अनुमत वापरकर्ते" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 +msgid "Browse-able" +msgstr "ब्राउझ-सक्षम" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 +msgid "Create mask" +msgstr "मुखवटा तयार करा" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 +msgid "Description" +msgstr "वर्णन" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 +msgid "Edit the template that is used for generating the cifsd configuration." +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 +msgid "Interface" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 +msgid "Name" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 +#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 +msgid "Path" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 +msgid "" +"This is the content of the file '/etc/cifs/smb.conf.template' from which " +"your cifsd configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-cifsd/po/pl/cifsd.po b/applications/luci-app-cifsd/po/pl/cifsd.po index 160faa87f..093d03573 100644 --- a/applications/luci-app-cifsd/po/pl/cifsd.po +++ b/applications/luci-app-cifsd/po/pl/cifsd.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 21:11+0000\n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" "Last-Translator: Michal L \n" "Language-Team: Polish \n" @@ -53,7 +53,7 @@ msgstr "Ustawienia główne" #: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 msgid "Hide dot files" -msgstr "" +msgstr "Ukryj pliki zaczynające się od kropki" #: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 msgid "Inherit owner" diff --git a/applications/luci-app-clamav/po/mr/clamav.po b/applications/luci-app-clamav/po/mr/clamav.po new file mode 100644 index 000000000..9736d58d9 --- /dev/null +++ b/applications/luci-app-clamav/po/mr/clamav.po @@ -0,0 +1,193 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:143 +msgid "10" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:133 +msgid "1024" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:59 +msgid "15" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:154 +msgid "150M" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:36 +msgid "1M" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:60 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:144 +msgid "20" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:138 +msgid "2048" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:37 +msgid "2M" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:155 +msgid "50M" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:35 +msgid "512K" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:149 +msgid "600" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:123 +msgid "Block encrypted archives" +msgstr "" + +#: applications/luci-app-clamav/luasrc/controller/clamav.lua:21 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:22 +msgid "ClamAV" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:147 +msgid "Database check every N sec" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:88 +msgid "Detect broken executables" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:73 +msgid "Detect possibly unwanted apps" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:45 +msgid "Enable verbose logging" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:63 +msgid "Follow directory symlinks" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:68 +msgid "Follow file symlinks" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:30 +msgid "Log" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:50 +msgid "Log additional infection info" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:40 +msgid "Log time with each message" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:58 +msgid "Max directory scan depth" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:141 +msgid "Max number of threads" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:34 +msgid "Max size of log file" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:152 +msgid "Max size of scanned file" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:41 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:46 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:51 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:64 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:69 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:74 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:79 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:84 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:89 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:94 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:99 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:104 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:109 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:114 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:119 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:124 +msgid "No" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:136 +msgid "Port range, highest port" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:131 +msgid "Port range, lowest port" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:83 +msgid "Scan ELF files" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:93 +msgid "Scan MS Office and .msi files" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:113 +msgid "Scan RFC1341 messages split over many emails" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:118 +msgid "Scan archives" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:108 +msgid "Scan emails" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:98 +msgid "Scan pdf files" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:78 +msgid "Scan portable executables" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:103 +msgid "Scan swf files" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:29 +msgid "Settings" +msgstr "" + +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:42 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:47 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:52 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:65 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:70 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:75 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:80 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:85 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:90 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:95 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:100 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:105 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:110 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:115 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:120 +#: applications/luci-app-clamav/luasrc/model/cbi/clamav.lua:125 +msgid "Yes" +msgstr "" diff --git a/applications/luci-app-commands/po/es/commands.po b/applications/luci-app-commands/po/es/commands.po index fb526d72c..df4554bce 100644 --- a/applications/luci-app-commands/po/es/commands.po +++ b/applications/luci-app-commands/po/es/commands.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-10-22 08:50+0000\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" "Last-Translator: Franco Castillo \n" "Language-Team: Spanish \n" @@ -11,7 +11,7 @@ msgstr "" "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.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:16 msgid "A short textual description of the configured command" @@ -97,7 +97,7 @@ msgstr "Descripción" #: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "Download" -msgstr "Descargar" +msgstr "Descarga" #: applications/luci-app-commands/luasrc/view/commands.htm:119 msgid "Download execution result" diff --git a/applications/luci-app-commands/po/mr/commands.po b/applications/luci-app-commands/po/mr/commands.po new file mode 100644 index 000000000..6d37f3188 --- /dev/null +++ b/applications/luci-app-commands/po/mr/commands.po @@ -0,0 +1,147 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-commands/luasrc/model/cbi/commands.lua:16 +msgid "A short textual description of the configured command" +msgstr "" + +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:25 +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:22 +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:146 +msgid "Arguments:" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:66 +msgid "Binary data not displayed, download instead." +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:71 +msgid "Code:" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:164 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:18 +msgid "Command" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands_public.htm:30 +msgid "Command executed successfully." +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands_public.htm:32 +msgid "Command exited with status code" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:73 +msgid "Command failed" +msgstr "" + +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:19 +msgid "Command line to execute" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:73 +msgid "Command successful" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:144 +msgid "Command:" +msgstr "" + +#: applications/luci-app-commands/luasrc/controller/commands.lua:9 +msgid "Configure" +msgstr "" + +#: applications/luci-app-commands/luasrc/controller/commands.lua:7 +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:6 +#: applications/luci-app-commands/luasrc/view/commands.htm:138 +msgid "Custom Commands" +msgstr "" + +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:21 +msgid "Custom arguments" +msgstr "" + +#: applications/luci-app-commands/luasrc/controller/commands.lua:8 +msgid "Dashboard" +msgstr "" + +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:15 +msgid "Description" +msgstr "वर्णन" + +#: applications/luci-app-commands/luasrc/view/commands.htm:150 +msgid "Download" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:119 +msgid "Download execution result" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:79 +msgid "Failed to execute command!" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:152 +msgid "Link" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:53 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-commands/luasrc/view/commands.htm:119 +msgid "Or display result" +msgstr "" + +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:24 +msgid "Public access" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:149 +msgid "Run" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands_public.htm:41 +msgid "Standard Error" +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands_public.htm:36 +msgid "Standard Output" +msgstr "" + +#: applications/luci-app-commands/luasrc/model/cbi/commands.lua:7 +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +#: applications/luci-app-commands/luasrc/view/commands.htm:54 +msgid "Waiting for command to complete..." +msgstr "" + +#~ msgid "Command exited with status code " +#~ msgstr "Command exited with status code " diff --git a/applications/luci-app-commands/po/pt-br/commands.po b/applications/luci-app-commands/po/pt-br/commands.po index 4efc1952b..494b642a4 100644 --- a/applications/luci-app-commands/po/pt-br/commands.po +++ b/applications/luci-app-commands/po/pt-br/commands.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-11-25 16:06+0000\n" -"Last-Translator: Rafael Fontenelle \n" +"PO-Revision-Date: 2019-12-07 10:44+0000\n" +"Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt-br\n" @@ -97,7 +97,7 @@ msgstr "Descrição" #: applications/luci-app-commands/luasrc/view/commands.htm:150 msgid "Download" -msgstr "Baixar" +msgstr "Download" #: applications/luci-app-commands/luasrc/view/commands.htm:119 msgid "Download execution result" diff --git a/applications/luci-app-commands/po/tr/commands.po b/applications/luci-app-commands/po/tr/commands.po index 9953c6ed6..da2240611 100644 --- a/applications/luci-app-commands/po/tr/commands.po +++ b/applications/luci-app-commands/po/tr/commands.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-13 13:06+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -40,7 +40,7 @@ msgstr "" #: applications/luci-app-commands/luasrc/view/commands.htm:164 msgid "Collecting data..." -msgstr "" +msgstr "Veri alınıyor..." #: applications/luci-app-commands/luasrc/model/cbi/commands.lua:18 msgid "Command" diff --git a/applications/luci-app-coovachilli/po/mr/coovachilli.po b/applications/luci-app-coovachilli/po/mr/coovachilli.po new file mode 100644 index 000000000..a02d1fb93 --- /dev/null +++ b/applications/luci-app-coovachilli/po/mr/coovachilli.po @@ -0,0 +1,644 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-coovachilli/luasrc/controller/coovachilli.lua:9 +msgid "CoovaChilli" +msgstr "कूवाचिल्ली" + +#: applications/luci-app-coovachilli/luasrc/controller/coovachilli.lua:12 +msgid "Network Configuration" +msgstr "नेटवर्क कॉन्फिगरेशन" + +#: applications/luci-app-coovachilli/luasrc/controller/coovachilli.lua:13 +msgid "RADIUS configuration" +msgstr "रेडियस कॉन्फिगरेशन" + +#: applications/luci-app-coovachilli/luasrc/controller/coovachilli.lua:14 +msgid "UAM and MAC Authentication" +msgstr "यूएएम आणि मॅक प्रमाणीकरण" + +#, fuzzy +#~ msgid "General configuration" +#~ msgstr "General configuration" + +#~ msgid "General CoovaChilli settings" +#~ msgstr "General CoovaChilli settings" + +#~ msgid "Command socket" +#~ msgstr "Command socket" + +#~ msgid "UNIX socket used for communication with chilli_query" +#~ msgstr "UNIX socket used for communication with chilli_query" + +#~ msgid "Config refresh interval" +#~ msgstr "Config refresh interval" + +#~ msgid "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " +#~ msgstr "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " + +#~ msgid "Pid file" +#~ msgstr "Pid file" + +#~ msgid "Filename to put the process id" +#~ msgstr "Filename to put the process id" + +#~ msgid "State directory" +#~ msgstr "State directory" + +#~ msgid "Directory of non-volatile data" +#~ msgstr "Directory of non-volatile data" + +#~ msgid "TUN/TAP configuration" +#~ msgstr "TUN/TAP configuration" + +#~ msgid "Network/Tun configuration" +#~ msgstr "Network/Tun configuration" + +#~ msgid "Network down script" +#~ msgstr "Network down script" + +#~ msgid "" +#~ "Script executed after a session has moved from authorized state to " +#~ "unauthorized" +#~ msgstr "" +#~ "Script executed after a session has moved from authorized state to " +#~ "unauthorized" + +#~ msgid "Network up script" +#~ msgstr "Network up script" + +#~ msgid "Script executed after the tun network interface has been brought up" +#~ msgstr "Script executed after the tun network interface has been brought up" + +#~ msgid "Primary DNS Server" +#~ msgstr "Primary DNS Server" + +#~ msgid "Secondary DNS Server" +#~ msgstr "Secondary DNS Server" + +#~ msgid "Domain name" +#~ msgstr "Domain name" + +#~ msgid "" +#~ "Is used to inform the client about the domain name to use for DNS lookups" +#~ msgstr "" +#~ "Is used to inform the client about the domain name to use for DNS lookups" + +#~ msgid "Dynamic IP address pool" +#~ msgstr "Dynamic IP address pool" + +#~ msgid "Specifies a pool of dynamic IP addresses" +#~ msgstr "Specifies a pool of dynamic IP addresses" + +#~ msgid "IP down script" +#~ msgstr "IP down script" + +#~ msgid "Script executed after the tun network interface has been taken down" +#~ msgstr "Script executed after the tun network interface has been taken down" + +#~ msgid "IP up script" +#~ msgstr "IP up script" + +#~ msgid "" +#~ "Script executed after the TUN/TAP network interface has been brought up" +#~ msgstr "" +#~ "Script executed after the TUN/TAP network interface has been brought up" + +#~ msgid "Uplink subnet" +#~ msgstr "Uplink subnet" + +#~ msgid "Network address of the uplink interface (CIDR notation)" +#~ msgstr "Network address of the uplink interface (CIDR notation)" + +#~ msgid "Static IP address pool" +#~ msgstr "Static IP address pool" + +#~ msgid "Specifies a pool of static IP addresses" +#~ msgstr "Specifies a pool of static IP addresses" + +#~ msgid "TUN/TAP device" +#~ msgstr "TUN/TAP device" + +#~ msgid "The specific device to use for the TUN/TAP interface" +#~ msgstr "The specific device to use for the TUN/TAP interface" + +#~ msgid "TX queue length" +#~ msgstr "TX queue length" + +#~ msgid "The TX queue length to set on the TUN/TAP interface" +#~ msgstr "The TX queue length to set on the TUN/TAP interface" + +#~ msgid "Use TAP device" +#~ msgstr "Use TAP device" + +#~ msgid "Use the TAP interface instead of TUN" +#~ msgstr "Use the TAP interface instead of TUN" + +#~ msgid "DHCP configuration" +#~ msgstr "DHCP configuration" + +#~ msgid "Set DHCP options for connecting clients" +#~ msgstr "Set DHCP options for connecting clients" + +#~ msgid "DHCP end number" +#~ msgstr "DHCP end number" + +#~ msgid "Where to stop assigning IP addresses (default 254)" +#~ msgstr "Where to stop assigning IP addresses (default 254)" + +#~ msgid "DHCP interface" +#~ msgstr "DHCP interface" + +#~ msgid "Ethernet interface to listen to for the downlink interface" +#~ msgstr "Ethernet interface to listen to for the downlink interface" + +#~ msgid "Listen MAC address" +#~ msgstr "Listen MAC address" + +#~ msgid "" +#~ "MAC address to listen to. If not specified the MAC address of the " +#~ "interface will be used" +#~ msgstr "" +#~ "MAC address to listen to. If not specified the MAC address of the " +#~ "interface will be used" + +#~ msgid "DHCP start number" +#~ msgstr "DHCP start number" + +#~ msgid "Where to start assigning IP addresses (default 10)" +#~ msgstr "Where to start assigning IP addresses (default 10)" + +#~ msgid "Enable IEEE 802.1x" +#~ msgstr "Enable IEEE 802.1x" + +#~ msgid "Enable IEEE 802.1x authentication and listen for EAP requests" +#~ msgstr "Enable IEEE 802.1x authentication and listen for EAP requests" + +#~ msgid "Leasetime" +#~ msgstr "Leasetime" + +#~ msgid "Use a DHCP lease of seconds (default 600)" +#~ msgstr "Use a DHCP lease of seconds (default 600)" + +#~ msgid "Allow session update through RADIUS" +#~ msgstr "Allow session update through RADIUS" + +#~ msgid "" +#~ "Allow updating of session parameters with RADIUS attributes sent in " +#~ "Accounting-Response" +#~ msgstr "" +#~ "Allow updating of session parameters with RADIUS attributes sent in " +#~ "Accounting-Response" + +#~ msgid "Admin password" +#~ msgstr "Admin password" + +#~ msgid "" +#~ "Password to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "Password to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" + +#~ msgid "Admin user" +#~ msgstr "Admin user" + +#~ msgid "" +#~ "User-name to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "User-name to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" + +#~ msgid "Do not check disconnection requests" +#~ msgstr "Do not check disconnection requests" + +#~ msgid "Do not check the source IP address of radius disconnect requests" +#~ msgstr "Do not check the source IP address of radius disconnect requests" + +#~ msgid "RADIUS disconnect port" +#~ msgstr "RADIUS disconnect port" + +#~ msgid "UDP port to listen to for accepting radius disconnect requests" +#~ msgstr "UDP port to listen to for accepting radius disconnect requests" + +#~ msgid "NAS IP" +#~ msgstr "NAS IP" + +#~ msgid "Value to use in RADIUS NAS-IP-Address attribute" +#~ msgstr "Value to use in RADIUS NAS-IP-Address attribute" + +#~ msgid "NAS MAC" +#~ msgstr "NAS MAC" + +#~ msgid "MAC address value to use in RADIUS Called-Station-ID attribute" +#~ msgstr "MAC address value to use in RADIUS Called-Station-ID attribute" + +#~ msgid "Allow OpenID authentication" +#~ msgstr "Allow OpenID authentication" + +#~ msgid "" +#~ "Allows OpenID authentication by sending ChilliSpot-Config=allow-" +#~ "openidauth in RADIUS Access-Requests" +#~ msgstr "" +#~ "Allows OpenID authentication by sending ChilliSpot-Config=allow-" +#~ "openidauth in RADIUS Access-Requests" + +#~ msgid "RADIUS accounting port" +#~ msgstr "RADIUS accounting port" + +#~ msgid "" +#~ "The UDP port number to use for radius accounting requests (default 1813)" +#~ msgstr "" +#~ "The UDP port number to use for radius accounting requests (default 1813)" + +#~ msgid "RADIUS authentication port" +#~ msgstr "RADIUS authentication port" + +#~ msgid "" +#~ "The UDP port number to use for radius authentication requests (default " +#~ "1812)" +#~ msgstr "" +#~ "The UDP port number to use for radius authentication requests (default " +#~ "1812)" + +#~ msgid "Option radiuscalled" +#~ msgstr "Option radiuscalled" + +#~ msgid "RADIUS listen address" +#~ msgstr "RADIUS listen address" + +#~ msgid "Local interface IP address to use for the radius interface" +#~ msgstr "Local interface IP address to use for the radius interface" + +#~ msgid "RADIUS location ID" +#~ msgstr "RADIUS location ID" + +#~ msgid "WISPr Location ID" +#~ msgstr "WISPr Location ID" + +#~ msgid "RADIUS location name" +#~ msgstr "RADIUS location name" + +#~ msgid "WISPr Location Name" +#~ msgstr "WISPr Location Name" + +#~ msgid "NAS ID" +#~ msgstr "NAS ID" + +#~ msgid "Network access server identifier" +#~ msgstr "Network access server identifier" + +#~ msgid "Option radiusnasip" +#~ msgstr "Option radiusnasip" + +#~ msgid "NAS port type" +#~ msgstr "NAS port type" + +#~ msgid "" +#~ "Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)" +#~ msgstr "" +#~ "Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)" + +#~ msgid "Send RADIUS VSA" +#~ msgstr "Send RADIUS VSA" + +#~ msgid "Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request" +#~ msgstr "Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request" + +#~ msgid "RADIUS secret" +#~ msgstr "RADIUS secret" + +#~ msgid "Radius shared secret for both servers" +#~ msgstr "Radius shared secret for both servers" + +#~ msgid "RADIUS server 1" +#~ msgstr "RADIUS server 1" + +#~ msgid "The IP address of radius server 1" +#~ msgstr "The IP address of radius server 1" + +#~ msgid "RADIUS server 2" +#~ msgstr "RADIUS server 2" + +#~ msgid "The IP address of radius server 2" +#~ msgstr "The IP address of radius server 2" + +#~ msgid "Swap octets" +#~ msgstr "Swap octets" + +#~ msgid "" +#~ "Swap the meaning of \"input octets\" and \"output octets\" as it related " +#~ "to RADIUS attribtues" +#~ msgstr "" +#~ "Swap the meaning of \"input octets\" and \"output octets\" as it related " +#~ "to RADIUS attribtues" + +#~ msgid "Allow WPA guests" +#~ msgstr "Allow WPA guests" + +#~ msgid "" +#~ "Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-" +#~ "guests in RADIUS Access-Requests" +#~ msgstr "" +#~ "Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-" +#~ "guests in RADIUS Access-Requests" + +#~ msgid "Proxy client" +#~ msgstr "Proxy client" + +#~ msgid "" +#~ "IP address from which radius requests are accepted. If omitted the server " +#~ "will not accept radius requests" +#~ msgstr "" +#~ "IP address from which radius requests are accepted. If omitted the server " +#~ "will not accept radius requests" + +#~ msgid "Proxy listen address" +#~ msgstr "Proxy listen address" + +#~ msgid "Local interface IP address to use for accepting radius requests" +#~ msgstr "Local interface IP address to use for accepting radius requests" + +#~ msgid "Proxy port" +#~ msgstr "Proxy port" + +#~ msgid "UDP Port to listen to for accepting radius requests" +#~ msgstr "UDP Port to listen to for accepting radius requests" + +#~ msgid "Proxy secret" +#~ msgstr "Proxy secret" + +#~ msgid "Radius shared secret for clients" +#~ msgstr "Radius shared secret for clients" + +#~ msgid "UAM configuration" +#~ msgstr "UAM configuration" + +#~ msgid "Unified Configuration Method settings" +#~ msgstr "Unified Configuration Method settings" + +#~ msgid "Use Chilli XML" +#~ msgstr "Use Chilli XML" + +#~ msgid "Return the so-called Chilli XML along with WISPr XML" +#~ msgstr "Return the so-called Chilli XML along with WISPr XML" + +#~ msgid "Default idle timeout" +#~ msgstr "Default idle timeout" + +#~ msgid "Default idle timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "Default idle timeout unless otherwise set by RADIUS (defaults to 0)" + +#~ msgid "Default interim interval" +#~ msgstr "Default interim interval" + +#~ msgid "" +#~ "Default interim-interval for RADIUS accounting unless otherwise set by " +#~ "RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Default interim-interval for RADIUS accounting unless otherwise set by " +#~ "RADIUS (defaults to 0)" + +#~ msgid "Default session timeout" +#~ msgstr "Default session timeout" + +#~ msgid "" +#~ "Default session timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Default session timeout unless otherwise set by RADIUS (defaults to 0)" + +#~ msgid "Inspect DNS traffic" +#~ msgstr "Inspect DNS traffic" + +#~ msgid "" +#~ "Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX " +#~ "records to prevent dns tunnels (experimental)" +#~ msgstr "" +#~ "Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX " +#~ "records to prevent dns tunnels (experimental)" + +#~ msgid "Local users file" +#~ msgstr "Local users file" + +#~ msgid "" +#~ "A colon separated file containing usernames and passwords of locally " +#~ "authenticated users" +#~ msgstr "" +#~ "A colon separated file containing usernames and passwords of locally " +#~ "authenticated users" + +#~ msgid "Location name" +#~ msgstr "Location name" + +#~ msgid "Human readable location name used in JSON interface" +#~ msgstr "Human readable location name used in JSON interface" + +#~ msgid "Do not redirect to UAM server" +#~ msgstr "Do not redirect to UAM server" + +#~ msgid "" +#~ "Do not return to UAM server on login success, just redirect to original " +#~ "URL" +#~ msgstr "" +#~ "Do not return to UAM server on login success, just redirect to original " +#~ "URL" + +#~ msgid "Do not do WISPr" +#~ msgstr "Do not do WISPr" + +#~ msgid "Do not do any WISPr XML, assume the back-end is doing this instead" +#~ msgstr "Do not do any WISPr XML, assume the back-end is doing this instead" + +#~ msgid "Post auth proxy" +#~ msgstr "Post auth proxy" + +#~ msgid "" +#~ "Used with postauthproxyport to define a post authentication HTTP proxy " +#~ "server" +#~ msgstr "" +#~ "Used with postauthproxyport to define a post authentication HTTP proxy " +#~ "server" + +#~ msgid "Post auth proxy port" +#~ msgstr "Post auth proxy port" + +#~ msgid "" +#~ "Used with postauthproxy to define a post authentication HTTP proxy server" +#~ msgstr "" +#~ "Used with postauthproxy to define a post authentication HTTP proxy server" + +#~ msgid "Allowed resources" +#~ msgstr "Allowed resources" + +#~ msgid "List of resources the client can access without first authenticating" +#~ msgstr "" +#~ "List of resources the client can access without first authenticating" + +#~ msgid "Allow any DNS server" +#~ msgstr "Allow any DNS server" + +#~ msgid "Allow any DNS server for unauthenticated clients" +#~ msgstr "Allow any DNS server for unauthenticated clients" + +#~ msgid "Allow any IP address" +#~ msgstr "Allow any IP address" + +#~ msgid "" +#~ "Allow clients to use any IP settings they wish by spoofing ARP " +#~ "(experimental)" +#~ msgstr "" +#~ "Allow clients to use any IP settings they wish by spoofing ARP " +#~ "(experimental)" + +#~ msgid "Allowed domains" +#~ msgstr "Allowed domains" + +#~ msgid "" +#~ "Defines a list of domain names to automatically add to the walled garden" +#~ msgstr "" +#~ "Defines a list of domain names to automatically add to the walled garden" + +#~ msgid "UAM homepage" +#~ msgstr "UAM homepage" + +#~ msgid "URL of homepage to redirect unauthenticated users to" +#~ msgstr "URL of homepage to redirect unauthenticated users to" + +#~ msgid "UAM static content port" +#~ msgstr "UAM static content port" + +#~ msgid "TCP port to bind to for only serving embedded content" +#~ msgstr "TCP port to bind to for only serving embedded content" + +#~ msgid "UAM listening address" +#~ msgstr "UAM listening address" + +#~ msgid "IP address to listen to for authentication of clients" +#~ msgstr "IP address to listen to for authentication of clients" + +#~ msgid "UAM logout IP" +#~ msgstr "UAM logout IP" + +#~ msgid "" +#~ "Use this IP address to instantly logout a client accessing it (defaults " +#~ "to 1.1.1.1)" +#~ msgstr "" +#~ "Use this IP address to instantly logout a client accessing it (defaults " +#~ "to 1.1.1.1)" + +#~ msgid "UAM listening port" +#~ msgstr "UAM listening port" + +#~ msgid "TCP port to bind to for authenticating clients (default 3990)" +#~ msgstr "TCP port to bind to for authenticating clients (default 3990)" + +#~ msgid "UAM secret" +#~ msgstr "UAM secret" + +#~ msgid "Shared secret between uamserver and chilli" +#~ msgstr "Shared secret between uamserver and chilli" + +#~ msgid "UAM server" +#~ msgstr "UAM server" + +#~ msgid "URL of web server to use for authenticating clients" +#~ msgstr "URL of web server to use for authenticating clients" + +#~ msgid "UAM user interface" +#~ msgstr "UAM user interface" + +#~ msgid "" +#~ "An init.d style program to handle local content on the uamuiport web " +#~ "server" +#~ msgstr "" +#~ "An init.d style program to handle local content on the uamuiport web " +#~ "server" + +#~ msgid "Use status file" +#~ msgstr "Use status file" + +#~ msgid "" +#~ "Write the status of clients in a non-volatile state file (experimental)" +#~ msgstr "" +#~ "Write the status of clients in a non-volatile state file (experimental)" + +#~ msgid "WISPr login url" +#~ msgstr "WISPr login url" + +#~ msgid "Specific URL to be given in WISPr XML LoginURL" +#~ msgstr "Specific URL to be given in WISPr XML LoginURL" + +#~ msgid "CGI program" +#~ msgstr "CGI program" + +#~ msgid "" +#~ "Executable to run as a CGI type program (like haserl) for URLs with " +#~ "extension .chi" +#~ msgstr "" +#~ "Executable to run as a CGI type program (like haserl) for URLs with " +#~ "extension .chi" + +#~ msgid "Web content directory" +#~ msgstr "Web content directory" + +#~ msgid "Directory where embedded local web content is placed" +#~ msgstr "Directory where embedded local web content is placed" + +#~ msgid "MAC configuration" +#~ msgstr "MAC configuration" + +#~ msgid "Configure MAC authentication" +#~ msgstr "Configure MAC authentication" + +#~ msgid "Allowed MAC addresses" +#~ msgstr "Allowed MAC addresses" + +#~ msgid "List of MAC addresses for which MAC authentication will be performed" +#~ msgstr "" +#~ "List of MAC addresses for which MAC authentication will be performed" + +#~ msgid "Authenticate locally allowed MACs" +#~ msgstr "Authenticate locally allowed MACs" + +#~ msgid "Authenticate allowed MAC addresses without the use of RADIUS" +#~ msgstr "Authenticate allowed MAC addresses without the use of RADIUS" + +#~ msgid "Enable MAC authentification" +#~ msgstr "Enable MAC authentification" + +#~ msgid "Try to authenticate all users based on their mac address alone" +#~ msgstr "Try to authenticate all users based on their mac address alone" + +#~ msgid "Password" +#~ msgstr "Password" + +#~ msgid "Password used when performing MAC authentication" +#~ msgstr "Password used when performing MAC authentication" + +#~ msgid "Suffix" +#~ msgstr "Suffix" + +#~ msgid "coovachilli_macauth_macsuffix_desc" +#~ msgstr "" +#~ "Suffix to add to the MAC address in order to form the User-Name, which is " +#~ "sent to the radius server" diff --git a/applications/luci-app-cshark/po/de/cshark.po b/applications/luci-app-cshark/po/de/cshark.po index 770c93ba0..d2e11037b 100644 --- a/applications/luci-app-cshark/po/de/cshark.po +++ b/applications/luci-app-cshark/po/de/cshark.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-01 10:40+0000\n" -"Last-Translator: Paul Spooren \n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"Last-Translator: ssantos \n" "Language-Team: German \n" "Language: de\n" @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 msgid "CloudShark URL" -msgstr "CloudShark URL" +msgstr "CloudShark-URL" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 diff --git a/applications/luci-app-cshark/po/en/cshark.po b/applications/luci-app-cshark/po/en/cshark.po index c552089b5..fcc9d8587 100644 --- a/applications/luci-app-cshark/po/en/cshark.po +++ b/applications/luci-app-cshark/po/en/cshark.po @@ -1,12 +1,18 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" +"Last-Translator: Guillaume D. <2a3b@protonmail.com>\n" +"Language-Team: English \n" "Language: en\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-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "Actions" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" diff --git a/applications/luci-app-cshark/po/hu/cshark.po b/applications/luci-app-cshark/po/hu/cshark.po index a229aee6b..f5eb53e45 100644 --- a/applications/luci-app-cshark/po/hu/cshark.po +++ b/applications/luci-app-cshark/po/hu/cshark.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:45+0000\n" +"PO-Revision-Date: 2019-12-10 23:14+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -12,7 +12,7 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "Műveletek" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" diff --git a/applications/luci-app-cshark/po/mr/cshark.po b/applications/luci-app-cshark/po/mr/cshark.po new file mode 100644 index 000000000..e9d75efa7 --- /dev/null +++ b/applications/luci-app-cshark/po/mr/cshark.po @@ -0,0 +1,111 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-cshark/luasrc/view/cshark.htm:24 +msgid "Actions" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 +msgid "Capture URL" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 +msgid "Capture links" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 +msgid "Capture time" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 +msgid "Clear list" +msgstr "" + +#: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 +msgid "CloudShark" +msgstr "" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 +msgid "CloudShark API token" +msgstr "" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 +msgid "CloudShark URL" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:23 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:51 +msgid "Filter" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 +msgid "Interface" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 +msgid "Options" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 +msgid "Start capture" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 +msgid "Start network capture" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 +msgid "Stop capture" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 +msgid "Waiting for capture to complete..." +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 +msgid "Waiting for upload to complete..." +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 +msgid "any" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 +msgid "bytes" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 +msgid "packets" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 +msgid "seconds" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 +msgid "seconds, packets, bytes" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 +msgid "timeout, bytes, seconds" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 +msgid "value for [seconds, packets, bytes] must be Integer" +msgstr "" diff --git a/applications/luci-app-cshark/po/tr/cshark.po b/applications/luci-app-cshark/po/tr/cshark.po index 1628035cc..8486c8edf 100644 --- a/applications/luci-app-cshark/po/tr/cshark.po +++ b/applications/luci-app-cshark/po/tr/cshark.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:06+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -12,7 +12,7 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "Eylemler" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" diff --git a/applications/luci-app-cshark/po/zh-cn/cshark.po b/applications/luci-app-cshark/po/zh-cn/cshark.po index 376cc98d0..fc53ff45c 100644 --- a/applications/luci-app-cshark/po/zh-cn/cshark.po +++ b/applications/luci-app-cshark/po/zh-cn/cshark.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-15 03:05+0000\n" -"Last-Translator: Meano Lee \n" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" +"Last-Translator: Zheng Qian \n" "Language-Team: Chinese (Simplified) \n" "Language: zh-cn\n" @@ -16,37 +16,37 @@ msgstr "动作" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" -msgstr "" +msgstr "捕获 URL" #: applications/luci-app-cshark/luasrc/view/cshark.htm:68 msgid "Capture links" -msgstr "" +msgstr "捕获链接" #: applications/luci-app-cshark/luasrc/view/cshark.htm:73 msgid "Capture time" -msgstr "" +msgstr "捕获时间" #: applications/luci-app-cshark/luasrc/view/cshark.htm:284 msgid "Clear list" -msgstr "" +msgstr "清空列表" #: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 msgid "CloudShark" -msgstr "" +msgstr "CloudShark" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 msgid "CloudShark API token" -msgstr "" +msgstr "CloudShark API 令牌" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 msgid "CloudShark URL" -msgstr "" +msgstr "CloudShark URL" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 msgid "Filter" -msgstr "" +msgstr "过滤器" #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 @@ -64,23 +64,23 @@ msgstr "选项" #: applications/luci-app-cshark/luasrc/view/cshark.htm:54 #: applications/luci-app-cshark/luasrc/view/cshark.htm:196 msgid "Start capture" -msgstr "" +msgstr "开始捕获" #: applications/luci-app-cshark/luasrc/view/cshark.htm:17 msgid "Start network capture" -msgstr "" +msgstr "开始网络捕获" #: applications/luci-app-cshark/luasrc/view/cshark.htm:181 msgid "Stop capture" -msgstr "" +msgstr "停止捕获" #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for capture to complete..." -msgstr "" +msgstr "正等待捕获完成…" #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for upload to complete..." -msgstr "" +msgstr "正等待上传完成…" #: applications/luci-app-cshark/luasrc/view/cshark.htm:39 msgid "any" @@ -88,11 +88,11 @@ msgstr "任意" #: applications/luci-app-cshark/luasrc/view/cshark.htm:47 msgid "bytes" -msgstr "" +msgstr "字节" #: applications/luci-app-cshark/luasrc/view/cshark.htm:46 msgid "packets" -msgstr "" +msgstr "数据包" #: applications/luci-app-cshark/luasrc/view/cshark.htm:45 msgid "seconds" @@ -100,12 +100,12 @@ msgstr "秒" #: applications/luci-app-cshark/luasrc/view/cshark.htm:22 msgid "seconds, packets, bytes" -msgstr "" +msgstr "秒,数据包,字节" #: applications/luci-app-cshark/luasrc/view/cshark.htm:44 msgid "timeout, bytes, seconds" -msgstr "" +msgstr "超时,字节,秒" #: applications/luci-app-cshark/luasrc/view/cshark.htm:151 msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "" +msgstr "[秒,数据包,字节] 的值必需为整形" diff --git a/applications/luci-app-dcwapd/po/hu/dcwapd.po b/applications/luci-app-dcwapd/po/hu/dcwapd.po index 218b8b740..172134f44 100644 --- a/applications/luci-app-dcwapd/po/hu/dcwapd.po +++ b/applications/luci-app-dcwapd/po/hu/dcwapd.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -40,7 +40,7 @@ msgstr "" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:213 msgid "Destination port" -msgstr "" +msgstr "Célport" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:21 msgid "Dual Channel Wi-Fi AP Daemon" @@ -103,7 +103,7 @@ msgstr "" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:198 msgid "Source port" -msgstr "" +msgstr "Forrásport" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:40 msgid "Specify the temporary directory for dcwapd file storage." diff --git a/applications/luci-app-dcwapd/po/mr/dcwapd.po b/applications/luci-app-dcwapd/po/mr/dcwapd.po new file mode 100644 index 000000000..e8e10ef59 --- /dev/null +++ b/applications/luci-app-dcwapd/po/mr/dcwapd.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:72 +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:121 +msgid "Bridge" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:45 +msgid "Channel Sets" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:89 +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:102 +msgid "Data Channels" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:102 +msgid "Define data channels over which outbound filtered packets will flow." +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:179 +msgid "" +"Define filter rules to apply to outbound packets. Matching packets will flow " +"over the data channel." +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:45 +msgid "Define primary channels and their corresponding data channels." +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:213 +msgid "Destination port" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:21 +msgid "Dual Channel Wi-Fi AP Daemon" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/controller/dcwapd.lua:11 +msgid "Dual Channel WiFi" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:34 +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:52 +msgid "Enable" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:154 +msgid "Filter Sets" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:166 +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:179 +msgid "Filters" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:27 +msgid "General" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:27 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:138 +msgid "Interfaces" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:161 +msgid "MAC Address" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:186 +msgid "Packet size" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:204 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:58 +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:107 +msgid "SSID" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:154 +msgid "Select filters to apply to matching MAC addresses." +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:192 +msgid "Source IP" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:198 +msgid "Source port" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:40 +msgid "Specify the temporary directory for dcwapd file storage." +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:40 +msgid "Temp Directory" +msgstr "" + +#: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:22 +msgid "" +"With Dual Channel WiFi " +"you can use two simultaneous Wi-Fi connections to decrease wireless traffic " +"congestion and increase throughput." +msgstr "" diff --git a/applications/luci-app-dcwapd/po/pt_BR/dcwapd.po b/applications/luci-app-dcwapd/po/pt_BR/dcwapd.po index 35152bacb..d62c01901 100644 --- a/applications/luci-app-dcwapd/po/pt_BR/dcwapd.po +++ b/applications/luci-app-dcwapd/po/pt_BR/dcwapd.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-03 08:26+0000\n" +"PO-Revision-Date: 2019-12-09 20:05+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -17,26 +17,28 @@ msgstr "Ponte" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:45 msgid "Channel Sets" -msgstr "" +msgstr "Conjuntos de Canais" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:89 #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:102 msgid "Data Channels" -msgstr "" +msgstr "Canais de Dados" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:102 msgid "Define data channels over which outbound filtered packets will flow." -msgstr "" +msgstr "Defina os canais de dados sobre os quais fluirão os pacotes filtrados." #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:179 msgid "" "Define filter rules to apply to outbound packets. Matching packets will flow " "over the data channel." msgstr "" +"Defina as regras de filtragem a serem aplicadas nos pacotes de saída. Os " +"pacotes correspondentes fluirão através do canal de dados." #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:45 msgid "Define primary channels and their corresponding data channels." -msgstr "" +msgstr "Defina os canais primários e seus canais de dados correspondentes." #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:213 msgid "Destination port" @@ -44,11 +46,11 @@ msgstr "Porta de destino" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:21 msgid "Dual Channel Wi-Fi AP Daemon" -msgstr "" +msgstr "Daemon de Canal Duplo do ponto de acesso Wi-Fi" #: applications/luci-app-dcwapd/luasrc/controller/dcwapd.lua:11 msgid "Dual Channel WiFi" -msgstr "" +msgstr "Canal Duplo de WiFi" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:34 #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:52 @@ -57,12 +59,12 @@ msgstr "Ativar" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:154 msgid "Filter Sets" -msgstr "" +msgstr "Conjuntos de Filtros" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:166 #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:179 msgid "Filters" -msgstr "" +msgstr "Filtros" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:27 msgid "General" @@ -82,7 +84,7 @@ msgstr "Endereço MAC" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:186 msgid "Packet size" -msgstr "" +msgstr "Tamanho do pacote" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:204 msgid "Protocol" @@ -96,10 +98,11 @@ msgstr "SSID" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:154 msgid "Select filters to apply to matching MAC addresses." msgstr "" +"Selecione os filtros a serem aplicados nos endereços MAC correspondentes." #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:192 msgid "Source IP" -msgstr "" +msgstr "IP de Origem" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:198 msgid "Source port" @@ -108,10 +111,11 @@ msgstr "Porta de origem" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:40 msgid "Specify the temporary directory for dcwapd file storage." msgstr "" +"Especifique o diretório temporário para o armazenamento dos arquivos dcwapd." #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:40 msgid "Temp Directory" -msgstr "" +msgstr "Diretório Temporário" #: applications/luci-app-dcwapd/luasrc/model/cbi/dcwapd/dcwapd.lua:22 msgid "" @@ -119,3 +123,6 @@ msgid "" "you can use two simultaneous Wi-Fi connections to decrease wireless traffic " "congestion and increase throughput." msgstr "" +"Com o Dual Channel WiFi " +"você pode usar duas conexões Wi-Fi simultâneas para diminuir o " +"congestionamento de tráfego sem fio e aumentar a taxa de transferência." 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 36455f834..c52d3c26b 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-ddns/po/de/ddns.po b/applications/luci-app-ddns/po/de/ddns.po index c3a21f7a0..7272c2278 100644 --- a/applications/luci-app-ddns/po/de/ddns.po +++ b/applications/luci-app-ddns/po/de/ddns.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-ddns 2.4.2-1\n" "POT-Creation-Date: 2016-09-25 10:43+0200\n" -"PO-Revision-Date: 2019-12-01 10:40+0000\n" -"Last-Translator: Paul Spooren \n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: Kiste \n" "Language-Team: German \n" "Language: de\n" @@ -166,14 +166,14 @@ msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:958 msgid "Directory contains Log files for each running section." -msgstr "Verzeichnis enthält für jeden aktiven Abschnitt Log-Dateien" +msgstr "Verzeichnis enthält für jeden aktiven Abschnitt Log-Dateien." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:952 msgid "" "Directory contains PID and other status information for each running section." msgstr "" "Verzeichnis enthält für jeden aktiven Abschnitt PID und andere " -"Statusinformationen" +"Statusinformationen." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:15 msgid "Disabled" @@ -598,7 +598,7 @@ msgstr "Einmalig ausführen" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:103 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:436 msgid "Running" -msgstr "" +msgstr "Laufend" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:610 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:672 diff --git a/applications/luci-app-ddns/po/hu/ddns.po b/applications/luci-app-ddns/po/hu/ddns.po index e7a85ad7e..0be30df99 100644 --- a/applications/luci-app-ddns/po/hu/ddns.po +++ b/applications/luci-app-ddns/po/hu/ddns.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-ddns 2.4.0-1\n" "POT-Creation-Date: 2016-01-30 11:07+0100\n" -"PO-Revision-Date: 2019-11-29 19:45+0000\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -184,7 +184,7 @@ msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:351 msgid "Edit" -msgstr "" +msgstr "Szerkesztés" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:583 msgid "Enable secure communication with DDNS provider" @@ -222,7 +222,7 @@ msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:787 msgid "File" -msgstr "" +msgstr "Fájl" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:929 msgid "For detailed information about parameter settings look here." @@ -284,7 +284,7 @@ msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:473 msgid "IPv4-Address" -msgstr "" +msgstr "IPv4-cím" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:759 msgid "IPv6 address must be given in square brackets" @@ -300,7 +300,7 @@ msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:475 msgid "IPv6-Address" -msgstr "" +msgstr "IPv6-cím" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:977 msgid "" @@ -329,7 +329,7 @@ msgstr "Információk" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:150 msgid "Information" -msgstr "" +msgstr "Információ" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:286 msgid "Install 'ca-certificates' package or needed certificates" @@ -515,7 +515,7 @@ msgstr "Jelszó" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:588 msgid "Path to CA-Certificate" -msgstr "" +msgstr "Útvonal a CA-tanúsítványhoz" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:203 msgid "" @@ -537,7 +537,7 @@ msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:379 msgid "Reload" -msgstr "" +msgstr "Újratöltés" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:359 msgid "Reload this service" @@ -572,7 +572,7 @@ msgstr "Parancsfájl" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:291 msgid "Services" -msgstr "" +msgstr "Szolgáltatások" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:65 msgid "Start DDNS" @@ -592,7 +592,7 @@ msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:378 msgid "Stop" -msgstr "" +msgstr "Leállítás" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:65 msgid "Stop DDNS" @@ -690,7 +690,7 @@ msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:776 msgid "Warning" -msgstr "" +msgstr "Figyelmeztetés" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:786 msgid "" diff --git a/applications/luci-app-ddns/po/mr/ddns.po b/applications/luci-app-ddns/po/mr/ddns.po new file mode 100644 index 000000000..8a5a1736c --- /dev/null +++ b/applications/luci-app-ddns/po/mr/ddns.po @@ -0,0 +1,780 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-ddns/htdocs/luci-static/resources/view/ddns/overview.js:964 +msgid "\"../\" not allowed in path for Security Reason." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:294 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:323 +msgid "Add new services..." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:933 +msgid "Allow non-public IP's" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:442 +msgid "Basic Settings" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:710 +msgid "Bind Network" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:223 +msgid "Binding to a specific network not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:250 +msgid "BusyBox's nslookup and Wget do not support to specify" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:261 +msgid "BusyBox's nslookup and hostip do not support to specify to use TCP" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:272 +msgid "BusyBox's nslookup in the current compiled version" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:329 +msgid "Cancel" +msgstr "रद्द करा" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:794 +msgid "Check Interval" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:26 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:88 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:398 +msgid "Configuration Error" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:924 +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:342 +msgid "Create service" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:946 +msgid "Current setting:" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:72 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:163 +msgid "Currently DDNS updates are not started at boot or on interface events." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:536 +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:525 +msgid "Custom update-URL" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:535 +msgid "Custom update-script" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:70 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:166 +msgid "DDNS Autostart disabled" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:69 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:166 +msgid "DDNS Autostart enabled" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:479 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:501 +msgid "DDNS Service provider" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:427 +msgid "DDns Service" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:260 +msgid "DNS requests via TCP not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:733 +msgid "DNS-Server" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:942 +msgid "Date format" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:653 +msgid "Defines the Web page to read systems IP-Address from" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:663 +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:644 +msgid "Defines the network to read systems IP-Address from" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:603 +msgid "" +"Defines the source to read systems IP-Address from, that will be send to the " +"DDNS provider" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:468 +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:958 +msgid "Directory contains Log files for each running section." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:952 +msgid "" +"Directory contains PID and other status information for each running section." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:15 +msgid "Disabled" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:544 +msgid "Domain" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:148 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:6 +#: applications/luci-app-ddns/luasrc/controller/ddns.lua:10 +msgid "Dynamic DNS" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:154 +msgid "Dynamic DNS Version" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:351 +msgid "Edit" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:583 +msgid "Enable secure communication with DDNS provider" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:406 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:450 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:777 +msgid "Error" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:859 +msgid "Error Retry Counter" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:870 +msgid "Error Retry Interval" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:681 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:692 +msgid "Event Network" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:654 +msgid "Example for IPv4" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:655 +msgid "Example for IPv6" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:787 +msgid "File" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:929 +msgid "For detailed information about parameter settings look here." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:944 +msgid "For supported codes look here" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:722 +msgid "Force IP Version" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:249 +msgid "Force IP Version not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:821 +msgid "Force Interval" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:746 +msgid "Force TCP on DNS" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758 +msgid "Format" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:735 +msgid "Format: IP or FQDN" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:228 +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:923 +msgid "Global Configuration" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:211 +msgid "HTTPS not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:459 +msgid "Hostname/FQDN to validate, if IP update happen or necessary" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:602 +msgid "IP address source" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:467 +msgid "IP address version" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:473 +msgid "IPv4-Address" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:759 +msgid "IPv6 address must be given in square brackets" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:202 +msgid "IPv6 is currently not (fully) supported by this system" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:201 +msgid "IPv6 not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:475 +msgid "IPv6-Address" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:977 +msgid "" +"If Wget and cURL package are installed, Wget is used for communication by " +"default." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:450 +msgid "If this service section is disabled it could not be started." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:284 +msgid "If using secure communication you should verify server certificates!" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:216 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:230 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:242 +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:774 +msgid "Info" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:150 +msgid "Information" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:286 +msgid "Install 'ca-certificates' package or needed certificates" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:609 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:662 +msgid "Interface" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:822 +msgid "Interval to force updates send to DDNS Provider" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:812 +msgid "Interval unit to check for changed IP" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:849 +msgid "Interval unit to force updates send to DDNS Provider" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:926 +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:411 +msgid "Last Update" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:445 +msgid "Log File Viewer" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:957 +msgid "Log directory" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:969 +msgid "Log length" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:781 +msgid "Log to file" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:768 +msgid "Log to syslog" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:394 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:458 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28 +msgid "Lookup Hostname" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:311 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:388 +msgid "Name" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:224 +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:212 +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support secure updates via " +"HTTPS protocol." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:607 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:643 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30 +msgid "Network" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:682 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:693 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:712 +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:90 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:415 +msgid "Never" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:314 +msgid "New DDns Service…" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:411 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:27 +msgid "Next Update" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:89 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:399 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:39 +msgid "No Data" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:283 +msgid "No certificates found" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:773 +msgid "No logging" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:934 +msgid "Non-public and by default blocked IP's" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:92 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:433 +msgid "Not Running" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:775 +msgid "Notice" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:970 +msgid "Number of last lines stored in log files" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:723 +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:747 +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:711 +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:757 +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:734 +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:882 +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:860 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:871 +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:567 +msgid "Optional Encoded Parameter" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:574 +msgid "Optional Parameter" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:568 +msgid "Optional: Replaces [PARAMENC] in Update-URL (URL-encoded)" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:575 +msgid "Optional: Replaces [PARAMOPT] in Update-URL (NOT URL-encoded)" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 +msgid "PROXY-Server" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:559 +msgid "Password" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:588 +msgid "Path to CA-Certificate" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:203 +msgid "" +"Please follow the instructions on OpenWrt's homepage to enable IPv6 support" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:916 +msgid "Please press [Read] button" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:902 +msgid "Read / Reread log file" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:394 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29 +msgid "Registered IP" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:379 +msgid "Reload" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:359 +msgid "Reload this service" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:560 +msgid "Replaces [PASSWORD] in Update-URL (URL-encoded)" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:545 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:552 +msgid "Replaces [USERNAME] in Update-URL (URL-encoded)" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:193 +msgid "Restart DDns" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:14 +msgid "Run once" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:103 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:436 +msgid "Running" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:610 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:672 +msgid "Script" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:291 +msgid "Services" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:65 +msgid "Start DDNS" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:159 +msgid "State" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:430 +msgid "Status" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:951 +msgid "Status directory" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:378 +msgid "Stop" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:65 +msgid "Stop DDNS" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:367 +msgid "Stop this service" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:16 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:862 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:873 +msgid "The default setting of '0' will retry infinite." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:317 +msgid "The service name is already used" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:42 +msgid "There is no service configured." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:915 +msgid "This is the current content of the log file in" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:73 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:164 +msgid "" +"This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:699 +msgid "This will be autoset to the selected interface" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444 +msgid "Timer Settings" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:608 +msgid "URL" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:652 +msgid "URL to detect" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:91 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:415 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:37 +msgid "Unknown" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:526 +msgid "Update URL to be used for updating your DDNS Provider." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:582 +msgid "Use HTTP Secure" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:976 +msgid "Use cURL" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:673 +msgid "User defined script to read systems IP-Address" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:551 +msgid "Username" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:271 +msgid "Using specific DNS Server not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:804 +msgid "Values below 5 minutes == 300 seconds are not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:841 +msgid "Values lower 'Check Interval' except '0' are not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:13 +msgid "Verify" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:776 +msgid "Warning" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:786 +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:769 +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 +msgid "" +"You should install 'bind-host' or 'knot-host' or 'drill' or 'hostip' package," +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:264 +msgid "" +"You should install 'bind-host' or 'knot-host' or 'drill' package for DNS " +"requests." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:252 +msgid "You should install 'wget' or 'curl' or 'uclient-fetch' package." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:214 +msgid "" +"You should install 'wget' or 'curl' or 'uclient-fetch' with 'libustream-" +"*ssl' package." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:226 +msgid "You should install 'wget' or 'curl' package." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:240 +msgid "" +"You should install 'wget' or 'uclient-fetch' package or replace libcurl." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:238 +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:237 +msgid "cURL without Proxy Support" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:486 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:508 +msgid "custom" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:855 +msgid "days" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:589 +msgid "directory or path/file" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:817 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:854 +msgid "hours" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:816 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:853 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:887 +msgid "minutes" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:590 +msgid "or" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:204 +msgid "or update your system to the latest OpenWrt Release" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:815 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:886 +msgid "seconds" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:591 +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" diff --git a/applications/luci-app-ddns/po/tr/ddns.po b/applications/luci-app-ddns/po/tr/ddns.po index 9435c7110..ebea5a5d4 100644 --- a/applications/luci-app-ddns/po/tr/ddns.po +++ b/applications/luci-app-ddns/po/tr/ddns.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-ddns 2.4.0-1\n" "POT-Creation-Date: 2016-01-30 11:07+0100\n" -"PO-Revision-Date: 2019-11-13 13:07+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -584,7 +584,7 @@ msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:430 msgid "Status" -msgstr "" +msgstr "Durum" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:951 msgid "Status directory" @@ -592,7 +592,7 @@ msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:378 msgid "Stop" -msgstr "" +msgstr "Durdur" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:65 msgid "Stop DDNS" diff --git a/applications/luci-app-dnscrypt-proxy/po/hu/dnscrypt-proxy.po b/applications/luci-app-dnscrypt-proxy/po/hu/dnscrypt-proxy.po index 59a2e0670..c88d1d131 100644 --- a/applications/luci-app-dnscrypt-proxy/po/hu/dnscrypt-proxy.po +++ b/applications/luci-app-dnscrypt-proxy/po/hu/dnscrypt-proxy.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -304,7 +304,7 @@ msgstr "" #: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:16 msgid "View Logfile" -msgstr "" +msgstr "Naplófájl megtekintése" #: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:21 msgid "View Resolver List" diff --git a/applications/luci-app-dnscrypt-proxy/po/mr/dnscrypt-proxy.po b/applications/luci-app-dnscrypt-proxy/po/mr/dnscrypt-proxy.po new file mode 100644 index 000000000..001297137 --- /dev/null +++ b/applications/luci-app-dnscrypt-proxy/po/mr/dnscrypt-proxy.po @@ -0,0 +1,311 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:139 +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:161 +msgid "-------" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:17 +msgid "Advanced" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:215 +msgid "Alternate Resolver List" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:258 +msgid "" +"Apply DNSCrypt-Proxy specific settings to the Dnsmasq configuration.
" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:228 +msgid "Blacklist" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:233 +msgid "Block IPv6" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:169 +msgid "" +"By default the DNSCrypt-Proxy startup will be triggered by ifup events of " +"'All' available network interfaces.
" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:59 +msgid "Configuration of the DNSCrypt-Proxy package." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:146 +msgid "" +"Create '/etc/resolv-crypt.conf' with 'options timeout:1' to reduce DNS " +"upstream timeouts with multiple DNSCrypt instances.
" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:150 +msgid "Create Config File" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:145 +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:158 +msgid "Create Custom Config File" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:245 +msgid "DNS Query Logfile" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:14 +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:58 +msgid "DNSCrypt-Proxy" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:35 +msgid "DNSCrypt-Proxy Logfile" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:26 +msgid "DNSCrypt-Proxy Resolver List" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:102 +msgid "Default Resolver List" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:234 +msgid "Disable IPv6 to speed up DNSCrypt-Proxy." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:254 +msgid "Dnsmasq Options" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:124 +msgid "" +"Download the current resolver list from 'github.com/dyne/dnscrypt-proxy'." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:18 +msgid "Edit DNSCrypt-Proxy Configuration" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:19 +msgid "Edit Dnsmasq Configuration" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:20 +msgid "Edit Resolvcrypt Configuration" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:240 +msgid "Enable Caching to speed up DNSCcrypt-Proxy." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:220 +msgid "Ephemeral Keys" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:114 +msgid "File Checksum" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:106 +msgid "File Date" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:60 +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:147 +msgid "" +"For further information see the wiki " +"online" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:97 +msgid "General Options" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:189 +msgid "IP Address" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:221 +msgid "Improve privacy by using an ephemeral public key for each query." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/cfg_dnsmasq_tab.lua:9 +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/cfg_resolvcrypt_tab.lua:9 +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/configuration_tab.lua:9 +msgid "Input file not found, please check your configuration." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:185 +msgid "Instance Options" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:239 +msgid "Local Cache" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:229 +msgid "" +"Local blacklists allow you to block abuse sites by domains or ip addresses." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:246 +msgid "" +"Log the received DNS queries to a file, so you can watch in real-time what " +"is happening on the network." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:201 +msgid "" +"Name of the remote DNS service for resolving queries incl. Location, DNSSEC- " +"and NOLOG-Flag." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:137 +msgid "No SSL support available.
" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:21 +msgid "No default resolver list and no SSL support available.
" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:15 +msgid "Overview" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:160 +msgid "Please edit the file manually in the 'Advanced' section." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:138 +msgid "" +"Please install a 'libustream-ssl' library to download the current resolver " +"list from 'github.com/dyne/dnscrypt-proxy'." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:22 +msgid "" +"Please install a resolver list to '/usr/share/dnscrypt-proxy/dnscrypt-" +"resolvers.csv' to use this package." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:259 +msgid "" +"Please note: This may change the values for 'noresolv', 'resolvfile', " +"'allservers' and the list 'server' settings." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:194 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:125 +msgid "Refresh List" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:123 +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:136 +msgid "Refresh Resolver List" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:200 +msgid "Resolver (LOC/SEC/NOLOG)" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/cfg_dnsmasq_tab.lua:17 +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/cfg_resolvcrypt_tab.lua:17 +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/configuration_tab.lua:17 +msgid "Save" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:216 +msgid "Specify a non-default Resolver List." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:168 +msgid "Startup Trigger" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:159 +msgid "The config file '/etc/resolv-crypt.conf' already exist.
" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:195 +msgid "The listening port for DNS queries." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:190 +msgid "" +"The local IPv4 or IPv6 address. The latter one should be specified within " +"brackets, e.g. '[::1]'." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:230 +msgid "" +"The value for this property is the blocklist type and path to the file, e." +"g.'domains:/path/to/dbl.txt' or 'ips:/path/to/ipbl.txt'." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/configuration_tab.lua:21 +msgid "" +"This form allows you to modify the content of the main DNSCrypt-Proxy " +"configuration file (/etc/config/dnscrypt-proxy)." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/cfg_dnsmasq_tab.lua:21 +msgid "" +"This form allows you to modify the content of the main Dnsmasq configuration " +"file (/etc/config/dhcp)." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/cfg_resolvcrypt_tab.lua:21 +msgid "" +"This form allows you to modify the content of the resolv-crypt configuration " +"file (/etc/resolv-crypt.conf)." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/view_reslist.htm:10 +msgid "This form shows the content of the current DNSCrypt Resolver List." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/logread.htm:10 +msgid "" +"This form shows the syslog output, pre-filtered for DNSCrypt-Proxy related " +"messages only." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:222 +msgid "" +"This option requires extra CPU cycles and is useless with most DNSCrypt " +"server." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:170 +msgid "" +"To restrict the trigger, select only the relevant network interface. Usually " +"the 'wan' interface should work for most users." +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:257 +msgid "Transfer Options To Dnsmasq" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:16 +msgid "View Logfile" +msgstr "" + +#: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:21 +msgid "View Resolver List" +msgstr "" diff --git a/applications/luci-app-dnscrypt-proxy/po/tr/dnscrypt-proxy.po b/applications/luci-app-dnscrypt-proxy/po/tr/dnscrypt-proxy.po index 2f5abf0e8..767ac253f 100644 --- a/applications/luci-app-dnscrypt-proxy/po/tr/dnscrypt-proxy.po +++ b/applications/luci-app-dnscrypt-proxy/po/tr/dnscrypt-proxy.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-09 20:05+0000\n" +"Last-Translator: İsmail Karslı \n" +"Language-Team: Turkish \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-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:139 #: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:161 @@ -11,7 +17,7 @@ msgstr "" #: applications/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua:17 msgid "Advanced" -msgstr "" +msgstr "Gelişmiş" #: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:215 msgid "Alternate Resolver List" @@ -24,7 +30,7 @@ msgstr "" #: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:228 msgid "Blacklist" -msgstr "" +msgstr "Kara Liste" #: applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua:233 msgid "Block IPv6" 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 ec4da17c9..d7bfee271 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/po/cs/dump1090.po b/applications/luci-app-dump1090/po/cs/dump1090.po index ec4a3252e..de6037be0 100644 --- a/applications/luci-app-dump1090/po/cs/dump1090.po +++ b/applications/luci-app-dump1090/po/cs/dump1090.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-01 15:34+0000\n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -45,7 +45,7 @@ msgstr "" #: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:39 #: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:185 msgid "Default" -msgstr "" +msgstr "Výchozí" #: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:133 msgid "Disable messages with broken CRC" diff --git a/applications/luci-app-dump1090/po/mr/dump1090.po b/applications/luci-app-dump1090/po/mr/dump1090.po new file mode 100644 index 000000000..432189085 --- /dev/null +++ b/applications/luci-app-dump1090/po/mr/dump1090.po @@ -0,0 +1,228 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:123 +msgid "Absolute maximum range for position decoding" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:184 +msgid "Accuracy of receiver location in json metadata" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:112 +msgid "Allow forwarding of received mlat results to output ports" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:193 +msgid "Apply a 1Hz DC filter to input data" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:172 +msgid "Base directory for the internal HTTP server" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:148 +msgid "Collect/show range histogram" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:34 +msgid "Data file" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:165 +msgid "Debug mode flags" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:39 +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:185 +msgid "Default" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:133 +msgid "Disable messages with broken CRC" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:130 +msgid "Disable single-bits error correction using CRC" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:142 +msgid "Display raw messages in Beast ascii mode" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:109 +msgid "Do not apply CRC corrections to messages we forward" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:27 +msgid "Enable automatic gain control" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:52 +msgid "Enable decoding of SSR Modes 3/A & 3/C" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:58 +msgid "Enable just networking, no RTL device or file used" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:50 +msgid "Enable networking" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:136 +msgid "Enable phase enhancement" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:127 +msgid "Enable single-bits error correction using CRC" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:10 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:89 +msgid "FlightAware TSV output port" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:30 +msgid "Frequency" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:23 +msgid "Gain (-10 for auto-gain)" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:65 +msgid "HTTP server port" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:61 +msgid "IP address to bind to" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:196 +msgid "Measure noise power" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:139 +msgid "More CPU for more messages" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:176 +msgid "Periodically write json output to a directory" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:145 +msgid "Print stats at exit" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:19 +msgid "RTL device index" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:115 +msgid "Reference/receiver latitude for surface posn" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:119 +msgid "Reference/receiver longitude for surface posn" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:16 +msgid "Respawn" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:38 +msgid "Sample format for data file" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:168 +msgid "Set receiver error in parts per million" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:151 +msgid "Show and reset stats every seconds" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:155 +msgid "Show only ICAO addresses" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:47 +msgid "Show only messages hex values" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:161 +msgid "Strip IQ file removing samples" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:77 +msgid "TCP BaseStation output listen port" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:81 +msgid "TCP Beast input listen port" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:85 +msgid "TCP Beast output listen port" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:105 +msgid "TCP buffer size 64Kb * (2^n)" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:101 +msgid "TCP heartbeat rate in seconds" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:69 +msgid "TCP raw input listen port" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:55 +msgid "TCP raw output in Beast binary format" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:73 +msgid "TCP raw output listen port" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:97 +msgid "TCP raw output memory flush rate in seconds" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:93 +msgid "TCP raw output minimum size" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:158 +msgid "Use metric units" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:190 +msgid "Use the 2.4MHz demodulator" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:44 +msgid "When reading from a file play back in realtime, not at max speed" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:180 +msgid "Write json output every t seconds" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/controller/dump1090.lua:11 +msgid "dump1090" +msgstr "" + +#: applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua:4 +msgid "" +"dump1090 is a Mode S decoder specifically designed for RTLSDR devices, here " +"you can configure the settings." +msgstr "" 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 4475d2fb9..d7bfee271 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-dynapoint/po/hu/dynapoint.po b/applications/luci-app-dynapoint/po/hu/dynapoint.po index 51febb40d..8710a064f 100644 --- a/applications/luci-app-dynapoint/po/hu/dynapoint.po +++ b/applications/luci-app-dynapoint/po/hu/dynapoint.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:71 msgid "Device" -msgstr "" +msgstr "Eszköz" #: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:66 #: applications/luci-app-dynapoint/luasrc/view/dynapoint/cbi_color.htm:5 @@ -76,7 +76,7 @@ msgstr "" #: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:85 msgid "Mode" -msgstr "" +msgstr "Mód" #: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:94 msgid "Not used by DynaPoint" diff --git a/applications/luci-app-dynapoint/po/mr/dynapoint.po b/applications/luci-app-dynapoint/po/mr/dynapoint.po new file mode 100644 index 000000000..63965e7f5 --- /dev/null +++ b/applications/luci-app-dynapoint/po/mr/dynapoint.po @@ -0,0 +1,129 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:90 +msgid "Activate this wVIF if status is:" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:31 +msgid "Append hostname to ssid" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:31 +msgid "Append the router's hostname to the SSID when connectivity check fails" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:18 +msgid "Check Internet connectivity via HTTP header download" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:18 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:44 +msgid "Curl is currently not installed. Please install the package in the" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:71 +msgid "Device" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:66 +#: applications/luci-app-dynapoint/luasrc/view/dynapoint/cbi_color.htm:5 +msgid "Disabled" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/controller/dynapoint.lua:7 +msgid "DynaPoint" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:54 +msgid "Dynamic Access Point Manager" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:67 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:27 +msgid "" +"Failure counter after how many failed download attempts, the state is " +"considered as offline" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:56 +msgid "List of Wireless Virtual Interfaces (wVIF)" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:20 +msgid "List of host addresses" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:20 +msgid "" +"List of host addresses (url or IP) to track and request http headers from" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:85 +msgid "Mode" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:94 +msgid "Not used by DynaPoint" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:93 +msgid "Offline" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:92 +msgid "Online" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:87 +msgid "SSID" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:47 +msgid "Software Section" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:27 +msgid "Switch_to_offline threshold" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:23 +msgid "Test-run interval" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:23 +msgid "Time interval in seconds to re-start a new test run" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:36 +msgid "Use curl" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:44 +msgid "Use curl instead of wget" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:36 +msgid "Use curl instead of wget for testing the connectivity." +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:39 +msgid "Used interface" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:39 +msgid "Which interface should curl use. (Use ifconfig to find out)" +msgstr "" + +#: applications/luci-app-dynapoint/luasrc/model/cbi/dynapoint.lua:61 +msgid "WiFi Status" +msgstr "" 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 5f8cb6ef3..000000000 --- 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 4e2b2320c..417794137 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 2c147665e..3558ee419 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 07cdd7339..704a7905c 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. Vstupní a výstupní " "možnosti nastavují výchozí politiky pro provoz, vstupující do této zóny a " "vystupující z ní, zatímco přesměrovací možnosti popisují politiku " -"pro přesměrování provozu mezi rozdílnými sítěmi uvnitř jedné zóny. " -"Pokryté sítě 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. " +"Pokryté sítě 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 9b4185bb4..776bb8ba8 100644 --- a/applications/luci-app-firewall/po/de/firewall.po +++ b/applications/luci-app-firewall/po/de/firewall.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2019-12-01 10:40+0000\n" -"Last-Translator: Paul Spooren \n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"Last-Translator: ssantos \n" "Language-Team: German \n" "Language: de\n" @@ -56,7 +56,6 @@ msgid "Action" msgstr "Aktion" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:246 -#, fuzzy msgid "" "Additional raw iptables arguments to classify zone destination " "traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " @@ -64,17 +63,16 @@ msgid "" msgstr "" "Zusätzliche rohe iptables-Argumente zur Klassifizierung des " "Zonenzielverkehrs, z.B. -p tcp --dport 443, um nur ausgehenden " -"HTTPS-Verkehr abzugleichen." +"HTTPS-Verkehr übereinstimmen zu lassen." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:236 -#, fuzzy msgid "" "Additional raw iptables arguments to classify zone source traffic, " "e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." msgstr "" "Zusätzliche rohe iptables-Argumente zur Klassifizierung von " "Zonenquellenverkehr, z.B. -p tcp --sport 443, um nur " -"eingehenden HTTPS-Verkehr abzugleichen." +"eingehenden HTTPS-Verkehr übereinstimmen zu lassen." #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:101 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:137 @@ -138,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" @@ -253,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" @@ -317,7 +315,7 @@ msgstr "Von %s auf dieses Gerät 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" @@ -482,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" @@ -671,7 +669,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 d37baa6e6..8103329a1 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 56e8a0360..76aa96fb6 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 255f8b909..295f9c7aa 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 este dispositivo 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 72bdf2013..d3dba5b97 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 179ab1624..de89c5e45 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 68fdf498b..339985674 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 a9289a0b0..b3a80ca7e 100644 --- a/applications/luci-app-firewall/po/hu/firewall.po +++ b/applications/luci-app-firewall/po/hu/firewall.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-29 19:44+0000\n" +"PO-Revision-Date: 2019-12-10 23:14+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -126,7 +126,7 @@ msgstr "Lefedett hálózatok" 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 "Egyéni szabályok" @@ -147,11 +147,11 @@ msgstr "Cél cím" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:319 msgid "Destination port" -msgstr "Cél port" +msgstr "Célport" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:302 msgid "Destination zone" -msgstr "Cél zóna" +msgstr "Célzóna" #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 msgid "Discard forward" @@ -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 "Tűzfal" @@ -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 "Általános beállítások" @@ -368,7 +368,7 @@ msgstr "Napló üzenetek korlátozása" #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 msgid "MAC" -msgstr "" +msgstr "MAC" #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 msgid "MACs" @@ -461,7 +461,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 továbbítás" @@ -544,12 +544,12 @@ msgstr "Forrás MAC cím" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:282 msgid "Source address" -msgstr "Forrás cím" +msgstr "Forráscím" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 msgid "Source port" -msgstr "Forrás port" +msgstr "Forrásport" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:167 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 @@ -647,7 +647,7 @@ msgid "To %s, %s in %s" msgstr "%s-re, %s %s-ben" #: 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 df09c8a0c..df9101144 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 71a3d4735..59d3fd6ca 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 (デバイス)" #: 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 b3caa3673..e6a932b8b 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 new file mode 100644 index 000000000..a55e57294 --- /dev/null +++ b/applications/luci-app-firewall/po/mr/firewall.po @@ -0,0 +1,821 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +msgid "%s in %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:242 +msgid "%s%s with %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:144 +msgid "%s, %s in %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 +msgid "%d pkts. per %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:271 +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:107 +msgid "%s and limit to %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:293 +msgid "Accept forward" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:303 +msgid "Accept input" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 +msgid "Accept output" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:183 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:328 +msgid "Action" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:246 +msgid "" +"Additional raw iptables arguments to classify zone destination " +"traffic, e.g. -p tcp --dport 443 to only match outbound HTTPS " +"traffic." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:236 +msgid "" +"Additional raw iptables arguments to classify zone source traffic, " +"e.g. -p tcp --sport 443 to only match inbound HTTPS traffic." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:137 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 +msgid "Allow \"invalid\" traffic" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:308 +msgid "Allow forward from source zones:" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:267 +msgid "Allow forward to destination zones:" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:208 +msgid "Any" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:357 +msgid "Any day" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 +msgid "Automatic helper assignment" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 +msgid "" +"Automatically assign conntrack helpers based on traffic protocol and port" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:79 +msgid "Conntrack Settings" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 +msgid "Conntrack helpers" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15 +msgid "Contents have been saved." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:178 +msgid "Covered devices" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137 +msgid "Covered networks" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:183 +msgid "Covered subnets" +msgstr "" + +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 +msgid "Custom Rules" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25 +msgid "" +"Custom rules allow you to execute arbitrary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:308 +msgid "Destination address" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:319 +msgid "Destination port" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:302 +msgid "Destination zone" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 +msgid "Discard forward" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 +msgid "Discard input" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 +msgid "Discard output" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 +msgid "" +"Do not install extra rules to reject forwarded traffic with conntrack state " +"invalid. This may be required for complex asymmetric route setups." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 +msgid "Do not track forward" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 +msgid "Do not track input" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 +msgid "Do not track output" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 +msgid "Drop invalid packets" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:189 +msgid "Enable" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:262 +msgid "Enable NAT Loopback" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:35 +msgid "Enable SYN-flood protection" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:221 +msgid "Enable logging on this zone" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:54 +msgid "Experimental feature. Not fully compatible with QoS/SQM." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:215 +msgid "Explicitly choses allowed connection tracking helpers for zone traffic" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 +msgid "External IP address" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 +msgid "External port" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +msgid "Extra arguments" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:246 +msgid "Extra destination arguments" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:80 +msgid "Extra iptables arguments" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:236 +msgid "Extra source arguments" +msgstr "" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3 +msgid "Firewall" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:24 +msgid "Firewall - Custom Rules" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:92 +msgid "Firewall - Port Forwards" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:128 +msgid "Firewall - Traffic Rules" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:28 +msgid "Firewall - Zone Settings" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:41 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:117 +msgid "Forward" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:135 +msgid "Forward to" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:350 +msgid "Friday" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 +msgid "From %s in %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 +msgid "From %s in %s with source %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 +msgid "From %s in %s with source %s and %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 +msgid "From %s on this device" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 +msgid "From %s on this device with source %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:71 +msgid "From %s on this device with source %s and %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: 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/root/usr/share/luci/menu.d/luci-app-firewall.json:16 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:65 +msgid "Hardware flow offloading" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 +msgid "IP" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 +msgid "IP range" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 +msgid "IPs" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 +msgid "IPv4" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:201 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:189 +msgid "IPv4 and IPv6" +msgstr "IPv4 आणि IPv6" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:190 +msgid "IPv4 only" +msgstr "केवळ IPv4" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 +msgid "IPv6" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:203 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 +msgid "IPv6 only" +msgstr "केवळ IPv6" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 +msgid "Input" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 +msgid "Internal IP address" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:251 +msgid "Internal port" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233 +msgid "Internal zone" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:224 +msgid "Limit log messages" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 +msgid "MAC" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 +msgid "MACs" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:134 +msgid "MSS clamping" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:131 +msgid "Masquerading" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:125 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +msgid "Match" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:218 +msgid "Match ICMP type" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:224 +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +msgid "Monday" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:353 +msgid "Month Days" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:93 +msgid "Name" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 +msgid "Network" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:174 +msgid "Only match incoming traffic from these MACs." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200 +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:40 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:116 +msgid "Output" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:337 +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:233 +msgid "" +"Passing raw iptables arguments to source and destination traffic " +"classification rules allows to match packets based on other criteria than " +"interfaces or subnets. These options should be used with extreme care as " +"invalid values could render the firewall ruleset broken, completely exposing " +"all services." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:95 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:25 +msgid "Port Forwards" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:93 +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +msgid "Protocol" +msgstr "" + +#: 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 "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:240 +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 +msgid "Refuse forward" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 +msgid "Refuse input" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 +msgid "Refuse output" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 +msgid "Requires hardware NAT support. Implemented at least for mt7621" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:201 +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:198 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:188 +msgid "Restrict to address family" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 +msgid "Routing/NAT Offloading" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +msgid "Saturday" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 +msgid "Software based offloading for routing/NAT" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:60 +msgid "Software flow offloading" +msgstr "" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Traffic Redirection" +# msgstr "" +# +# msgid "" +# "Traffic redirection allows you to change the destination address of " +# "forwarded packets." +# msgstr "" +# +# msgid "Overview" +# msgstr "" +# +# msgid "Name" +# msgstr "" +# +# msgid "Source zone" +# msgstr "" +# +# msgid "Source MAC-address" +# msgstr "" +# +# msgid "Source port" +# msgstr "" +# +# msgid "Protocol" +# msgstr "" +# +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 +msgid "Source IP address" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 +msgid "Source MAC address" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:282 +msgid "Source address" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 +msgid "Source port" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:167 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 +msgid "Source zone" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:369 +msgid "Start Date (yyyy-mm-dd)" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 +msgid "Start Time (hh.mm.ss)" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +msgid "Stop Date (yyyy-mm-dd)" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 +msgid "Stop Time (hh.mm.ss)" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:345 +msgid "Sunday" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:29 +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:263 +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:89 +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:349 +msgid "Thursday" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:138 +msgid "Time Restrictions" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:377 +msgid "Time in UTC" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 +msgid "To %s at %s on this device" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 +msgid "To %s in %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 +msgid "To %s on this device" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:87 +msgid "To %s, %s in %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131 +#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:34 +msgid "Traffic Rules" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:347 +msgid "Tuesday" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:18 +msgid "Unable to save contents: %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:108 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:122 +msgid "Unnamed forward" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:145 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:170 +msgid "Unnamed rule" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 +msgid "Unnamed zone" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:178 +msgid "" +"Use this option to classify zone traffic by raw, non-uci managed " +"network devices." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:183 +msgid "" +"Use this option to classify zone traffic by source or destination subnet " +"instead of networks or devices." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72 +msgid "Via %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 +msgid "Via %s at %s" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +msgid "Wednesday" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 +msgid "Week Days" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107 +msgid "Zone ⇒ Forwardings" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:72 +msgid "Zones" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:123 +msgid "accept" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:178 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:191 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:204 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:223 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:274 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:285 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:296 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:322 +msgid "any" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:139 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 +msgid "any host" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 +msgid "any router IP" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:138 +msgid "any zone" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +msgid "day" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:334 +msgid "don't track" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 +msgid "drop" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +msgid "hour" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263 +msgid "minute" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:86 +msgid "not" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 +msgid "port" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 +msgid "ports" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 +msgid "reject" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +msgid "second" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:88 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:262 +msgid "this new zone" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 +msgid "type" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 +msgid "types" +msgstr "" diff --git a/applications/luci-app-firewall/po/ms/firewall.po b/applications/luci-app-firewall/po/ms/firewall.po index 9cae5b1f3..7eae14cda 100644 --- a/applications/luci-app-firewall/po/ms/firewall.po +++ b/applications/luci-app-firewall/po/ms/firewall.po @@ -121,7 +121,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 "" @@ -228,7 +228,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 "" @@ -292,7 +292,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 "" @@ -445,7 +445,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 "" @@ -612,7 +612,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 f6f1daa92..96cc6f037 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 86459989f..3a3a76c14 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 to urządzenie 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. Covered " "networks specifies which available networks are members of this zone." msgstr "" -"Ta sekcja definiuje ustawienia ogólne %q. Opcje \"wejście\" i \"" -"wyjście\" określające domyślną politykę dla ruchu przychodzącego i " +"Ta sekcja definiuje ustawienia ogólne %q. Opcje \"wejście\" i " +"\"wyjście\" określające domyślną politykę dla ruchu przychodzącego i " "wychodzącego w tej strefie, podczas gdy \"przekazywanie\" opisuje " -"politykę ruchu przekazywanego pomiędzy różnymi sieciami wewnątrz strefy. " -"Objęte sieci określają dostępne sieci będące członkami tej strefy." +"politykę ruchu przekazywanego pomiędzy różnymi sieciami wewnątrz strefy. " +"Objęte sieci 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-uci managed " "network devices." msgstr "" -"Opcja ta służy do klasyfikacji ruchu strefowego według surowych, " -"nie-uci obsługiwanych urządzeń sieciowych." +"Opcja ta służy do klasyfikacji ruchu strefowego według surowych, nie-" +"uci 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 63943345d..4e9ec0106 100644 --- a/applications/luci-app-firewall/po/pt-br/firewall.po +++ b/applications/luci-app-firewall/po/pt-br/firewall.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2019-12-03 08:24+0000\n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -40,15 +40,15 @@ msgstr "%s e limite a %s" #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:293 msgid "Accept forward" -msgstr "Aceitar o encaminhamento" +msgstr "Aceitar encaminhamento" #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:303 msgid "Accept input" -msgstr "Aceitar a entrada" +msgstr "Aceitar entrada" #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 msgid "Accept output" -msgstr "Aceitar a saída" +msgstr "Aceitar saída" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:183 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:328 @@ -82,7 +82,7 @@ msgstr "Configurações Avançadas" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:208 msgid "Allow \"invalid\" traffic" -msgstr "Permitir o tráfego \"inválido\"" +msgstr "Permitir tráfego \"inválido\"" #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:308 msgid "Allow forward from source zones:" @@ -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 neste dispositivo 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 2c3c6f958..f2093b854 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 neste aparelho 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 4942371b5..1269a0e25 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 eec638b87..73b0e5935 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 в это устройство с источника #: 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 e5d73e2d0..d31bcfefa 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 32819e7bb..d76220401 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 8d290d664..91d3bd458 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 f3d850961..1db3c1127 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 2aeaedecc..39272a55e 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 на цьому пристрої з джерело #: 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 068b3954c..6b84e0f5a 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 e64d006c6..7e9e06af7 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 位于本设备源端口 %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 496a154a6..dc3d61441 100644 --- a/applications/luci-app-firewall/po/zh-tw/firewall.po +++ b/applications/luci-app-firewall/po/zh-tw/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 "自訂規則" @@ -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 "防火牆" @@ -298,7 +298,7 @@ msgstr "來自 %s 位於本裝置源埠 %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 "基本設定" @@ -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 "埠轉發" @@ -625,7 +625,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 000000000..c414f3691 --- /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 435837444..9ae754cb9 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 a7e3dae36..43fc875d9 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 e0026e13d..d15973e09 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 da1273fff..3d35d28ad 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 438e17679..0c999546b 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 ac258002f..7bd4fc74f 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 045472d3a..7bfe5d197 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 f772886d1..8ca578018 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 d698ea148..0980a82a5 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 02778a5be..2ae9d4a9e 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 da7581116..27826a4ac 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 5cfe0ed6c..be03ea758 100644 --- a/applications/luci-app-fwknopd/po/hu/fwknopd.po +++ b/applications/luci-app-fwknopd/po/hu/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/it/fwknopd.po b/applications/luci-app-fwknopd/po/it/fwknopd.po index 1e3debe38..8f30a56c3 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 26b9302bc..fcc4fa4d2 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 99491f4c3..43cc7a71d 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 new file mode 100644 index 000000000..ed4f780c0 --- /dev/null +++ b/applications/luci-app-fwknopd/po/mr/fwknopd.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2015-05-12 21:03-0500\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: mr\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" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:48 +msgid "" +"Allow SPA clients to request access to services through an iptables firewall " +"instead of just to it." +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:49 +msgid "Allow SPA clients to request forwarding destination by DNS name." +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22 +msgid "Base64 key" +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33 +msgid "" +"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." +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:36 +msgid "" +"Define the length of time access will be granted by fwknopd through the " +"firewall after a valid knock sequence from a source IP address. If " +"“FW_ACCESS_TIMEOUT” is not set then the default timeout of 30 seconds will " +"automatically be set." +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:18 +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:20 +msgid "" +"Define the symmetric key used for decrypting an incoming SPA packet that is " +"encrypted by the fwknop client with Rijndael." +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:6 +msgid "Enable Uci/Luci control" +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 +msgid "Enable config overwrite" +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/controller/fwknopd.lua:13 +msgid "Firewall Knock Daemon" +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:4 +msgid "Firewall Knock Operator" +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:39 +msgid "" +"Force all SPA packets to contain a real IP address within the encrypted " +"data. This makes it impossible to use the -s command line argument on the " +"fwknop client command line, so either -R has to be used to automatically " +"resolve the external address (if the client behind a NAT) or the client must " +"know the external IP and set it via the -a argument." +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." +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19 +msgid "Normal Key" +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:47 +msgid "Specify the ethernet interface on which fwknopd will sniff packets." +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:28 +msgid "The base64 hmac key" +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17 +msgid "Use ANY for any source IP" +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8 +msgid "" +"When unchecked, the config files in /etc/fwknopd will be used as is, " +"ignoring any settings here." +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:10 +msgid "access.conf stanzas" +msgstr "" + +#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:44 +msgid "fwknopd.conf config options" +msgstr "" + +#~ msgid "Enter custom access.conf variables below:" +#~ msgstr "Enter custom access.conf variables below:" + +#~ msgid "Enter custom fwknopd.conf variables below:" +#~ msgstr "Enter custom fwknopd.conf variables below:" diff --git a/applications/luci-app-fwknopd/po/ms/fwknopd.po b/applications/luci-app-fwknopd/po/ms/fwknopd.po index 32294f185..c0f5b9d00 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 01310db69..4403519b6 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 a5ac7bc67..0bc64eb63 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 e7c8ed212..aef59065a 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 daa662efd..0e8a41281 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 756a895a2..26c160cc1 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 23070e963..0e7e59417 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 f0a37ecd6..7cce5996a 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 c1c7cbef5..6ec57093c 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 694e5919e..78ad383a0 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 792db18ac..61f602aee 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 961d371f5..e44306214 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 3134aa11a..15cb72645 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 7cb0f42fe..f758e5e81 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 9e5057e70..f81c941e8 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 </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 new file mode 100644 index 000000000..47e897191 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -0,0 +1,17 @@ +# Copyright 2017-2018 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 + +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:=1 + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature 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 new file mode 100644 index 000000000..d236feae0 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua @@ -0,0 +1,25 @@ +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 + end +end + +function https_dns_proxy_action(name) + local packageName = "https-dns-proxy" + 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") + luci.util.exec("/etc/init.d/dnsmasq restart >/dev/null 2>&1") + elseif name == "stop" then + luci.sys.init.stop(packageName) + elseif name == "enable" then + luci.sys.init.enable(packageName) + elseif name == "disable" then + luci.sys.init.disable(packageName) + end + luci.http.prepare_content("text/plain") + luci.http.write("0") +end 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 new file mode 100644 index 000000000..fc190437c --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua @@ -0,0 +1,6 @@ +return { + name = "Digitale-Gesellschaft", + label = _("Digitale Gesellschaft"), + 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 000000000..86c4c56dc --- /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.disabled/sb.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua new file mode 100644 index 000000000..114d23ed5 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua @@ -0,0 +1,6 @@ +return { + name = "DNS.SB", + label = _("DNS.SB"), + 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 000000000..5fb6df363 --- /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 000000000..950f203f6 --- /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 new file mode 100644 index 000000000..e8673d5d5 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua @@ -0,0 +1,6 @@ +return { + name = "Cloudflare", + label = _("Cloudflare"), + 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/cz.nic.odvr.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua new file mode 100644 index 000000000..3dfe30936 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua @@ -0,0 +1,6 @@ +return { + name = "odvr-nic-cz", + label = _("ODVR (nic.cz)"), + 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/google.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua new file mode 100644 index 000000000..6eab04064 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua @@ -0,0 +1,7 @@ +return { + name = "Google", + label = _("Google"), + 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 000000000..89becb18b --- /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 000000000..67c24fa77 --- /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 000000000..e36779482 --- /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 000000000..e459f2933 --- /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 000000000..e81637935 --- /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 000000000..9fabda1d7 --- /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 000000000..0bf11f59d --- /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 new file mode 100644 index 000000000..11eca6039 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua @@ -0,0 +1,149 @@ +local sys = require "luci.sys" +local util = require "luci.util" +local fs = require "nixio.fs" +local dispatcher = require "luci.dispatcher" +local i18n = require "luci.i18n" +local uci = require("luci.model.uci").cursor() + +local packageName = "https-dns-proxy" +local providers_dir = "/usr/lib/lua/luci/" .. packageName .. "/providers/" + +function get_provider_name(value) + for filename in fs.dir(providers_dir) do + local p_func = loadfile(providers_dir .. filename) + setfenv(p_func, { _ = i18n.translate }) + local p = p_func() + value = value: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("Unknown Provider") +end + +local tmpfsStatus, tmpfsStatusCode +local ubusStatus = util.ubus("service", "list", { name = packageName }) +local tmpfsVersion = tostring(util.trim(sys.exec("opkg list-installed " .. packageName .. " | awk '{print $3}'"))) + +if not tmpfsVersion or tmpfsVersion == "" then + tmpfsStatusCode = -1 + tmpfsVersion = "" + tmpfsStatus = packageName .. " " .. translate("is not installed or not found") +else + tmpfsVersion = " [" .. packageName .. " " .. tmpfsVersion .. "]" + if not ubusStatus or not ubusStatus[packageName] then + tmpfsStatusCode = 0 + tmpfsStatus = translate("Stopped") + else + tmpfsStatusCode, tmpfsStatus = 1, "" + for n = 1,1000 do + if ubusStatus and ubusStatus[packageName] and + ubusStatus[packageName]["instances"] and + ubusStatus[packageName]["instances"]["instance" .. n] and + ubusStatus[packageName]["instances"]["instance" .. n]["running"] then + local value, k, v, url, url_flag, la, la_flag, lp, lp_flag + for k, v in pairs(ubusStatus[packageName]["instances"]["instance" .. n]["command"]) do + if la_flag then la, la_flag = v, false end + if lp_flag then lp, lp_flag = v, false end + if url_flag then url, url_flag = v, false end + if v == "-a" then la_flag = true end + if v == "-p" then lp_flag = true end + if v == "-r" then url_flag = true end + end + la = la or "127.0.0.1" + lp = lp or n + 5053 + tmpfsStatus = tmpfsStatus .. translate("Running") .. ": " .. get_provider_name(url) .. " " .. translate("DoH") .. " " .. translate("at") .. " " .. la .. ":" .. lp .. "\n" + else + break + end + end + end +end + +m = Map("https-dns-proxy", translate("DNS Over HTTPS Proxy Settings")) + +h = m:section(TypedSection, "_dummy", translate("Service Status") .. tmpfsVersion) +h.template = "cbi/nullsection" +ss = h:option(DummyValue, "_dummy", translate("Service Status")) +if tmpfsStatusCode == -1 then + ss.template = packageName .. "/status" + ss.value = tmpfsStatus +else + if tmpfsStatusCode == 0 then + ss.template = packageName .. "/status" + else + ss.template = packageName .. "/status-textarea" + end + ss.value = tmpfsStatus + buttons = h:option(DummyValue, "_dummy") + 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 ") + .. [[ ]] + .. translate("DHCP and DNS") .. [[]] .. "." + .. "
" + .. translate("For more information on different options check ") + .. [[ ]] + .. "AdGuard.com" .. [[]] .. ", " + .. [[ ]] + .. "CleanBrowsing.org" .. [[]] .. " " .. translate("and") .. " " + .. [[ ]] + .. "Quad9.net" .. [[]] .. ".") +s3.template = "cbi/tblsection" +s3.sortable = false +s3.anonymous = true +s3.addremove = true + +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.resolver_url, p.label) + if p.default then + prov.default = p.resolver_url + end +end +prov.forcewrite = true +prov.write = function(self, section, value) + if not value then return end + for filename in fs.dir(providers_dir) do + local p_func = loadfile(providers_dir .. filename) + setfenv(p_func, { _ = i18n.translate }) + local p = p_func() + value = value:gsub('[%p%c%s]', '') + p.url_match = p.resolver_url:gsub('[%p%c%s]', '') + if value:match(p.url_match) then + uci:set(packageName, section, "bootstrap_dns", p.bootstrap_dns) + uci:set(packageName, section, "resolver_url", p.resolver_url) + end + end + uci:save(packageName) +end + +la = s3:option(Value, "listen_addr", translate("Listen address")) +la.datatype = "host" +la.placeholder = "127.0.0.1" +la.rmempty = true + +local n = 0 +uci:foreach(packageName, packageName, function(s) + if s[".name"] == section then + return false + end + n = n + 1 +end) + +lp = s3:option(Value, "listen_port", translate("Listen port")) +lp.datatype = "port" +lp.value = n + 5053 + +sa = s3:option(Value, "edns_subnet", translate("EDNS client subnet")) +sa.rmempty = true + +ps = s3:option(Value, "proxy_server", translate("Proxy server")) +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 new file mode 100644 index 000000000..52d2b50e5 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm @@ -0,0 +1,56 @@ +<%# + Copyright 2019 Stan Grishin +-%> + +<%- + local packageName = "https-dns-proxy" + local enabledFlag = luci.sys.init.enabled(packageName) + local ubusStatus = luci.util.ubus("service", "list", { name = packageName }) + + if not ubusStatus or not ubusStatus[packageName] then + tmpfsStatusCode = 0 + else + tmpfsStatusCode = 1 + end + + if tmpfsStatusCode == 0 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 not enabledFlag 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 +-%> + +<%+https-dns-proxy/css%> +<%+https-dns-proxy/js%> + +
+
+ + + + + + +   +   +   +   + + + + +
+
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 new file mode 100644 index 000000000..6fb3d51d3 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/css.htm @@ -0,0 +1,9 @@ + 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 new file mode 100644 index 000000000..fac92a392 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm @@ -0,0 +1,60 @@ + + 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 new file mode 100644 index 000000000..3840cd19d --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/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%> + + + +<%+cbi/valuefooter%> 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 new file mode 100644 index 000000000..c45342840 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/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%> + + + +<%+cbi/valuefooter%> 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 000000000..9187f341c --- /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 000000000..dbdb2ea03 --- /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 000000000..0cc66bb54 --- /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 \n" +"Language-Team: Czech \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 000000000..1c4230d68 --- /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 \n" +"Language-Team: German \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 000000000..2a8198cae --- /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 \n" +"Language-Team: Greek \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 000000000..9dc2bebfb --- /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 000000000..4adb321e0 --- /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 \n" +"Language-Team: Spanish \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 000000000..bc26fbdaf --- /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 000000000..3b445c846 --- /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 000000000..49b6f01a2 --- /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 000000000..160d6da81 --- /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 \n" +"Language-Team: Hungarian \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 000000000..bf84a19e4 --- /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 000000000..a3aa6bc9a --- /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 000000000..5a42245b7 --- /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 000000000..cfec04e55 --- /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 \n" +"Language-Team: Marathi \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 000000000..26b756b07 --- /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 000000000..63734bc2e --- /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 000000000..9c4d8635f --- /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 \n" +"Language-Team: Polish \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 000000000..11fb4ed16 --- /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 \n" +"Language-Team: Portuguese \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 000000000..a49b0f5cf --- /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 \n" +"Language-Team: Portuguese (Brazil) \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 000000000..e567be48a --- /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 000000000..1b9e752b7 --- /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 000000000..1288d3f4e --- /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 000000000..88edf2604 --- /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 \n" +"Language-Team: Swedish \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 000000000..3e1ddb2a3 --- /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 000000000..aa8333eab --- /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ı \n" +"Language-Team: Turkish \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 000000000..412c97afc --- /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 \n" +"Language-Team: Ukrainian \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 000000000..918e17c85 --- /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 000000000..6d527d6b0 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/zh-cn/https-dns-proxy.po @@ -0,0 +1,207 @@ +# +# Yangfl , 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2019-12-04 12:07+0000\n" +"Last-Translator: lissom \n" +"Language-Team: Chinese (Simplified) \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 000000000..7484b8fe3 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/po/zh-tw/https-dns-proxy.po @@ -0,0 +1,197 @@ +# +# Yangfl , 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 \n" +"Language-Team: \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 000000000..a1ecfcea2 --- /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/Makefile b/applications/luci-app-https_dns_proxy/Makefile deleted file mode 100644 index bd6cf9bd1..000000000 --- a/applications/luci-app-https_dns_proxy/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2017-2018 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 - -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_PKGARCH:=all -PKG_RELEASE:=9 - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature 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 deleted file mode 100644 index 826f3f691..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua +++ /dev/null @@ -1,25 +0,0 @@ -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 - end -end - -function https_dns_proxy_action(name) - local packageName = "https_dns_proxy" - 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") - luci.util.exec("/etc/init.d/dnsmasq restart >/dev/null 2>&1") - elseif name == "stop" then - luci.sys.init.stop(packageName) - elseif name == "enable" then - luci.sys.init.enable(packageName) - elseif name == "disable" then - luci.sys.init.disable(packageName) - end - luci.http.prepare_content("text/plain") - luci.http.write("0") -end 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 deleted file mode 100644 index 723ca894c..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - name = "Digitale-Gesellschaft", - label = _("Digitale Gesellschaft"), - url_prefix = "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/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 050549bf8..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "
" --- .. translate("For more information on different options check ") --- .. [[ ]] --- .. "AdGuard.com" .. [[]] .. ", " --- .. [[ ]] --- .. "CleanBrowsing.org" .. [[]] .. " " .. translate("and") .. " " --- .. [[ ]] --- .. "Quad9.net" .. [[]] .. "." -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 67b7c1281..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "
" --- .. translate("For more information on different options check ") --- .. [[ ]] --- .. "AdGuard.com" .. [[]] .. ", " --- .. [[ ]] --- .. "CleanBrowsing.org" .. [[]] .. " " .. translate("and") .. " " --- .. [[ ]] --- .. "Quad9.net" .. [[]] .. "." -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/cz.nic.odvr.lua b/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua deleted file mode 100644 index e47576be8..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - name = "odvr-nic-cz", - label = _("ODVR (nic.cz)"), - url_prefix = "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.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 356921a97..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "
" --- .. translate("For more information on different options check ") --- .. [[ ]] --- .. "AdGuard.com" .. [[]] .. ", " --- .. [[ ]] --- .. "CleanBrowsing.org" .. [[]] .. " " .. translate("and") .. " " --- .. [[ ]] --- .. "Quad9.net" .. [[]] .. "." -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 a031556e8..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "
" --- .. translate("For more information on different options check ") --- .. [[ ]] --- .. "AdGuard.com" .. [[]] .. ", " --- .. [[ ]] --- .. "CleanBrowsing.org" .. [[]] .. " " .. translate("and") .. " " --- .. [[ ]] --- .. "Quad9.net" .. [[]] .. "." -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 3b51978d2..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "
" --- .. translate("For more information on different options check ") --- .. [[ ]] --- .. "AdGuard.com" .. [[]] .. ", " --- .. [[ ]] --- .. "CleanBrowsing.org" .. [[]] .. " " .. translate("and") .. " " --- .. [[ ]] --- .. "Quad9.net" .. [[]] .. "." -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 c456a8dcd..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "
" --- .. translate("For more information on different options check ") --- .. [[ ]] --- .. "AdGuard.com" .. [[]] .. ", " --- .. [[ ]] --- .. "CleanBrowsing.org" .. [[]] .. " " .. translate("and") .. " " --- .. [[ ]] --- .. "Quad9.net" .. [[]] .. "." -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 708a39e95..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "
" --- .. translate("For more information on different options check ") --- .. [[ ]] --- .. "AdGuard.com" .. [[]] .. ", " --- .. [[ ]] --- .. "CleanBrowsing.org" .. [[]] .. " " .. translate("and") .. " " --- .. [[ ]] --- .. "Quad9.net" .. [[]] .. "." -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 f44ed4330..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "
" --- .. translate("For more information on different options check ") --- .. [[ ]] --- .. "AdGuard.com" .. [[]] .. ", " --- .. [[ ]] --- .. "CleanBrowsing.org" .. [[]] .. " " .. translate("and") .. " " --- .. [[ ]] --- .. "Quad9.net" .. [[]] .. "." -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 e4a3bf4ac..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua +++ /dev/null @@ -1,14 +0,0 @@ --- .. "
" --- .. translate("For more information on different options check ") --- .. [[ ]] --- .. "AdGuard.com" .. [[]] .. ", " --- .. [[ ]] --- .. "CleanBrowsing.org" .. [[]] .. " " .. translate("and") .. " " --- .. [[ ]] --- .. "Quad9.net" .. [[]] .. "." -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/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 deleted file mode 100644 index 74d9273bc..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - name = "Cloudflare", - label = _("Cloudflare"), - url_prefix = "https://cloudflare-dns.com/dns-query?ct=application/dns-json&", - bootstrap_dns = "1.1.1.1,1.0.0.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/com.google.dns.lua deleted file mode 100644 index 168f3f7aa..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua +++ /dev/null @@ -1,7 +0,0 @@ -return { - name = "Google", - label = _("Google"), - url_prefix = "https://dns.google.com/resolve?", - 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/sb.dns.lua b/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua deleted file mode 100644 index 50dc74288..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - name = "DNS.SB", - label = _("DNS.SB"), - url_prefix = "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/model/cbi/https_dns_proxy.lua b/applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua deleted file mode 100644 index 4e7e02524..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua +++ /dev/null @@ -1,143 +0,0 @@ -local sys = require "luci.sys" -local util = require "luci.util" -local fs = require "nixio.fs" -local dispatcher = require "luci.dispatcher" -local i18n = require "luci.i18n" -local uci = require("luci.model.uci").cursor() - -local packageName = "https_dns_proxy" -local providers_dir = "/usr/lib/lua/luci/" .. packageName .. "/providers/" - -function get_provider_name(value) - for filename in fs.dir(providers_dir) do - local p_func = loadfile(providers_dir .. filename) - 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]', '') - if value:match(p.url_match) then - return p.label - end - end - return translate("Uknown Provider") -end - -local tmpfsStatus, tmpfsStatusCode -local ubusStatus = util.ubus("service", "list", { name = packageName }) -local tmpfsVersion = tostring(util.trim(sys.exec("opkg list-installed " .. packageName .. " | awk '{print $3}'"))) - -if not tmpfsVersion or tmpfsVersion == "" then - tmpfsStatusCode = -1 - tmpfsVersion = "" - tmpfsStatus = packageName .. " " .. translate("is not installed or not found") -else - tmpfsVersion = " [" .. packageName .. " " .. tmpfsVersion .. "]" - if not ubusStatus or not ubusStatus[packageName] then - tmpfsStatusCode = 0 - tmpfsStatus = translate("Stopped") - else - tmpfsStatusCode, tmpfsStatus = 1, "" - for n = 1,1000 do - if ubusStatus and ubusStatus[packageName] and - ubusStatus[packageName]["instances"] and - ubusStatus[packageName]["instances"]["instance" .. n] and - ubusStatus[packageName]["instances"]["instance" .. n]["running"] then - local value, k, v, url, url_flag, la, la_flag, lp, lp_flag - for k, v in pairs(ubusStatus[packageName]["instances"]["instance" .. n]["command"]) do - if la_flag then la, la_flag = v, false end - if lp_flag then lp, lp_flag = v, false end - if url_flag then url, url_flag = v, false end - if v == "-a" then la_flag = true end - if v == "-p" then lp_flag = true end - if v == "-r" then url_flag = true end - end - la = la or "127.0.0.1" - lp = lp or n + 5053 - tmpfsStatus = tmpfsStatus .. translate("Running") .. ": " .. get_provider_name(url) .. " " .. translate("DoH") .. " " .. translate("at") .. " " .. la .. ":" .. lp .. "\n" - else - break - end - end - end -end - -m = Map("https_dns_proxy", translate("DNS over HTTPS Proxy Settings")) - -h = m:section(TypedSection, "_dummy", translate("Service Status") .. tmpfsVersion) -h.template = "cbi/nullsection" -ss = h:option(DummyValue, "_dummy", translate("Service Status")) -if tmpfsStatusCode == -1 then - ss.template = packageName .. "/status" - ss.value = tmpfsStatus -else - if tmpfsStatusCode == 0 then - ss.template = packageName .. "/status" - else - ss.template = packageName .. "/status-textarea" - end - ss.value = tmpfsStatus - buttons = h:option(DummyValue, "_dummy") - 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 ") - .. [[ ]] - .. translate("DHCP and DNS") .. [[]] .. ".") -s3.template = "cbi/tblsection" -s3.sortable = false -s3.anonymous = true -s3.addremove = true - -prov = s3:option(ListValue, "url_prefix", translate("Provider")) -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) - if p.default then - prov.default = p.url_prefix - end -end -prov.forcewrite = true -prov.write = function(self, section, value) - if not value then return end - for filename in fs.dir(providers_dir) do - local p_func = loadfile(providers_dir .. filename) - 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]', '') - 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) - end - end - uci:save("https_dns_proxy") -end - -la = s3:option(Value, "listen_addr", translate("Listen address")) -la.datatype = "host" -la.placeholder = "127.0.0.1" -la.rmempty = true - -local n = 0 -uci:foreach("https_dns_proxy", "https_dns_proxy", function(s) - if s[".name"] == section then - return false - end - n = n + 1 -end) - -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.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 deleted file mode 100644 index 84c5f608d..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm +++ /dev/null @@ -1,56 +0,0 @@ -<%# - Copyright 2019 Stan Grishin --%> - -<%- - local packageName = "https_dns_proxy" - local enabledFlag = luci.sys.init.enabled(packageName) - local ubusStatus = luci.util.ubus("service", "list", { name = packageName }) - - if not ubusStatus or not ubusStatus[packageName] then - tmpfsStatusCode = 0 - else - tmpfsStatusCode = 1 - end - - if tmpfsStatusCode == 0 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 not enabledFlag 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 --%> - -<%+https_dns_proxy/css%> -<%+https_dns_proxy/js%> - -
-
- - - - - - -   -   -   -   - - - - -
-
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 deleted file mode 100644 index 6fb3d51d3..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/css.htm +++ /dev/null @@ -1,9 +0,0 @@ - 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 deleted file mode 100644 index 3b0daaa19..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm +++ /dev/null @@ -1,60 +0,0 @@ - - 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 deleted file mode 100644 index 3840cd19d..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/status-textarea.htm +++ /dev/null @@ -1,13 +0,0 @@ -<%# -Copyright 2017-2019 Stan Grishin (stangri@melmac.net) -This is free software, licensed under the Apache License, Version 2.0 --%> - -<%+cbi/valueheader%> - - - -<%+cbi/valuefooter%> 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 deleted file mode 100644 index c45342840..000000000 --- a/applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/status.htm +++ /dev/null @@ -1,10 +0,0 @@ -<%# -Copyright 2017-2018 Dirk Brenken (dev@brenken.org) -This is free software, licensed under the Apache License, Version 2.0 --%> - -<%+cbi/valueheader%> - - - -<%+cbi/valuefooter%> 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 641838244..000000000 --- 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 0c05a65cd..000000000 --- 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 77e98ed47..000000000 --- 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 \n" -"Language-Team: Czech \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 5fc41f97c..000000000 --- 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-11-24 09:12+0000\n" -"Last-Translator: ssantos \n" -"Language-Team: German \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 "" - -#: 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 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/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 "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 "" - -#: 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 "" - -#: 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 "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 "" - -#: 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 "Subnetzadresse" - -#: 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 "" -"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 "" - -#: 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 "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 a72984b49..000000000 --- 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 \n" -"Language-Team: Greek \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 ab7bd6e7f..000000000 --- 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 ed0194823..000000000 --- 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-03 08:25+0000\n" -"Last-Translator: Franco Castillo \n" -"Language-Team: Spanish \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 3f0454216..000000000 --- a/applications/luci-app-https_dns_proxy/po/fr/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -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.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/he/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/he/https_dns_proxy.po deleted file mode 100644 index 55504b455..000000000 --- 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 cd3f3b694..000000000 --- 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 3e523368f..000000000 --- a/applications/luci-app-https_dns_proxy/po/hu/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: hu\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/it/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/it/https_dns_proxy.po deleted file mode 100644 index d2786e8ec..000000000 --- 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 58845a770..000000000 --- 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 c5b4e75e3..000000000 --- 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/ms/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/ms/https_dns_proxy.po deleted file mode 100644 index 57b41a7e4..000000000 --- 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 5566a8bdf..000000000 --- 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 d37c10fd7..000000000 --- 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-04 12:06+0000\n" -"Last-Translator: Marcin Net \n" -"Language-Team: Polish \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 "" - -#: 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 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/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 "Wyłącz" - -#: 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 "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 "" - -#: 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 "" - -#: 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 "" - -#: 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 "Przeładuj" - -#: 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 "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 "" - -#: 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 "" - -#: 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 "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 46843434d..000000000 --- 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 \n" -"Language-Team: Portuguese \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 e4ca92f55..000000000 --- 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 \n" -"Language-Team: Portuguese (Brazil) \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 6fb53c459..000000000 --- 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 737468808..000000000 --- a/applications/luci-app-https_dns_proxy/po/ru/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -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.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/sk/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/sk/https_dns_proxy.po deleted file mode 100644 index 5798c1c87..000000000 --- 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 002ae435e..000000000 --- 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 \n" -"Language-Team: Swedish \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 1808cd9ac..000000000 --- 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 021843806..000000000 --- a/applications/luci-app-https_dns_proxy/po/tr/https_dns_proxy.po +++ /dev/null @@ -1,180 +0,0 @@ -msgid "" -msgstr "" -"Language: tr\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/uk/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/uk/https_dns_proxy.po deleted file mode 100644 index a8ac4a80b..000000000 --- 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-11-16 09:06+0000\n" -"Last-Translator: Yurii Petrashko \n" -"Language-Team: Ukrainian \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 244c5f7ed..000000000 --- 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 19da1e035..000000000 --- a/applications/luci-app-https_dns_proxy/po/zh-cn/https_dns_proxy.po +++ /dev/null @@ -1,204 +0,0 @@ -# -# Yangfl , 2019. -# -msgid "" -msgstr "" -"Project-Id-Version: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2019-12-04 12:07+0000\n" -"Last-Translator: lissom \n" -"Language-Team: Chinese (Simplified) \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 c4d40fca4..000000000 --- a/applications/luci-app-https_dns_proxy/po/zh-tw/https_dns_proxy.po +++ /dev/null @@ -1,203 +0,0 @@ -# -# Yangfl , 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 \n" -"Language-Team: \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 7800af701..000000000 --- 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-ltqtapi/po/hu/ltqtapi.po b/applications/luci-app-ltqtapi/po/hu/ltqtapi.po index 9ed20871e..73f17f9f4 100644 --- a/applications/luci-app-ltqtapi/po/hu/ltqtapi.po +++ b/applications/luci-app-ltqtapi/po/hu/ltqtapi.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -77,7 +77,7 @@ msgstr "Típus" #: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:23 msgid "Uplink" -msgstr "" +msgstr "Feltöltés" #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:12 msgid "Username" diff --git a/applications/luci-app-ltqtapi/po/mr/ltqtapi.po b/applications/luci-app-ltqtapi/po/mr/ltqtapi.po new file mode 100644 index 000000000..baadee9e2 --- /dev/null +++ b/applications/luci-app-ltqtapi/po/mr/ltqtapi.po @@ -0,0 +1,90 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-ltqtapi/luasrc/controller/ltqtapi.lua:16 +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:7 +msgid "Account" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:28 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:7 +msgid "Contact" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua:17 +msgid "Contacts" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:20 +msgid "Current Telephony State" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:14 +msgid "Dial" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:14 +msgid "Disabled" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:7 +msgid "Here You can specify the SIP account that you want to use." +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:7 +msgid "Here You can specify the SIP contacts that you want to use." +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:12 +msgid "Name" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:13 +msgid "Password" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:24 +msgid "Port1" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:25 +msgid "Port2" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:11 +msgid "Realm" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:13 +msgid "Shortdial" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:16 +msgid "Type" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:23 +msgid "Uplink" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:12 +msgid "Username" +msgstr "" + +#: applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua:13 +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:4 +#: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:4 +msgid "VoIP" +msgstr "" diff --git a/applications/luci-app-ltqtapi/po/pt_BR/ltqtapi.po b/applications/luci-app-ltqtapi/po/pt_BR/ltqtapi.po index 9c7ad2f60..32f365ad3 100644 --- a/applications/luci-app-ltqtapi/po/pt_BR/ltqtapi.po +++ b/applications/luci-app-ltqtapi/po/pt_BR/ltqtapi.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-04 12:07+0000\n" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -13,7 +13,7 @@ msgstr "" #: applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua:16 #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:7 msgid "Account" -msgstr "" +msgstr "Conta" #: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:28 msgid "Collecting data..." @@ -25,15 +25,15 @@ msgstr "Contato" #: applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua:17 msgid "Contacts" -msgstr "" +msgstr "Contatos" #: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:20 msgid "Current Telephony State" -msgstr "" +msgstr "Condição Atual da Telefonia" #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:14 msgid "Dial" -msgstr "" +msgstr "Discagem" #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:14 msgid "Disabled" @@ -41,11 +41,11 @@ msgstr "Desabilitado" #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:7 msgid "Here You can specify the SIP account that you want to use." -msgstr "" +msgstr "Aqui você pode definir uma conta SIP que deseja usar." #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:7 msgid "Here You can specify the SIP contacts that you want to use." -msgstr "" +msgstr "Aqui você pode definir os contatos SIP que deseja usar." #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:12 msgid "Name" @@ -57,19 +57,19 @@ msgstr "Senha" #: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:24 msgid "Port1" -msgstr "" +msgstr "Porta1" #: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:25 msgid "Port2" -msgstr "" +msgstr "Porta2" #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:11 msgid "Realm" -msgstr "" +msgstr "Reino" #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:13 msgid "Shortdial" -msgstr "" +msgstr "Discagem curta" #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:16 msgid "Type" @@ -87,4 +87,4 @@ msgstr "Nome do Usuário" #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:4 #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:4 msgid "VoIP" -msgstr "" +msgstr "VoIP" diff --git a/applications/luci-app-ltqtapi/po/tr/ltqtapi.po b/applications/luci-app-ltqtapi/po/tr/ltqtapi.po index d4ad41737..a6353f159 100644 --- a/applications/luci-app-ltqtapi/po/tr/ltqtapi.po +++ b/applications/luci-app-ltqtapi/po/tr/ltqtapi.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı \n" +"Language-Team: Turkish \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-ltqtapi/luasrc/controller/ltqtapi.lua:16 #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua:7 @@ -11,7 +17,7 @@ msgstr "" #: applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm:28 msgid "Collecting data..." -msgstr "" +msgstr "Veri alınıyor..." #: applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua:7 msgid "Contact" diff --git a/applications/luci-app-lxc/po/en/lxc.po b/applications/luci-app-lxc/po/en/lxc.po index 18918c75a..d5807e81e 100644 --- a/applications/luci-app-lxc/po/en/lxc.po +++ b/applications/luci-app-lxc/po/en/lxc.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" +"Last-Translator: Guillaume D. <2a3b@protonmail.com>\n" +"Language-Team: English \n" "Language: en\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-lxc/luasrc/model/cbi/lxc.lua:18 msgid "" @@ -13,7 +19,7 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:29 #: applications/luci-app-lxc/luasrc/view/lxc.htm:47 msgid "Actions" -msgstr "" +msgstr "Actions" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:19 msgid "Also you may want to install 'kmod-veth' for optional network support." diff --git a/applications/luci-app-lxc/po/hu/lxc.po b/applications/luci-app-lxc/po/hu/lxc.po index 8ef61e55d..f48e6edc8 100644 --- a/applications/luci-app-lxc/po/hu/lxc.po +++ b/applications/luci-app-lxc/po/hu/lxc.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -19,7 +19,7 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:29 #: applications/luci-app-lxc/luasrc/view/lxc.htm:47 msgid "Actions" -msgstr "" +msgstr "Műveletek" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:19 msgid "Also you may want to install 'kmod-veth' for optional network support." @@ -103,7 +103,7 @@ msgstr "Állapot" #: applications/luci-app-lxc/luasrc/view/lxc.htm:132 msgid "Stop" -msgstr "" +msgstr "Leállítás" #: applications/luci-app-lxc/luasrc/view/lxc.htm:46 msgid "Template" diff --git a/applications/luci-app-lxc/po/mr/lxc.po b/applications/luci-app-lxc/po/mr/lxc.po new file mode 100644 index 000000000..05a614a4a --- /dev/null +++ b/applications/luci-app-lxc/po/mr/lxc.po @@ -0,0 +1,110 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-lxc/luasrc/model/cbi/lxc.lua:18 +msgid "" +"Please note: LXC Containers require features not available on OpenWrt " +"images for devices with small flash.
" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:29 +#: applications/luci-app-lxc/luasrc/view/lxc.htm:47 +msgid "Actions" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:19 +msgid "Also you may want to install 'kmod-veth' for optional network support." +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:23 +msgid "Available Containers" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:25 +msgid "Containers URL" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:53 +msgid "Create" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:41 +msgid "Create New Container" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:133 +msgid "Delete" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:31 +msgid "Enable SSL" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:32 +msgid "" +"Enable optional SSL encryption support. This requires additional packages " +"like 'wget', 'ca-certificates', 'gnupg' and 'gnupg-utils'." +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:50 +msgid "Enter new name" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:36 +msgid "Free Space Threshold" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:42 +msgid "Free Temp Threshold" +msgstr "" + +#: applications/luci-app-lxc/luasrc/controller/lxc.lua:31 +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:17 +msgid "LXC Containers" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:73 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:37 +msgid "Minimum required free space for LXC Container creation in KB" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:43 +msgid "Minimum required free temp space for LXC Container creation in KB" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:27 +#: applications/luci-app-lxc/luasrc/view/lxc.htm:45 +msgid "Name" +msgstr "" + +#: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:22 +msgid "Options" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:131 +msgid "Start" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:28 +msgid "Status" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:132 +msgid "Stop" +msgstr "" + +#: applications/luci-app-lxc/luasrc/view/lxc.htm:46 +msgid "Template" +msgstr "" diff --git a/applications/luci-app-lxc/po/pt_BR/lxc.po b/applications/luci-app-lxc/po/pt_BR/lxc.po index de3174947..19d580048 100644 --- a/applications/luci-app-lxc/po/pt_BR/lxc.po +++ b/applications/luci-app-lxc/po/pt_BR/lxc.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-03 08:25+0000\n" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -27,19 +27,19 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:23 msgid "Available Containers" -msgstr "" +msgstr "Containers Disponíveis" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:25 msgid "Containers URL" -msgstr "" +msgstr "URL dos containers" #: applications/luci-app-lxc/luasrc/view/lxc.htm:53 msgid "Create" -msgstr "" +msgstr "Criar" #: applications/luci-app-lxc/luasrc/view/lxc.htm:41 msgid "Create New Container" -msgstr "" +msgstr "Criar um Novo Container" #: applications/luci-app-lxc/luasrc/view/lxc.htm:133 msgid "Delete" @@ -54,23 +54,25 @@ msgid "" "Enable optional SSL encryption support. This requires additional packages " "like 'wget', 'ca-certificates', 'gnupg' and 'gnupg-utils'." msgstr "" +"Ative o suporte de criptografia SSL opcional. Isto requer pacotes adicionais " +"como 'wget', 'ca-certificates', 'gnupg' e o 'gnupg-utils'." #: applications/luci-app-lxc/luasrc/view/lxc.htm:50 msgid "Enter new name" -msgstr "" +msgstr "Digite um novo nome" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:36 msgid "Free Space Threshold" -msgstr "" +msgstr "Limiar de Espaço Livre" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:42 msgid "Free Temp Threshold" -msgstr "" +msgstr "Limite de Temperatura Disponível" #: applications/luci-app-lxc/luasrc/controller/lxc.lua:31 #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:17 msgid "LXC Containers" -msgstr "" +msgstr "Contêineres LXC" #: applications/luci-app-lxc/luasrc/view/lxc.htm:73 msgid "Loading" @@ -78,11 +80,13 @@ msgstr "Carregando" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:37 msgid "Minimum required free space for LXC Container creation in KB" -msgstr "" +msgstr "Espaço livre mínimo necessário para a criação de containers LXC em KB" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:43 msgid "Minimum required free temp space for LXC Container creation in KB" msgstr "" +"Espaço livre temporário mínimo necessário para a criação de containers LXC " +"em KB" #: applications/luci-app-lxc/luasrc/view/lxc.htm:27 #: applications/luci-app-lxc/luasrc/view/lxc.htm:45 @@ -107,4 +111,4 @@ msgstr "Parar" #: applications/luci-app-lxc/luasrc/view/lxc.htm:46 msgid "Template" -msgstr "" +msgstr "Modelo" diff --git a/applications/luci-app-lxc/po/tr/lxc.po b/applications/luci-app-lxc/po/tr/lxc.po index ed5f95d56..bb55e605c 100644 --- a/applications/luci-app-lxc/po/tr/lxc.po +++ b/applications/luci-app-lxc/po/tr/lxc.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:07+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -19,7 +19,7 @@ msgstr "" #: applications/luci-app-lxc/luasrc/view/lxc.htm:29 #: applications/luci-app-lxc/luasrc/view/lxc.htm:47 msgid "Actions" -msgstr "" +msgstr "Eylemler" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:19 msgid "Also you may want to install 'kmod-veth' for optional network support." @@ -103,7 +103,7 @@ msgstr "Durum" #: applications/luci-app-lxc/luasrc/view/lxc.htm:132 msgid "Stop" -msgstr "" +msgstr "Durdur" #: applications/luci-app-lxc/luasrc/view/lxc.htm:46 msgid "Template" diff --git a/applications/luci-app-lxc/po/zh-cn/lxc.po b/applications/luci-app-lxc/po/zh-cn/lxc.po index 16f3e582e..eb005166f 100644 --- a/applications/luci-app-lxc/po/zh-cn/lxc.po +++ b/applications/luci-app-lxc/po/zh-cn/lxc.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-15 03:06+0000\n" -"Last-Translator: Meano Lee \n" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" +"Last-Translator: Zheng Qian \n" "Language-Team: Chinese (Simplified) \n" "Language: zh-cn\n" @@ -14,7 +14,7 @@ msgstr "" msgid "" "Please note: LXC Containers require features not available on OpenWrt " "images for devices with small flash.
" -msgstr "" +msgstr "请注意:对于较小闪存的设备,OpenWrt 映像不能满足 LXC 的需求。
" #: applications/luci-app-lxc/luasrc/view/lxc.htm:29 #: applications/luci-app-lxc/luasrc/view/lxc.htm:47 @@ -23,23 +23,23 @@ msgstr "动作" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:19 msgid "Also you may want to install 'kmod-veth' for optional network support." -msgstr "" +msgstr "您可能需要安装“kmod-veth”以获得可选的网络支持。" #: applications/luci-app-lxc/luasrc/view/lxc.htm:23 msgid "Available Containers" -msgstr "" +msgstr "可用的容器" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:25 msgid "Containers URL" -msgstr "" +msgstr "容器 URL" #: applications/luci-app-lxc/luasrc/view/lxc.htm:53 msgid "Create" -msgstr "" +msgstr "创建" #: applications/luci-app-lxc/luasrc/view/lxc.htm:41 msgid "Create New Container" -msgstr "" +msgstr "创建新容器" #: applications/luci-app-lxc/luasrc/view/lxc.htm:133 msgid "Delete" @@ -54,23 +54,24 @@ msgid "" "Enable optional SSL encryption support. This requires additional packages " "like 'wget', 'ca-certificates', 'gnupg' and 'gnupg-utils'." msgstr "" +"启用可选的 SSL 加密支持。这需要额外的软件包如“wget”,“ca-certificates”,“gnupg”和“gnupg-utils”。" #: applications/luci-app-lxc/luasrc/view/lxc.htm:50 msgid "Enter new name" -msgstr "" +msgstr "输入新名称" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:36 msgid "Free Space Threshold" -msgstr "" +msgstr "可用空间阈值" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:42 msgid "Free Temp Threshold" -msgstr "" +msgstr "可用临时空间阈值" #: applications/luci-app-lxc/luasrc/controller/lxc.lua:31 #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:17 msgid "LXC Containers" -msgstr "" +msgstr "LXC 容器" #: applications/luci-app-lxc/luasrc/view/lxc.htm:73 msgid "Loading" @@ -78,11 +79,11 @@ msgstr "加载中" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:37 msgid "Minimum required free space for LXC Container creation in KB" -msgstr "" +msgstr "LXC 容器创建所需的最小可用空间(以 KB 为单位)" #: applications/luci-app-lxc/luasrc/model/cbi/lxc.lua:43 msgid "Minimum required free temp space for LXC Container creation in KB" -msgstr "" +msgstr "LXC 容器创建所需的最小临时空间(以 KB 为单位)" #: applications/luci-app-lxc/luasrc/view/lxc.htm:27 #: applications/luci-app-lxc/luasrc/view/lxc.htm:45 @@ -107,4 +108,4 @@ msgstr "停止" #: applications/luci-app-lxc/luasrc/view/lxc.htm:46 msgid "Template" -msgstr "" +msgstr "模板" diff --git a/applications/luci-app-minidlna/po/mr/minidlna.po b/applications/luci-app-minidlna/po/mr/minidlna.po new file mode 100644 index 000000000..505d12439 --- /dev/null +++ b/applications/luci-app-minidlna/po/mr/minidlna.po @@ -0,0 +1,232 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-minidlna/luasrc/model/cbi/minidlna.lua:16 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:136 +msgid "Album art names" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:94 +msgid "Allow wide links" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:115 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:111 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:126 +msgid "Browse directory" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/view/minidlna_status.htm:27 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:77 +msgid "Database directory" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:18 +msgid "Enable" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:90 +msgid "Enable TIVO" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:87 +msgid "Enable inotify" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:72 +msgid "Friendly name" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:15 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:43 +msgid "Interfaces" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:82 +msgid "Log directory" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:132 +msgid "Media directories" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:7 +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:116 +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:127 +msgid "Music" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:44 +msgid "Network interfaces to serve." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:106 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:107 +msgid "Notify interval in seconds." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:129 +msgid "Pictures" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:37 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:38 +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:102 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:124 +msgid "Root container" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:112 +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:73 +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:78 +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:83 +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:95 +msgid "" +"Set this to allow serving content outside the media root (via symlinks)." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:88 +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:91 +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:99 +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:133 +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:120 +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:125 +msgid "Standard container" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:98 +msgid "Strict to DLNA standard" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/view/minidlna_status.htm:11 +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/view/minidlna_status.htm:17 +msgid "The miniDLNA service is not running." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:137 +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:128 +msgid "Video" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/controller/minidlna.lua:13 +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:6 +msgid "miniDLNA" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/view/minidlna_status.htm:25 +msgid "miniDLNA Status" +msgstr "" + +#: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:119 +msgid "miniSSDP socket" +msgstr "" + +#~ msgid "Network interfaces to serve, comma delimited list." +#~ msgstr "Network interfaces to serve, comma delimited list." + +#~ msgid "" +#~ "This is a list of file names to check for when searching for album art. " +#~ "Note: names must be delimited with a forward slash '/'" +#~ msgstr "" +#~ "This is a list of file names to check for when searching for album art. " +#~ "Note: names must be delimited with a forward slash '/'" diff --git a/applications/luci-app-minidlna/po/tr/minidlna.po b/applications/luci-app-minidlna/po/tr/minidlna.po index 03f7f285c..bbf9ae20e 100644 --- a/applications/luci-app-minidlna/po/tr/minidlna.po +++ b/applications/luci-app-minidlna/po/tr/minidlna.po @@ -1,12 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"Last-Translator: İsmail Karslı \n" +"Language-Team: Turkish \n" +"Language: tr\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-minidlna/luasrc/model/cbi/minidlna.lua:16 msgid "Advanced Settings" @@ -34,7 +38,7 @@ msgstr "" #: applications/luci-app-minidlna/luasrc/view/minidlna_status.htm:27 msgid "Collecting data..." -msgstr "" +msgstr "Veri alınıyor..." #: applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua:77 msgid "Database directory" 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 fe2faaee5..86ea302c2 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 005247dde..eb34f3670 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 fb00a8e01..e0b8c8735 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 f480d303f..599ca0d2d 100644 --- a/applications/luci-app-mjpg-streamer/po/cs/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/cs/mjpg-streamer.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-02 16:12+0000\n" +"PO-Revision-Date: 2019-12-09 20:06+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -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 "" @@ -146,11 +146,11 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:81 msgid "Off" -msgstr "Vypnuté" +msgstr "Vypnuto" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:80 msgid "On" -msgstr "" +msgstr "Zapnuto" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:20 msgid "Output plugin" 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 af55c1731..35aaa4aab 100644 --- a/applications/luci-app-mjpg-streamer/po/de/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/de/mjpg-streamer.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-07 08:30+0000\n" -"Last-Translator: Paul Spooren \n" +"PO-Revision-Date: 2019-12-09 20:06+0000\n" +"Last-Translator: Kiste \n" "Language-Team: German \n" "Language: de\n" @@ -16,7 +16,7 @@ msgstr "Erlaube dem Ringpuffer das Limit um diesen Betrag zu überschreiten" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:95 msgid "Ask for username and password on connect" -msgstr "" +msgstr "Bei Verbindung nach Benutzername und Passwort fragen" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:95 msgid "Authentication required" @@ -24,7 +24,7 @@ msgstr "Authentifizierung benötigt" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:83 msgid "Auto" -msgstr "" +msgstr "Auto" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:69 msgid "Automatic disabling of MJPEG mode" @@ -36,11 +36,11 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:207 msgid "Check to save the stream to an mjpeg file" -msgstr "" +msgstr "Klicken, um den Stream in eine MJPEG-Datei zu speichern" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 msgid "Command to run" -msgstr "" +msgstr "Befehl zum Ausführen" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:43 msgid "Device" @@ -52,11 +52,11 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:77 msgid "Don't initialize dynctrls" -msgstr "" +msgstr "Dynctrls nicht initialisieren" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 -msgid "Drop frames smaller then this limit" -msgstr "" +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 msgid "Enable MJPG-streamer" @@ -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 e4361a6d6..473559bda 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 786f9d0cf..24e4d0b12 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 46a321c11..6fda454c1 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 9f5f0f1ed..6c2185dde 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 ac9c36a84..739d4b0db 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 de726beee..3f531e0be 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 6e0547165..3f606da1a 100644 --- a/applications/luci-app-mjpg-streamer/po/hu/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/hu/mjpg-streamer.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:47+0000\n" +"PO-Revision-Date: 2019-12-10 23:16+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -44,7 +44,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:43 msgid "Device" -msgstr "" +msgstr "Eszköz" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:77 msgid "Do not initialize dynctrls of Linux-UVC driver" @@ -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 "" @@ -146,7 +146,7 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:81 msgid "Off" -msgstr "" +msgstr "Ki" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:80 msgid "On" 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 c1c36ac2c..e62d515bb 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 d4c454344..2f144327b 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 e54ec194d..2af2abac0 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 new file mode 100644 index 000000000..bf635d0d2 --- /dev/null +++ b/applications/luci-app-mjpg-streamer/po/mr/mjpg-streamer.po @@ -0,0 +1,218 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:217 +msgid "Allow ringbuffer to exceed limit by this amount" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:95 +msgid "Ask for username and password on connect" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:95 +msgid "Authentication required" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:83 +msgid "Auto" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:69 +msgid "Automatic disabling of MJPEG mode" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:82 +msgid "Blink" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:207 +msgid "Check to save the stream to an mjpeg file" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 +msgid "Command to run" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:43 +msgid "Device" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:77 +msgid "Do not initialize dynctrls of Linux-UVC driver" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:77 +msgid "Don't initialize dynctrls" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 +msgid "Drop frames smaller than this limit" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 +msgid "Enable MJPG-streamer" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:69 +msgid "Enable YUYV format" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:12 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:217 +msgid "Exceed" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:220 +msgid "" +"Execute command after saving picture. Mjpg-streamer parses the filename as " +"first parameter to your script." +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:36 +msgid "File input" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:34 +msgid "File output" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:203 +msgid "Folder" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:108 +msgid "Folder that contains webpages" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:64 +msgid "Frames per second" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:8 +msgid "General" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:33 +msgid "HTTP output" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:14 +msgid "Input plugin" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:209 +msgid "Interval between saving pictures" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:71 +msgid "JPEG compression quality" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:79 +msgid "Led control" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:222 +msgid "Link newest picture to fixed file name" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:222 +msgid "Link the last picture in ringbuffer to fixed named file provided." +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/controller/mjpg-streamer.lua:12 +msgid "MJPG-streamer" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:213 +msgid "Max. number of pictures to hold" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:207 +msgid "Mjpeg output" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:81 +msgid "Off" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:80 +msgid "On" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:20 +msgid "Output plugin" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:102 +msgid "Password" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:29 +msgid "Plugin settings" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:91 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:51 +msgid "Resolution" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:213 +msgid "Ring buffer size" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:203 +msgid "Set folder to save pictures" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:209 +msgid "Set the interval in millisecond" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:74 +msgid "" +"Set the minimum size if the webcam produces small-sized garbage frames. May " +"happen under low light conditions" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:71 +msgid "" +"Set the quality in percent. This setting activates YUYV format, disables " +"MJPEG" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:91 +msgid "TCP port for this HTTP server" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:35 +msgid "UVC input" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:98 +msgid "Username" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:108 +msgid "WWW folder" +msgstr "" + +#: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:4 +msgid "" +"mjpg streamer is a streaming application for Linux-UVC compatible webcams" +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 e2b596d5f..dcdc6e169 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 3d5bfcd46..3c35e99fd 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 6a1860f97..d09469d9b 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 2cfbcedd1..6bb36ebef 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 83f0072cf..4800ed76c 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 20a69eadb..610272c76 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 ed3b7f44b..b32961545 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 "" "Выполнить команду после сохранения изображения.
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 d7d25d532..91e1c1717 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 ef9eb27b7..ef794f9d6 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 a08ceec6a..a46d12280 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 a7b7d4121..78dd9daa8 100644 --- a/applications/luci-app-mjpg-streamer/po/uk/mjpg-streamer.po +++ b/applications/luci-app-mjpg-streamer/po/uk/mjpg-streamer.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-27 21:31+0000\n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" "Last-Translator: Yurii Petrashko \n" "Language-Team: Ukrainian \n" @@ -9,7 +9,7 @@ msgstr "" "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.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:217 msgid "Allow ringbuffer to exceed limit by this amount" @@ -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 "" @@ -147,11 +147,11 @@ msgstr "" #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:81 msgid "Off" -msgstr "" +msgstr "Вимк." #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:80 msgid "On" -msgstr "" +msgstr "Увімк." #: applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua:20 msgid "Output plugin" 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 2d036a0b5..28cf534d4 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 34c56d5fc..2e6572d2d 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 c63ad7e7b..ac4be2256 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 6a380cfe5..d7bfee271 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 606b1ae76..bcbf03d54 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-mwan3/po/cs/mwan3.po b/applications/luci-app-mwan3/po/cs/mwan3.po index d81181f00..7dcd1af7e 100644 --- a/applications/luci-app-mwan3/po/cs/mwan3.po +++ b/applications/luci-app-mwan3/po/cs/mwan3.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-02 16:11+0000\n" +"PO-Revision-Date: 2019-12-07 10:46+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -595,7 +595,7 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:59 msgid "Rule" -msgstr "" +msgstr "Pravidlo" #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:57 msgid "Rules" diff --git a/applications/luci-app-mwan3/po/de/mwan3.po b/applications/luci-app-mwan3/po/de/mwan3.po index 8c7f4a487..ca0b01021 100644 --- a/applications/luci-app-mwan3/po/de/mwan3.po +++ b/applications/luci-app-mwan3/po/de/mwan3.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-19 16:06+0000\n" -"Last-Translator: ssantos \n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" +"Last-Translator: MartB \n" "Language-Team: German \n" "Language: de\n" @@ -175,7 +175,7 @@ msgstr "Notfall" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:59 msgid "Enable ssl tracking" -msgstr "" +msgstr "Aktiviere SSL-Tracking" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:23 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:160 @@ -195,7 +195,7 @@ msgstr "Aktiviert die globale Firewall-Protokollierung" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:60 msgid "Enables https tracking on ssl port 443" -msgstr "" +msgstr "Aktiviert HTTPS-Tracking auf SSL-Port 443" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:16 msgid "Enter value in hex, starting with 0x" diff --git a/applications/luci-app-mwan3/po/hu/mwan3.po b/applications/luci-app-mwan3/po/hu/mwan3.po index a0c70a112..99a027d9b 100644 --- a/applications/luci-app-mwan3/po/hu/mwan3.po +++ b/applications/luci-app-mwan3/po/hu/mwan3.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -78,7 +78,7 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:58 msgid "-- Please choose --" -msgstr "" +msgstr "-- Kérem válasszon --" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:65 msgid "" @@ -96,7 +96,7 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:32 msgid "Alert" -msgstr "" +msgstr "Riasztás" #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:177 msgid "All required IP rules for interface %s found" @@ -126,7 +126,7 @@ msgstr "Adatok összegyűjtése…" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:33 msgid "Critical" -msgstr "" +msgstr "Kritikus" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 msgid "Debug" @@ -140,7 +140,7 @@ msgstr "Cél cím" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:33 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:87 msgid "Destination port" -msgstr "" +msgstr "Célport" #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:11 #: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:11 @@ -154,7 +154,7 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/view/mwan/status_interface.htm:12 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:12 msgid "Diagnostics" -msgstr "" +msgstr "Diagnosztika" #: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:50 msgid "Disabled" @@ -167,7 +167,7 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 msgid "Emergency" -msgstr "" +msgstr "Vészhelyzet" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:59 msgid "Enable ssl tracking" @@ -449,7 +449,7 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:25 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:33 msgid "Metric" -msgstr "" +msgstr "Mérőszám" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:130 msgid "Min packet latency [ms]" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:51 msgid "Policy" -msgstr "" +msgstr "Szabály" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:66 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:99 @@ -595,7 +595,7 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:59 msgid "Rule" -msgstr "" +msgstr "Szabály" #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:57 msgid "Rules" @@ -621,12 +621,12 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:22 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:69 msgid "Source address" -msgstr "" +msgstr "Forráscím" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:26 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:75 msgid "Source port" -msgstr "" +msgstr "Forrásport" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 msgid "Sticky" @@ -752,7 +752,7 @@ msgstr "Várakozás a parancs befejeződésére…" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 msgid "Warning" -msgstr "" +msgstr "Figyelmeztetés" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:29 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:39 diff --git a/applications/luci-app-mwan3/po/mr/mwan3.po b/applications/luci-app-mwan3/po/mr/mwan3.po new file mode 100644 index 000000000..1891c93b7 --- /dev/null +++ b/applications/luci-app-mwan3/po/mr/mwan3.po @@ -0,0 +1,804 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:177 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:193 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:213 +msgid "%d hour" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:172 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:188 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:208 +msgid "%d minute" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:173 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:174 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:175 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:176 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:189 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:190 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:191 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:192 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:209 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:210 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:211 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:212 +msgid "%d minutes" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:48 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:153 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:182 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:202 +msgid "%d second" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:49 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:50 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:51 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:52 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:154 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:155 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:156 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:157 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:158 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:159 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:160 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:161 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:162 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:167 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:168 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:169 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:170 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:171 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:183 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:184 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:185 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:186 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:187 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:203 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:204 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:205 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:206 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:207 +msgid "%d seconds" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:58 +msgid "-- Please choose --" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:65 +msgid "" +"Acceptable values: 1-100. This many Tracking IP addresses must respond for " +"the link to be deemed up" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:30 +msgid "Acceptable values: 1-1000. Defaults to 1 if not set" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:26 +msgid "Acceptable values: 1-256. Defaults to 1 if not set" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:32 +msgid "Alert" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:177 +msgid "All required IP rules for interface %s found" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:57 +msgid "Also scan this Routing table for connected networks" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:73 +msgid "Check IP rules" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:105 +msgid "Check link quality" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:74 +msgid "Check routing table" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:97 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:34 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:34 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:33 +msgid "Critical" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 +msgid "Debug" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:81 +msgid "Destination address" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:33 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:87 +msgid "Destination port" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:11 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:11 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_interface.htm:11 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:11 +msgid "Detail" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:12 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:12 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_interface.htm:12 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:12 +msgid "Diagnostics" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:50 +msgid "Disabled" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:230 +msgid "" +"Downed interface will be deemed up after this many successful ping tests" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:31 +msgid "Emergency" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:59 +msgid "Enable ssl tracking" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:160 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:64 +msgid "" +"Enables firewall rule logging (global mwan3 logging must also be enabled)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:23 +msgid "Enables global firewall logging" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:60 +msgid "Enables https tracking on ssl port 443" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:16 +msgid "Enter value in hex, starting with 0x" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:34 +msgid "Error" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:81 +msgid "Execute" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:27 +msgid "Expect interface state on up event" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:179 +msgid "Failure interval" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:29 +msgid "Firewall loglevel" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:15 +msgid "Firewall mask" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:243 +msgid "Flush conntrack table" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:244 +msgid "Flush global firewall conntrack table on interface events" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:45 +msgid "Globals" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:76 +msgid "Hotplug ifdown" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:75 +msgid "Hotplug ifup" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:45 +msgid "How often should rtmon update the interface routing table" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:29 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:56 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:29 +msgid "INFO: MWAN not running" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:56 +msgid "IPset" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:34 +msgid "IPv4" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:35 +msgid "IPv6" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:37 +msgid "Info" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:26 +msgid "Initial state" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:150 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:18 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:27 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:10 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:10 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:62 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_interface.htm:10 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:10 +msgid "Interface" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:215 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:208 +msgid "Interface down" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:229 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:219 +msgid "Interface up" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:216 +msgid "Interface will be deemed down after this many failed ping tests" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:48 +msgid "Interfaces" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:32 +msgid "Internet Protocol" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:195 +msgid "Keep failure interval" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:196 +msgid "Keep ping failure interval during failure state" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:75 +msgid "Last resort" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:19 +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:41 +msgid "Load Balancing" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:96 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:33 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:36 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:33 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:63 +msgid "Logging" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:28 +msgid "Loglevel" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:8 +msgid "MWAN - Globals" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:139 +msgid "MWAN - Interfaces" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:9 +msgid "MWAN - Members" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:11 +msgid "MWAN - Notification" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:38 +msgid "MWAN - Policies" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:42 +msgid "MWAN - Rules" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:16 +msgid "MWAN Interface Configuration - %s" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:94 +msgid "MWAN Interfaces" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:11 +msgid "MWAN Member Configuration - %s" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:11 +msgid "MWAN Policy Configuration - %s" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:15 +msgid "MWAN Rule Configuration - %s" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:27 +msgid "MWAN Status - Detail" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:54 +msgid "MWAN Status - Diagnostics" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:27 +msgid "MWAN Status - Troubleshooting" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:143 +msgid "" +"MWAN supports up to 252 physical and/or logical interfaces
MWAN " +"requires that all interfaces have a unique metric configured in /etc/config/" +"network
Names must match the interface name found in /etc/config/" +"network
Names may contain characters A-Z, a-z, 0-9, _ and no spaces
Interfaces may not share the same name as configured members, policies or " +"rules" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:93 +msgid "Max TTL" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:109 +msgid "Max packet latency [ms]" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:121 +msgid "Max packet loss [%]" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:27 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:34 +msgid "" +"May be entered as a single or multiple port(s) (eg \"22\" or \"80,443\") or " +"as a portrange (eg \"1024:2048\") without quotes" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:17 +msgid "Member" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:18 +msgid "Member used" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:51 +msgid "Members" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:12 +msgid "" +"Members are profiles attaching a metric and weight to an MWAN interface
Names may contain characters A-Z, a-z, 0-9, _ and no spaces
Members " +"may not share the same name as configured interfaces, policies or rules" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:61 +msgid "Members assigned" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:250 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:230 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:25 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:33 +msgid "Metric" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:130 +msgid "Min packet latency [ms]" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:142 +msgid "Min packet loss [%]" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:190 +msgid "Missing both IP rules for interface %s" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:57 +msgid "" +"Name of IPset rule. Requires IPset rule in /etc/dnsmasq.conf (eg \"ipset=/" +"youtube.com/youtube\")" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:166 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:50 +msgid "No" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:76 +msgid "No MWAN interfaces found" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:159 +msgid "No gateway for interface %s found." +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:168 +msgid "No tracking Hosts for interface %s defined." +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:36 +msgid "Notice" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:60 +msgid "Notification" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:42 +msgid "Offline" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm:34 +msgid "Online" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:182 +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:186 +msgid "Only one IP rules for interface %s found" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:69 +msgid "Ping count" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:71 +msgid "Ping default gateway" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:192 +msgid "Ping interval" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:180 +msgid "Ping interval during failure detection" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:200 +msgid "Ping interval during failure recovering" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:77 +msgid "Ping size" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:151 +msgid "Ping timeout" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:72 +msgid "Ping tracking IP" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:54 +msgid "Policies" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:42 +msgid "" +"Policies are profiles grouping one or more members controlling how MWAN " +"distributes traffic
Member interfaces with lower metrics are used " +"first
Member interfaces with the same metric will be load-balanced
Load-balanced member interfaces distribute more traffic out those with " +"higher weights
Names may contain characters A-Z, a-z, 0-9, _ and no " +"spaces
Names must be 15 characters or less
Policies may not share " +"the same name as configured interfaces, members or rules" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:51 +msgid "Policy" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:66 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:99 +msgid "Policy assigned" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:36 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:93 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:199 +msgid "Recovery interval" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:59 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:60 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:61 +msgid "Routing table %d" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:196 +msgid "Routing table %s for interface %s found" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:200 +msgid "Routing table %s for interface %s not found" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:56 +msgid "Routing table lookup" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:59 +msgid "Rule" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:57 +msgid "Rules" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:47 +msgid "" +"Rules specify which traffic will use a particular MWAN policy
Rules are " +"based on IP address, port or protocol
Rules are matched from top to " +"bottom
Rules below a matching rule are ignored
Traffic not " +"matching any rule is routed using the main routing table
Traffic " +"destined for known (other than default) networks is handled by the main " +"routing table
Traffic matching a rule, but all WAN interfaces for that " +"policy are down will be blackholed
Names may contain characters A-Z, a-" +"z, 0-9, _ and no spaces
Rules may not share the same name as configured " +"interfaces, members or policies" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:53 +msgid "Seconds. Acceptable values: 1-1000000. Defaults to 600 if not set" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:22 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:69 +msgid "Source address" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:26 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:75 +msgid "Source port" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 +msgid "Sticky" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:52 +msgid "Sticky timeout" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:23 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:30 +msgid "Supports CIDR notation (eg \"192.168.100.0/24\") without quotes" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:69 +msgid "Task" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:15 +msgid "There are currently %d of %d supported interfaces configured" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:251 +msgid "" +"This displays the metric assigned to this interface in /etc/config/network" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:38 +msgid "" +"This hostname or IP address will be pinged to determine if the link is up or " +"down. Leave blank to assume interface is always online" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/notify.lua:14 +msgid "" +"This section allows you to modify the content of \"/etc/mwan3.user\".
The file is also preserved during sysupgrade.

Notes:
This " +"file is interpreted as a shell script.
The first line of the script " +"must be "#!/bin/sh" without quotes.
Lines beginning with # are " +"comments and are not executed.
Put your custom mwan3 action here, they " +"will
be executed with each netifd hotplug interface event
on " +"interfaces for which mwan3 is enabled.

There are three main " +"environment variables that are passed to this script.

$ACTION " +"
* \"ifup\" Is called by netifd and mwan3track
* \"ifdown\" Is " +"called by netifd and mwan3track
* \"connected\" Is only called by " +"mwan3track if tracking was successful
* \"disconnected\" Is only " +"called by mwan3track if tracking has failed
$INTERFACE Name of the " +"interface which went up or down (e.g. \"wan\" or \"wwan\")
$DEVICE " +"Physical device name which interface went up or down (e.g. \"eth0\" or " +"\"wwan0\")

" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:37 +msgid "Tracking hostname or IP address" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:41 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:170 +msgid "Tracking method" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:64 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:181 +msgid "Tracking reliability" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:47 +msgid "" +"Traffic from the same source IP address that previously matched this rule " +"within the sticky timeout period will use the same WAN interface" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:13 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:13 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_interface.htm:13 +#: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:13 +msgid "Troubleshooting" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:44 +msgid "Update interval" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:37 +msgid "View the content of /etc/protocols for protocol description" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:19 +msgid "WARNING: %d interfaces are configured exceeding the maximum of %d!" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:26 +msgid "WARNING: Interface %s are not found in /etc/config/network" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:45 +msgid "WARNING: Interface %s has a duplicate metric %s configured" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:38 +msgid "" +"WARNING: Interface %s has a higher reliability requirement than tracking " +"hosts (%d)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:32 +msgid "WARNING: Interface %s has no default route in the main routing table" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:30 +msgid "WARNING: Policy %s has exceeding the maximum name of 15 characters" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:34 +msgid "" +"WARNING: Rule %s have a port configured with no or improper protocol " +"specified!" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/view/mwan/status_diagnostics.htm:37 +msgid "Waiting for command to complete..." +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:35 +msgid "Warning" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/memberconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/member.lua:39 +msgid "Weight" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:26 +msgid "" +"When all policy members are offline use this behavior for matched traffic" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua:164 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:49 +msgid "Yes" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:29 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:80 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:73 +msgid "blackhole (drop)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:247 +msgid "connected (mwan3)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:30 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:82 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:74 +msgid "default (use main routing table)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:248 +msgid "disconnected (mwan3)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:246 +msgid "ifdown (netifd)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua:245 +msgid "ifup (netifd)" +msgstr "" + +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policyconfig.lua:28 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:84 +#: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:72 +msgid "unreachable (reject)" +msgstr "" diff --git a/applications/luci-app-mwan3/po/pt_BR/mwan3.po b/applications/luci-app-mwan3/po/pt_BR/mwan3.po index 1e5c852df..ff8af6050 100644 --- a/applications/luci-app-mwan3/po/pt_BR/mwan3.po +++ b/applications/luci-app-mwan3/po/pt_BR/mwan3.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-04 12:07+0000\n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -674,12 +674,10 @@ msgid "Source port" msgstr "Porta de origem" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:46 -#, fuzzy msgid "Sticky" msgstr "Fixo" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:52 -#, fuzzy msgid "Sticky timeout" msgstr "Tempo limite fixo" diff --git a/applications/luci-app-mwan3/po/tr/mwan3.po b/applications/luci-app-mwan3/po/tr/mwan3.po index 2919e603f..5b7124b89 100644 --- a/applications/luci-app-mwan3/po/tr/mwan3.po +++ b/applications/luci-app-mwan3/po/tr/mwan3.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:07+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -122,7 +122,7 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/view/mwan/status_detail.htm:34 #: applications/luci-app-mwan3/luasrc/view/mwan/status_troubleshooting.htm:34 msgid "Collecting data..." -msgstr "" +msgstr "Veri alınıyor..." #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:33 msgid "Critical" diff --git a/applications/luci-app-mwan3/po/uk/mwan3.po b/applications/luci-app-mwan3/po/uk/mwan3.po index cbdf383e0..0beeccf2f 100644 --- a/applications/luci-app-mwan3/po/uk/mwan3.po +++ b/applications/luci-app-mwan3/po/uk/mwan3.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-05 01:57+0000\n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" "Last-Translator: Yurii Petrashko \n" "Language-Team: Ukrainian \n" diff --git a/applications/luci-app-nextdns/po/mr/nextdns.po b/applications/luci-app-nextdns/po/mr/nextdns.po new file mode 100644 index 000000000..d5c61745b --- /dev/null +++ b/applications/luci-app-nextdns/po/mr/nextdns.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:35 +msgid "" +"Available locations are: Switzerland, Iceland, Finland, Panama and Hong Kong." +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:22 +msgid "Configuration ID" +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:18 +msgid "Enable NextDNS." +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:17 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:28 +msgid "Expose LAN clients information in NextDNS analytics." +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:11 +msgid "" +"For further information, go to nextdns.io." +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:14 +msgid "General" +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:25 +msgid "Go to nextdns.io to create a configuration." +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:32 +msgid "Hardened Privacy" +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:38 +msgid "Log Queries" +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:39 +msgid "Log individual queries to system log." +msgstr "" + +#: applications/luci-app-nextdns/luasrc/controller/nextdns.lua:13 +msgid "Logs" +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:8 +#: applications/luci-app-nextdns/luasrc/controller/nextdns.lua:11 +msgid "NextDNS" +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:9 +msgid "NextDNS Configuration." +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/logread.js:13 +msgid "No nextdns related logs yet!" +msgstr "" + +#: applications/luci-app-nextdns/luasrc/controller/nextdns.lua:12 +msgid "Overview" +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:27 +msgid "Report Client Info" +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:23 +msgid "The ID of your NextDNS configuration." +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/logread.js:22 +msgid "The syslog output, pre-filtered for nextdns related messages only." +msgstr "" + +#: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:33 +msgid "" +"When enabled, use DNS servers located in jurisdictions with strong privacy " +"laws." +msgstr "" diff --git a/applications/luci-app-nextdns/po/pl/nextdns.po b/applications/luci-app-nextdns/po/pl/nextdns.po index b9bc7b44f..951213290 100644 --- a/applications/luci-app-nextdns/po/pl/nextdns.po +++ b/applications/luci-app-nextdns/po/pl/nextdns.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-21 14:24+0000\n" +"PO-Revision-Date: 2019-12-12 15:06+0000\n" "Last-Translator: Michal L \n" "Language-Team: Polish \n" @@ -38,6 +38,8 @@ msgid "" "For further information, go to nextdns.io." msgstr "" +"Aby uzyskać więcej informacji, przejdź do nextdns.io." #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:14 msgid "General" @@ -74,7 +76,7 @@ msgstr "Konfiguracja NextDNS." #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/logread.js:13 msgid "No nextdns related logs yet!" -msgstr "" +msgstr "Nie ma jeszcze logów związanych z nextdns!" #: applications/luci-app-nextdns/luasrc/controller/nextdns.lua:12 msgid "Overview" diff --git a/applications/luci-app-nextdns/po/zh-cn/nextdns.po b/applications/luci-app-nextdns/po/zh-cn/nextdns.po index 5710a42f1..f25fd8710 100644 --- a/applications/luci-app-nextdns/po/zh-cn/nextdns.po +++ b/applications/luci-app-nextdns/po/zh-cn/nextdns.po @@ -1,10 +1,10 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-22 20:05+0000\n" -"Last-Translator: MosDos \n" +"PO-Revision-Date: 2019-12-09 20:06+0000\n" +"Last-Translator: Zheng Qian \n" "Language-Team: Chinese (Simplified) \n" -"Language: zh_Hans\n" +"Language: zh-cn\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -17,11 +17,11 @@ msgstr "可用位置包括:瑞士,冰岛,芬兰,巴拿马和香港。" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:22 msgid "Configuration ID" -msgstr "配置ID" +msgstr "配置 ID" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:18 msgid "Enable NextDNS." -msgstr "启用NextDNS。" +msgstr "启用 NextDNS。" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:17 msgid "Enabled" @@ -36,6 +36,7 @@ msgid "" "For further information, go to nextdns.io." msgstr "" +"需进一步了解,请访问nextdns.io。" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:14 msgid "General" @@ -43,7 +44,7 @@ msgstr "通用" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:25 msgid "Go to nextdns.io to create a configuration." -msgstr "转到nextdns.io创建配置。" +msgstr "转到 nextdns.io 创建配置。" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:32 msgid "Hardened Privacy" @@ -68,11 +69,11 @@ msgstr "NextDNS" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:9 msgid "NextDNS Configuration." -msgstr "NextDNS配置。" +msgstr "NextDNS 配置。" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/logread.js:13 msgid "No nextdns related logs yet!" -msgstr "" +msgstr "还没有 nextdns 的相关日志!" #: applications/luci-app-nextdns/luasrc/controller/nextdns.lua:12 msgid "Overview" @@ -84,17 +85,17 @@ msgstr "汇报客户端信息" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:23 msgid "The ID of your NextDNS configuration." -msgstr "您的NextDNS配置的ID。" +msgstr "您的 NextDNS 配置的 ID。" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/logread.js:22 msgid "The syslog output, pre-filtered for nextdns related messages only." -msgstr "syslog输出,仅针对nextdns相关消息进行预过滤。" +msgstr "syslog 输出,仅针对 nextdns 相关消息进行预过滤。" #: applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js:33 msgid "" "When enabled, use DNS servers located in jurisdictions with strong privacy " "laws." -msgstr "启用后,仅使用具有严格隐私法律的司法管辖区中的DNS服务器。" +msgstr "启用后,仅使用具有严格隐私法律的司法管辖区中的 DNS 服务器。" #~ msgid "" #~ "For further information, go to \n" "Language-Team: Hungarian \n" @@ -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,20 +130,20 @@ 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 msgid "No information available" -msgstr "" +msgstr "Nincs elérhető információ" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:137 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:156 @@ -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/it/nft-qos.po b/applications/luci-app-nft-qos/po/it/nft-qos.po index dbabfee7d..c9ddca3a0 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 4863fb6a2..ed8523c6f 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 2b7c997d1..34ea52ff6 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 new file mode 100644 index 000000000..77d0c2d86 --- /dev/null +++ b/applications/luci-app-nft-qos/po/mr/nft-qos.po @@ -0,0 +1,239 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-nft-qos/luasrc/view/nft-qos/rate.htm:136 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 +msgid "Bytes Total" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:141 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:160 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:224 +msgid "Comment" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 +msgid "Default Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:53 +msgid "Default Download Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 +msgid "Default Network Interface" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:60 +msgid "Default Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:65 +msgid "Default Upload Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:53 +msgid "Default unit for download rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:65 +msgid "Default unit for upload rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:75 +msgid "Default value for download bandwidth" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 +msgid "Default value for download rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:80 +msgid "Default value for upload bandwidth" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:60 +msgid "Default value for upload rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:75 +msgid "Download Bandwidth (Mbps)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135 +msgid "Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 +msgid "Enable Limit Rate Feature" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 +msgid "Enable Traffic Priority" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 +msgid "Enable this feature" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 +msgid "IP Address" +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)" +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)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 +msgid "Limit Enable" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 +msgid "Limit Type" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:135 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:172 +msgid "MAC (optional)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:48 +msgid "MB" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:28 +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." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 +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 applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 +msgid "No information available" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:137 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:156 +msgid "Packets Total" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:207 +msgid "Priority" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199 +msgid "Protocol" +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" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 +msgid "Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:130 +msgid "Realtime Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:125 +msgid "Realtime Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:149 +msgid "Realtime Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:221 +msgid "Service" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:116 +msgid "Static QoS-Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:153 +msgid "Static QoS-Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 +msgid "Target Network (IPv4/MASK)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 +msgid "Target Network6 (IPv6/MASK)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:127 +msgid "This page gives an overview over currently download/upload rate." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:194 +msgid "Traffic Priority Settings" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 +msgid "Type of Limit Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:144 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181 +msgid "Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:80 +msgid "Upload Bandwidth (Mbps)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154 +msgid "Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:96 +msgid "White List for Limit Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:221 +msgid "e.g. https, 23, (separator is comma)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44 +msgid "kB" +msgstr "" 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 437ac5967..57aa18a2b 100644 --- a/applications/luci-app-nft-qos/po/ms/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ms/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/nb_NO/nft-qos.po b/applications/luci-app-nft-qos/po/nb_NO/nft-qos.po index 5ecf97191..a1f1df9f0 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 4b65c867e..d64b7b97a 100644 --- a/applications/luci-app-nft-qos/po/pl/nft-qos.po +++ b/applications/luci-app-nft-qos/po/pl/nft-qos.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-21 14:23+0000\n" +"PO-Revision-Date: 2019-12-12 15:06+0000\n" "Last-Translator: Michal L \n" "Language-Team: Polish \n" @@ -51,11 +51,11 @@ msgstr "Domyślna jednostka dla szybkości pobierania" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:65 msgid "Default unit for upload rate" -msgstr "" +msgstr "Domyślna jednostka szybkości wysyłania" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:75 msgid "Default value for download bandwidth" -msgstr "" +msgstr "Wartość domyślna dla przepustowości pobierania" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 msgid "Default value for download rate" @@ -63,7 +63,7 @@ msgstr "Wartość domyślna dla szybkości pobierania" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:80 msgid "Default value for upload bandwidth" -msgstr "" +msgstr "Wartość domyślna dla przepustowości wysyłania" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:60 msgid "Default value for upload rate" @@ -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,17 +131,17 @@ 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" -msgstr "" +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" -msgstr "" +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 msgid "No information available" @@ -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 @@ -197,11 +197,11 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 msgid "Target Network (IPv4/MASK)" -msgstr "" +msgstr "Sieć docelowa (IPv4/Maska)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 msgid "Target Network6 (IPv6/MASK)" -msgstr "" +msgstr "Sieć docelowa (IPv6/Maska)" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:127 msgid "This page gives an overview over currently download/upload rate." @@ -209,7 +209,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:194 msgid "Traffic Priority Settings" -msgstr "" +msgstr "Ustawienia priorytetu ruchu sieciowego" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 msgid "Type of Limit Rate" 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 9b1d95e0b..f8fb5135b 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 19bc9677b..10c1c0c97 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 d14b7e48d..ea51c0005 100644 --- a/applications/luci-app-nft-qos/po/ro/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ro/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/ru/nft-qos.po b/applications/luci-app-nft-qos/po/ru/nft-qos.po index dd90bc531..e829960f7 100644 --- a/applications/luci-app-nft-qos/po/ru/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ru/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/sk/nft-qos.po b/applications/luci-app-nft-qos/po/sk/nft-qos.po index 680713760..05782fd8e 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 465c235ea..bfc9ce8af 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 bf9712929..cb1a48063 100644 --- a/applications/luci-app-nft-qos/po/tr/nft-qos.po +++ b/applications/luci-app-nft-qos/po/tr/nft-qos.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı \n" +"Language-Team: Turkish \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-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 @@ -12,7 +18,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:141 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:160 msgid "Collecting data..." -msgstr "" +msgstr "Veri alınıyor..." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:224 msgid "Comment" @@ -94,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 @@ -124,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 @@ -154,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 34241b60f..d82addad2 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 dcbba216a..faf04cea8 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 2a0e90d82..0ebfae2df 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 5be9d8abf..11c9be0fa 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 @@ -105,13 +105,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" @@ -135,15 +135,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 @@ -165,7 +165,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 08df5b332..8c54b438b 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 e42452ea3..04393cb9c 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 16784c0bd..808837930 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 62360e4de..80fdcfb97 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 f41cdd838..f42956307 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 c4a2ed457..5c2dd226c 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 53835d3c9..7072ee073 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 309390813..d96430d96 100644 --- a/applications/luci-app-nlbwmon/po/es/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/es/nlbwmon.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-11-06 00:12+0000\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" "Last-Translator: Franco Castillo \n" "Language-Team: Spanish \n" @@ -122,11 +122,11 @@ msgstr "0 diferentes protocolos de aplicación" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:38 msgid "0 download" -msgstr "0 descargar" +msgstr "0 de descarga" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:39 msgid "0 upload" -msgstr "0 subir" +msgstr "0 de subida" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:25 msgid "Accounting period" @@ -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 " @@ -255,7 +255,7 @@ msgstr "Desc. (Paqs.)" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:285 msgid "Download" -msgstr "Descargar" +msgstr "Descarga" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:49 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:87 @@ -517,7 +517,7 @@ msgstr "Sub. (Paq.)" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:289 msgid "Upload" -msgstr "Subir" +msgstr "Subida" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:51 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:89 diff --git a/applications/luci-app-nlbwmon/po/fr/nlbwmon.po b/applications/luci-app-nlbwmon/po/fr/nlbwmon.po index f94b4ea57..84aa31349 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 dad5ca0ac..aa51572d1 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 d8ffa0582..546fe2905 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 6f69e1683..dc358c1a8 100644 --- a/applications/luci-app-nlbwmon/po/hu/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/hu/nlbwmon.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:45+0000\n" +"PO-Revision-Date: 2019-12-10 23:14+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -132,7 +132,7 @@ msgstr "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:10 msgid "Backup" -msgstr "" +msgstr "Biztonsági mentés" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:7 msgid "Bandwidth Monitor" @@ -188,7 +188,7 @@ msgstr "" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:48 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:86 msgid "Connections" -msgstr "" +msgstr "Kapcsolatok" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:31 msgid "Connections / Host" @@ -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 @@ -288,7 +288,7 @@ msgstr "" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:46 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:123 msgid "Host" -msgstr "" +msgstr "Gép" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:294 msgid "Hostname: example.org" @@ -346,7 +346,7 @@ msgstr "" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:47 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:124 msgid "MAC" -msgstr "" +msgstr "MAC" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:152 msgid "Maximum entries" @@ -409,7 +409,7 @@ msgstr "" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:17 msgid "Restore" -msgstr "" +msgstr "Visszaállítás" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:12 msgid "Restore Database Backup" @@ -469,7 +469,7 @@ msgstr "" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:289 msgid "Upload" -msgstr "" +msgstr "Feltöltés" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:51 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:89 @@ -493,7 +493,7 @@ msgstr "" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:51 msgid "Warning" -msgstr "" +msgstr "Figyelmeztetés" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:165 msgid "" diff --git a/applications/luci-app-nlbwmon/po/it/nlbwmon.po b/applications/luci-app-nlbwmon/po/it/nlbwmon.po index 7a7c3c8c3..e4f934872 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 c8e42c54b..91484d2dc 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 8aa763bc7..02ab21ee7 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 new file mode 100644 index 000000000..4629708c0 --- /dev/null +++ b/applications/luci-app-nlbwmon/po/mr/nlbwmon.po @@ -0,0 +1,524 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:661 +msgid "%d IPv4-only hosts" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:668 +msgid "%d IPv6-only hosts" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:675 +msgid "%d dual-stack hosts" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:71 +msgid "%s and %s" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:69 +msgid "%s, %s and %s" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:68 +msgid "-1 - Restart every last day of month" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:69 +msgid "-7 - Restart a week before end of month" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:67 +msgid "1 - Restart every 1st of month" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:183 +msgid "10m - frequent commits at the expense of flash wear" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:182 +msgid "12h - compromise between risk of data loss and flash wear" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:181 +msgid "24h - least flash wear at the expense of data loss risk" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:191 +msgid "30s - refresh twice per minute for reasonably current stats" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:192 +msgid "5m - rarely refresh to avoid frequently clearing conntrack counters" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:184 +msgid "60s - commit minutely, useful for non-flash storage" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:40 +msgid "0 connections" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:37 +msgid "0 hosts" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:114 +msgid "0% IPv6 support rate among hosts" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:116 +msgid "0B total IPv6 download" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:115 +msgid "0% of the total traffic is IPv6" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:117 +msgid "0B total IPv6 upload" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:79 +msgid "0 cause the most connections" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:77 +msgid "0 cause the most download" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:78 +msgid "0 cause the most upload" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:76 +msgid "0 different application protocols" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:38 +msgid "0 download" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:39 +msgid "0 upload" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:25 +msgid "Accounting period" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:21 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:85 +msgid "Application" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:62 +msgid "Application Protocols" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:10 +msgid "Backup" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:7 +msgid "Bandwidth Monitor" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:142 +msgid "CSV, grouped by IP" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:141 +msgid "CSV, grouped by MAC" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:143 +msgid "CSV, grouped by protocol" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:52 +msgid "" +"Changing the accounting interval type will invalidate existing databases!" +"
Download backup." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:26 +msgid "" +"Choose \"Day of month\" to restart the accounting period monthly on a " +"specific date, e.g. every 3rd. Choose \"Fixed interval\" to restart the " +"accounting period exactly every N days, beginning at a given date." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:56 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:94 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:133 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:177 +msgid "Commit interval" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:164 +msgid "Compress database" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:9 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:302 +msgid "Conn." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:48 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:86 +msgid "Connections" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:31 +msgid "Connections / Host" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:195 +msgid "Database directory" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:196 +msgid "" +"Database storage directory. One file per accounting period will be placed " +"into this directory." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:28 +msgid "Day of month" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:63 +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 February." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 +msgid "Display" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:303 +msgid "Down. (Bytes)" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:304 +msgid "Down. (Pkts.)" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:285 +msgid "Download" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:49 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:87 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:126 +msgid "Download (Bytes)" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:50 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:88 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:127 +msgid "Download (Packets)" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:65 +msgid "Download / Application" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:25 +msgid "Download Database Backup" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:108 +msgid "Dualstack enabled hosts" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:62 +msgid "Due date" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:139 +msgid "Export" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:125 +msgid "Family" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:29 +msgid "Fixed interval" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:476 +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:534 +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:639 +msgid "Force reload…" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:20 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:28 +msgid "Generate Backup" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:46 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:123 +msgid "Host" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:294 +msgid "Hostname: example.org" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:624 +msgid "IPv4" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:103 +msgid "IPv4 vs. IPv6" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:625 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:100 +msgid "IPv6" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:95 +msgid "Interval" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:178 +msgid "" +"Interval at which the temporary in-memory database is committed to the " +"persistent database directory." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:188 +msgid "" +"Interval at which traffic counters of still established connections are " +"refreshed from netlink information." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:197 +msgid "Invalid or empty backup archive" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:144 +msgid "JSON dump" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:96 +msgid "Length of accounting interval in days." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:110 +msgid "Local interfaces" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:134 +msgid "Local subnets" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:47 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:124 +msgid "MAC" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:152 +msgid "Maximum entries" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:171 +msgid "" +"Maximum number of accounting periods to keep, use zero to keep databases " +"forever." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:13 +msgid "Netlink Bandwidth Monitor" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:9 +msgid "Netlink Bandwidth Monitor - Backup / Restore" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:12 +msgid "Netlink Bandwidth Monitor - Configuration" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:475 +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:533 +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:638 +msgid "No data recorded yet." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:111 +msgid "Only conntrack streams from or to any of these networks are counted." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:135 +msgid "Only conntrack streams from or to any of these subnets are counted." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:158 +msgid "Preallocate database" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:451 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:22 +msgid "Protocol Mapping" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:23 +msgid "" +"Protocol mappings to distinguish traffic types per host, one mapping per " +"line. The first value specifies the IP protocol, the second value the port " +"number and the third column is the name of the mapped protocol." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:187 +msgid "Refresh interval" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:17 +msgid "Restore" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:12 +msgid "Restore Database Backup" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:16 +msgid "Select accounting period:" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:446 +msgid "Source IP" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:80 +msgid "Start date" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:81 +msgid "Start date of the first accounting period, e.g. begin of ISP contract." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:170 +msgid "Stored periods" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:13 +msgid "" +"The Netlink Bandwidth Monitor (nlbwmon) is a lightweight, efficient traffic " +"accounting program keeping track of bandwidth usage per host and protocol." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:215 +msgid "The following database files have been restored: %s" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:153 +msgid "" +"The maximum amount of entries that should be put into the database, setting " +"the limit to 0 will allow databases to grow indefinitely." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:26 +msgid "Traffic / Host" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:23 +msgid "Traffic Distribution" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:305 +msgid "Up. (Bytes)" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:306 +msgid "Up. (Pkts.)" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:289 +msgid "Upload" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:51 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:89 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:128 +msgid "Upload (Bytes)" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:52 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:90 +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:129 +msgid "Upload (Packets)" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:70 +msgid "Upload / Application" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:295 +msgid "Vendor: Example Corp." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:51 +msgid "Warning" +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:165 +msgid "" +"Whether to gzip compress archive databases. Compressing the database files " +"makes accessing old data slightly slower but helps to reduce storage " +"requirements." +msgstr "" + +#: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:159 +msgid "" +"Whether to preallocate the maximum possible database size in memory. This is " +"mainly useful for memory constrained systems which might not be able to " +"satisfy memory allocation after longer uptime periods." +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:88 +msgid "no traffic" +msgstr "" + +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:315 +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:327 +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:332 +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:447 +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:504 +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:517 +#: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:522 +msgid "other" +msgstr "" diff --git a/applications/luci-app-nlbwmon/po/ms/nlbwmon.po b/applications/luci-app-nlbwmon/po/ms/nlbwmon.po index 4b0499235..8ebdb5faa 100644 --- a/applications/luci-app-nlbwmon/po/ms/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/ms/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/nb_NO/nlbwmon.po b/applications/luci-app-nlbwmon/po/nb_NO/nlbwmon.po index 8ca8b0504..dcf5f2c3b 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 e715badf2..7545fbb27 100644 --- a/applications/luci-app-nlbwmon/po/pl/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/pl/nlbwmon.po @@ -214,7 +214,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 "" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 diff --git a/applications/luci-app-nlbwmon/po/pt/nlbwmon.po b/applications/luci-app-nlbwmon/po/pt/nlbwmon.po index 8db6c5f1c..3d58a88a2 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 0107f231a..a44987420 100644 --- a/applications/luci-app-nlbwmon/po/pt_BR/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/pt_BR/nlbwmon.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-03 08:25+0000\n" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -12,111 +12,123 @@ msgstr "" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:661 msgid "%d IPv4-only hosts" -msgstr "" +msgstr "%d apenas hosts IPV4" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:668 msgid "%d IPv6-only hosts" -msgstr "" +msgstr "%d apenas hosts IPv6" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:675 msgid "%d dual-stack hosts" -msgstr "" +msgstr "%d hosts com pilha dupla" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:71 msgid "%s and %s" -msgstr "" +msgstr "%s e %s" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:69 msgid "%s, %s and %s" -msgstr "" +msgstr "%s, %s e %s" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:68 msgid "-1 - Restart every last day of month" -msgstr "" +msgstr "-1 - Reiniciar todos os últimos dias do mês" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:69 msgid "-7 - Restart a week before end of month" -msgstr "" +msgstr "-7 - Reiniciar uma semana antes do fim do mês" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:67 msgid "1 - Restart every 1st of month" -msgstr "" +msgstr "1 - Reiniciar a cada 1º dia do mês" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:183 msgid "10m - frequent commits at the expense of flash wear" -msgstr "" +msgstr "10m - commits frequentes à custa do desgaste da memória flash" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:182 msgid "12h - compromise between risk of data loss and flash wear" msgstr "" +"12h - compromisso entre risco de perda de dados e desgaste da memória flash" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:181 msgid "24h - least flash wear at the expense of data loss risk" msgstr "" +"24h - menor desgaste da memória flash à custa do risco de perda de dados" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:191 msgid "30s - refresh twice per minute for reasonably current stats" msgstr "" +"30s - atualizar duas vezes por minuto para manter as estatísticas " +"razoavelmente atuais" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:192 msgid "5m - rarely refresh to avoid frequently clearing conntrack counters" msgstr "" +"5m - atualizar raramente para evitar a limpeza frequente dos contadores " +"conntrack" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:184 msgid "60s - commit minutely, useful for non-flash storage" msgstr "" +"60s - realizar um commit por minuto, útil para armazenamento sem memória " +"flash" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:40 msgid "0 connections" -msgstr "" +msgstr "0 conexões" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:37 msgid "0 hosts" -msgstr "" +msgstr "0 hosts" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:114 msgid "0% IPv6 support rate among hosts" msgstr "" +"0% Taxa de compatibilidade IPv6 entre os hosts" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:116 msgid "0B total IPv6 download" -msgstr "" +msgstr "0B total de downloads IPv6" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:115 msgid "0% of the total traffic is IPv6" -msgstr "" +msgstr "0% do tráfego total é IPv6" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:117 msgid "0B total IPv6 upload" -msgstr "" +msgstr "0B upload IPv6 total" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:79 msgid "0 cause the most connections" -msgstr "" +msgstr "0 causou a maioria das conexões" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:77 msgid "0 cause the most download" msgstr "" +"0 causou a maioria da quantidade de " +"downloads" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:78 msgid "0 cause the most upload" msgstr "" +"0 causou a maioria da quantidade de uploads" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:76 msgid "0 different application protocols" -msgstr "" +msgstr "0 protocolos de diferentes aplicativos" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:38 msgid "0 download" -msgstr "" +msgstr "0 download" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:39 msgid "0 upload" -msgstr "" +msgstr "0 upload" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:25 msgid "Accounting period" -msgstr "" +msgstr "Período contábil" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:21 msgid "Advanced Settings" @@ -124,11 +136,11 @@ msgstr "Configurações Avançadas" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:85 msgid "Application" -msgstr "" +msgstr "Aplicação" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:62 msgid "Application Protocols" -msgstr "" +msgstr "Protocolos de aplicação" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:10 msgid "Backup" @@ -136,25 +148,27 @@ msgstr "Cópia de Segurança" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:7 msgid "Bandwidth Monitor" -msgstr "" +msgstr "Monitor da Largura de Banda" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:142 msgid "CSV, grouped by IP" -msgstr "" +msgstr "CSV, agrupado por IP" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:141 msgid "CSV, grouped by MAC" -msgstr "" +msgstr "CSV, agrupado por MAC" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:143 msgid "CSV, grouped by protocol" -msgstr "" +msgstr "CSV, agrupados por protocolo" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:52 msgid "" "Changing the accounting interval type will invalidate existing databases!" "
Download backup." msgstr "" +"Alterar o tipo de intervalo de contabilização invalida as bases de dados " +"existentes!
Download backup." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:26 msgid "" @@ -162,6 +176,10 @@ msgid "" "specific date, e.g. every 3rd. Choose \"Fixed interval\" to restart the " "accounting period exactly every N days, beginning at a given date." msgstr "" +"Escolha o \"Dia do mês\" para reiniciar o período contábil mensalmente em " +"uma data específica, por exemplo, a cada 3 anos. Selecione \"Intervalo fixo\"" +" para reiniciar o período contábil exatamente a cada N dias, começando em " +"uma data determinada." #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:56 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:94 @@ -171,11 +189,11 @@ msgstr "Coletando dados..." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:177 msgid "Commit interval" -msgstr "" +msgstr "Intervalo de commit" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:164 msgid "Compress database" -msgstr "" +msgstr "Comprimir o banco de dados" #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:9 msgid "Configuration" @@ -183,7 +201,7 @@ msgstr "Configuração" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:302 msgid "Conn." -msgstr "" +msgstr "Conn." #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:48 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:86 @@ -192,7 +210,7 @@ msgstr "Conexões" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:31 msgid "Connections / Host" -msgstr "" +msgstr "Conexões / Host" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:195 msgid "Database directory" @@ -203,17 +221,22 @@ msgid "" "Database storage directory. One file per accounting period will be placed " "into this directory." msgstr "" +"O diretório de armazenamento de banco de dados. Um arquivo por período " +"contábil será colocado neste diretório." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:28 msgid "Day of month" -msgstr "" +msgstr "Dia do mês" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:63 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 " +"Julho ou o dia 24 de Fevereiro." #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:8 msgid "Display" @@ -221,61 +244,61 @@ msgstr "Exibir" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:303 msgid "Down. (Bytes)" -msgstr "" +msgstr "Down. (Bytes)" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:304 msgid "Down. (Pkts.)" -msgstr "" +msgstr "Down. (Pcts.)" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:285 msgid "Download" -msgstr "Baixar" +msgstr "Download" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:49 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:87 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:126 msgid "Download (Bytes)" -msgstr "" +msgstr "Download (Bytes)" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:50 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:88 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:127 msgid "Download (Packets)" -msgstr "" +msgstr "Download (Pacotes)" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:65 msgid "Download / Application" -msgstr "" +msgstr "Download / Aplicação" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:25 msgid "Download Database Backup" -msgstr "" +msgstr "Fazer Download da Cópia de Segurança do Banco de Dados" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:108 msgid "Dualstack enabled hosts" -msgstr "" +msgstr "Hosts com pilha dupla ativada" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:62 msgid "Due date" -msgstr "" +msgstr "Data de vencimento" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:139 msgid "Export" -msgstr "" +msgstr "Exportar" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:125 msgid "Family" -msgstr "" +msgstr "Família" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:29 msgid "Fixed interval" -msgstr "" +msgstr "Intervalo fixo" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:476 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:534 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:639 msgid "Force reload…" -msgstr "" +msgstr "Impor o recarregamento…" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:20 msgid "General Settings" @@ -283,16 +306,16 @@ msgstr "Configurações Gerais" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:28 msgid "Generate Backup" -msgstr "" +msgstr "Gerar Cópia de Segurança" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:46 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:123 msgid "Host" -msgstr "Equipamento" +msgstr "Host" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:294 msgid "Hostname: example.org" -msgstr "" +msgstr "Nome do host: example.org" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:624 msgid "IPv4" @@ -300,7 +323,7 @@ msgstr "IPv4" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:103 msgid "IPv4 vs. IPv6" -msgstr "" +msgstr "IPv4 contra IPv6" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:625 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:100 @@ -309,39 +332,43 @@ msgstr "IPv6" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:95 msgid "Interval" -msgstr "" +msgstr "Intervalo" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:178 msgid "" "Interval at which the temporary in-memory database is committed to the " "persistent database directory." msgstr "" +"Intervalo no qual o banco de dados temporário na memória é enviado para o " +"diretório do banco de dados persistente." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:188 msgid "" "Interval at which traffic counters of still established connections are " "refreshed from netlink information." msgstr "" +"Intervalo no qual os contadores de tráfego de conexões ainda estabelecidas " +"são atualizados a partir das informações do netlink." #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:197 msgid "Invalid or empty backup archive" -msgstr "" +msgstr "O arquivo da cópia de segurança está inválido ou vazio" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:144 msgid "JSON dump" -msgstr "" +msgstr "Despejo JSON" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:96 msgid "Length of accounting interval in days." -msgstr "" +msgstr "Duração do intervalo contábil em dias." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:110 msgid "Local interfaces" -msgstr "" +msgstr "Interfaces locais" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:134 msgid "Local subnets" -msgstr "" +msgstr "Subredes locais" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:47 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:124 @@ -350,43 +377,49 @@ msgstr "MAC" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:152 msgid "Maximum entries" -msgstr "" +msgstr "Quantidade máxima de entradas" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:171 msgid "" "Maximum number of accounting periods to keep, use zero to keep databases " "forever." msgstr "" +"Quantidade máxima de períodos contábeis a serem mantidos, use zero para " +"manter os bancos de dados para sempre." #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:13 msgid "Netlink Bandwidth Monitor" -msgstr "" +msgstr "Monitor da Largura de Banda Netlink" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:9 msgid "Netlink Bandwidth Monitor - Backup / Restore" -msgstr "" +msgstr "Monitor da Largura de Banda Netlink - Cópia de Segurança / Restauração" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:12 msgid "Netlink Bandwidth Monitor - Configuration" -msgstr "" +msgstr "Monitor da Largura de Banda Netlink - Configuração" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:475 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:533 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:638 msgid "No data recorded yet." -msgstr "" +msgstr "Ainda não há dados registrados." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:111 msgid "Only conntrack streams from or to any of these networks are counted." msgstr "" +"Somente os fluxos conntrack de ou para qualquer uma dessas redes são " +"contabilizados." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:135 msgid "Only conntrack streams from or to any of these subnets are counted." msgstr "" +"Somente fluxos conntrack de ou para qualquer uma destas sub-redes são " +"contabilizados." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:158 msgid "Preallocate database" -msgstr "" +msgstr "Pré-alocar o banco de dados" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:451 msgid "Protocol" @@ -394,7 +427,7 @@ msgstr "Protocolo" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:22 msgid "Protocol Mapping" -msgstr "" +msgstr "Mapeamento de Protocolos" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:23 msgid "" @@ -402,10 +435,14 @@ msgid "" "line. The first value specifies the IP protocol, the second value the port " "number and the third column is the name of the mapped protocol." msgstr "" +"O mapeamentos de protocolo serve para distinguir os diferentes tipos de " +"tráfego por host, um mapeamento por linha. O primeiro valor determina o " +"protocolo IP, o segundo valor o número da porta e a terceira coluna é o nome " +"do protocolo mapeado." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:187 msgid "Refresh interval" -msgstr "" +msgstr "Intervalo de atualização" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:17 msgid "Restore" @@ -413,59 +450,67 @@ msgstr "Restauração" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm:12 msgid "Restore Database Backup" -msgstr "" +msgstr "Restaurar a Cópia de Segurança do Banco de Dados" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:16 msgid "Select accounting period:" -msgstr "" +msgstr "Selecione o período contábil:" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:446 msgid "Source IP" -msgstr "" +msgstr "IP de Origem" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:80 msgid "Start date" -msgstr "" +msgstr "Data de Início" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:81 msgid "Start date of the first accounting period, e.g. begin of ISP contract." msgstr "" +"Data de início do primeiro período contábil, por exemplo, início do contrato " +"com o provedor de internet." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:170 msgid "Stored periods" -msgstr "" +msgstr "Períodos de armazenamento" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:13 msgid "" "The Netlink Bandwidth Monitor (nlbwmon) is a lightweight, efficient traffic " "accounting program keeping track of bandwidth usage per host and protocol." msgstr "" +"O Monitor de Largura de Banda Netlink (nlbwmon) é um programa de " +"contabilidade de tráfego leve e eficiente que controla o uso da largura de " +"banda por host e protocolo." #: applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua:215 msgid "The following database files have been restored: %s" -msgstr "" +msgstr "Os seguintes arquivos de banco de dados foram restaurados: %s" #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:153 msgid "" "The maximum amount of entries that should be put into the database, setting " "the limit to 0 will allow databases to grow indefinitely." msgstr "" +"A quantidade máxima de entradas que devem ser colocadas na base de dados, " +"fixando o limite em 0, permitirá que as bases de dados cresçam " +"indefinidamente." #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:26 msgid "Traffic / Host" -msgstr "" +msgstr "Tráfego / Host" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:23 msgid "Traffic Distribution" -msgstr "" +msgstr "Distribuição de Tráfego" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:305 msgid "Up. (Bytes)" -msgstr "" +msgstr "Up. (Bytes)" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:306 msgid "Up. (Pkts.)" -msgstr "" +msgstr "Up. (Pcts.)" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:289 msgid "Upload" @@ -475,21 +520,21 @@ msgstr "Envio" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:89 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:128 msgid "Upload (Bytes)" -msgstr "" +msgstr "Envio (Bytes)" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:52 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:90 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:129 msgid "Upload (Packets)" -msgstr "" +msgstr "Envio (Pacotes)" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:70 msgid "Upload / Application" -msgstr "" +msgstr "Envio / Aplicação" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:295 msgid "Vendor: Example Corp." -msgstr "" +msgstr "Vendedor: Example Corp." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:51 msgid "Warning" @@ -501,6 +546,9 @@ msgid "" "makes accessing old data slightly slower but helps to reduce storage " "requirements." msgstr "" +"Se deseja comprimir os arquivos de banco de dados com gzip. Comprimir os " +"arquivos de banco de dados torna o acesso aos dados antigos um pouco mais " +"lentos, porém ajuda a reduzir o espaço de armazenamento." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:159 msgid "" @@ -508,10 +556,14 @@ msgid "" "mainly useful for memory constrained systems which might not be able to " "satisfy memory allocation after longer uptime periods." msgstr "" +"Se deseja pré-alocar o tamanho máximo possível do banco de dados na memória. " +"Isto é muito útil para sistemas com restrições de memória que podem não " +"serem capazes de satisfazer a alocação de memória após períodos de atividade " +"mais longos." #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:88 msgid "no traffic" -msgstr "" +msgstr "nenhum tráfego" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:315 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:327 @@ -521,4 +573,4 @@ msgstr "" #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:517 #: applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:522 msgid "other" -msgstr "" +msgstr "Outros" diff --git a/applications/luci-app-nlbwmon/po/ro/nlbwmon.po b/applications/luci-app-nlbwmon/po/ro/nlbwmon.po index d3b894751..4047bf4e1 100644 --- a/applications/luci-app-nlbwmon/po/ro/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/ro/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/ru/nlbwmon.po b/applications/luci-app-nlbwmon/po/ru/nlbwmon.po index 095653ddf..89db3e9d3 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 699bdcc11..cda0fa037 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 82f368a0f..57279796b 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 aebb60f21..a469bbd46 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 3165c21f7..ed92393ba 100644 --- a/applications/luci-app-nlbwmon/po/tr/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/tr/nlbwmon.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı \n" +"Language-Team: Turkish \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-nlbwmon/htdocs/luci-static/resources/view/nlbw.js:661 msgid "%d IPv4-only hosts" @@ -161,7 +167,7 @@ msgstr "" #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:94 #: applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm:133 msgid "Collecting data..." -msgstr "" +msgstr "Veri alınıyor..." #: applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua:177 msgid "Commit interval" @@ -206,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 65d17f719..0119836eb 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 a6d6ac2d4..c5ea67594 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 5c4ae3c0c..395b0bed3 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 257990b4a..ac37fea14 100644 --- a/applications/luci-app-nlbwmon/po/zh-tw/nlbwmon.po +++ b/applications/luci-app-nlbwmon/po/zh-tw/nlbwmon.po @@ -217,7 +217,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 c9771779e..d7bfee271 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/po/hu/noddos.po b/applications/luci-app-noddos/po/hu/noddos.po index 18f550109..ca1b9becf 100644 --- a/applications/luci-app-noddos/po/hu/noddos.po +++ b/applications/luci-app-noddos/po/hu/noddos.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:45+0000\n" +"PO-Revision-Date: 2019-12-10 23:14+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -67,7 +67,7 @@ msgstr "IPv4" #: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:45 #: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:79 msgid "MAC" -msgstr "" +msgstr "MAC" #: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:46 #: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:80 @@ -77,7 +77,7 @@ msgstr "" #: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:47 #: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:81 msgid "Model" -msgstr "" +msgstr "Modell" #: applications/luci-app-noddos/luasrc/controller/noddos.lua:8 msgid "Noddos Client Tracking" @@ -110,7 +110,7 @@ msgstr "" #: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:10 msgid "Server Settings" -msgstr "" +msgstr "Kiszolgáló beállításai" #: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:36 msgid "" diff --git a/applications/luci-app-noddos/po/mr/noddos.po b/applications/luci-app-noddos/po/mr/noddos.po new file mode 100644 index 000000000..c1a27f489 --- /dev/null +++ b/applications/luci-app-noddos/po/mr/noddos.po @@ -0,0 +1,127 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:48 +msgid "Class" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:5 +msgid "Client Firewall" +msgstr "" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:35 +msgid "Clients" +msgstr "" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:83 +msgid "DhcpHostname" +msgstr "" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:82 +msgid "DhcpVendor" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:25 +msgid "Don't monitor these IPv4 addresses" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:33 +msgid "Don't monitor these IPv6 addresses" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:40 +msgid "Don't monitor these MAC addresses" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:24 +msgid "Excluded IPv4 addresses" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:32 +msgid "Excluded IPv6 addresses" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:39 +msgid "Excluded MAC addresses" +msgstr "" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:43 +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:77 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:44 +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:78 +msgid "IPv4" +msgstr "" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:45 +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:79 +msgid "MAC" +msgstr "" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:46 +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:80 +msgid "Manufacturer" +msgstr "" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:47 +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:81 +msgid "Model" +msgstr "" + +#: applications/luci-app-noddos/luasrc/controller/noddos.lua:8 +msgid "Noddos Client Tracking" +msgstr "" + +#: applications/luci-app-noddos/luasrc/controller/noddos.lua:7 +msgid "Noddos Clients" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:6 +msgid "" +"Noddos controls traffic from the clients on your network to the Internet. " +"This helps protect your network, the bandwidth on your Internet connection " +"and the Internet" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:15 +msgid "Private networks" +msgstr "" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:39 +msgid "Recognized Clients" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:16 +msgid "" +"Report traffic to private networks (10/8, 172.16/12, 192.168/16, " +"fd75:6b5d:352c:ed05::/64)" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:10 +msgid "Server Settings" +msgstr "" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:36 +msgid "" +"The following clients have been discovered on the network. The last " +"discovery was completed at" +msgstr "" + +#: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:73 +msgid "Unrecognized Clients" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:19 +msgid "Upload anonimized traffic stats" +msgstr "" + +#: applications/luci-app-noddos/luasrc/model/cbi/noddos.lua:20 +msgid "" +"Uploading your statistics helps improving device recognition and discovering " +"hacked devices & botnets" +msgstr "" diff --git a/applications/luci-app-noddos/po/pt/noddos.po b/applications/luci-app-noddos/po/pt/noddos.po index 37a70053b..35e73ca8f 100644 --- a/applications/luci-app-noddos/po/pt/noddos.po +++ b/applications/luci-app-noddos/po/pt/noddos.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-30 21:06+0000\n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" "Last-Translator: ssantos \n" "Language-Team: Portuguese \n" @@ -23,12 +23,10 @@ msgid "Clients" msgstr "Clientes" #: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:83 -#, fuzzy msgid "DhcpHostname" msgstr "DhcpHostname" #: applications/luci-app-noddos/luasrc/view/noddos/clients.htm:82 -#, fuzzy msgid "DhcpVendor" msgstr "DhcpVendor" 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 17abbc41c..5225b63a8 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-ntpc/po/mr/ntpc.po b/applications/luci-app-ntpc/po/mr/ntpc.po new file mode 100644 index 000000000..23529033a --- /dev/null +++ b/applications/luci-app-ntpc/po/mr/ntpc.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:21 +msgid "Clock Adjustment" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 +msgid "Count of time measurements" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:11 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:12 +msgid "Current system time" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:7 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:8 +msgid "General" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:34 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:23 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:25 +msgid "Offset frequency" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:35 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:24 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +msgid "Synchronizes the system time" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:18 +msgid "Time Server" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:29 +msgid "Time Servers" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:14 +#: applications/luci-app-ntpc/luasrc/controller/ntpc.lua:17 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:5 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:6 +msgid "Time Synchronisation" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:13 +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua:14 +msgid "Update interval (in seconds)" +msgstr "" + +#: applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua:17 +msgid "empty = infinite" +msgstr "" diff --git a/applications/luci-app-nut/po/cs/nut.po b/applications/luci-app-nut/po/cs/nut.po index 771dbd269..fe3f875ac 100644 --- a/applications/luci-app-nut/po/cs/nut.po +++ b/applications/luci-app-nut/po/cs/nut.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-12-05 17:06+0000\n" +"PO-Revision-Date: 2019-12-07 10:44+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -210,7 +210,7 @@ msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:34 msgid "Master" -msgstr "" +msgstr "Master" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:154 msgid "Max USB HID Length Reported" diff --git a/applications/luci-app-nut/po/hu/nut.po b/applications/luci-app-nut/po/hu/nut.po index 6015ca78e..7a8dbdffc 100644 --- a/applications/luci-app-nut/po/hu/nut.po +++ b/applications/luci-app-nut/po/hu/nut.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-29 19:44+0000\n" +"PO-Revision-Date: 2019-12-10 23:13+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -152,7 +152,7 @@ msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:16 msgid "Host" -msgstr "" +msgstr "Gép" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:23 msgid "Hostname or IP address" diff --git a/applications/luci-app-nut/po/mr/nut.po b/applications/luci-app-nut/po/mr/nut.po new file mode 100644 index 000000000..829705b25 --- /dev/null +++ b/applications/luci-app-nut/po/mr/nut.po @@ -0,0 +1,599 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2019-12-15 21:21+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-nut/luasrc/model/cbi/nut_server.lua:216 +msgid "Additional Shutdown Time(s)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:37 +msgid "Addresses on which to listen" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:23 +msgid "Allowed actions" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:20 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:188 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:217 +msgid "As configured by NUT" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:150 +msgid "Bytes to read from interrupt pipe" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:174 +msgid "CA Certificate path" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:73 +msgid "Certificate file (SSL)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:63 +msgid "Communications lost message" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:60 +msgid "Communications restored message" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:35 +msgid "Control UPS via CGI" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:43 +msgid "Deadtime" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:87 +msgid "Default for UPSes without this field." +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:177 +msgid "Delay for kill power command" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:181 +msgid "Delay to power on UPS if power returns after kill power" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:129 +msgid "Description (Display)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:32 +msgid "Display name" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:169 +msgid "Don't lock port when starting driver" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:132 +msgid "Driver" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:114 +msgid "Driver Configuration" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:77 +msgid "Driver Global Settings" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:83 +msgid "Driver Path" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:212 +msgid "Driver Shutdown Order" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:106 +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:244 +msgid "Driver waits for data to be consumed by upsd before publishing more." +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:59 +msgid "Drop privileges to this user" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:40 +msgid "Enable" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:138 +msgid "" +"Enables a hotplug script that makes all ttyUSB devices (e.g. serial USB) " +"group read-write as user 'nut'" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:93 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:102 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:110 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:118 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:126 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:134 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:142 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:150 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:158 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:166 +msgid "Execute notify command" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:26 +msgid "Forced Shutdown" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:57 +msgid "Forced shutdown message" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:10 +msgid "Global Settings" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:13 +msgid "Go to NUT CGI" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:16 +msgid "Host" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:23 +msgid "Hostname or IP address" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:191 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:220 +msgid "Hostname or address of UPS" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:39 +msgid "Hot Sync" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:41 +msgid "IP Address" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:95 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:104 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:112 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:120 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:128 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:136 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:144 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:152 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:160 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:168 +msgid "Ignore" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:142 +msgid "Ignore Low Battery" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:29 +msgid "Instant commands" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:146 +msgid "Interrupt Only" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:150 +msgid "Interrupt Size" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:54 +msgid "Low battery message" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:163 +msgid "Manufacturer (Display)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:34 +msgid "Master" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:154 +msgid "Max USB HID Length Reported" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:54 +msgid "Maximum Age of Data" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:87 +msgid "Maximum Start Delay" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:67 +msgid "Maximum connections" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 +msgid "Maximum number of times to try starting a driver." +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:101 +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" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 +msgid "Maxium Start Delay" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:17 +msgid "Minimum required number or power supplies" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:166 +msgid "Model (Display)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:9 +msgid "NUT CGI Access" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:12 +msgid "NUT Users" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:188 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:217 +msgid "Name of UPS" +msgstr "" + +#: applications/luci-app-nut/luasrc/controller/nut.lua:11 +msgid "Network UPS Tools" +msgstr "" + +#: applications/luci-app-nut/luasrc/controller/nut.lua:22 +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:6 +msgid "Network UPS Tools (CGI)" +msgstr "" + +#: applications/luci-app-nut/luasrc/controller/nut.lua:18 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:7 +msgid "Network UPS Tools (Monitor)" +msgstr "" + +#: applications/luci-app-nut/luasrc/controller/nut.lua:14 +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:9 +msgid "Network UPS Tools (Server)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:7 +msgid "Network UPS Tools CGI Configuration" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:8 +msgid "Network UPS Tools Monitoring Configuration" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:10 +msgid "Network UPS Tools Server Configuration" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:169 +msgid "No Lock" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:72 +msgid "No communications message" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:173 +msgid "No low/high voltage transfer OIDs" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:75 +msgid "No parent message" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:90 +msgid "Notification defaults" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:26 +msgid "Notify command" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:99 +msgid "Notify when back online" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:163 +msgid "Notify when battery needs replacing" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:147 +msgid "Notify when communications lost" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:139 +msgid "Notify when communications restored" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:131 +msgid "Notify when force shutdown" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:115 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:123 +msgid "Notify when low battery" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:107 +msgid "Notify when on battery" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:155 +msgid "Notify when shutting down" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:177 +msgid "Off Delay(s)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:181 +msgid "On Delay(s)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:51 +msgid "On battery message" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:48 +msgid "Online message" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:208 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:237 +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:19 +msgid "Password" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:174 +msgid "Path containing ca certificates to match against host certificate" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:83 +msgid "Path to drivers (instead of default)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:63 +msgid "Path to state file" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:54 +msgid "Period after which data is considered stale" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:101 +msgid "Poll Interval" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:29 +msgid "Poll frequency" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:34 +msgid "Poll frequency alert" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:197 +msgid "Polling Frequency(s)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:27 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:195 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:224 +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:46 +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:202 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:200 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:229 +msgid "Power value" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:206 +msgid "Product (regex)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:69 +msgid "Replace battery message" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:178 +msgid "Require SSL and make sure server CN matches hostname" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:96 +msgid "Retry Delay" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:32 +msgid "Role" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:80 +msgid "Run drivers in a chroot(2) environment" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:14 +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:59 +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:110 +msgid "RunAs User" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:125 +msgid "SNMP Community" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:222 +msgid "SNMP retries" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:226 +msgid "SNMP timeout(s)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:230 +msgid "SNMP version" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:232 +msgid "SNMPv1" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:233 +msgid "SNMPv2c" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:234 +msgid "SNMPv3" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:219 +msgid "Serial Number" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:138 +msgid "Set USB serial port permissions" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:25 +msgid "Set variables" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:22 +msgid "Shutdown command" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:66 +msgid "Shutdown message" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:33 +msgid "Slave" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:106 +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:244 +msgid "Synchronous Communication" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:115 +msgid "The name of this section will be used as UPS name elsewhere" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:96 +msgid "Time in seconds between driver start retry attempts." +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 +msgid "Time in seconds that upsdrvctl will wait for driver to finish starting" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:183 +msgid "UPS Master" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:51 +msgid "UPS Server Global Settings" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:212 +msgid "UPS Slave" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:20 +msgid "UPS name" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:121 +msgid "USB Bus(es) (regex)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:209 +msgid "USB Product Id" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:241 +msgid "USB Vendor Id" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:29 +msgid "" +"Use upscmd -l to see full list which the commands your UPS supports " +"(requires upscmd package)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:110 +msgid "" +"User as which to execute driver; requires device file accessed by driver to " +"be read-write for that user." +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:205 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:234 +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:16 +msgid "Username" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:238 +msgid "Vendor (regex)" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:178 +msgid "Verify all connection with SSL" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:154 +msgid "Workaround for buggy firmware" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:94 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:103 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:111 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:119 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:127 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:135 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:143 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:151 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:159 +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:167 +msgid "Write to syslog" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:80 +msgid "chroot" +msgstr "" + +#: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:14 +msgid "upsmon drops privileges to this user" +msgstr "" diff --git a/applications/luci-app-nut/po/pt/nut.po b/applications/luci-app-nut/po/pt/nut.po index 0c4533adc..f511a6f02 100644 --- a/applications/luci-app-nut/po/pt/nut.po +++ b/applications/luci-app-nut/po/pt/nut.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-12-02 16:07+0000\n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" "Last-Translator: ssantos \n" "Language-Team: Portuguese \n" @@ -14,102 +14,106 @@ msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:216 msgid "Additional Shutdown Time(s)" -msgstr "" +msgstr "Tempo(s) adicionais para desligamento" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:37 msgid "Addresses on which to listen" -msgstr "" +msgstr "Endereços para ouvir" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:23 msgid "Allowed actions" -msgstr "" +msgstr "Ações permitidas" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:20 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:188 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:217 msgid "As configured by NUT" -msgstr "" +msgstr "Como configurado pelo NUT" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:150 msgid "Bytes to read from interrupt pipe" -msgstr "" +msgstr "Bytes a serem lidos do pipe de interrupção" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:174 msgid "CA Certificate path" -msgstr "" +msgstr "Caminho do Certificado CA" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:73 msgid "Certificate file (SSL)" -msgstr "" +msgstr "Ficheiro do certificado (SSL)" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:63 msgid "Communications lost message" -msgstr "" +msgstr "Mensagem de comunicações perdidas" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:60 msgid "Communications restored message" -msgstr "" +msgstr "Mensagens de comunicações restauradas" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:35 msgid "Control UPS via CGI" -msgstr "" +msgstr "Controle do UPS via CGI" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:43 msgid "Deadtime" -msgstr "" +msgstr "Tempo inerte" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:87 msgid "Default for UPSes without this field." -msgstr "" +msgstr "Predefinição para UPSs sem este campo." #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:177 msgid "Delay for kill power command" -msgstr "" +msgstr "Atraso para desligar forçadamente via comando" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:181 msgid "Delay to power on UPS if power returns after kill power" msgstr "" +"Atraso para ligar o UPS caso a energia volte depois de um comando de " +"desligamento" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:129 msgid "Description (Display)" -msgstr "" +msgstr "Descrição (Display)" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:32 msgid "Display name" -msgstr "" +msgstr "Nome de exibição" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:169 msgid "Don't lock port when starting driver" -msgstr "" +msgstr "Não bloquear a porta ao iniciar o driver" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:132 msgid "Driver" -msgstr "" +msgstr "Driver" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:114 msgid "Driver Configuration" -msgstr "" +msgstr "Configuração do Driver" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:77 msgid "Driver Global Settings" -msgstr "" +msgstr "Configurações Globais do Driver" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:83 msgid "Driver Path" -msgstr "" +msgstr "Caminho do Driver" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:212 msgid "Driver Shutdown Order" -msgstr "" +msgstr "Ordem de Desligamento do Driver" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:106 #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:244 msgid "Driver waits for data to be consumed by upsd before publishing more." msgstr "" +"O driver espera que os dados sejam consumidos pelo upsd antes de publicar " +"mais." #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:59 msgid "Drop privileges to this user" -msgstr "" +msgstr "Derrubar os privilégios deste utilizador" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:40 msgid "Enable" @@ -120,6 +124,8 @@ msgid "" "Enables a hotplug script that makes all ttyUSB devices (e.g. serial USB) " "group read-write as user 'nut'" msgstr "" +"Ativa um script hotplug que faz com que todos os aparelhos ttyUSB (por " +"exemplo, USB serial) sejam feitos ler-escrever para utilizadores 'nut'" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:93 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:102 @@ -132,15 +138,15 @@ msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:158 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:166 msgid "Execute notify command" -msgstr "" +msgstr "Executar um comando de notificação" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:26 msgid "Forced Shutdown" -msgstr "" +msgstr "Desligamento Forçado" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:57 msgid "Forced shutdown message" -msgstr "" +msgstr "Mensagem de desligamento forçado" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:10 msgid "Global Settings" @@ -148,7 +154,7 @@ msgstr "Configurações Globais" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:13 msgid "Go to NUT CGI" -msgstr "" +msgstr "Ir para o NUT CGI" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:16 msgid "Host" @@ -156,16 +162,16 @@ msgstr "Host" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:23 msgid "Hostname or IP address" -msgstr "" +msgstr "Nome de host ou endereço IP" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:191 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:220 msgid "Hostname or address of UPS" -msgstr "" +msgstr "Nome de host ou endereço do UPS" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:39 msgid "Hot Sync" -msgstr "" +msgstr "Hot Sync" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:41 msgid "IP Address" @@ -182,31 +188,31 @@ msgstr "Endereço IP" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:160 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:168 msgid "Ignore" -msgstr "" +msgstr "Ignorar" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:142 msgid "Ignore Low Battery" -msgstr "" +msgstr "Ignorar o Nível de Bateria Fraca" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:29 msgid "Instant commands" -msgstr "" +msgstr "Comandos instantâneos" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:146 msgid "Interrupt Only" -msgstr "" +msgstr "Apenas Interromper" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:150 msgid "Interrupt Size" -msgstr "" +msgstr "Tamanho da Interrupção" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:54 msgid "Low battery message" -msgstr "" +msgstr "Mensagem de bateria fraca" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:163 msgid "Manufacturer (Display)" -msgstr "" +msgstr "Fabricante (Display)" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:34 msgid "Master" @@ -214,160 +220,160 @@ msgstr "Mestre" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:154 msgid "Max USB HID Length Reported" -msgstr "" +msgstr "Relatório de comprimento máximo do USB HID" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:54 msgid "Maximum Age of Data" -msgstr "" +msgstr "Idade Máxima dos Dados" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:87 msgid "Maximum Start Delay" -msgstr "" +msgstr "Atraso Máximo de Arranque" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:67 msgid "Maximum connections" -msgstr "" +msgstr "Quantidade máxima de conexões" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:91 msgid "Maximum number of times to try starting a driver." -msgstr "" +msgstr "Quantidade máxima de vezes para tentar iniciar o driver." #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:101 msgid "Maximum time in seconds between refresh of UPS status" -msgstr "" +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" -msgstr "" +msgstr "Quantidade Máxima de Tentativas" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 msgid "Maxium Start Delay" -msgstr "" +msgstr "Atraso Máximo de Arranque" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:17 msgid "Minimum required number or power supplies" -msgstr "" +msgstr "Número de quantidade mínima necessária ou fontes de alimentação" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:166 msgid "Model (Display)" -msgstr "" +msgstr "Modelo (Display)" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:9 msgid "NUT CGI Access" -msgstr "" +msgstr "Acesso NUT CGI" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:12 msgid "NUT Users" -msgstr "" +msgstr "Utilizadores NUT" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:188 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:217 msgid "Name of UPS" -msgstr "" +msgstr "Nome do UPS" #: applications/luci-app-nut/luasrc/controller/nut.lua:11 msgid "Network UPS Tools" -msgstr "" +msgstr "Ferramentas de Rede do UPS" #: applications/luci-app-nut/luasrc/controller/nut.lua:22 #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:6 msgid "Network UPS Tools (CGI)" -msgstr "" +msgstr "Ferramentas de Rede do UPS (CGI)" #: applications/luci-app-nut/luasrc/controller/nut.lua:18 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:7 msgid "Network UPS Tools (Monitor)" -msgstr "" +msgstr "Ferramentas de Rede do UPS (Monitoramento)" #: applications/luci-app-nut/luasrc/controller/nut.lua:14 #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:9 msgid "Network UPS Tools (Server)" -msgstr "" +msgstr "Ferramentas de Rede do UPS (Servidor)" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:7 msgid "Network UPS Tools CGI Configuration" -msgstr "" +msgstr "Configuração CGI das Ferramentas de Rede do UPS" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:8 msgid "Network UPS Tools Monitoring Configuration" -msgstr "" +msgstr "Configuração das Ferramentas de Monitoramento da Rede do UPS" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:10 msgid "Network UPS Tools Server Configuration" -msgstr "" +msgstr "Configuração do Servidor das Ferramentas de Rede do UPS" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:169 msgid "No Lock" -msgstr "" +msgstr "Sem Bloqueio" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:72 msgid "No communications message" -msgstr "" +msgstr "Nenhuma mensagem de comunicação" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:173 msgid "No low/high voltage transfer OIDs" -msgstr "" +msgstr "Não há OIDs de transferência de baixa/alta tensão" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:75 msgid "No parent message" -msgstr "" +msgstr "Nenhuma mensagem relativa" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:90 msgid "Notification defaults" -msgstr "" +msgstr "Predefinição de notificações" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:26 msgid "Notify command" -msgstr "" +msgstr "Comando de notificação" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:99 msgid "Notify when back online" -msgstr "" +msgstr "Notificar quando voltar a estar operante" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:163 msgid "Notify when battery needs replacing" -msgstr "" +msgstr "Notificar quando for necessário substituir a bateria" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:147 msgid "Notify when communications lost" -msgstr "" +msgstr "Notificar quando houver perda de comunicação" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:139 msgid "Notify when communications restored" -msgstr "" +msgstr "Notificar quando as comunicações forem restauradas" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:131 msgid "Notify when force shutdown" -msgstr "" +msgstr "Notificar quando houver um desligamento forçado" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:115 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:123 msgid "Notify when low battery" -msgstr "" +msgstr "Notificar quando a bateria estiver fraca" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:107 msgid "Notify when on battery" -msgstr "" +msgstr "Notificar quando operar com bateria" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:155 msgid "Notify when shutting down" -msgstr "" +msgstr "Notificar ao desligar" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:177 msgid "Off Delay(s)" -msgstr "" +msgstr "Atraso(s) para desligamento" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:181 msgid "On Delay(s)" -msgstr "" +msgstr "Atraso(s) para Ligar" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:51 msgid "On battery message" -msgstr "" +msgstr "Mensagem quando estiver operando com bateria" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:48 msgid "Online message" -msgstr "" +msgstr "Mensagem quando estiver operante" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:208 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:237 @@ -378,34 +384,36 @@ msgstr "Palavra-passe" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:174 msgid "Path containing ca certificates to match against host certificate" msgstr "" +"Caminho contendo os certificados AC para combinar com o certificado do " +"equipamento" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:83 msgid "Path to drivers (instead of default)" -msgstr "" +msgstr "Caminho para os drivers (em vez do padrão)" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:63 msgid "Path to state file" -msgstr "" +msgstr "Caminho para o ficheiro de estado" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:54 msgid "Period after which data is considered stale" -msgstr "" +msgstr "Período quando os dados serão considerados obsoletos" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:101 msgid "Poll Interval" -msgstr "" +msgstr "Intervalo de Sondagem" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:29 msgid "Poll frequency" -msgstr "" +msgstr "Frequência da sondagem" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:34 msgid "Poll frequency alert" -msgstr "" +msgstr "Frequência de alerta da sondagem" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:197 msgid "Polling Frequency(s)" -msgstr "" +msgstr "Frequência(s) da sondagem" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:27 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:195 @@ -418,19 +426,21 @@ msgstr "Porta" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:200 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:229 msgid "Power value" -msgstr "" +msgstr "Valor de potência" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:206 msgid "Product (regex)" -msgstr "" +msgstr "Produto (regex)" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:69 msgid "Replace battery message" -msgstr "" +msgstr "Mensagem de substituição da bateria" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:178 msgid "Require SSL and make sure server CN matches hostname" msgstr "" +"Exigir o SSL e certificar-se de que o servidor CN corresponde com o nome do " +"host" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:96 msgid "Retry Delay" @@ -438,126 +448,132 @@ msgstr "Atraso de Nova Tentativa" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:32 msgid "Role" -msgstr "" +msgstr "Função" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:80 msgid "Run drivers in a chroot(2) environment" -msgstr "" +msgstr "Executar o driver num ambiente chroot(2)" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:14 #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:59 #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:110 msgid "RunAs User" -msgstr "" +msgstr "Executar como o Utilizador" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:125 msgid "SNMP Community" -msgstr "" +msgstr "Comunicação SNMP" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:222 msgid "SNMP retries" -msgstr "" +msgstr "Tentativas SNMP" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:226 msgid "SNMP timeout(s)" -msgstr "" +msgstr "Tempo limite do SNMP" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:230 msgid "SNMP version" -msgstr "" +msgstr "Versão do SNMP" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:232 msgid "SNMPv1" -msgstr "" +msgstr "SNMPv1" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:233 msgid "SNMPv2c" -msgstr "" +msgstr "SNMPv2c" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:234 msgid "SNMPv3" -msgstr "" +msgstr "SNMPv3" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:219 msgid "Serial Number" -msgstr "" +msgstr "Número de Série" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:138 msgid "Set USB serial port permissions" -msgstr "" +msgstr "Definir as permissões da porta serial USB" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:25 msgid "Set variables" -msgstr "" +msgstr "Definir as variáveis" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:22 msgid "Shutdown command" -msgstr "" +msgstr "Comando de desligamento" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:66 msgid "Shutdown message" -msgstr "" +msgstr "Mensagem de desligamento" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:33 msgid "Slave" -msgstr "" +msgstr "Escravo" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:106 #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:244 msgid "Synchronous Communication" -msgstr "" +msgstr "Comunicação Síncrona" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:115 msgid "The name of this section will be used as UPS name elsewhere" -msgstr "" +msgstr "O nome desta seção será usado como o nome do UPS em outros lugares" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:96 msgid "Time in seconds between driver start retry attempts." -msgstr "" +msgstr "Tempo em segundos entre as tentativas de reinício do driver." #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:158 msgid "Time in seconds that upsdrvctl will wait for driver to finish starting" msgstr "" +"Tempo de espera em segundos onde o upsdrvctl irá aguardar que o driver " +"finalize a inicialização" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:183 msgid "UPS Master" -msgstr "" +msgstr "UPS Mestre" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:51 msgid "UPS Server Global Settings" -msgstr "" +msgstr "Configurações Globais do Servidor UPS" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:212 msgid "UPS Slave" -msgstr "" +msgstr "UPS Escravo" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:20 msgid "UPS name" -msgstr "" +msgstr "Nome do UPS" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:121 msgid "USB Bus(es) (regex)" -msgstr "" +msgstr "Bus(es) USB (regex)" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:209 msgid "USB Product Id" -msgstr "" +msgstr "ID do Produto USB" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:241 msgid "USB Vendor Id" -msgstr "" +msgstr "ID do Fornecedor USB" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:29 msgid "" "Use upscmd -l to see full list which the commands your UPS supports " "(requires upscmd package)" msgstr "" +"Use upscmd -l para ver a lista completa dos comandos compatíveis com o seu " +"UPS (requer o pacote 'upscmd')" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:110 msgid "" "User as which to execute driver; requires device file accessed by driver to " "be read-write for that user." msgstr "" +"Utilizador como qual executar o driver; requer que o ficheiro do aparleho " +"acessado pelo driver tenha permissão do utilizador para leitura e escrita." #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:205 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:234 @@ -567,15 +583,15 @@ msgstr "Nome do utilizador" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:238 msgid "Vendor (regex)" -msgstr "" +msgstr "Fornecedor (regex)" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:178 msgid "Verify all connection with SSL" -msgstr "" +msgstr "Verificar todas as conexões com SSL" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:154 msgid "Workaround for buggy firmware" -msgstr "" +msgstr "Solução alternativa para firmware com problemas" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:94 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:103 @@ -588,12 +604,12 @@ msgstr "" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:159 #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:167 msgid "Write to syslog" -msgstr "" +msgstr "Registar no syslog" #: applications/luci-app-nut/luasrc/model/cbi/nut_server.lua:80 msgid "chroot" -msgstr "" +msgstr "chroot" #: applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua:14 msgid "upsmon drops privileges to this user" -msgstr "" +msgstr "O upsmon derrubou os privilégios para este utilizador" diff --git a/applications/luci-app-nut/po/pt_BR/nut.po b/applications/luci-app-nut/po/pt_BR/nut.po index d2ae896cd..35742cc00 100644 --- a/applications/luci-app-nut/po/pt_BR/nut.po +++ b/applications/luci-app-nut/po/pt_BR/nut.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-12-04 12:06+0000\n" +"PO-Revision-Date: 2019-12-07 10:44+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -158,7 +158,7 @@ msgstr "Ir para o NUT CGI" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:16 msgid "Host" -msgstr "Equipamento" +msgstr "Host" #: applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua:23 msgid "Hostname or IP address" 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 396dedd4a..6194a18dc 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 f38d41285..362fabd6a 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 da00b7c34..d861657f1 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 f66edcac3..bc53d2d71 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 "" "CIDR-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 "" -#: 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 IPv4-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 IPv4-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 IPv6-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 9a151e96d..ed54302f8 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 257b766d4..a40937869 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 dfad1d98e..e2089fec8 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 eeebaae9f..14855db69 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 "" "CIDR-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 IPv4-Netmask" msgstr "" "Máscara de red VPN IPv4" -#: 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 IPv4-Network-Address" msgstr "" "Dirección de red VPN IPv4" -#: 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 IPv6-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 20e90f902..82b52006e 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-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 "" "CIDR-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 "" -#: 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 IPv4-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 IPv4-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 IPv6-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 8bdd803c4..63c014b98 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 e0f3b7180..d4499a41f 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 0c2fea548..4c0249d80 100644 --- a/applications/luci-app-ocserv/po/hu/ocserv.po +++ b/applications/luci-app-ocserv/po/hu/ocserv.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:45+0000\n" +"PO-Revision-Date: 2019-12-10 23:14+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -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 "" "CIDR-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 "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 "" -#: 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 "" @@ -67,36 +61,36 @@ msgstr "" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:70 #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:55 msgid "Device" -msgstr "" +msgstr "Eszköz" #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:14 #: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:14 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 "" -#: 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 "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 "" @@ -171,17 +165,17 @@ msgstr "" 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 "" -#: 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,21 +184,17 @@ 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 "" #: applications/luci-app-ocserv/luasrc/controller/ocserv.lua:19 msgid "Server Settings" -msgstr "" - -#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:22 -msgid "Server's Public Key ID" -msgstr "" +msgstr "Kiszolgáló beállításai" #: 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 "Állapot" -#: 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 "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 "" @@ -301,18 +291,18 @@ msgstr "" 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 IPv4-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 IPv4-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 IPv6-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/it/ocserv.po b/applications/luci-app-ocserv/po/it/ocserv.po index 136765c18..c1d696435 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 91a78127b..09348c1c6 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 2f24691b1..26f1c9a41 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 new file mode 100644 index 000000000..9a12906a9 --- /dev/null +++ b/applications/luci-app-ocserv/po/mr/ocserv.po @@ -0,0 +1,324 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-ocserv/luasrc/model/cbi/ocserv/main.lua:124 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:80 +msgid "" +"CIDR-Notation: address/" +"prefix" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:48 +msgid "Active OpenConnect Users" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:61 +msgid "Active users" +msgstr "" + +#: 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 "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:17 +msgid "Available users" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:13 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:13 +msgid "CA certificate" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:72 +#: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:57 +msgid "Cipher" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:62 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: 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:60 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:54 +msgid "Dead peer detection time (secs)" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:70 +#: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:55 +msgid "Device" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:14 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:14 +msgid "Edit Template" +msgstr "" + +#: 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: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: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: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:106 +msgid "Enable proxy arp" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:16 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:16 +msgid "Enable server" +msgstr "" + +#: 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 "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:44 +msgid "Firewall Zone" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:12 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:12 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:23 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:67 +#: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:52 +msgid "Group" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:65 +msgid "ID" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:68 +msgid "IP" +msgstr "" + +#: 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: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:59 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:53 +msgid "Max same clients" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:22 +msgid "Name" +msgstr "" + +#: 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 "" + +#: applications/luci-app-ocserv/luasrc/controller/ocserv.lua:14 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua:7 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:7 +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:7 +msgid "OpenConnect VPN" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:24 +msgid "Password" +msgstr "" + +#: 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: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: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 " +"subnet will be reserved by ocserv, so it should not be in use. If you have a " +"network in LAN covering 192.168.1.0/24 use 192.168.1.192/26 to reserve the " +"upper 62 addresses." +msgstr "" + +#: 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 "" + +#: applications/luci-app-ocserv/luasrc/controller/ocserv.lua:19 +msgid "Server Settings" +msgstr "" + +#: 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/users.lua:73 +#: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:58 +msgid "Status" +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: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: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: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: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: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 " +"username-password pair. Use PAM modules to authenticate using another server " +"(e.g., LDAP, Radius)." +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua:45 +msgid "The firewall zone that the VPN clients will be set to" +msgstr "" + +#: 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: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 " +"routes, the server will send only the appropriate. Leave empty to set a " +"default route" +msgstr "" + +#: 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 "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:71 +#: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:56 +msgid "Time" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:51 +msgid "User" +msgstr "" + +#: 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 "" + +#: applications/luci-app-ocserv/luasrc/controller/ocserv.lua:24 +msgid "User Settings" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:66 +msgid "Username" +msgstr "" + +#: 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 IPv4-Netmask" +msgstr "" + +#: 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 IPv4-Network-Address" +msgstr "" + +#: 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 IPv6-Network-Address" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua:69 +msgid "VPN IP" +msgstr "" + +#: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:54 +msgid "VPN IP Address" +msgstr "" + +#: 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." +"pem' and import it into the clients." +msgstr "" diff --git a/applications/luci-app-ocserv/po/ms/ocserv.po b/applications/luci-app-ocserv/po/ms/ocserv.po index 81591388d..4fa9e6f73 100644 --- a/applications/luci-app-ocserv/po/ms/ocserv.po +++ b/applications/luci-app-ocserv/po/ms/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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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/nb_NO/ocserv.po b/applications/luci-app-ocserv/po/nb_NO/ocserv.po index 07276f38c..ad3cbb39a 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 fb1b8e005..3c1f77777 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 153ecbf46..0721b3d4a 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 "" "CIDR-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 IPv4-Netmask" msgstr "" -"Máscara de rede VPN IPv4" +"Máscara de rede VPN IPv4" -#: 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 IPv4-Network-Address" msgstr "" -"Endereço de rede VPN IPv4" +"Endereço de rede VPN IPv4" -#: 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 IPv6-Network-Address" msgstr "" -"Endereço de rede VPN IPv6" +"Endereço de rede VPN IPv6" #: 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 d67fe5a7d..9276d3b31 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 "" "CIDR-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 IPv4-Netmask" msgstr "" "VPN IPv4-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 IPv4-Network-Address" @@ -344,7 +330,7 @@ msgstr "" "VPN IPv4-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 IPv6-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 294827214..0b166c566 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 "" "CIDR-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 "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 IPv4-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 IPv4-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 IPv6-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 d7faf3a9a..9bfc086d7 100644 --- a/applications/luci-app-ocserv/po/ru/ocserv.po +++ b/applications/luci-app-ocserv/po/ru/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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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/sk/ocserv.po b/applications/luci-app-ocserv/po/sk/ocserv.po index 4a59cca07..f93952649 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 18dc5b0a2..9562721bc 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 8083170ce..2e96fb3fe 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 cef1dedb3..b966990c8 100644 --- a/applications/luci-app-ocserv/po/tr/ocserv.po +++ b/applications/luci-app-ocserv/po/tr/ocserv.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:06+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -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 "" "CIDR-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 "" @@ -52,14 +46,14 @@ msgstr "" #: applications/luci-app-ocserv/luasrc/view/ocserv_status.htm:62 msgid "Collecting data..." -msgstr "" +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 IPv4-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 IPv4-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 IPv6-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 78beba3b3..81a7fb71a 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 3fe783503..6c472d9ed 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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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 14a8ada3a..284983100 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-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 "" "CIDR-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 "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 "" @@ -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 IPv4-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 IPv4-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 IPv6-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-tw/ocserv.po b/applications/luci-app-ocserv/po/zh-tw/ocserv.po index 714dbf5a2..f86234bc7 100644 --- a/applications/luci-app-ocserv/po/zh-tw/ocserv.po +++ b/applications/luci-app-ocserv/po/zh-tw/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 "" "CIDR-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 IPv4-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 IPv4-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 IPv6-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-olsr-services/po/es/olsr-services.po b/applications/luci-app-olsr-services/po/es/olsr-services.po index 8f49a6fe9..b35c4d997 100644 --- a/applications/luci-app-olsr-services/po/es/olsr-services.po +++ b/applications/luci-app-olsr-services/po/es/olsr-services.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2019-07-22 17:44-0300\n" -"PO-Revision-Date: 2019-11-18 05:08+0000\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" "Last-Translator: Franco Castillo \n" "Language-Team: Spanish \n" @@ -38,7 +38,7 @@ msgstr "Servicios" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:132 #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:164 msgid "Source" -msgstr "Fuente" +msgstr "Origen" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:130 #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:162 diff --git a/applications/luci-app-olsr-services/po/hu/olsr-services.po b/applications/luci-app-olsr-services/po/hu/olsr-services.po index e64a3449b..846c0d6ce 100644 --- a/applications/luci-app-olsr-services/po/hu/olsr-services.po +++ b/applications/luci-app-olsr-services/po/hu/olsr-services.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -28,12 +28,12 @@ msgstr "Protokoll" #: applications/luci-app-olsr-services/luasrc/controller/services.lua:13 #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:156 msgid "Services" -msgstr "" +msgstr "Szolgáltatások" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:132 #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:164 msgid "Source" -msgstr "" +msgstr "Forrás" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:130 #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:162 diff --git a/applications/luci-app-olsr-services/po/mr/olsr-services.po b/applications/luci-app-olsr-services/po/mr/olsr-services.po new file mode 100644 index 000000000..4c546c1b8 --- /dev/null +++ b/applications/luci-app-olsr-services/po/mr/olsr-services.po @@ -0,0 +1,35 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:159 +msgid "Internal services" +msgstr "" + +#: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:56 +msgid "" +"No services can be shown, because olsrd is not running or the olsrd-" +"nameservice Plugin is not loaded." +msgstr "" + +#: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:131 +#: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:163 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-olsr-services/luasrc/controller/services.lua:13 +#: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:156 +msgid "Services" +msgstr "" + +#: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:132 +#: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:164 +msgid "Source" +msgstr "" + +#: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:130 +#: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:162 +msgid "Url" +msgstr "" diff --git a/applications/luci-app-olsr-services/po/pt_BR/olsr-services.po b/applications/luci-app-olsr-services/po/pt_BR/olsr-services.po index 7c1f9900c..657af07c4 100644 --- a/applications/luci-app-olsr-services/po/pt_BR/olsr-services.po +++ b/applications/luci-app-olsr-services/po/pt_BR/olsr-services.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-26 17:11+0000\n" -"Last-Translator: Rafael Fontenelle \n" +"PO-Revision-Date: 2019-12-09 20:05+0000\n" +"Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" @@ -12,13 +12,15 @@ msgstr "" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:159 msgid "Internal services" -msgstr "" +msgstr "Serviços internos" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:56 msgid "" "No services can be shown, because olsrd is not running or the olsrd-" "nameservice Plugin is not loaded." msgstr "" +"Nenhum serviço pode ser mostrado, porque o olsrd não está em execução ou o " +"Plugin do olsrd-nameservice não está rodando." #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:131 #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:163 @@ -38,4 +40,4 @@ msgstr "Origem" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:130 #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:162 msgid "Url" -msgstr "" +msgstr "Url" diff --git a/applications/luci-app-olsr-services/po/zh-cn/olsr-services.po b/applications/luci-app-olsr-services/po/zh-cn/olsr-services.po index fc9826820..d9c8b0046 100644 --- a/applications/luci-app-olsr-services/po/zh-cn/olsr-services.po +++ b/applications/luci-app-olsr-services/po/zh-cn/olsr-services.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-15 03:06+0000\n" -"Last-Translator: Meano Lee \n" +"PO-Revision-Date: 2019-12-09 20:05+0000\n" +"Last-Translator: Zheng Qian \n" "Language-Team: Chinese (Simplified) \n" "Language: zh-cn\n" @@ -12,13 +12,13 @@ msgstr "" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:159 msgid "Internal services" -msgstr "" +msgstr "内部服务" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:56 msgid "" "No services can be shown, because olsrd is not running or the olsrd-" "nameservice Plugin is not loaded." -msgstr "" +msgstr "由于 olsrd 未运行或未加载 olsrd-nameservice 插件,因此无法显示任何服务。" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:131 #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:163 @@ -38,4 +38,4 @@ msgstr "源地址" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:130 #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:162 msgid "Url" -msgstr "" +msgstr "Url" diff --git a/applications/luci-app-olsr-viz/po/mr/olsr-viz.po b/applications/luci-app-olsr-viz/po/mr/olsr-viz.po new file mode 100644 index 000000000..49ffa4a00 --- /dev/null +++ b/applications/luci-app-olsr-viz/po/mr/olsr-viz.po @@ -0,0 +1,13 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-olsr-viz/luasrc/controller/olsr-viz.lua:4 +msgid "OLSR-Viz" +msgstr "" + +#: applications/luci-app-olsr-viz/luasrc/view/olsr-viz/olsr-viz.htm:4 +msgid "You need to allow javascript in your browser to show this page." +msgstr "" diff --git a/applications/luci-app-olsr-viz/po/pt_BR/olsr-viz.po b/applications/luci-app-olsr-viz/po/pt_BR/olsr-viz.po index 66fcc8d9e..38d8e520b 100644 --- a/applications/luci-app-olsr-viz/po/pt_BR/olsr-viz.po +++ b/applications/luci-app-olsr-viz/po/pt_BR/olsr-viz.po @@ -1,13 +1,21 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: Wellington Terumi Uemura \n" +"Language-Team: Portuguese (Brazil) \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-olsr-viz/luasrc/controller/olsr-viz.lua:4 msgid "OLSR-Viz" -msgstr "" +msgstr "OLSR-Viz" #: applications/luci-app-olsr-viz/luasrc/view/olsr-viz/olsr-viz.htm:4 msgid "You need to allow javascript in your browser to show this page." msgstr "" +"Você precisa permitir que o javascript rode em seu navegador para pode " +"exibir esta página." diff --git a/applications/luci-app-olsr-viz/po/zh-cn/olsr-viz.po b/applications/luci-app-olsr-viz/po/zh-cn/olsr-viz.po index 12e6196dd..1e2564b53 100644 --- a/applications/luci-app-olsr-viz/po/zh-cn/olsr-viz.po +++ b/applications/luci-app-olsr-viz/po/zh-cn/olsr-viz.po @@ -1,13 +1,19 @@ msgid "" msgstr "" -"Language: zh_Hans\n" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" +"Last-Translator: Zheng Qian \n" +"Language-Team: Chinese (Simplified) \n" +"Language: zh-cn\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-olsr-viz/luasrc/controller/olsr-viz.lua:4 msgid "OLSR-Viz" -msgstr "" +msgstr "OLSR-Viz" #: applications/luci-app-olsr-viz/luasrc/view/olsr-viz/olsr-viz.htm:4 msgid "You need to allow javascript in your browser to show this page." -msgstr "" +msgstr "您需要允许浏览器中的 javascript 以显示此页面。" diff --git a/applications/luci-app-olsr/po/de/olsr.po b/applications/luci-app-olsr/po/de/olsr.po index 4efd65082..6c0e463f4 100644 --- a/applications/luci-app-olsr/po/de/olsr.po +++ b/applications/luci-app-olsr/po/de/olsr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-11-19 16:05+0000\n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" "Last-Translator: ssantos \n" "Language-Team: German \n" @@ -131,7 +131,8 @@ msgid "" "parameters are ignored. Default is \"no\"." msgstr "" "SmartGateway aktivieren. Ist diese Option deaktiviert, dann werden alle " -"folgenden SmartGateway Einstellungen ignoriert. Der Defaultwert ist \"no\"." +"folgenden SmartGateway Einstellungen ignoriert. Die Voreinstellung ist \"no\"" +"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 @@ -166,15 +167,15 @@ msgstr "" "die Metrik immer auf 2. Dies ist der bevorzugte Wert, da er dem Kernel dabei " "hilft, veraltete Routen zu löschen. \"correct\" verwendet den Hopcount als " "Metrik. \"approx\" benutzt ebenfalls den Hopcount als Metrik, updated diese " -"aber nur, wenn sich auch der Nexthop verändert hat. Der Defaultwert ist " -"\"flat\"." +"aber nur, wenn sich auch der Nexthop verändert hat. Die Voreinstellung ist \"" +"flat\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" -"Fisheye Mechanismus für TC-Nachrichten (ausgewählt entspricht ein). Der " -"Defaultwert ist \"ein\"" +"Fisheye Mechanismus für TC-Nachrichten (ausgewählt entspricht ein). Die " +"Voreinstellung ist \"ein\"" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:55 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:107 @@ -312,7 +313,7 @@ msgid "" msgstr "" "Verwende Hysterese zur Berechnung von Links (nur verfügbar für Hopcount " "Metric). Hysterese erhöht die Stabilität von berechneten Routen, verzögert " -"aber das Registrieren von Nachbarknoten. Der Standardwert ist \"ja\"." +"aber das Registrieren von Nachbarknoten. Die Voreinstellung ist \"ja\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 @@ -347,7 +348,7 @@ msgid "" "interface broadcast IP." msgstr "" "IPv4 Broadcastadresse für ausgehende OLSR-Pakete. Ein häufig verwendetes " -"Beispiel ist 255.255.255.255. Der Defaultwert ist \"0.0.0.0\". Dies " +"Beispiel ist 255.255.255.255. Die Voreinstellung ist \"0.0.0.0\". Dies " "verwendet die Broadcastadresse des Interfaces." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 @@ -361,8 +362,8 @@ msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." msgstr "" -"IPv4 Quell-IP für ausgehende OLSR-Nachrichten. Der Defaultwert ist " -"\"0.0.0.0\", dann wird die IP des Interfaces verwendet." +"IPv4 Quell-IP für ausgehende OLSR-Nachrichten. Die Voreinstellung ist \"" +"0.0.0.0\", dann wird die IP des Interfaces verwendet." #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:114 @@ -384,7 +385,7 @@ msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -"IPv6 Multicast-Adresse. Der Defaultwert ist \"FF02::6D\", die linklocal " +"IPv6 Multicast-Adresse. Die Voreinstellung ist \"FF02::6D\", die linklocal " "Multicastadresse für MANETs." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 @@ -412,7 +413,7 @@ msgid "" "of a not-linklocal interface IP." msgstr "" "IPv6 Quell-Prefix. OLSRd wählt eine IP als Quell-IP die innerhalb des " -"angegebenen Prefix liegt. Der Defaultwert ist \"0::/0\", damit wird eine " +"angegebenen Prefix liegt. Die Voreinstellung ist \"0::/0\", damit wird eine " "IPv6-Adresse des Interfaces verwendet die nicht linklocal ist." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 @@ -432,17 +433,17 @@ msgstr "" "Wenn sich die Route zum aktuellen Gateway ändert, dann wird sein ETX-Wert " "zunächst mit diesem Wert multipliziert bevor er mit dem neuen ETX-Wert " "verglichen wird. Damit kann \"flapping\" von Routen reduziert werden. Der " -"Wert kann zwischen 0.1 und 1.0 liegen, sollte aber nahe bei 1.0 sein.
ACHTUNG: Diese Einstellung darf nicht zusammen mit der etx_ffeth " -"Metrik verwendet werden!
Der Defaultwert ist \"1.0\"." +"Wert kann zwischen 0.1 und 1.0 liegen, sollte aber nahe bei 1.0 sein.
ACHTUNG: Diese Einstellung darf nicht zusammen mit der etx_ffeth " +"Metrik verwendet werden!
Die Voreinstellung ist \"1.0\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" -"Benutzt dieser Knoten NAT für die Verbindung zum Internet? Der Defaultwert " -"ist \"yes\"." +"Benutzt dieser Knoten NAT für die Verbindung zum Internet? Die " +"Voreinstellung ist \"yes\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 @@ -464,8 +465,8 @@ msgid "" "\"mesh\"." msgstr "" "Mit dieser Einstellung kann unnötiges Forwarden von Paketen auf geswitchten " -"Ethernetschnittstellen unterbunden werden. Gültige Werte sind \"mesh\" und " -"\"ether\". Der Defaultwert ist \"mesh\"." +"Ethernetschnittstellen unterbunden werden. Gültige Werte sind \"mesh\" und \"" +"ether\". Die Voreinstellung ist \"mesh\"." #: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 @@ -491,7 +492,7 @@ msgid "" "Default is \"2.5\"." msgstr "" "Intervall mit dem Netzwerkschnittstellen auf Änderungen in ihrer " -"Konfiguration überprüft werden (in Sekunden). Der Defaultwert ist \"2.5\"." +"Konfiguration überprüft werden (in Sekunden). Die Voreinstellung ist \"2.5\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 @@ -573,9 +574,9 @@ msgid "" "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" -"Der Linkqualitäts-Alterungsfaktor kann nur zusammen mit Linkqualitylevel 2 " -"verwendet werden. Kleinere Werte bedeuten, dass ETX-Werte sich langsamer " -"verändern. Erlaubte Werte sind 0.01 bis 1.0." +"Link Qualitätsalterungsfaktor (nur für IQ Level 2). Tuning-Parameter für " +"etx_float und etx_fpm, kleinere Werte bedeuten langsamere Änderungen des ETX-" +"Wertes. (zulässige Werte liegen zwischen 0,01 und 1,0)" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 @@ -590,10 +591,10 @@ msgstr "" "Link Quality Algorithmus (nur für lq level 2).
etx_float: " "floating point ETX mit exponentieller Alterung
etx_fpm: Dasselbe " "wie etx_float, Berechnung jedoch mit Ganzzahlen
etx_ff: ETX " -"freifunk, eine ETX Variante die allen OLSR Traffic zur ETX Berechnung nutzt " -"(und nicht nur Hello-Nachrichten)
etx_ffeth: Inkompatible " -"Variante von etx_ff die Ethernetlinks mit ETX 0.1 erlaubt
Der Default " -"ist \"etx_ff\"" +"freifunk, eine ETX Variante die allen OLSR Traffic zur ETX Berechnung nutzt (" +"und nicht nur Hello-Nachrichten)
etx_ffeth: Inkompatible " +"Variante von etx_ff die Ethernetlinks mit ETX 0.1 erlaubt
Die " +"Voreinstellung ist \"etx_ff\"" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 @@ -602,9 +603,10 @@ msgid "" "routing.
0 = do not use link quality
2 = use link " "quality for MPR selection and routing
Default is \"2\"" msgstr "" -"Mit dieser Option kann der Linkquality-Algorithmus gewählt werden.
0 = Linkquality nicht benutzen
2 = Linkquality für die " -"Wahl von MPRs und fürs Routing benutzen.
Der Defaultwert ist \"2\"." +"Linkqualitätsstufenwechsel zwischen Hopcount und kostenbasiertem (meist ETX) " +"Routing.
0 = keine Linkqualität verwenden
2 = " +"Linkqualität für MPR-Auswahl und Routing verwenden
Die Voreinstellung " +"ist \"2\"" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 @@ -686,7 +688,6 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:71 -#, fuzzy msgid "" "Multiply routes with the factor given here. Allowed values are between 0.01 " "and 1.0. It is only used when LQ-Level is greater than 0. Examples:
halbiere die LQ " "zu 192.168.0.1: 192.168.0.1 0.5
reduziere die LQ für alle Nodes die mit " -"diesem Interface kommunizieren um 20%: default 0.8" +"diesem Interface kommunizieren um 20%: Voreinstellung 0.8" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 @@ -776,7 +777,7 @@ msgstr "OLSR - Plugins" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" -msgstr "OLSR Daemon" +msgstr "OLSR-Daemon" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 @@ -826,7 +827,7 @@ msgstr "Übersicht über zur Zeit bekannte Routen zu anderen OLSR-Knoten" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:19 msgid "Overview of interfaces where OLSR is running" -msgstr "Übersicht über Interfaces auf denen OLSRd läuft." +msgstr "Übersicht über Interfaces auf denen OLSRd läuft" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:17 msgid "Overview of known multiple interface announcements" @@ -834,7 +835,7 @@ msgstr "Übersicht über bekannte Mehrfachschnittstellenmeldungen" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:104 msgid "Overview of smart gateways in this network" -msgstr "Übersicht über Smart Gateways in diesem Netzwerk." +msgstr "Übersicht über Smart Gateways in diesem Netzwerk" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 @@ -851,7 +852,7 @@ msgstr "Plugins" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." -msgstr "Abfragerate für OLSRd-Sockets in Sekunden. Der Defaultwert ist 0.05." +msgstr "Abfragerate für OLSRd-Sockets in Sekunden. Die Voreinstellung ist 0.05." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 @@ -910,18 +911,17 @@ msgid "" "IP of the first interface." msgstr "" "Setzt die Haupt-IP (originator ip) für diesen Router. Diese IP wird sich " -"NIEMALS während der Laufzeit von OLSRD verändern. Der Defaultwert ist " +"NIEMALS während der Laufzeit von OLSRD verändern. Die Voreinstellung ist " "0.0.0.0. Damit wird die IP des ersten Interfaces verwendet." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:127 -#, fuzzy msgid "" "Sets the main IP (originator ip) of the router. This IP will NEVER change " "during the uptime of olsrd. Default is ::, which triggers usage of the IP of " "the first interface." msgstr "" "Setzt die Haupt-IP (originator ip) für diesen Router. Diese IP wird sich " -"NIEMALS während der Laufzeit von OLSRD verändern. Der Defaultwert ist " +"NIEMALS während der Laufzeit von OLSRD verändern. Die Voreinstellung ist " "0.0.0.0. Damit wird die IP des ersten Interfaces verwendet." #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 @@ -962,7 +962,7 @@ msgid "" msgstr "" "Hiermit kann man die Geschwindigkeit des Uplinks dieses Knotens ankündigen. " "Der erste Wert ist die Upload-, der zweite Wert die Downloadgeschwindigkeit. " -"Der Defaultwert ist \"128 1024\"." +"Die Voreinstellung ist \"128 1024\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 @@ -1036,7 +1036,7 @@ msgid "" msgstr "" "Hier kann ein Bereitschaftswert angegeben werden. Bleibt dieses Feld leer, " "dann wird der Bereitschaftswert automatisch anhand von Akkukapazität und " -"Stromversorgung berechnet" +"Stromversorgung berechnet. Die Voreinstellung ist \"3\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 @@ -1063,7 +1063,7 @@ msgstr "" "Hiermit kann der externe IPv6-Präfix an Clients signalisiert werden. Dadurch " "können Clients ihre lokale IP-Adresse ändern, um diesen IPv6-Gateway ohne " "Übersetzung der IPv6-Adresse zu benutzen. Die maximale erlaubte Länge des " -"Präfix ist 64 bit. Der Defaultwert ist \"::/0\" (kein Präfix)." +"Präfix ist 64 bit. Die Voreinstellung ist \"::/0\" (kein Präfix)." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 @@ -1082,7 +1082,8 @@ msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." msgstr "" -"TOS-Wert für den IP-Header von OLSR-Nachrichten. Der Defaultwert ist \"16\"." +"TOS-Wert für den IP-Header von OLSR-Nachrichten. Die Voreinstellung ist \"" +"16\"." #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:9 msgid "Unable to connect to the OLSR daemon!" @@ -1096,7 +1097,7 @@ msgstr "Uplink" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 msgid "Uplink uses NAT" -msgstr "Der Uplink benutzt NAT." +msgstr "Der Uplink benutzt NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 @@ -1131,7 +1132,7 @@ msgid "" "work, please install it." msgstr "" "WARNUNG: kmod-ipip ist nicht installiert. Ohne kmod-ipip wird SmartGateway " -"nicht funktionieren!" +"nicht funktionieren, bitte installieren." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 @@ -1169,11 +1170,10 @@ msgid "" msgstr "" "Welche Art von Uplink im Mesh angekündigt wird. Ein Uplink wird automatisch " "anhand der lokal angekündigten HNA erkannt (0.0.0.0/0, ::ffff:0:0/96 oder " -"2000::/3). Der Defaultwert ist \"both\" (sowohl IPv4 als auch IPv6 Uplink " +"2000::/3). Die Voreinstellung ist \"both\" (sowohl IPv4 als auch IPv6 Uplink " "ankündigen sofern verfügbar)." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 -#, fuzzy msgid "" "Which kind of uplink is exported to the other mesh nodes. An uplink is " "detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " @@ -1181,7 +1181,7 @@ msgid "" msgstr "" "Welche Art von Uplink im Mesh angekündigt wird. Ein Uplink wird automatisch " "anhand der lokal angekündigten HNA erkannt (0.0.0.0/0, ::ffff:0:0/96 oder " -"2000::/3). Der Defaultwert ist \"both\" (sowohl IPv4 als auch IPv6 Uplink " +"2000::/3). Die Voreinstellung ist \"both\" (sowohl IPv4 als auch IPv6 Uplink " "ankündigen sofern verfügbar)." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 diff --git a/applications/luci-app-olsr/po/hu/olsr.po b/applications/luci-app-olsr/po/hu/olsr.po index eb42c540f..817292ea6 100644 --- a/applications/luci-app-olsr/po/hu/olsr.po +++ b/applications/luci-app-olsr/po/hu/olsr.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-29 19:44+0000\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -89,7 +89,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:24 msgid "Device" -msgstr "" +msgstr "Eszköz" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 msgid "Display" @@ -166,7 +166,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:55 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:107 msgid "Gateway" -msgstr "" +msgstr "Átjáró" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 @@ -297,7 +297,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 msgid "IP Addresses" -msgstr "" +msgstr "IP-címek" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:48 msgid "" @@ -313,7 +313,7 @@ msgstr "IPv4" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" -msgstr "" +msgstr "IPv4 üzenetszórás" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 @@ -602,7 +602,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:50 #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:110 msgid "Metric" -msgstr "" +msgstr "Mérőszám" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 @@ -611,7 +611,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 msgid "Mode" -msgstr "" +msgstr "Mód" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 @@ -820,7 +820,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 msgid "Routes" -msgstr "" +msgstr "Útvonalak" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:21 msgid "Secondary OLSR interfaces" @@ -873,7 +873,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:28 msgid "Source address" -msgstr "" +msgstr "Forráscím" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 @@ -996,7 +996,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:59 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:111 msgid "Uplink" -msgstr "" +msgstr "Feltöltés" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 diff --git a/applications/luci-app-olsr/po/mr/olsr.po b/applications/luci-app-olsr/po/mr/olsr.po new file mode 100644 index 000000000..8059a1dac --- /dev/null +++ b/applications/luci-app-olsr/po/mr/olsr.po @@ -0,0 +1,1124 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-olsr/luasrc/view/status-olsr/mid.htm:13 +msgid "Active MID announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:14 +msgid "Active OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:82 +msgid "Active host net announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 +msgid "Allow gateways with NAT" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 +msgid "Announce uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:39 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:90 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:47 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:107 +msgid "Announced network" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:11 +msgid "Bad (ETX > 10)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:20 +msgid "Bad (SNR < 5)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:12 +msgid "Both values must use the dotted decimal notation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:30 +msgid "Broadcast address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:259 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:90 +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:198 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:56 +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:24 +msgid "Device" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +msgid "Display" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:60 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:112 +msgid "Downlink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:203 +msgid "Download Config" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:57 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:109 +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:26 +msgid "ETX" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +msgid "Enable" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 +msgid "Enable this interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:5 +msgid "Expected retransmission count" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 +msgid "FIB metric" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:55 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:107 +msgid "Gateway" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 +msgid "General settings" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 +msgid "Good (2 < ETX < 4)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 +msgid "Good (30 > SNR > 20)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 +msgid "Green" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 +msgid "HNA" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +msgid "HNA Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 +msgid "HNA interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 +msgid "HNA validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +msgid "HNA6 Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 +msgid "Hello" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 +msgid "Hello interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 +msgid "Hello validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:12 +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 +msgid "Hide IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:13 +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 +msgid "Hide IPv6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:12 +msgid "Hna4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 +msgid "Hna6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:58 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:110 +msgid "Hops" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:61 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:127 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 +msgid "IP Addresses" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:48 +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:61 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:113 +msgid "IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 +msgid "IPv4 broadcast" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 +msgid "IPv4 source" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:62 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:114 +msgid "IPv6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 +msgid "IPv6 multicast" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 +msgid "IPv6 source" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 +msgid "IPv6-Prefix of the uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:49 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:109 +msgid "Interface" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 +msgid "Interfaces" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 +msgid "Interfaces Defaults" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:47 +msgid "Internet protocol" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:98 +msgid "Known OLSR routes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:24 +msgid "LQ" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 +msgid "LQ aging" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 +msgid "LQ algorithm" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 +msgid "LQ fisheye" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 +msgid "LQ level" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"separated by space." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:23 +msgid "Last hop" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:1 +msgid "Legend" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 +msgid "Library" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 +msgid "Link Quality Settings" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 +msgid "LinkQuality Multiplicator" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:188 +msgid "Links per node (average)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:183 +msgid "Links total" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:63 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:129 +msgid "Local interface IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 +msgid "MID" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 +msgid "MID interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 +msgid "MID validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:26 +msgid "MTU" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 +msgid "Main IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:10 +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:50 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:110 +msgid "Metric" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 +msgid "Mode" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:71 +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 +msgid "NAT threshold" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:25 +msgid "NLQ" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:168 +msgid "Neighbors" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:60 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:126 +msgid "Neighbour IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +msgid "Neighbours" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:21 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:29 +msgid "Netmask" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 +msgid "Network" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 +msgid "Network address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 +msgid "Nic changes poll interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:173 +msgid "Nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:27 +msgid "OLSR" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:4 +msgid "OLSR - Display Options" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 +msgid "OLSR - HNA-Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 +msgid "OLSR - HNA6-Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 +msgid "OLSR - Plugins" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 +msgid "OLSR Daemon" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 +msgid "OLSR Daemon - Interface" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:117 +msgid "OLSR connections" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:91 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:48 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:108 +msgid "OLSR gateway" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:20 +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:22 +msgid "OLSR node" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 +msgid "Orange" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:157 +msgid "Overview" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:87 +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:122 +msgid "Overview of currently established OLSR connections" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:19 +msgid "Overview of currently known OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:103 +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:19 +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:17 +msgid "Overview of known multiple interface announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:104 +msgid "Overview of smart gateways in this network" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 +msgid "Plugin configuration" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 +msgid "Plugins" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 +msgid "Pollrate" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 +msgid "Prefix" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:11 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:20 +msgid "Red" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:9 +msgid "Resolve" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:10 +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +msgid "Routes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:21 +msgid "Secondary OLSR interfaces" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:56 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:108 +msgid "Selected" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:133 +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:127 +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 +msgid "Show IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 +msgid "Show IPv6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:14 +msgid "Signal Noise Ratio in dB" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 +msgid "SmartGW" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:97 +msgid "SmartGW announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:150 +msgid "SmartGateway is not configured on this system." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:28 +msgid "Source address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 +msgid "Speed of the uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:25 +msgid "State" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:3 +msgid "Success rate of packages received from the neighbour" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:4 +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 +msgid "TC" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 +msgid "TC interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 +msgid "TC validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 +msgid "TOS value" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 +msgid "The interface OLSRd should serve." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 +msgid "Timing and Validity" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +msgid "Topology" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:9 +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:59 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:111 +msgid "Uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 +msgid "Uplink uses NAT" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 +msgid "Use hysteresis" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:41 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:92 +msgid "Validity Time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:200 +msgid "Version" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 +msgid "Very good (ETX < 2)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 +msgid "Very good (SNR > 30)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:27 +msgid "WLAN" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 +msgid "Weight" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 +msgid "Willingness" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 +msgid "Yellow" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 +msgid "down" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 +msgid "infinate" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:34 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:35 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:133 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 +msgid "no" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 +msgid "up" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:34 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:35 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:133 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 +msgid "yes" +msgstr "" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." diff --git a/applications/luci-app-olsr/po/pt-br/olsr.po b/applications/luci-app-olsr/po/pt-br/olsr.po index 4b9814b3a..11fdd54f6 100644 --- a/applications/luci-app-olsr/po/pt-br/olsr.po +++ b/applications/luci-app-olsr/po/pt-br/olsr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2019-12-03 08:24+0000\n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -1266,9 +1266,8 @@ msgid "Yellow" msgstr "Amarelo" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 -#, fuzzy msgid "down" -msgstr "para baixo" +msgstr "inoperante" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 @@ -1286,9 +1285,8 @@ msgid "no" msgstr "Não" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 -#, fuzzy msgid "up" -msgstr "para cima" +msgstr "operante" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 diff --git a/applications/luci-app-omcproxy/po/bg/omcproxy.po b/applications/luci-app-omcproxy/po/bg/omcproxy.po index 5c3a22e42..acf972fea 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 459376de6..70229b5e0 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 f51bb491b..53bb28ca2 100644 --- a/applications/luci-app-omcproxy/po/cs/omcproxy.po +++ b/applications/luci-app-omcproxy/po/cs/omcproxy.po @@ -1,70 +1,76 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-09 20:06+0000\n" +"Last-Translator: Jiri Tersel \n" +"Language-Team: Czech \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" -#: 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 "" +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 d96058425..b2e61359d 100644 --- a/applications/luci-app-omcproxy/po/de/omcproxy.po +++ b/applications/luci-app-omcproxy/po/de/omcproxy.po @@ -1,70 +1,76 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-09 20:06+0000\n" +"Last-Translator: ssantos \n" +"Language-Team: German \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" -#: 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 "" +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 "" +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 268f86794..94f54b859 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 fcc3bb28f..40c04395c 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 b229d7eb8..c69954b07 100644 --- a/applications/luci-app-omcproxy/po/es/omcproxy.po +++ b/applications/luci-app-omcproxy/po/es/omcproxy.po @@ -1,70 +1,78 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-09 20:06+0000\n" +"Last-Translator: Franco Castillo \n" +"Language-Team: Spanish \n" "Language: es\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" -#: 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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +msgstr "sitio-local" diff --git a/applications/luci-app-omcproxy/po/fr/omcproxy.po b/applications/luci-app-omcproxy/po/fr/omcproxy.po index 1a2d7583b..99523f90f 100644 --- a/applications/luci-app-omcproxy/po/fr/omcproxy.po +++ b/applications/luci-app-omcproxy/po/fr/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/he/omcproxy.po b/applications/luci-app-omcproxy/po/he/omcproxy.po index 06e1e5f66..1583d87b0 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 6f65af096..9cc7c220b 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 f09922b27..3333c6f83 100644 --- a/applications/luci-app-omcproxy/po/hu/omcproxy.po +++ b/applications/luci-app-omcproxy/po/hu/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/it/omcproxy.po b/applications/luci-app-omcproxy/po/it/omcproxy.po index 33b7ec9d5..fd32cf08b 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 6864da4a1..3bfe52442 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 b2e16bdb8..3d0d2f10f 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 new file mode 100644 index 000000000..2f1067a3b --- /dev/null +++ b/applications/luci-app-omcproxy/po/mr/omcproxy.po @@ -0,0 +1,70 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:17 +msgid "Add instance" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 +msgid "Downlink interface" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +msgid "Embedded IGMPv3 and MLDv2 proxy" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 +msgid "Minimum multicast scope to proxy (only affects IPv6 multicast)" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:14 +msgid "Proxy Instance" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:19 +msgid "Scope" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 +msgid "Uplink interface" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:30 +msgid "Where does the multicast come from?" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:34 +msgid "Where does the multicast go to?" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:25 +msgid "admin-local" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:21 +msgid "default" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:22 +msgid "global" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:12 +#: applications/luci-app-omcproxy/luasrc/controller/omcproxy.lua:11 +msgid "omcproxy" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:23 +msgid "organization-local" +msgstr "" + +#: applications/luci-app-omcproxy/htdocs/luci-static/resources/view/omcproxy.js:26 +msgid "realm" +msgstr "" + +#: 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 063fdd672..7005e0fe6 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 c558b3f4e..1157e6c8a 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 0fb618d62..da5d68d2a 100644 --- a/applications/luci-app-omcproxy/po/pl/omcproxy.po +++ b/applications/luci-app-omcproxy/po/pl/omcproxy.po @@ -1,70 +1,77 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Michal L \n" +"Language-Team: Polish \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" -#: 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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 2cd0323ca..f7af81ef3 100644 --- a/applications/luci-app-omcproxy/po/pt/omcproxy.po +++ b/applications/luci-app-omcproxy/po/pt/omcproxy.po @@ -1,70 +1,76 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-09 20:06+0000\n" +"Last-Translator: ssantos \n" +"Language-Team: Portuguese \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" -#: 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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 "" +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 cf3c19b95..6332276c5 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 02faaad13..abbcf5ba1 100644 --- a/applications/luci-app-omcproxy/po/ro/omcproxy.po +++ b/applications/luci-app-omcproxy/po/ro/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/ru/omcproxy.po b/applications/luci-app-omcproxy/po/ru/omcproxy.po index 95902691e..52718b419 100644 --- a/applications/luci-app-omcproxy/po/ru/omcproxy.po +++ b/applications/luci-app-omcproxy/po/ru/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/sk/omcproxy.po b/applications/luci-app-omcproxy/po/sk/omcproxy.po index e9ea0b971..65ba10932 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 d11c12147..405d030b2 100644 --- a/applications/luci-app-omcproxy/po/sv/omcproxy.po +++ b/applications/luci-app-omcproxy/po/sv/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/templates/omcproxy.pot b/applications/luci-app-omcproxy/po/templates/omcproxy.pot index ab19dfb26..0bbaa295b 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 bdc68f22f..ac64906eb 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 d1425e988..80ca46077 100644 --- a/applications/luci-app-omcproxy/po/uk/omcproxy.po +++ b/applications/luci-app-omcproxy/po/uk/omcproxy.po @@ -1,70 +1,77 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Yurii Petrashko \n" +"Language-Team: Ukrainian \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" -#: 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 "" +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 38e3b0d26..4ea7f3660 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 ed47bcbb4..1b4bbadf9 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 4c08fa2f3..9eda3bd89 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-openvpn/po/es/openvpn.po b/applications/luci-app-openvpn/po/es/openvpn.po index f80df4d0a..43c2896a0 100644 --- a/applications/luci-app-openvpn/po/es/openvpn.po +++ b/applications/luci-app-openvpn/po/es/openvpn.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2019-11-18 05:08+0000\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" "Last-Translator: Franco Castillo \n" "Language-Team: Spanish \n" @@ -792,7 +792,7 @@ msgstr "Tipo de dispositivo usado" #: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:104 msgid "Upload" -msgstr "Subir" +msgstr "Subida" #: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:104 msgid "Upload ovpn file" diff --git a/applications/luci-app-openvpn/po/hu/openvpn.po b/applications/luci-app-openvpn/po/hu/openvpn.po index 22bc4151a..84dec67f7 100644 --- a/applications/luci-app-openvpn/po/hu/openvpn.po +++ b/applications/luci-app-openvpn/po/hu/openvpn.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-29 19:44+0000\n" +"PO-Revision-Date: 2019-12-10 23:14+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -775,7 +775,7 @@ msgstr "A használt eszköz típusa" #: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:104 msgid "Upload" -msgstr "" +msgstr "Feltöltés" #: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:104 msgid "Upload ovpn file" diff --git a/applications/luci-app-openvpn/po/mr/openvpn.po b/applications/luci-app-openvpn/po/mr/openvpn.po new file mode 100644 index 000000000..50016d5b9 --- /dev/null +++ b/applications/luci-app-openvpn/po/mr/openvpn.po @@ -0,0 +1,830 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-openvpn/luasrc/model/cbi/openvpn-advanced.lua:821 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:824 +msgid "%s" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:363 +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:480 +msgid "Accept options pushed from server" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:92 +msgid "Add" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:224 +msgid "Add route after establishing connection" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:92 +msgid "Add template based configuration" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:745 +msgid "Additional authentication over TLS" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:416 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:57 +msgid "Allow client-to-client traffic" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:421 +msgid "Allow multiple clients with same certificate" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:737 +msgid "Allow only one session" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:192 +msgid "Allow remote to change its IP or port" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:456 +msgid "Allowed maximum of connected clients" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:461 +msgid "Allowed maximum of internal" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:466 +msgid "Allowed maximum of new connections" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:67 +msgid "Append log to file" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:485 +msgid "Authenticate using username/password" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:555 +msgid "Automatically redirect default route" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:11 +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:119 +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:657 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:77 +msgid "Certificate authority" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:79 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:17 +msgid "Change process priority" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:39 +msgid "Change to directory before initialization" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:773 +msgid "Check peer certificate against a CRL" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:43 +msgid "Chroot to directory after initialization" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:391 +msgid "Client is disabled" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm:20 +msgid "Configuration category" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:476 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:53 +msgid "Configure client mode" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:376 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:37 +msgid "Configure server bridge" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:371 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:33 +msgid "Configure server mode" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:539 +msgid "Connect through Socks5 proxy" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:519 +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:514 +msgid "Connection retry interval" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:47 +msgid "Daemonize after initialization" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:232 +msgid "Delay n seconds after connection" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:111 +msgid "Delay tun/tap open and up script execution" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:661 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:81 +msgid "Diffie Hellman parameters" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:426 +msgid "Directory for custom client config files" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:23 +msgid "Disable Paging" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:27 +msgid "Disable options consistency check" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:196 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:41 +msgid "Do not bind to local address and port" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:216 +msgid "Don't actually execute ifconfig" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:236 +msgid "Don't add routes automatically" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:757 +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:244 +msgid "Don't drop incoming tun packets with same destination as host" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:386 +msgid "Don't inherit global push options" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:71 +msgid "Don't log timestamps" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:240 +msgid "Don't pull routes automatically" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:331 +msgid "Don't re-read key on restart" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:260 +msgid "Don't use adaptive lzo compression" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:220 +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:87 +msgid "Echo parameters to log" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:252 +msgid "Empirically measure MTU" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:631 +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:248 +msgid "Enable Path MTU discovery" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:567 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:65 +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:652 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:677 +msgid "Enable TLS and assume client role" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:647 +msgid "Enable TLS and assume server role" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:164 +msgid "Enable a compression algorithm" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:277 +msgid "Enable internal datagram fragmentation" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:344 +msgid "Enable management interface on IP port" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:104 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:749 +msgid "Encrypt and authenticate all control channel packets with the key" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:621 +msgid "Encryption cipher for packets" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:127 +msgid "Execute shell cmd after routes are added" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:131 +msgid "Execute shell command on remote ip change" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:156 +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:152 +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:741 +msgid "Exit on TLS negotiation failure" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:753 +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:572 +msgid "HMAC authentication for packets" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:490 +msgid "Handling of authentication failures" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:307 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:49 +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:550 +msgid "If hostname resolve fails, retry" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm:12 +msgid "Instance \"%s\"" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:18 +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:46 +msgid "Instance with that name already exists!" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:335 +msgid "Keep local IP address on restart" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:339 +msgid "Keep remote IP address on restart" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:327 +msgid "Keep tun/tap device open on restart" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:733 +msgid "Key transition window" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:103 +msgid "Limit repeated log messages" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:665 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:85 +msgid "Local certificate" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:176 +msgid "Local host name or ip address" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:669 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:89 +msgid "Local private key" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:172 +msgid "Major mode" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:451 +msgid "Maximum number of queued TCP output packets" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:446 +msgid "Number of allocated broadcast buffers" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:359 +msgid "Number of lines for log file history" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:95 +msgid "OVPN configuration file upload" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:761 +msgid "Only accept connections from given X509 name" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:323 +msgid "Only process ping timeouts if routes exist" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/controller/openvpn.lua:8 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:10 +msgid "OpenVPN" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:11 +msgid "OpenVPN instances" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:83 +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:51 +msgid "Output to syslog and do not daemonize" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm:11 +msgid "Overview" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:673 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:73 +msgid "PKCS#12 file containing keys" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:136 +msgid "Pass environment variables to script" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:643 +msgid "Persist replay-protection state" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:401 +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:311 +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-file.lua:28 +msgid "Please edit this file directly in a terminal session." +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:51 +msgid "Please select a valid OVPN config file to upload!" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:23 +msgid "Please select a valid VPN template!" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:160 +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:141 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:156 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:529 +msgid "Proxy timeout in seconds" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:406 +msgid "Push an ifconfig option to remote" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:381 +msgid "Push options to peer" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:349 +msgid "Query management channel for private key" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:504 +msgid "Randomly choose remote server" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:431 +msgid "Refuse connection if no custom client config" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:91 +msgid "Remap SIGUSR1 signals" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 +msgid "Remote host name or ip address" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 +msgid "Remote ping timeout" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:717 +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:721 +msgid "Renegotiate data chan. key after packets" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:725 +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:635 +msgid "Replay protection sliding window size" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:765 +msgid "Require explicit designation on certificate" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:769 +msgid "Require explicit key usage on certificate" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:319 +msgid "Restart after remote ping timeout" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:793 +msgid "Restrict the allowed ciphers to be negotiated" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:713 +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:524 +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:545 +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:411 +msgid "Route subnet to client" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:59 +msgid "Run as an inetd or xinetd server" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:144 +msgid "Run script cmd on client connection" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:148 +msgid "Run script cmd on client disconnection" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:123 +msgid "Run up/down scripts for all restarts" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-file.lua:37 +msgid "Save" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-file.lua:61 +msgid "" +"Section to add an optional 'auth-user-pass' file with your credentials (%s)" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-file.lua:40 +msgid "Section to modify the OVPN config file (%s)" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:85 +msgid "Select template ..." +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:495 +msgid "Send notification to peer on disconnect" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:35 +msgid "Set GID to group" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:265 +msgid "Set TCP/UDP MTU" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:31 +msgid "Set UID to user" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:396 +msgid "Set aside a pool of subnets" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:534 +msgid "Set extended HTTP proxy options" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:19 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:13 +msgid "Set output verbosity" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:441 +msgid "Set size of real and virtual address hash tables" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:291 +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:287 +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:295 +msgid "Set tun/tap TX queue length" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:212 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:29 +msgid "Set tun/tap adapter parameters" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:269 +msgid "Set tun/tap device MTU" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:273 +msgid "Set tun/tap device overhead" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:282 +msgid "Set upper bound on TCP MSS" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:299 +msgid "Shaping for peer bandwidth" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:107 +msgid "Shell cmd to execute after tun device open" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:115 +msgid "Shell cmd to run after tun device close" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:140 +msgid "Shell command to verify X509 name" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:639 +msgid "Silence the output of replay warnings" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:626 +msgid "Size of cipher key" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:228 +msgid "Specify a default gateway for routes" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:560 +msgid "Specify whether the client is required to supply a valid certificate" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:354 +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:117 +msgid "Start/Stop" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:106 +msgid "Started" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:99 +msgid "Status file format version" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm:15 +msgid "Switch to advanced configuration" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm:18 +msgid "Switch to basic configuration" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:180 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:21 +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:184 +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:188 +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:709 +msgid "TLS 1.3 or newer cipher" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:701 +msgid "TLS cipher" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:55 +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:78 +msgid "Template based configuration" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:436 +msgid "Temporary directory for client-connect return file" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:12 +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:40 +msgid "The 'Name' field must not be empty!" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-file.lua:18 +msgid "" +"The OVPN config file (%s) could not be found, please check your " +"configuration." +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:781 +msgid "The highest supported TLS version" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:785 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:69 +msgid "The key direction for 'tls-auth' and 'secret' options" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:777 +msgid "The lowest supported TLS version" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-file.lua:27 +msgid "" +"The size of the OVPN config file (%s) is too large for online editing in " +"LuCI (≥ 100 KB)." +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:789 +msgid "This completely disables cipher negotiation" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:729 +msgid "Timeframe for key exchange" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:204 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:25 +msgid "Type of used device" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:104 +msgid "Upload" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm:104 +msgid "Upload ovpn file" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:256 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:45 +msgid "Use fast LZO compression" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:509 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:97 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:103 +msgid "Use protocol" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:208 +msgid "Use tun/tap device node" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:471 +msgid "Use username as common name" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:63 +msgid "Write log to file" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:75 +msgid "Write process ID to file" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:95 +msgid "Write status to file every n seconds" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:112 +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:114 +msgid "no" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:200 +msgid "tun/tap device" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:303 +msgid "tun/tap inactivity timeout" +msgstr "" + +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua:111 +msgid "yes (%i)" +msgstr "" diff --git a/applications/luci-app-opkg/luasrc/controller/opkg.lua b/applications/luci-app-opkg/luasrc/controller/opkg.lua index 29c9a0864..ebdcf1b09 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 fbce3f6b7..0063408da 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 c64552035..9dc13b9c7 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 a48ed5d45..51925cc3c 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 8c38a25a2..0736001b3 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 710042213..1c999739a 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 3b27b3788..f4dcb3aad 100644 --- a/applications/luci-app-opkg/po/en/opkg.po +++ b/applications/luci-app-opkg/po/en/opkg.po @@ -3,19 +3,20 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2012-04-03 08:44+0200\n" -"Last-Translator: juhosg \n" -"Language-Team: LANGUAGE \n" +"PO-Revision-Date: 2019-12-07 10:44+0000\n" +"Last-Translator: Guillaume D. <2a3b@protonmail.com>\n" +"Language-Team: English \n" "Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.4\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-opkg/luasrc/view/opkg.htm:112 msgid "Actions" -msgstr "" +msgstr "Actions" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:727 msgid "Automatically remove unused dependencies" @@ -245,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 9a5b6cd2a..6fe08e576 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 597db130c..ab7546577 100644 --- a/applications/luci-app-opkg/po/fr/opkg.po +++ b/applications/luci-app-opkg/po/fr/opkg.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2019-11-13 13:06+0000\n" -"Last-Translator: Baptiste \n" +"PO-Revision-Date: 2019-12-07 10:44+0000\n" +"Last-Translator: Guillaume D. <2a3b@protonmail.com>\n" "Language-Team: French \n" "Language: fr\n" @@ -19,8 +19,9 @@ msgid "Actions" msgstr "Actions" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:727 +#, fuzzy msgid "Automatically remove unused dependencies" -msgstr "" +msgstr "Suppression automatique des dépendances inutilisées" #: applications/luci-app-opkg/luasrc/view/opkg.htm:122 msgid "Available" @@ -44,16 +45,15 @@ msgstr "Annuler" #: applications/luci-app-opkg/luasrc/view/opkg.htm:102 msgid "Clear" -msgstr "" +msgstr "Nettoyer" #: applications/luci-app-opkg/luasrc/view/opkg.htm:117 -#, fuzzy msgid "Configure opkg…" -msgstr "Configuration" +msgstr "Configuration opkg…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 msgid "Dependencies" -msgstr "" +msgstr "Dépendances" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:578 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 @@ -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 31106b62e..6172ae7c6 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 8b1b6bbb9..9ac127807 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 319fc5f40..d9f2e0bb7 100644 --- a/applications/luci-app-opkg/po/hu/opkg.po +++ b/applications/luci-app-opkg/po/hu/opkg.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-26 17:07+0000\n" +"PO-Revision-Date: 2019-12-10 23:14+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -18,7 +18,7 @@ msgstr "Műveletek" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:727 msgid "Automatically remove unused dependencies" -msgstr "" +msgstr "Nem használt függőségek automatikus eltávolítása" #: applications/luci-app-opkg/luasrc/view/opkg.htm:122 msgid "Available" @@ -45,13 +45,12 @@ msgid "Clear" msgstr "" #: applications/luci-app-opkg/luasrc/view/opkg.htm:117 -#, fuzzy msgid "Configure opkg…" -msgstr "Beállítás" +msgstr "Az opkg beállítása…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 msgid "Dependencies" -msgstr "" +msgstr "Függőségek" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:578 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 @@ -65,24 +64,23 @@ msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:786 msgid "Dismiss" -msgstr "" +msgstr "Eltüntetés" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:237 msgid "Displaying %d-%d of %d" -msgstr "" +msgstr "%d-%d / %d megjelenítése" #: applications/luci-app-opkg/luasrc/view/opkg.htm:106 msgid "Download and install package" msgstr "Csomag letöltése és telepítése" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:767 -#, fuzzy msgid "Errors" -msgstr "Hiba" +msgstr "Hibák" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:755 msgid "Executing package manager" -msgstr "" +msgstr "Csomagkezelő végrehajtása" #: applications/luci-app-opkg/luasrc/view/opkg.htm:100 msgid "Filter" @@ -101,9 +99,8 @@ msgstr "Telepítés" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:188 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 #: applications/luci-app-opkg/luasrc/view/opkg.htm:123 -#, fuzzy msgid "Installed" -msgstr "Telepítés" +msgstr "Telepítve" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:628 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:796 @@ -113,14 +110,12 @@ msgid "" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:177 -#, fuzzy msgid "Install…" -msgstr "Telepítés" +msgstr "Telepítés…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:653 -#, fuzzy msgid "Loading configuration data…" -msgstr "Ugrás a tárgyhoz tartozó beállításokhoz" +msgstr "Beállítási adatok betöltése…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:828 msgid "Loading package information…" @@ -128,13 +123,12 @@ msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:799 msgid "MD5" -msgstr "" +msgstr "MD5" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:795 -#, fuzzy msgid "Manually install package" -msgstr "Csomag letöltése és telepítése" +msgstr "Csomag kézi telepítése" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:387 msgid "Needs upgrade" @@ -142,41 +136,37 @@ msgstr "" #: applications/luci-app-opkg/luasrc/view/opkg.htm:131 msgid "Next page" -msgstr "" +msgstr "Következő oldal" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:250 msgid "No information available" msgstr "Nincs elérhető információ" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:238 -#, fuzzy msgid "No packages" -msgstr "Csomag keresése" +msgstr "Nincsenek csomagok" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:254 msgid "No packages matching \"%h\"." msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:419 -#, fuzzy msgid "Not available" -msgstr "Összes elérhető" +msgstr "Nem érhető el" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 -#, fuzzy msgid "Not installed" -msgstr "Nincs kapcsolódva" +msgstr "Nincs telepítve" #: applications/luci-app-opkg/luasrc/view/opkg.htm:108 msgid "OK" -msgstr "OK" +msgstr "Rendben" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:652 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:684 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 -#, fuzzy msgid "OPKG Configuration" -msgstr "OPKG-Beállítások" +msgstr "OPKG beállításai" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:594 msgid "Overwrite files from other package(s)" @@ -187,13 +177,12 @@ msgid "Package name" msgstr "Csomagnév" #: applications/luci-app-opkg/luasrc/view/opkg.htm:107 -#, fuzzy msgid "Package name or URL…" -msgstr "Csomagnév" +msgstr "Csomagnév vagy URL…" #: applications/luci-app-opkg/luasrc/view/opkg.htm:129 msgid "Previous page" -msgstr "" +msgstr "Előző oldal" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 msgid "Really attempt to install %h?" @@ -235,16 +224,15 @@ msgstr "Visszaállítás" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:800 msgid "SHA256" -msgstr "" +msgstr "SHA256" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 msgid "Save" msgstr "Mentés" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:685 -#, fuzzy msgid "Saving configuration data…" -msgstr "Eszköz beállítások" +msgstr "Beállítási adatok mentése…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:586 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:721 @@ -256,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" @@ -286,14 +274,12 @@ msgid "Type to filter…" msgstr "" #: applications/luci-app-opkg/luasrc/view/opkg.htm:113 -#, fuzzy msgid "Update lists…" -msgstr "Listák frissítése" +msgstr "Listák frissítése…" #: applications/luci-app-opkg/luasrc/view/opkg.htm:124 -#, fuzzy msgid "Updates" -msgstr "Listák frissítése" +msgstr "Frissítések" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:154 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:183 @@ -316,9 +302,8 @@ msgid "Version incompatible" msgstr "" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:757 -#, fuzzy msgid "Waiting for the opkg %h command to complete…" -msgstr "Várakozás a parancs befejezésére..." +msgstr "Várakozás az opkg %h parancs befejeződésére…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:546 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:709 diff --git a/applications/luci-app-opkg/po/it/opkg.po b/applications/luci-app-opkg/po/it/opkg.po index 1dcfe41ea..54964da91 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 cc44ae6d6..ed28f6e4a 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 6178e013d..b568b2fde 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 new file mode 100644 index 000000000..bf53f2077 --- /dev/null +++ b/applications/luci-app-opkg/po/mr/opkg.po @@ -0,0 +1,324 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-opkg/luasrc/view/opkg.htm:112 +msgid "Actions" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:727 +msgid "Automatically remove unused dependencies" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:122 +msgid "Available" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:658 +msgid "" +"Below is a listing of the various configuration files used by opkg. " +"Use opkg.conf for global settings and customfeeds.conf for " +"custom repository entries. The configuration in the other files may be " +"changed but is usually not preserved by sysupgrade." +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:599 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:644 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:673 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:733 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:809 +msgid "Cancel" +msgstr "रद्द करा" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:102 +msgid "Clear" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:117 +msgid "Configure opkg…" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 +msgid "Dependencies" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:578 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:713 +#: applications/luci-app-opkg/luasrc/view/opkg.htm:140 +msgid "Description" +msgstr "वर्णन" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:583 +msgid "Details for package %h" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:786 +msgid "Dismiss" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:237 +msgid "Displaying %d-%d of %d" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:106 +msgid "Download and install package" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:767 +msgid "Errors" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:755 +msgid "Executing package manager" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:100 +msgid "Filter" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:93 +msgid "Free space" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:606 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:622 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:819 +msgid "Install" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:188 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:399 +#: applications/luci-app-opkg/luasrc/view/opkg.htm:123 +msgid "Installed" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:628 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:796 +msgid "" +"Installing packages from untrusted sources is a potential security risk! " +"Really attempt to install %h?" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:177 +msgid "Install…" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:653 +msgid "Loading configuration data…" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:828 +msgid "Loading package information…" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:799 +msgid "MD5" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:795 +msgid "Manually install package" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:387 +msgid "Needs upgrade" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:131 +msgid "Next page" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:250 +msgid "No information available" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:238 +msgid "No packages" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:254 +msgid "No packages matching \"%h\"." +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:419 +msgid "Not available" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:404 +msgid "Not installed" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:108 +msgid "OK" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:652 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:684 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 +msgid "OPKG Configuration" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:594 +msgid "Overwrite files from other package(s)" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:137 +msgid "Package name" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:107 +msgid "Package name or URL…" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:129 +msgid "Previous page" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:635 +msgid "Really attempt to install %h?" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740 +msgid "Remove" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718 +msgid "Remove package %h" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165 +msgid "Remove…" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568 +msgid "Require approx. %.1024mB size for %d package(s) to install." +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:394 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:412 +msgid "Require version %h %h, installed %h" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:417 +msgid "" +"Required dependency package %h is not available in any repository." +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:385 +msgid "Requires update to %h %h" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:255 +msgid "Reset" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:800 +msgid "SHA256" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:690 +msgid "Save" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:685 +msgid "Saving configuration data…" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:586 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:721 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:798 +msgid "Size" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:139 +msgid "Size (.ipk)" +msgstr "" + +#: 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 "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:772 +msgid "The opkg %h command failed with code %d." +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:390 +msgid "" +"The installed version of package %h is not compatible, require %s " +"while %s is installed." +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:631 +msgid "The package %h is not available in any configured repository." +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:407 +msgid "" +"The repository version of package %h is not compatible, require %s " +"but only %s is available." +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:101 +msgid "Type to filter…" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:113 +msgid "Update lists…" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:124 +msgid "Updates" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:154 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:183 +msgid "Upgrade…" +msgstr "" + +#: applications/luci-app-opkg/luasrc/view/opkg.htm:115 +msgid "Upload Package…" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:585 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:720 +#: applications/luci-app-opkg/luasrc/view/opkg.htm:138 +msgid "Version" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:396 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:414 +msgid "Version incompatible" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:757 +msgid "Waiting for the opkg %h command to complete…" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:546 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:709 +#: applications/luci-app-opkg/luasrc/view/opkg.htm:94 +msgid "unknown" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:544 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:707 +msgid "~%.1024mB compressed" +msgstr "" + +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:542 +#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:705 +msgid "~%.1024mB installed" +msgstr "" diff --git a/applications/luci-app-opkg/po/ms/opkg.po b/applications/luci-app-opkg/po/ms/opkg.po index 4bf0848fb..f2ced19ba 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 bc9797bb5..60ea00676 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 0c5c3a876..7add0eafe 100644 --- a/applications/luci-app-opkg/po/pl/opkg.po +++ b/applications/luci-app-opkg/po/pl/opkg.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: LuCI\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-20 09:40+0200\n" -"PO-Revision-Date: 2019-11-25 16:06+0000\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" "Last-Translator: Marcin Net \n" "Language-Team: Polish \n" @@ -129,7 +129,7 @@ msgstr "Wczytywanie danych konfiguracyjnych…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:828 msgid "Loading package information…" -msgstr "Ładowanie informacji o pakiecie…" +msgstr "Ładowanie informacji o pakietach…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:799 msgid "MD5" @@ -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" @@ -321,7 +321,7 @@ msgstr "Wersja niekompatybilna" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:757 msgid "Waiting for the opkg %h command to complete…" -msgstr "Oczekiwanie na opkg %h wykonanie polecenia…" +msgstr "Oczekiwanie na opkg %h i wykonanie polecenia…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:546 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:709 diff --git a/applications/luci-app-opkg/po/pt-br/opkg.po b/applications/luci-app-opkg/po/pt-br/opkg.po index 241d2f7d3..80447a6d1 100644 --- a/applications/luci-app-opkg/po/pt-br/opkg.po +++ b/applications/luci-app-opkg/po/pt-br/opkg.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2019-12-03 08:24+0000\n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -53,7 +53,7 @@ msgstr "Limpar" #: applications/luci-app-opkg/luasrc/view/opkg.htm:117 msgid "Configure opkg…" -msgstr "Configurar opkg…" +msgstr "Configurar o opkg…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:572 msgid "Dependencies" @@ -175,7 +175,7 @@ msgstr "OK" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:684 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693 msgid "OPKG Configuration" -msgstr "Configuração de OPKG" +msgstr "Configuração do OPKG" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:594 msgid "Overwrite files from other package(s)" @@ -245,7 +245,7 @@ msgstr "Salvar" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:685 msgid "Saving configuration data…" -msgstr "Salvando dados de configuração…" +msgstr "Salvando os dados de configuração…" #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:586 #: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:721 @@ -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 b231cfe40..d5cb5fd36 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 81d0e6957..60144f0c3 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 9a5001616..30fe4817b 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 38111646d..3ee8eeb0c 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 6d9c29871..a69a4ca47 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 0eef92a47..f38dce57c 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 a913924e0..4246b3ee4 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 7d6138d96..487493b04 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 6829a535b..9c18fb32d 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 f902addcb..c2f2cf5c7 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 sysupgrade." msgstr "" -"以下列出了 opkg 所使用的各个配置文件。opkg.conf " -"用于全局配置,customfeeds.conf 用于自定义仓库。其他配置文件的变更在系统升级时默认不被保留。" +"以下列出了 opkg 所使用的各个配置文件。opkg.conf 用于全局配" +"置,customfeeds.conf 用于自定义仓库。其他配置文件的变更在系统升" +"级时默认不被保留。" #: 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 5a841b0e8..9d6ef8641 100644 --- a/applications/luci-app-opkg/po/zh-tw/opkg.po +++ b/applications/luci-app-opkg/po/zh-tw/opkg.po @@ -255,8 +255,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 000000000..9356b586d --- /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-p910nd/po/mr/p910nd.po b/applications/luci-app-p910nd/po/mr/p910nd.po new file mode 100644 index 000000000..83266d3bf --- /dev/null +++ b/applications/luci-app-p910nd/po/mr/p910nd.po @@ -0,0 +1,61 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-p910nd/luasrc/model/cbi/p910nd.lua:47 +msgid "Bidirectional mode" +msgstr "" + +#: applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua:20 +msgid "Device" +msgstr "" + +#: applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua:10 +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" + +#: applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua:22 +msgid "Interface" +msgstr "" + +#: applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua:41 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua:14 +msgid "Settings" +msgstr "" + +#: applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua:22 +msgid "Specifies the interface to listen on." +msgstr "" + +#: applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua:41 +msgid "TCP listener port." +msgstr "" + +#: applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua:18 +msgid "enable" +msgstr "" + +#: applications/luci-app-p910nd/luasrc/controller/p910nd.lua:13 +#: applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua:9 +msgid "p910nd - Printer server" +msgstr "" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "p910nd listens on port 910+N. E.g. 9100 for the first printer." diff --git a/applications/luci-app-pagekitec/po/mr/pagekitec.po b/applications/luci-app-pagekitec/po/mr/pagekitec.po new file mode 100644 index 000000000..f8304f3fd --- /dev/null +++ b/applications/luci-app-pagekitec/po/mr/pagekitec.po @@ -0,0 +1,55 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:2 +msgid "" +"

Note: you need a working PageKite account, or at least, your own running " +"front end for this form to work. Visit your account to set up a name for your router and get a secret key " +"for the connection.

Note: this web configurator only supports some " +"very very basic uses of pagekite." +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:20 +msgid "Basic HTTP" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:23 +msgid "Basic SSH" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:21 +msgid "" +"Enable a tunnel to the local HTTP server (in most cases, this admin site)" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:24 +msgid "Enable a tunnel to the local SSH server" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:13 +msgid "Kite Name" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:14 +msgid "Kite Secret" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/controller/pagekitec.lua:7 +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:1 +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:10 +msgid "PageKite" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:16 +msgid "Static Setup" +msgstr "" + +#: applications/luci-app-pagekitec/luasrc/model/cbi/pagekitec.lua:17 +msgid "" +"Static setup, disable FE failover and DDNS updates, set this if you are " +"running your own frontend without a pagekite.me account" +msgstr "" 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 95d7e9ec8..d7bfee271 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-polipo/po/mr/polipo.po b/applications/luci-app-polipo/po/mr/polipo.po new file mode 100644 index 000000000..f049f1536 --- /dev/null +++ b/applications/luci-app-polipo/po/mr/polipo.po @@ -0,0 +1,326 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2019-12-15 21:21+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-polipo/luasrc/model/cbi/polipo.lua:121 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:35 +msgid "Allowed clients" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:67 +msgid "Always use system DNS resolver" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:88 +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +#: applications/luci-app-polipo/luasrc/controller/polipo.lua:13 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:11 +msgid "DNS and Query Settings" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:46 +msgid "DNS server address" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:154 +msgid "Delete cache files time" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:125 +msgid "Disk cache location" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:60 +msgid "Do not query IPv6" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:133 +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:173 +msgid "First PMM segment size (in bytes)" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:10 +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:120 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:113 +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:112 +msgid "In RAM cache size (in bytes)" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:18 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:26 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:126 +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:103 +msgid "Log file location" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:96 +msgid "Log to syslog" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:13 +msgid "Logging and RAM" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:73 +msgid "Never use system DNS resolver" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:119 +msgid "On-Disk Cache" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:169 +msgid "PMM segments size (in bytes)" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:12 +msgid "Parent Proxy" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:78 +msgid "Parent proxy address" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:79 +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:87 +msgid "Parent proxy authentication" +msgstr "" + +#: applications/luci-app-polipo/luasrc/controller/polipo.lua:11 +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:4 +msgid "Polipo" +msgstr "" + +#: applications/luci-app-polipo/luasrc/view/polipo_status.htm:12 +msgid "Polipo Status" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:5 +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:163 +msgid "Poor Man's Multiplexing" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:164 +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:27 +msgid "Port on which Polipo will listen" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:8 +msgid "Proxy" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:64 +msgid "Query DNS by hostname" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:72 +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:69 +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:54 +msgid "Query DNS for IPv6" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:59 +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:58 +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:57 +msgid "Query only IPv6" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:47 +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:132 +msgid "Shared cache" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:174 +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:138 +msgid "Size to which cached files should be truncated" +msgstr "" + +#: applications/luci-app-polipo/luasrc/controller/polipo.lua:12 +msgid "Status" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:99 +msgid "Syslog facility" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:19 +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:155 +msgid "Time after which cached files will be deleted" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:147 +msgid "Time after which cached files will be truncated" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:170 +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:137 +msgid "Truncate cache files size (in bytes)" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:146 +msgid "Truncate cache files time" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:104 +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:36 +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +#: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:16 +msgid "enable" +msgstr "" + +#~ msgid "" +#~ "To enable polipo on-disk cache cleaning (highly recommended), you should " +#~ "add a cron job in Scheduled Tasks services that will execute /usr/sbin/" +#~ "polipo_purge script. For example to perform disk cache cleanup every day " +#~ "at 6:00 in the morning you should add the following line in Scheduled " +#~ "Tasks \"0 6 * * *\\t/usr/sbin/polipo_purge\" (without quotes)." +#~ msgstr "" +#~ "To enable polipo on-disk cache cleaning (highly recommended), you should " +#~ "add a cron job in Scheduled Tasks services that will execute /usr/sbin/" +#~ "polipo_purge script. For example to perform disk cache cleanup every day " +#~ "at 6:00 in the morning you should add the following line in Scheduled " +#~ "Tasks \"0 6 * * *\t/usr/sbin/polipo_purge\" (without quotes)." + +#~ msgid "" +#~ "Size to which cached files should be truncated. (default value: 1048576)" +#~ msgstr "" +#~ "Size to which cached files should be truncated. (default value: 1048576)" + +#~ msgid "" +#~ "Time after which cached files will be truncated. (default value: 4d12h)" +#~ msgstr "" +#~ "Time after which cached files will be truncated. (default value: 4d12h)" + +#~ msgid "Time after which cached files will be deleted. (default value: 32d)" +#~ msgstr "Time after which cached files will be deleted. (default value: 32d)" + +#~ msgid "General" +#~ msgstr "General" + +#~ msgid "" +#~ "When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +#~ "that are allowed to connect. The format is IP address or network address " +#~ "(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))." +#~ msgstr "" +#~ "When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +#~ "that are allowed to connect. The format is IP address or network address " +#~ "(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))." + +#~ msgid "" +#~ "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily " +#~ "= Query both, prefer IPv6; true = Query only IPv6" +#~ msgstr "" +#~ "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily " +#~ "= Query both, prefer IPv6; true = Query only IPv6" + +#~ msgid "" +#~ "false = Never use system DNS resolver; reluctantly = Query DNS directly, " +#~ "if DNS server is unavailable fail to system DNS resolver; happily = Query " +#~ "DNS directly, if host could not be found fallback to system DNS resolver; " +#~ "true = Always use system DNS resolver" +#~ msgstr "" +#~ "false = Never use system DNS resolver; reluctantly = Query DNS directly, " +#~ "if DNS server is unavailable fail to system DNS resolver; happily = Query " +#~ "DNS directly, if host could not be found fallback to system DNS resolver; " +#~ "true = Always use system DNS resolver" + +#~ msgid "Port on which Polipo will listen. (default value: 8123)" +#~ msgstr "Port on which Polipo will listen. (default value: 8123)" diff --git a/applications/luci-app-polipo/po/uk/polipo.po b/applications/luci-app-polipo/po/uk/polipo.po index 197b2e2f0..dc2537308 100644 --- a/applications/luci-app-polipo/po/uk/polipo.po +++ b/applications/luci-app-polipo/po/uk/polipo.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-10-27 21:28+0000\n" +"PO-Revision-Date: 2019-12-15 21:21+0000\n" "Last-Translator: Yurii Petrashko \n" "Language-Team: Ukrainian \n" @@ -11,7 +11,7 @@ msgstr "" "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.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:121 msgid "Advanced Settings" @@ -263,4 +263,4 @@ msgstr "" #: applications/luci-app-polipo/luasrc/model/cbi/polipo.lua:16 msgid "enable" -msgstr "" +msgstr "Увімкнути" diff --git a/applications/luci-app-privoxy/po/mr/privoxy.po b/applications/luci-app-privoxy/po/mr/privoxy.po new file mode 100644 index 000000000..b70b91f72 --- /dev/null +++ b/applications/luci-app-privoxy/po/mr/privoxy.po @@ -0,0 +1,592 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 +msgid "" +"A URL to be displayed in the error page that users will see if access to an " +"untrusted page is denied." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:226 +msgid "" +"A URL to documentation about the local Privoxy setup, configuration or " +"policies." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:325 +msgid "A directory where Privoxy can create temporary files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:84 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:87 +msgid "Access Control" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:337 +msgid "Actions that are applied to all sites and maybe overruled later on." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:308 +msgid "An alternative directory where the templates are loaded from." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:206 +msgid "An email address to reach the Privoxy administrator." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:691 +msgid "" +"Assumed server-side keep-alive timeout (in seconds) if not specified by the " +"server." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:151 +msgid "Boot delay" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:869 +msgid "CGI user interface" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:857 +msgid "Common Log Format" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:92 +msgid "" +"Configure here the routing of HTTP requests through a chain of multiple " +"proxies. Note that parent proxies can severely decrease your privacy level. " +"Also specified here are SOCKS proxies." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:851 +msgid "Debug GIF de-animation" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:833 +msgid "Debug force feature" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:845 +msgid "Debug redirects" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:839 +msgid "Debug regular expression filters" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:152 +msgid "Delay (in seconds) during system boot before Privoxy start" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:261 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:298 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:315 +msgid "Directory does not exist!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:557 +msgid "Disabled == Transparent Proxy Mode" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:66 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:71 +msgid "Documentation" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:154 +msgid "During delay ifup-events are not monitored !" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:599 +msgid "Enable proxy authentication forwarding" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:135 +msgid "" +"Enable/Disable autostart of Privoxy on system startup and interface events" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:555 +msgid "Enable/Disable filtering when Privoxy starts." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 +msgid "" +"Enabling this option is NOT recommended if there is no parent proxy that " +"requires authentication!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:368 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:404 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:442 +msgid "File '%s' not found inside Configuration Directory" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:915 +#: applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm:12 +msgid "File not found or empty" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:75 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:80 +msgid "Files and Directories" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:36 +msgid "For help use link at the relevant option" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:91 +msgid "Forwarding" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 +msgid "" +"If enabled, Privoxy hides the 'go there anyway' link. The user obviously " +"should not be able to bypass any blocks." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:67 +msgid "" +"If you intend to operate Privoxy for more users than just yourself, it might " +"be a good idea to let them know how to reach you, what you block and why you " +"do that, your policies, etc." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:215 +msgid "Invalid email address" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:416 +msgid "It is NOT recommended for the casual user." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:194 +msgid "Location of the Privoxy User Manual." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:108 +msgid "Log File Viewer" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:895 +msgid "Log all data read from the network" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:827 +msgid "Log all data written to the network" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:901 +msgid "Log the applying actions" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:803 +msgid "" +"Log the destination for each request Privoxy let through. See also 'Debug " +"1024'." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:863 +msgid "" +"Log the destination for requests Privoxy didn't let through, and the reason " +"why." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:104 +msgid "Logging" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:339 +msgid "Main actions file" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:461 +msgid "Mandatory Input: No Data given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:259 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:296 +msgid "Mandatory Input: No Directory given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:279 +msgid "Mandatory Input: No File given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:479 +msgid "Mandatory Input: No Port given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:345 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:381 +msgid "Mandatory Input: No files given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:482 +msgid "Mandatory Input: No valid IPv4 address or host given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:470 +msgid "Mandatory Input: No valid IPv6 address given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:472 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:484 +msgid "Mandatory Input: No valid Port given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:733 +msgid "Maximum number of client connections that will be served." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:535 +msgid "Maximum size (in KB) of the buffer for content filtering." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:97 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:100 +msgid "Miscellaneous" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:51 +msgid "NOT installed" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:254 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:291 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:310 +msgid "No trailing '/', please." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:881 +msgid "Non-fatal errors - *we highly recommended enabling this*" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:714 +msgid "" +"Number of seconds after which a socket times out if no data is received." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:668 +msgid "" +"Number of seconds after which an open connection will no longer be reused." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:327 +msgid "" +"Only when using 'external filters', Privoxy has to create temporary files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:81 +msgid "Please install current version !" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:913 +msgid "Please press [Read] button" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:518 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:527 +msgid "Please read Privoxy manual for details!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:92 +msgid "Please update to the current version!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:24 +msgid "Privoxy WEB proxy" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:76 +msgid "" +"Privoxy can (and normally does) use a number of other files for additional " +"configuration, help and logging. This section of the configuration file " +"tells Privoxy where to find those other files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:32 +msgid "" +"Privoxy is a non-caching web proxy with advanced filtering capabilities for " +"enhancing privacy, modifying web page data and HTTP headers, controlling " +"access, and removing ads and other obnoxious Internet junk." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:908 +msgid "Read / Reread log file" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:815 +msgid "Show I/O status" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:809 +msgid "Show each connection status" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:821 +msgid "Show header parsing" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:76 +msgid "Software package '%s' is not installed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:85 +msgid "Software package '%s' is outdated." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 +#: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 +msgid "Start" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 +msgid "Start / Stop" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:116 +msgid "Start/Stop Privoxy WEB Proxy" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:875 +msgid "Startup banner and warnings." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:455 +msgid "Syntax:" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:786 +msgid "Syntax: Client header names delimited by spaces." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:612 +msgid "Syntax: target_pattern http_parent[:port]" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:620 +msgid "Syntax: target_pattern socks_proxy[:port] http_parent[:port]" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:59 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:62 +msgid "System" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:335 +msgid "" +"The actions file(s) to use. Multiple actionsfile lines are permitted, and " +"are in fact recommended!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:453 +msgid "" +"The address and TCP port on which Privoxy will listen for client requests." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:766 +msgid "" +"The compression level that is passed to the zlib library when compressing " +"buffered content." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:252 +msgid "" +"The directory where all logging takes place (i.e. where the logfile is " +"located)." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:289 +msgid "The directory where the other configuration files are located." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:377 +msgid "" +"The filter files contain content modification rules that use regular " +"expressions." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:183 +msgid "The hostname shown on the CGI pages." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:274 +msgid "The log file to use. File name, relative to log directory." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:784 +msgid "The order in which client headers are sorted before forwarding them." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:751 +msgid "" +"The status code Privoxy returns for pages blocked with +handle-as-empty-" +"document." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:413 +msgid "" +"The trust mechanism is an experimental feature for building white-lists and " +"should be used with care." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:238 +msgid "" +"The value of this option only matters if the experimental trust mechanism " +"has been activated." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:796 +msgid "" +"This option is only there for debugging purposes. It will drastically reduce " +"performance." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:574 +msgid "" +"This option will be removed in future releases as it has been obsoleted by " +"the more general header taggers." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:85 +msgid "" +"This tab controls the security-relevant aspects of Privoxy's configuration." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:618 +msgid "" +"Through which SOCKS proxy (and optionally to which parent HTTP proxy) " +"specific requests should be routed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:610 +msgid "To which parent HTTP proxy specific requests should be routed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:341 +msgid "User customizations" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:166 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:543 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:673 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:696 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:720 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:739 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:772 +msgid "Value is not a number" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:168 +msgid "Value not between 0 and 300" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:774 +msgid "Value not between 0 and 9" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:545 +msgid "Value not between 1 and 4096" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:675 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:698 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:722 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:741 +msgid "Value not greater 0 or empty" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:537 +msgid "Value range 1 to 4096, no entry defaults to 4096" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:45 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:47 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:50 +msgid "Version" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:43 +msgid "Version Information" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:646 +msgid "Whether intercepted requests should be treated as valid." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:572 +msgid "" +"Whether or not Privoxy recognizes special HTTP headers to change toggle " +"state." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:758 +msgid "Whether or not buffered content is compressed before delivery." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:706 +msgid "" +"Whether or not outgoing connections that have been kept alive should be " +"shared between different incoming connections." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:683 +msgid "Whether or not pipelined requests should be served." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:600 +msgid "Whether or not proxy authentication through Privoxy should work." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:582 +msgid "Whether or not the web-based actions file editor may be used." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:565 +msgid "Whether or not the web-based toggle feature may be used." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:653 +msgid "Whether requests to Privoxy's CGI pages can be blocked or redirected." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:660 +msgid "" +"Whether the CGI interface should stay compatible with broken HTTP clients." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:794 +msgid "Whether to run only one server thread." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:516 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:525 +msgid "Who can access what." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:49 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:87 +msgid "installed" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:48 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 +msgid "or higher" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:46 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 +msgid "required" +msgstr "" diff --git a/applications/luci-app-qos/po/mr/qos.po b/applications/luci-app-qos/po/mr/qos.po new file mode 100644 index 000000000..d63e4e634 --- /dev/null +++ b/applications/luci-app-qos/po/mr/qos.po @@ -0,0 +1,116 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2010-03-25 22:10+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: mr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:23 +msgid "Calculate overhead" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:33 +msgid "Classification Rules" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:19 +msgid "Classification group" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:79 +msgid "Comment" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:61 +msgid "Destination host" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:27 +msgid "Download speed (kbit/s)" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:16 +msgid "Enable" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:25 +msgid "Half-duplex" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:12 +msgid "Interfaces" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:77 +msgid "Number of bytes" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:73 +msgid "Ports" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:66 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-qos/luasrc/controller/qos.lua:13 +msgid "QoS" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:7 +msgid "Quality of Service" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:56 +msgid "Source host" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:39 +msgid "Target" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:30 +msgid "Upload speed (kbit/s)" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:8 +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:58 +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:63 +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:67 +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:75 +msgid "all" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:20 +msgid "default" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:41 +msgid "express" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:43 +msgid "low" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:42 +msgid "normal" +msgstr "" + +#: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:40 +msgid "priority" +msgstr "" + +#~ msgid "Service" +#~ msgstr "Service" diff --git a/applications/luci-app-qos/po/pt/qos.po b/applications/luci-app-qos/po/pt/qos.po index b61ee15ec..c913960e1 100644 --- a/applications/luci-app-qos/po/pt/qos.po +++ b/applications/luci-app-qos/po/pt/qos.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-03-25 22:10+0100\n" -"PO-Revision-Date: 2019-11-06 00:09+0000\n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" "Last-Translator: ssantos \n" "Language-Team: Portuguese \n" @@ -101,7 +101,7 @@ msgstr "todos" #: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:20 msgid "default" -msgstr "predefinido" +msgstr "padrão" #: applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua:41 msgid "express" diff --git a/applications/luci-app-radicale/po/de/radicale.po b/applications/luci-app-radicale/po/de/radicale.po index 7b42d0613..dcb31b92a 100644 --- a/applications/luci-app-radicale/po/de/radicale.po +++ b/applications/luci-app-radicale/po/de/radicale.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 1.1.0-1\n" "POT-Creation-Date: 2016-01-30 20:34+0100\n" -"PO-Revision-Date: 2019-11-04 01:52+0000\n" +"PO-Revision-Date: 2019-12-12 15:06+0000\n" "Last-Translator: ssantos \n" "Language-Team: German \n" @@ -187,7 +187,7 @@ msgid "" "Enable/Disable auto-start of Radicale on system start-up and interface events" msgstr "" "Aktiviert/Deaktiviert den Autostart von Radicale beim Systemstart und bei " -"Schnittstellenereignissen." +"Schnittstellenereignissen" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:676 msgid "Encoding" @@ -327,7 +327,7 @@ msgstr "Ein oder mehrere fehlende/ungültige Felder auf der Registerkarte" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:436 msgid "Owner allow write, authenticated users allow read" msgstr "" -"Besitzer haben Schreibrechte, Authentifizierten Benutzer dürfen nur lesen." +"Besitzer haben Schreibrechte, authentifizierte Benutzer dürfen nur lesen" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:303 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:328 @@ -358,7 +358,7 @@ msgstr "Aktualisieren Sie bitte auf die aktuelle Version!" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:225 msgid "Port numbers below 1024 (Privileged ports) are not supported" -msgstr "Port Nummern unter 1024 (Privileged Ports) werden nicht unterstützt." +msgstr "Portnummern unter 1024 (Privilegierte Ports) werden nicht unterstützt" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:309 msgid "Private key file" @@ -400,7 +400,7 @@ msgstr "Zugriffsrechte" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:437 msgid "Rights are based on a regexp-based file" -msgstr "Zugriff basiert auf RegExp-basierter Datei." +msgstr "Rechte basieren auf einer RegExp-basierenden Datei" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:429 msgid "Rights backend" @@ -432,7 +432,7 @@ msgstr "Server" msgid "Setting this parameter to '0' will disable rotation of log-file." msgstr "" "Wenn dieser Parameter auf '0' gesetzt wird, wird die Protokolldatei nicht " -"mehr rolliert!" +"mehr rolliert." #: applications/luci-app-radicale/luasrc/controller/radicale.lua:62 msgid "Software package '%s' is not installed." @@ -537,8 +537,8 @@ msgstr "Versionsinformationen" msgid "" "WARNING: Only 'File-system' is documented and tested by Radicale development" msgstr "" -"WARNUNG: Nur 'File-system' ist vom Radicale Entwicklerteam derzeit " -"dokumentiert und getestet." +"WARNUNG: Nur 'File-System' wird von der Radicale-Entwicklung dokumentiert " +"und getestet" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:550 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:572 diff --git a/applications/luci-app-radicale/po/hu/radicale.po b/applications/luci-app-radicale/po/hu/radicale.po index dbdb1daea..177959740 100644 --- a/applications/luci-app-radicale/po/hu/radicale.po +++ b/applications/luci-app-radicale/po/hu/radicale.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -51,7 +51,7 @@ msgstr "" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:80 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:341 msgid "Authentication" -msgstr "" +msgstr "Hitelesítés" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:87 msgid "" @@ -111,7 +111,7 @@ msgstr "" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:574 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:596 msgid "Critical" -msgstr "" +msgstr "Kritikus" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:707 msgid "" @@ -140,7 +140,7 @@ msgstr "" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:508 msgid "Directory" -msgstr "" +msgstr "Könyvtár" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:524 msgid "Directory not exists/found !" @@ -356,7 +356,7 @@ msgstr "" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:56 msgid "Reload" -msgstr "" +msgstr "Újratöltés" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:688 msgid "Response Encoding" @@ -504,7 +504,7 @@ msgstr "" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:572 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:594 msgid "Warning" -msgstr "" +msgstr "Figyelmeztetés" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:90 msgid "" diff --git a/applications/luci-app-radicale/po/mr/radicale.po b/applications/luci-app-radicale/po/mr/radicale.po new file mode 100644 index 000000000..4000dbffa --- /dev/null +++ b/applications/luci-app-radicale/po/mr/radicale.po @@ -0,0 +1,559 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-radicale/luasrc/model/cbi/radicale.lua:268 +msgid "" +"'AUTO' selects the highest protocol version that client and server support." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:223 +msgid "" +"'Hostname:Port' or 'IPv4:Port' or '[IPv6]:Port' Radicale should listen on" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:272 +msgid "AUTO" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734 +msgid "Access-Control-Allow-Headers" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726 +msgid "Access-Control-Allow-Methods" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718 +msgid "Access-Control-Allow-Origin" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742 +msgid "Access-Control-Expose-Headers" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 +msgid "Additional HTTP headers" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:222 +msgid "Address:Port" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:80 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:341 +msgid "Authentication" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:87 +msgid "" +"Authentication login is matched against the 'user' key, and collection's " +"path is matched against the 'collection' key." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:352 +msgid "Authentication method" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:342 +msgid "Authentication method to allow access to Radicale server." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:173 +msgid "Auto-start" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:190 +msgid "Boot delay" +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:23 +msgid "CalDAV/CardDAV" +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:33 +msgid "" +"Calendars and address books are available for both local and remote access, " +"possibly limited through authentication policies." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:284 +msgid "Certificate file" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:677 +msgid "" +"Change here the encoding Radicale will use instead of 'UTF-8' for responses " +"to the client and/or to store data inside collections." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:334 +msgid "Ciphers" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:544 +msgid "Console Log level" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:419 +msgid "Control the access to data collections." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:552 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:574 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:596 +msgid "Critical" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:707 +msgid "" +"Cross-origin resource sharing (CORS) is a mechanism that allows restricted " +"resources (e.g. fonts, JavaScript, etc.) on a web page to be requested from " +"another domain outside the domain from which the resource originated." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:491 +msgid "Custom" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:490 +msgid "Database" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:548 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:570 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:592 +msgid "Debug" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:191 +msgid "Delay (in seconds) during system boot before Radicale start" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:508 +msgid "Directory" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:524 +msgid "Directory not exists/found !" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:527 +msgid "Directory required !" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:611 +msgid "Directory where the rotating log-files are stored" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:193 +msgid "During delay ifup-events are not monitored !" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:251 +msgid "Enable HTTPS" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:174 +msgid "" +"Enable/Disable auto-start of Radicale on system start-up and interface events" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:676 +msgid "Encoding" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:689 +msgid "Encoding for responding requests." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:698 +msgid "Encoding for storing local collections." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:385 +msgid "Encryption method" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:551 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:573 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:595 +msgid "Error" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:120 +msgid "File '%s' not found !" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:588 +msgid "File Log level" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:300 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:325 +msgid "File not found !" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:488 +msgid "File-system" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:92 +msgid "" +"For example, for the 'user' key, '.+' means 'authenticated user' and '.*' " +"means 'anybody' (including anonymous users)." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:435 +msgid "Full access for Owner only" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:434 +msgid "Full access for authenticated Users" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:433 +msgid "Full access for everybody (including anonymous)" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:285 +msgid "Full path and file name of certificate" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:310 +msgid "Full path and file name of private key" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:549 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:571 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:593 +msgid "Info" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:83 +msgid "Keep in mind to use the correct hashing algorithm !" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:97 +msgid "Leading or ending slashes are trimmed from collection's path." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:653 +msgid "Log-backup Count" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:77 +msgid "Log-file Viewer" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:610 +msgid "Log-file directory" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:630 +msgid "Log-file size" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:533 +msgid "Logging" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:235 +msgid "Logon message" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:631 +msgid "Maximum size of each rotation log-file." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:236 +msgid "Message displayed in the client when a password is needed." +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:46 +msgid "NOT installed" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:356 +msgid "None" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:654 +msgid "Number of backup files of log to create." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:335 +msgid "OPTIONAL: See python's ssl module for available ciphers" +msgstr "" + +#: applications/luci-app-radicale/luasrc/view/radicale/tabmap_nsections.htm:50 +msgid "One or more missing/invalid fields on tab" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:436 +msgid "Owner allow write, authenticated users allow read" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:303 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:328 +msgid "Path/File required !" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:81 +msgid "" +"Place here the 'user:password' pairs for your users which should have access " +"to Radicale." +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:67 +msgid "Please install current version !" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:78 +msgid "Please press [Reload] button below to reread the file." +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:78 +msgid "Please update to current version !" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:225 +msgid "Port numbers below 1024 (Privileged ports) are not supported" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:309 +msgid "Private key file" +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:19 +msgid "Radicale CalDAV/CardDAV Server" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:459 +msgid "Radicale uses '/etc/radicale/rights' as regexp-based file." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:404 +msgid "Radicale uses '/etc/radicale/users' as htpasswd file." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:402 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:457 +msgid "Read only!" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:455 +msgid "RegExp file" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:56 +msgid "Reload" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:688 +msgid "Response Encoding" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:86 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:418 +msgid "Rights" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:437 +msgid "Rights are based on a regexp-based file" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:429 +msgid "Rights backend" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:392 +msgid "SHA-1" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:267 +msgid "SSL Protocol" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:62 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:65 +msgid "Save" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:95 +msgid "Section names are only used for naming the rule." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:211 +msgid "Server" +msgstr "सर्व्हर" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:633 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:656 +msgid "Setting this parameter to '0' will disable rotation of log-file." +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:62 +msgid "Software package '%s' is not installed." +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:71 +msgid "Software package '%s' is outdated." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:26 +msgid "Software update required" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:164 +#: applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm:10 +msgid "Start" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:155 +msgid "Start / Stop" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:156 +msgid "Start/Stop Radicale server" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:473 +msgid "Storage" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:697 +msgid "Storage Encoding" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:484 +msgid "Storage backend" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:566 +msgid "Syslog Log level" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:141 +msgid "System" +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:32 +msgid "" +"The Radicale Project is a complete CalDAV (calendar) and CardDAV (contact) " +"server solution." +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:34 +msgid "" +"They can be viewed and edited by calendar and contact clients on mobile " +"phones or computers." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:408 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:463 +msgid "To edit the file follow this link!" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:615 +msgid "To view latest log file follow this link!" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:201 +msgid "Value is not a number" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:644 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:667 +msgid "Value is not an Integer >= 0 !" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:203 +msgid "Value not between 0 and 300" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:647 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:670 +msgid "Value required ! Integer >= 0 !" +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:40 +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:42 +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:45 +msgid "Version" +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:38 +msgid "Version Information" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:485 +msgid "" +"WARNING: Only 'File-system' is documented and tested by Radicale development" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:550 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:572 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:594 +msgid "Warning" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:90 +msgid "" +"You can also get groups from the user regex in the collection with {0}, {1}, " +"etc." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:89 +msgid "" +"You can use Python's ConfigParser interpolation values %(login)s and " +"%(path)s." +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:390 +msgid "crypt" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:364 +msgid "custom" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:357 +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:400 +msgid "htpasswd file" +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:44 +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:73 +msgid "installed" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:623 +msgid "no valid path given!" +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:43 +msgid "or higher" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:391 +msgid "plain" +msgstr "" + +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:41 +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:64 +#: applications/luci-app-radicale/luasrc/controller/radicale.lua:75 +msgid "required" +msgstr "" + +#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393 +msgid "salted SHA-1" +msgstr "" diff --git a/applications/luci-app-radicale/po/tr/radicale.po b/applications/luci-app-radicale/po/tr/radicale.po index 41e234c3f..a5fba8319 100644 --- a/applications/luci-app-radicale/po/tr/radicale.po +++ b/applications/luci-app-radicale/po/tr/radicale.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:07+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -51,7 +51,7 @@ msgstr "" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:80 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:341 msgid "Authentication" -msgstr "" +msgstr "Kimlik Doğrulama" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:87 msgid "" diff --git a/applications/luci-app-radicale/po/uk/radicale.po b/applications/luci-app-radicale/po/uk/radicale.po index 31ee36735..11f100286 100644 --- a/applications/luci-app-radicale/po/uk/radicale.po +++ b/applications/luci-app-radicale/po/uk/radicale.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-27 22:31+0000\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" "Last-Translator: Yurii Petrashko \n" "Language-Team: Ukrainian \n" @@ -9,7 +9,7 @@ msgstr "" "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.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:268 msgid "" diff --git a/applications/luci-app-radicale2/po/cs/radicale2.po b/applications/luci-app-radicale2/po/cs/radicale2.po index d998e8875..c3df979a6 100644 --- a/applications/luci-app-radicale2/po/cs/radicale2.po +++ b/applications/luci-app-radicale2/po/cs/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-12-05 17:06+0000\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -37,7 +37,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" -msgstr "" +msgstr "Typ autentizace" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" @@ -284,7 +284,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 msgid "Private Key" -msgstr "" +msgstr "Soukromý klíč" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 msgid "REMOTE_USER from web server" diff --git a/applications/luci-app-radicale2/po/de/radicale2.po b/applications/luci-app-radicale2/po/de/radicale2.po index c230c1772..7ad8d8744 100644 --- a/applications/luci-app-radicale2/po/de/radicale2.po +++ b/applications/luci-app-radicale2/po/de/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-11-20 17:05+0000\n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" "Last-Translator: ssantos \n" "Language-Team: German \n" @@ -407,7 +407,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 msgid "Storage" -msgstr "" +msgstr "Datenspeicher" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:13 msgid "Storage Type" @@ -419,7 +419,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:85 msgid "This permanently deletes the cert, key, and configuration to use same." -msgstr "" +msgstr "Dies löscht das Zertifikat, Key und Konfiguration endgültig." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:182 msgid "This permanently deletes the rights file and configuration to use same." @@ -471,7 +471,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:35 msgid "crypt" -msgstr "" +msgstr "crypt" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:16 msgid "htpasswd file (manually populated)" diff --git a/applications/luci-app-radicale2/po/hu/radicale2.po b/applications/luci-app-radicale2/po/hu/radicale2.po index 726cc8812..de12c44cb 100644 --- a/applications/luci-app-radicale2/po/hu/radicale2.po +++ b/applications/luci-app-radicale2/po/hu/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-11-29 19:44+0000\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -29,7 +29,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" -msgstr "" +msgstr "Hitelesítés" #: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 msgid "Authentication / Users" @@ -37,7 +37,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" -msgstr "" +msgstr "Hitelesítés típusa" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" @@ -122,7 +122,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Encryption" -msgstr "" +msgstr "Titkosítás" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "Filename" @@ -397,7 +397,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 msgid "Server Settings" -msgstr "" +msgstr "Kiszolgáló beállításai" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Socket timeout (seconds)" diff --git a/applications/luci-app-radicale2/po/mr/radicale2.po b/applications/luci-app-radicale2/po/mr/radicale2.po new file mode 100644 index 000000000..2e3a5eb06 --- /dev/null +++ b/applications/luci-app-radicale2/po/mr/radicale2.po @@ -0,0 +1,486 @@ +msgid "" +msgstr "" +"Project-Id-Version: luci-app-radicale 2\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:8 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:7 +msgid "A lightweight CalDAV/CardDAV server" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 +msgid "Allowed Ciphers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 +msgid "Authentication" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 +msgid "Authentication / Users" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 +msgid "Authentication Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 +msgid "Based on settings in 'Rights File'" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 +msgid "CORS" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:62 +msgid "Certificate" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 +msgid "Client Certificate Authority" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 +msgid "Close Lock File" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 +msgid "Close the lock file when no more clients are waiting" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 +msgid "Command that is run after changes to storage" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:80 +msgid "Confirm Plaintext Password" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 +msgid "DNS Lookup" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 +msgid "Debug" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 +msgid "Default (htpasswd file from users below)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:14 +msgid "Default (multifilesystem)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:167 +msgid "Default (owner only)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 +msgid "Delete sync token that are older (seconds)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:132 +msgid "Document Encoding" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 +msgid "Dump Environment" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 +msgid "Enable SSL connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 +msgid "Encoding for responding to requests/events" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 +msgid "Encoding for storing local collections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 +msgid "Encrypted Password" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 +msgid "Encryption" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 +msgid "Filename" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 +msgid "Folder" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 +msgid "Folder in which to store collections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 +msgid "For verifying client certificates" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 +msgid "" +"Generate this field using an generator for Apache htpasswd-style " +"authentication files (for the hash format you have chosen above), or install " +"python3-passlib to enable the ability to create the hash by entering the " +"plaintext in a field that will appear on this page if python3-passlib is " +"installed." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm:24 +msgid "Go to Radicale 2.x Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:14 +msgid "Go to Radicale v2 Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 +msgid "HTTP(S) Basic Authentication Realm" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 +msgid "HTTP(S) Headers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:32 +msgid "HTTP(S) Listeners (address:port)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 +msgid "Header: X-Access-Control-Allow-Origin" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 +msgid "Headers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 +msgid "Hook" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 +msgid "" +"If 'Plaintext Password' filled and matches 'Confirm Plaintext Password' then " +"this field becomes of hash of that password, otherwise this field remains " +"the existing hash (you can also put your own hash value for the type of hash " +"listed above)." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 +msgid "Include full environment in logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 +msgid "Insecure hashes" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 +msgid "Install package python3-openssl to support SSL connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 +msgid "Install python3-passlib and python3-bcrypt to enable a secure hash" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 +msgid "" +"Log configuration file (no file means default procd which ends up in syslog" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 +msgid "Logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 +msgid "Logging File" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 +msgid "Lookup reverse DNS for clients for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 +msgid "Mask Passwords" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 +msgid "Max Connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 +msgid "Max Content Length" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 +msgid "Max Sync Token Age" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 +msgid "Maximum number of simultaneous connections" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 +msgid "Maximum size of request body (bytes)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:15 +msgid "Multiple files on filesystem" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:17 +msgid "No authentication" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:98 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:105 +msgid "Password and confirmation do not match" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 +msgid "Password encryption method" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:32 +msgid "Plaintext" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:76 +msgid "Plaintext Password" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 +msgid "" +"Prevent other instances or processes from modifying collections while in use" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 +msgid "Private Key" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 +msgid "REMOTE_USER from web server" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:172 +msgid "RO: All, RW: All" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:170 +msgid "RO: Authenticated Users, RW: Owner" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:169 +msgid "RO: None, RW: Authenticated Users" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:168 +msgid "RO: None, RW: Owner" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:13 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:7 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:3 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:7 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:6 +msgid "Radicale 2.x" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:10 +msgid "Radicale v2 Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 +msgid "Realm" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 +msgid "Redact passwords in logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:84 +msgid "Remove configuration for certificate, key, and CA" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:16 +msgid "Remove configuration for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:181 +msgid "Remove configuration for rights file" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 +msgid "Request" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 +msgid "Required time between a failed authentication attempt and trying again" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 +msgid "Retry Delay" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 +msgid "Rights" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:176 +msgid "Rights File" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:166 +msgid "Rights Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:33 +msgid "SHA1" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:34 +msgid "SSHA" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 +msgid "SSL" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 +msgid "SSL not available" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 +msgid "See python3-openssl documentation for available ciphers" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 +msgid "See python3-openssl documentation for available protocols" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 +msgid "Select bcrypt above to enable a secure hash" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 +msgid "Send debug information to logs" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 +msgid "Server Settings" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 +msgid "Socket timeout (seconds)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:9 +msgid "Storage" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:13 +msgid "Storage Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:17 +msgid "This permanently deletes configuration for logging" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:85 +msgid "This permanently deletes the cert, key, and configuration to use same." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:182 +msgid "This permanently deletes the rights file and configuration to use same." +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 +msgid "Timeout" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 +msgid "Use File Locks" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 +msgid "Use Protocol" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 +msgid "User" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 +msgid "User-based ACL Settings" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 +msgid "Username" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 +msgid "Users and Passwords" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:113 +msgid "Web UI" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:117 +msgid "Web UI Type" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:19 +msgid "X-Remote-User from web server" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:39 +msgid "bcrypt" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:35 +msgid "crypt" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:16 +msgid "htpasswd file (manually populated)" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 +msgid "htpasswd-formatted file filename" +msgstr "" + +#: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:37 +msgid "md5" +msgstr "" diff --git a/applications/luci-app-radicale2/po/pt_BR/radicale2.po b/applications/luci-app-radicale2/po/pt_BR/radicale2.po index 83ad93846..9661d127c 100644 --- a/applications/luci-app-radicale2/po/pt_BR/radicale2.po +++ b/applications/luci-app-radicale2/po/pt_BR/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-12-04 12:06+0000\n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -17,7 +17,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:7 msgid "A lightweight CalDAV/CardDAV server" -msgstr "" +msgstr "Um servidor leve de CalDAV/CardDAV" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:30 msgid "Advanced Settings" @@ -25,7 +25,7 @@ msgstr "Configurações Avançadas" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "Allowed Ciphers" -msgstr "" +msgstr "Cifras Permitidas" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" @@ -33,7 +33,7 @@ msgstr "Autenticação" #: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 msgid "Authentication / Users" -msgstr "" +msgstr "Autenticação / Usuários" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" @@ -41,39 +41,39 @@ msgstr "Tipo de Autenticação" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" -msgstr "" +msgstr "Com base nas configurações do \"Arquivo de Direitos\"" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 msgid "CORS" -msgstr "" +msgstr "CORS" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:62 msgid "Certificate" -msgstr "" +msgstr "Certificado" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "Client Certificate Authority" -msgstr "" +msgstr "Autoridade Certificadora do Cliente" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 msgid "Close Lock File" -msgstr "" +msgstr "Fechar o Arquivo de Bloqueio (Lock)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:38 msgid "Close the lock file when no more clients are waiting" -msgstr "" +msgstr "Feche o arquivo de bloqueio quando não houver mais clientes aguardando" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 msgid "Command that is run after changes to storage" -msgstr "" +msgstr "O comando que é executado após as alterações no armazenamento" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:80 msgid "Confirm Plaintext Password" -msgstr "" +msgstr "Confirmar a senha em texto puro" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 msgid "DNS Lookup" -msgstr "" +msgstr "Pesquisa no DNS" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Debug" @@ -81,44 +81,44 @@ msgstr "Depuração" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 msgid "Default (htpasswd file from users below)" -msgstr "" +msgstr "Padrão (arquivo htpasswd dos usuários abaixo)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:14 msgid "Default (multifilesystem)" -msgstr "" +msgstr "Padrão (múltiplo sistema de arquivo)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:167 msgid "Default (owner only)" -msgstr "" +msgstr "Padrão (apenas o proprietário)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 msgid "Delete sync token that are older (seconds)" -msgstr "" +msgstr "Excluir o token de sincronização mais antigo (segundos)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:132 msgid "Document Encoding" -msgstr "" +msgstr "Codificação do Documento" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 msgid "Dump Environment" -msgstr "" +msgstr "Ambiente de Despejo" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "Enable SSL connections" -msgstr "" +msgstr "Ativar Conexões SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 msgid "Encoding for responding to requests/events" -msgstr "" +msgstr "Codificação para responder a solicitações/eventos" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 msgid "Encoding for storing local collections" -msgstr "" +msgstr "Codificação para armazenar coleções locais" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:155 msgid "Encrypted Password" -msgstr "" +msgstr "Senha Criptografada" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Encryption" @@ -134,11 +134,11 @@ msgstr "Pasta" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:19 msgid "Folder in which to store collections" -msgstr "" +msgstr "Pasta onde armazenar as coleções" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:70 msgid "For verifying client certificates" -msgstr "" +msgstr "Para verificar os certificados dos clientes" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:29 msgid "General Settings" @@ -152,38 +152,43 @@ msgid "" "plaintext in a field that will appear on this page if python3-passlib is " "installed." msgstr "" +"Gere este campo usando um gerador de arquivos de autenticação estilo " +"htpasswd-Apache (para o formato hash que você escolheu acima), ou instale " +"python3-passlib para ativar a habilidade de criar o hash digitando um texto " +"puro em um campo que aparecerá nesta página caso o python3-passlib esteja " +"instalado." #: applications/luci-app-radicale2/luasrc/view/cbi/raduigo.htm:24 msgid "Go to Radicale 2.x Web UI" -msgstr "" +msgstr "Vá para a interface do usuário Radicale 2.x na Web" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:14 msgid "Go to Radicale v2 Web UI" -msgstr "" +msgstr "Vá para a interface do usuário Radicale v2 na Web" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "HTTP(S) Basic Authentication Realm" -msgstr "" +msgstr "Região de Autenticação Básica HTTP(S)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 msgid "HTTP(S) Headers" -msgstr "" +msgstr "Cabeçalhos HTTP(S)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:32 msgid "HTTP(S) Listeners (address:port)" -msgstr "" +msgstr "Ouvintes HTTP(S) (endereço:porta)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:128 msgid "Header: X-Access-Control-Allow-Origin" -msgstr "" +msgstr "Cabeçalho: X-Acesso-Controle-Origem" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:124 msgid "Headers" -msgstr "" +msgstr "Cabeçalhos" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:44 msgid "Hook" -msgstr "" +msgstr "Gancho" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:110 msgid "" @@ -192,28 +197,36 @@ msgid "" "the existing hash (you can also put your own hash value for the type of hash " "listed above)." msgstr "" +"Caso a 'Senha em Texto Puro' seja preenchida em conjunto com 'Confirmar " +"Senha em Texto Puro' então este campo torna-se o hash dessa senha, caso " +"contrário este campo mantém o hash existente (você também pode colocar o seu " +"próprio valor de hash para o tipo de hash listado acima)." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:30 msgid "Include full environment in logs" -msgstr "" +msgstr "Incluir o ambiente completo nos registros logs" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 msgid "Insecure hashes" -msgstr "" +msgstr "Hashes inseguros" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "Install package python3-openssl to support SSL connections" msgstr "" +"Instale o pacote python3-openssl para ter compatibilidade com conexões SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:46 msgid "Install python3-passlib and python3-bcrypt to enable a secure hash" msgstr "" +"Instale o python3-passlib e python3-bcrypt para habilitar um hash seguro" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "" "Log configuration file (no file means default procd which ends up in syslog" msgstr "" +"Arquivo de configuração do registro log (nenhum arquivo significa um 'procd' " +"predefinido que vai para o syslog" #: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:28 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:6 @@ -222,65 +235,67 @@ msgstr "Registrando os eventos" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:12 msgid "Logging File" -msgstr "" +msgstr "Arquivo de registro" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:105 msgid "Lookup reverse DNS for clients for logging" -msgstr "" +msgstr "Registro log para clientes de consulta de DNS reverso" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Mask Passwords" -msgstr "" +msgstr "Esconder Senhas" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 msgid "Max Connections" -msgstr "" +msgstr "Conexões Máximas" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 msgid "Max Content Length" -msgstr "" +msgstr "Comprimento Máximo do Conteúdo" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:31 msgid "Max Sync Token Age" -msgstr "" +msgstr "Idade Máxima do Token de Sincronismo" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:36 msgid "Maximum number of simultaneous connections" -msgstr "" +msgstr "Quantidade máxima de conexões simultâneas" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:42 msgid "Maximum size of request body (bytes)" -msgstr "" +msgstr "Tamanho máximo do corpo de solicitação (bytes)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:15 msgid "Multiple files on filesystem" -msgstr "" +msgstr "Vários arquivos no sistema de arquivos" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:17 msgid "No authentication" -msgstr "" +msgstr "Sem autenticação" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:98 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:105 msgid "Password and confirmation do not match" -msgstr "" +msgstr "A senha e a confirmação não coincidem" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:29 msgid "Password encryption method" -msgstr "" +msgstr "Método de criptografia da senha" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:32 msgid "Plaintext" -msgstr "" +msgstr "Texto Puro" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:76 msgid "Plaintext Password" -msgstr "" +msgstr "Senha em texto puro" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "" "Prevent other instances or processes from modifying collections while in use" msgstr "" +"Impedir que outras instâncias ou processos modifiquem as coleções durante o " +"uso" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:66 msgid "Private Key" @@ -288,23 +303,23 @@ msgstr "Chave Privada" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:18 msgid "REMOTE_USER from web server" -msgstr "" +msgstr "REMOTE_USER do servidor web" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:172 msgid "RO: All, RW: All" -msgstr "" +msgstr "RO: Todos, RW: Todos" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:170 msgid "RO: Authenticated Users, RW: Owner" -msgstr "" +msgstr "RO: Usuários autenticados, RW: Proprietário" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:169 msgid "RO: None, RW: Authenticated Users" -msgstr "" +msgstr "RO: Nenhum, RW: Usuários Autenticados" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:168 msgid "RO: None, RW: Owner" -msgstr "" +msgstr "RO: Nenhuma, RW: Proprietário" #: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:13 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:7 @@ -312,39 +327,40 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:7 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:6 msgid "Radicale 2.x" -msgstr "" +msgstr "Radicale 2.x" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:10 msgid "Radicale v2 Web UI" -msgstr "" +msgstr "Interface do Usuário Radicale v2 na Web" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:109 msgid "Realm" -msgstr "" +msgstr "Reino" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:34 msgid "Redact passwords in logs" -msgstr "" +msgstr "Suprimir as senhas nos registros logs" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:84 msgid "Remove configuration for certificate, key, and CA" -msgstr "" +msgstr "Remover a configuração para o certificado, chave e CA" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:16 msgid "Remove configuration for logging" -msgstr "" +msgstr "Remover a configuração para o registro log" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:181 msgid "Remove configuration for rights file" -msgstr "" +msgstr "Remover a configuração para o arquivo de direitos" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:136 msgid "Request" -msgstr "" +msgstr "Solicitar" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 msgid "Required time between a failed authentication attempt and trying again" msgstr "" +"Tempo necessário entre uma tentativa de autenticação que falhou e uma nova" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:57 msgid "Retry Delay" @@ -356,19 +372,19 @@ msgstr "Direitos" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:176 msgid "Rights File" -msgstr "" +msgstr "Arquivo de Direitos" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:166 msgid "Rights Type" -msgstr "" +msgstr "Tipo de Direitos" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:33 msgid "SHA1" -msgstr "" +msgstr "SHA1" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:34 msgid "SSHA" -msgstr "" +msgstr "SSHA" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:52 msgid "SSL" @@ -376,23 +392,26 @@ msgstr "SSL" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:102 msgid "SSL not available" -msgstr "" +msgstr "O SSL não está disponível" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:74 msgid "See python3-openssl documentation for available ciphers" msgstr "" +"Veja a documentação do python3-openssl para conhecer as cifras disponíveis" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 msgid "See python3-openssl documentation for available protocols" msgstr "" +"Veja a documentação do python3-openssl para conhecer os protocolos " +"disponíveis" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:48 msgid "Select bcrypt above to enable a secure hash" -msgstr "" +msgstr "Selecione bcrypt acima para ativar um hash seguro" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Send debug information to logs" -msgstr "" +msgstr "Enviar informações de depuração para os registros logs" #: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:16 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:18 @@ -401,7 +420,7 @@ msgstr "Configurações do Servidor" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Socket timeout (seconds)" -msgstr "" +msgstr "Tempo limite do Socket (segundos)" #: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:24 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:140 @@ -411,11 +430,11 @@ msgstr "Armazenamento" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:13 msgid "Storage Type" -msgstr "" +msgstr "Tipo de Armazenamento" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:17 msgid "This permanently deletes configuration for logging" -msgstr "" +msgstr "Isto apaga permanentemente a configuração para o registro log" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:85 msgid "This permanently deletes the cert, key, and configuration to use same." @@ -426,6 +445,8 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:182 msgid "This permanently deletes the rights file and configuration to use same." msgstr "" +"Isto apaga permanentemente o arquivo de direitos e a sua respectiva " +"configuração." #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:47 msgid "Timeout" @@ -433,11 +454,11 @@ msgstr "Tempo limite" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/storage.lua:25 msgid "Use File Locks" -msgstr "" +msgstr "Trava do Arquivo em Uso" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:78 msgid "Use Protocol" -msgstr "" +msgstr "Usar Protocolo" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "User" @@ -445,7 +466,7 @@ msgstr "Usuário" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:162 msgid "User-based ACL Settings" -msgstr "" +msgstr "Configurações ACL baseadas no usuário" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:70 msgid "Username" @@ -453,23 +474,23 @@ msgstr "Nome do Usuário" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:66 msgid "Users and Passwords" -msgstr "" +msgstr "Usuários e Senhas" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:113 msgid "Web UI" -msgstr "" +msgstr "Interface do Usuário na Web" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/server.lua:117 msgid "Web UI Type" -msgstr "" +msgstr "Tipo da Interface do Usuário na Web" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:19 msgid "X-Remote-User from web server" -msgstr "" +msgstr "Usuário-Remoto-X do servidor web" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:39 msgid "bcrypt" -msgstr "" +msgstr "bcrypt" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:35 msgid "crypt" @@ -477,12 +498,12 @@ msgstr "cifrar" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:16 msgid "htpasswd file (manually populated)" -msgstr "" +msgstr "arquivo htpasswd (preenchido manualmente)" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:23 msgid "htpasswd-formatted file filename" -msgstr "" +msgstr "nome do arquivo com o formato htpasswd" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:37 msgid "md5" -msgstr "" +msgstr "md5" diff --git a/applications/luci-app-radicale2/po/tr/radicale2.po b/applications/luci-app-radicale2/po/tr/radicale2.po index dec556b27..371aa15b2 100644 --- a/applications/luci-app-radicale2/po/tr/radicale2.po +++ b/applications/luci-app-radicale2/po/tr/radicale2.po @@ -1,14 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-01-09 06:32-0500\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"Last-Translator: İsmail Karslı \n" +"Language-Team: Turkish \n" "Language: tr\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-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -27,7 +29,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:10 msgid "Authentication" -msgstr "" +msgstr "Kimlik Doğrulama" #: applications/luci-app-radicale2/luasrc/controller/radicale2.lua:20 msgid "Authentication / Users" diff --git a/applications/luci-app-radicale2/po/uk/radicale2.po b/applications/luci-app-radicale2/po/uk/radicale2.po index 4ab1da8e9..41f8770cf 100644 --- a/applications/luci-app-radicale2/po/uk/radicale2.po +++ b/applications/luci-app-radicale2/po/uk/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-10-27 21:28+0000\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" "Last-Translator: Yurii Petrashko \n" "Language-Team: Ukrainian \n" @@ -11,7 +11,7 @@ msgstr "" "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.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 diff --git a/applications/luci-app-rp-pppoe-server/po/hu/rp-pppoe-server.po b/applications/luci-app-rp-pppoe-server/po/hu/rp-pppoe-server.po index e9caa9028..a67e051b8 100644 --- a/applications/luci-app-rp-pppoe-server/po/hu/rp-pppoe-server.po +++ b/applications/luci-app-rp-pppoe-server/po/hu/rp-pppoe-server.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-29 19:44+0000\n" +"PO-Revision-Date: 2019-12-10 23:14+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -87,7 +87,7 @@ msgstr "" #: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:22 msgid "Service Name" -msgstr "" +msgstr "Szolgáltatás neve" #: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:68 msgid "Sync" diff --git a/applications/luci-app-rp-pppoe-server/po/mr/rp-pppoe-server.po b/applications/luci-app-rp-pppoe-server/po/mr/rp-pppoe-server.po new file mode 100644 index 000000000..28b25a69e --- /dev/null +++ b/applications/luci-app-rp-pppoe-server/po/mr/rp-pppoe-server.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2019-01-09 07:01-0500\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: mr\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" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:19 +msgid "Access Concentrator Name" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:32 +msgid "First remote IP" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:29 +msgid "IP of listening side" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:44 +msgid "" +"Instead of starting at beginning and going to end, randomize session number" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:15 +msgid "Interface" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:15 +msgid "Interface on which to listen." +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:62 +msgid "MSS" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:35 +msgid "Maximum sessions" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:25 +msgid "Maximum sessions per peer" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:52 +msgid "Offset" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:40 +msgid "Options file" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:52 +msgid "PPP offset" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:47 +msgid "PPP unit number" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:9 +msgid "PPPoE Server Configuration" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/controller/rp-pppoe-server.lua:11 +msgid "RP PPPoE Server" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:44 +msgid "Random session selection" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:8 +msgid "Roaring Penguin PPPoE Server" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:11 +msgid "Server Configuration" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:22 +msgid "Service Name" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:68 +msgid "Sync" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:57 +msgid "Timeout" +msgstr "" + +#: applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua:47 +msgid "Unit" +msgstr "" diff --git a/applications/luci-app-samba/po/de/samba.po b/applications/luci-app-samba/po/de/samba.po index abad49e4e..f69990ec4 100644 --- a/applications/luci-app-samba/po/de/samba.po +++ b/applications/luci-app-samba/po/de/samba.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-26 17:57+0200\n" -"PO-Revision-Date: 2019-10-23 09:53+0000\n" -"Last-Translator: Paul Spooren \n" +"PO-Revision-Date: 2019-12-12 15:06+0000\n" +"Last-Translator: ssantos \n" "Language-Team: German \n" "Language: de\n" @@ -12,7 +12,7 @@ msgstr "" "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.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-samba/luasrc/model/cbi/samba.lua:64 msgid "Allow guests" @@ -21,8 +21,8 @@ msgstr "Gastzugang" #: applications/luci-app-samba/luasrc/model/cbi/samba.lua:17 msgid "Allow system users to reach their home directories via network shares" msgstr "" -"Systembenutzer dürfen ihre Heimatverzeichnis über Netzwerkfreigaben " -"erreichen." +"Systembenutzer dürfen ihre Heimatverzeichnisse über Netzwerkfreigaben " +"erreichen" #: applications/luci-app-samba/luasrc/model/cbi/samba.lua:51 msgid "Allowed users" diff --git a/applications/luci-app-samba/po/mr/samba.po b/applications/luci-app-samba/po/mr/samba.po new file mode 100644 index 000000000..715192e22 --- /dev/null +++ b/applications/luci-app-samba/po/mr/samba.po @@ -0,0 +1,110 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-22 15:23+0100\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-samba/luasrc/model/cbi/samba.lua:64 +msgid "Allow guests" +msgstr "अतिथींना परवानगी द्या" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:17 +msgid "Allow system users to reach their home directories via network shares" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:51 +msgid "Allowed users" +msgstr "अनुमत वापरकर्ते" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:58 +msgid "Browseable" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:69 +msgid "Create mask" +msgstr "मुखवटा तयार करा" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:14 +msgid "Description" +msgstr "वर्णन" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:74 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:11 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:22 +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:10 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:13 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:75 +msgid "Mask for new directories" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:70 +msgid "Mask for new files" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:45 +msgid "Name" +msgstr "" + +#: applications/luci-app-samba/luasrc/controller/samba.lua:14 +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:5 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:46 +msgid "Path" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:40 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:53 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:16 +msgid "Share home-directories" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:39 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:23 +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:15 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-samba4/po/mr/samba4.po b/applications/luci-app-samba4/po/mr/samba4.po new file mode 100644 index 000000000..b25f72fd8 --- /dev/null +++ b/applications/luci-app-samba4/po/mr/samba4.po @@ -0,0 +1,171 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-22 15:23+0100\n" +"PO-Revision-Date: 2019-12-15 21:21+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-samba4/htdocs/luci-static/resources/view/samba4.js:97 +msgid "Allow guests" +msgstr "अतिथींना परवानगी द्या" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:94 +msgid "Allowed users" +msgstr "अनुमत वापरकर्ते" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:128 +msgid "Apple Time-machine share" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:81 +msgid "Browse-able" +msgstr "ब्राउझ-सक्षम" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:113 +msgid "Create mask" +msgstr "मुखवटा तयार करा" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:38 +msgid "Description" +msgstr "वर्णन" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:119 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:51 +msgid "Disable Active Directory Domain Controller" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:48 +msgid "Disable Netbios" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:54 +msgid "Disable Winbind" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:30 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:58 +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:44 +msgid "Enable macOS compatible shares" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:45 +msgid "" +"Enables Apple's AAPL extension globally and adds macOS compatibility options " +"to all shares." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:92 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:41 +msgid "Force synchronous I/O" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:29 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:103 +msgid "Guests only" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:108 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:32 +msgid "Interface" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:33 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:75 +msgid "Name" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:21 +#: applications/luci-app-samba4/luasrc/controller/samba4.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:42 +msgid "" +"On lower-end devices may increase speeds, by forceing synchronous I/O " +"instead of the default asynchronous." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:76 +msgid "Path" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:71 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:86 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:70 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:59 +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:130 +msgid "Time-machine size in GB" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:125 +msgid "Vfs objects" +msgstr "" + +#: applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js:35 +msgid "Workgroup" +msgstr "" + +#~ msgid "" +#~ "Allow system users to reach their home directories via network shares" +#~ msgstr "" +#~ "Allow system users to reach their home directories via network shares" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Share home-directories" +#~ msgstr "Share home-directories" + +#~ msgid "Mask for new directories" +#~ msgstr "Mask for new directories" + +#~ msgid "Mask for new files" +#~ msgstr "Mask for new files" diff --git a/applications/luci-app-shadowsocks-libev/po/de/shadowsocks-libev.po b/applications/luci-app-shadowsocks-libev/po/de/shadowsocks-libev.po index 4acfb65fe..5c72506b6 100644 --- a/applications/luci-app-shadowsocks-libev/po/de/shadowsocks-libev.po +++ b/applications/luci-app-shadowsocks-libev/po/de/shadowsocks-libev.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-24 09:12+0000\n" -"Last-Translator: ssantos \n" +"PO-Revision-Date: 2019-12-09 20:05+0000\n" +"Last-Translator: Kiste \n" "Language-Team: German \n" "Language: de\n" @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:27 msgid "Cancel" -msgstr "" +msgstr "Abbrechen" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:79 msgid "" @@ -286,7 +286,7 @@ msgstr "" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:116 msgid "Running" -msgstr "" +msgstr "Laufend" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:138 msgid "Server" diff --git a/applications/luci-app-shadowsocks-libev/po/hu/shadowsocks-libev.po b/applications/luci-app-shadowsocks-libev/po/hu/shadowsocks-libev.po index d75197063..eee640e18 100644 --- a/applications/luci-app-shadowsocks-libev/po/hu/shadowsocks-libev.po +++ b/applications/luci-app-shadowsocks-libev/po/hu/shadowsocks-libev.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:16+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:27 msgid "Cancel" -msgstr "" +msgstr "Mégse" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:79 msgid "" diff --git a/applications/luci-app-shadowsocks-libev/po/mr/shadowsocks-libev.po b/applications/luci-app-shadowsocks-libev/po/mr/shadowsocks-libev.po new file mode 100644 index 000000000..3bd8a92f6 --- /dev/null +++ b/applications/luci-app-shadowsocks-libev/po/mr/shadowsocks-libev.po @@ -0,0 +1,347 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:43 +msgid "-- instance type --" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:211 +msgid "" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:76 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:86 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:87 +msgid "Bypass ss-redir for packets with dst address in this list" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:73 +msgid "Bypass ss-redir for packets with src address in this list" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:27 +msgid "Cancel" +msgstr "रद्द करा" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:79 +msgid "" +"Continue to have dst address checked for packets with src address in this " +"list" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:59 +msgid "Default action for locally generated TCP packets" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:103 +msgid "" +"Default action for packets whose dst address do not match any of the dst ip " +"list" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:82 +msgid "" +"Default action for packets whose src address do not match any of the src ip/" +"net list" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:14 +msgid "" +"Definition of remote shadowsocks servers. Disable any of them will also " +"disable instances referring to it." +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:43 +msgid "Destination Settings" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:77 +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:45 +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:64 +msgid "Disable" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:128 +msgid "Disabled" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:102 +msgid "Dst default" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:86 +msgid "Dst ip/net bypass" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:94 +msgid "Dst ip/net bypass file" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:89 +msgid "Dst ip/net forward" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:98 +msgid "Dst ip/net forward file" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:181 +msgid "Enable SO_REUSEPORT" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:179 +msgid "Enable TCP Fast Open" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:180 +msgid "Enable TCP_NODELAY" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:121 +msgid "Enable/Disable" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:131 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:68 +msgid "Extra arguments" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:95 +msgid "" +"File containing ip/net for the purposes as with Dst ip/net bypass" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:99 +msgid "" +"File containing ip/net for the purposes as with Dst ip/net forward" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:118 +msgid "Forward recentrst" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:119 +msgid "" +"Forward those packets whose dst have recently sent to us multiple tcp-rst" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:90 +msgid "Forward through ss-redir for packets with dst address in this list" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:76 +msgid "Forward through ss-redir for packets with src address in this list" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:75 +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:41 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:178 +msgid "IPv6 First" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:50 +msgid "Import" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:21 +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:58 +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:60 +msgid "Import Links" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:62 +msgid "Ingress interfaces" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:235 +msgid "Install package" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:111 +msgid "Install package iptables-mod-conntrack-extra" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:25 +msgid "" +"Instances of shadowsocks-libev components, e.g. ss-local, ss-redir, ss-" +"tunnel, ss-server, etc. To enable an instance it is required to enable both " +"the instance itself and the remote server it refers to." +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:155 +msgid "Key (base64)" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:24 +#: applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua:13 +msgid "Local Instances" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:113 +msgid "Local address" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:117 +msgid "Local port" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:58 +msgid "Local-out default" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:171 +msgid "MTU" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:146 +msgid "Method" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:166 +msgid "Mode of operation" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:31 +msgid "" +"On this page you can configure how traffics are to be forwarded to ss-redir " +"instances. If enabled, packets will first have their src ip addresses " +"checked against Src ip/net bypass, Src ip/net forward, " +"Src ip/net checkdst and if none matches Src default will " +"give the default action to be taken. If the prior check results in action " +"checkdst, packets will continue to have their dst addresses checked." +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:63 +msgid "Only apply rules on packets from these network interfaces" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:104 +msgid "Overview" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:234 +msgid "Package is not installed" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:69 +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:151 +msgid "Password" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:161 +msgid "Plugin" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:163 +msgid "Plugin Options" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:178 +msgid "Prefer IPv6 addresses when resolving names" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:30 +#: applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua:21 +msgid "Redir Rules" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:13 +#: applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua:17 +msgid "Remote Servers" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:111 +msgid "Remote server" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:175 +msgid "Run as" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:116 +msgid "Running" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:138 +msgid "Server" +msgstr "सर्व्हर" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:142 +msgid "Server port" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua:9 +msgid "Shadowsocks-libev" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:42 +msgid "Source Settings" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:81 +msgid "Src default" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:72 +msgid "Src ip/net bypass" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:78 +msgid "Src ip/net checkdst" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:75 +msgid "Src ip/net forward" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:87 +msgid "The address ss-server will initiate connection from" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:96 +msgid "The address ss-tunnel will forward traffic to" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:173 +msgid "Timeout (sec)" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:95 +msgid "Tunnel address" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:177 +msgid "Verbose" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:51 +msgid "ss-redir for TCP" +msgstr "" + +#: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:54 +msgid "ss-redir for UDP" +msgstr "" diff --git a/applications/luci-app-shadowsocks-libev/po/pl/shadowsocks-libev.po b/applications/luci-app-shadowsocks-libev/po/pl/shadowsocks-libev.po index 203b21af0..057d5d5cb 100644 --- a/applications/luci-app-shadowsocks-libev/po/pl/shadowsocks-libev.po +++ b/applications/luci-app-shadowsocks-libev/po/pl/shadowsocks-libev.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-03 08:27+0000\n" -"Last-Translator: Marcin Net \n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" +"Last-Translator: Michal L \n" "Language-Team: Polish \n" "Language: pl\n" @@ -286,7 +286,7 @@ msgstr "" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:116 msgid "Running" -msgstr "" +msgstr "Uruchomione" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:138 msgid "Server" diff --git a/applications/luci-app-shadowsocks-libev/po/pt_BR/shadowsocks-libev.po b/applications/luci-app-shadowsocks-libev/po/pt_BR/shadowsocks-libev.po index d93fb8195..5ebdae4ad 100644 --- a/applications/luci-app-shadowsocks-libev/po/pt_BR/shadowsocks-libev.po +++ b/applications/luci-app-shadowsocks-libev/po/pt_BR/shadowsocks-libev.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-04 12:07+0000\n" +"PO-Revision-Date: 2019-12-09 20:05+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -12,11 +12,11 @@ msgstr "" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:43 msgid "-- instance type --" -msgstr "" +msgstr "-- tipo de instância --" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:211 msgid "" -msgstr "" +msgstr "" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:76 msgid "Advanced Settings" @@ -29,10 +29,13 @@ msgstr "Endereço de saída" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:87 msgid "Bypass ss-redir for packets with dst address in this list" msgstr "" +"Ignore o ss-redir para pacotes com endereço de destino cadastradas nesta " +"lista" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:73 msgid "Bypass ss-redir for packets with src address in this list" msgstr "" +"Ignore o ss-redir para pacotes com endereço de origem cadastradas nesta lista" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:27 msgid "Cancel" @@ -43,32 +46,40 @@ msgid "" "Continue to have dst address checked for packets with src address in this " "list" msgstr "" +"Continue a ter o endereço de destino verificado para pacotes com endereço de " +"origem nesta lista" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:59 msgid "Default action for locally generated TCP packets" -msgstr "" +msgstr "Ação predefinida para pacotes TCP gerados localmente" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:103 msgid "" "Default action for packets whose dst address do not match any of the dst ip " "list" msgstr "" +"Ação predefinida para pacotes cujo endereço de destino não correspondam a " +"qualquer uma da lista de endereços IP de destino" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:82 msgid "" "Default action for packets whose src address do not match any of the src ip/" "net list" msgstr "" +"Ação predefinida para os pacotes cujo endereço de origem não correspondam a " +"qualquer um dos endereços IP/rede de origem desta lista" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:14 msgid "" "Definition of remote shadowsocks servers. Disable any of them will also " "disable instances referring to it." msgstr "" +"Definição de servidores shadowsocks remotos. Ao desativar qualquer um deles " +"também desabilitará instâncias referentes a ele." #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:43 msgid "Destination Settings" -msgstr "" +msgstr "Configurações de Destino" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:77 #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:45 @@ -82,35 +93,35 @@ msgstr "Desabilitado" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:102 msgid "Dst default" -msgstr "" +msgstr "Destino padrão" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:86 msgid "Dst ip/net bypass" -msgstr "" +msgstr "Bypass para destino de IP/Rede" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:94 msgid "Dst ip/net bypass file" -msgstr "" +msgstr "Arquivo de bypass para destino de IP/Rede" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:89 msgid "Dst ip/net forward" -msgstr "" +msgstr "Destino de encaminhamento de IP/Rede" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:98 msgid "Dst ip/net forward file" -msgstr "" +msgstr "Arquivo de destino de encaminhamento de IP/Rede" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:181 msgid "Enable SO_REUSEPORT" -msgstr "" +msgstr "Ativa SO_REUSEPORT" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:179 msgid "Enable TCP Fast Open" -msgstr "" +msgstr "Ativa TCP Fast Open" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:180 msgid "Enable TCP_NODELAY" -msgstr "" +msgstr "Ativa TCP_NODELAY" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:121 msgid "Enable/Disable" @@ -128,28 +139,36 @@ msgstr "Argumentos extras" msgid "" "File containing ip/net for the purposes as with Dst ip/net bypass" msgstr "" +"O arquivo contendo o IP/Rede com propósito de bypass do endereço IP/Rede " +"para o destino" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:99 msgid "" "File containing ip/net for the purposes as with Dst ip/net forward" msgstr "" +"O arquivo que contenha o IP/Rede com o propósito de encaminhar o " +"endereço IP/Rede para o destino" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:118 msgid "Forward recentrst" -msgstr "" +msgstr "Encaminhar recentrst" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:119 msgid "" "Forward those packets whose dst have recently sent to us multiple tcp-rst" -msgstr "" +msgstr "Encaminhe os pacotes cujo o destino tenha nos enviado diversos tcp-rst" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:90 msgid "Forward through ss-redir for packets with dst address in this list" msgstr "" +"Encaminhamento através do ss-redir para pacotes com endereço de destino que " +"estejam nesta lista" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:76 msgid "Forward through ss-redir for packets with src address in this list" msgstr "" +"Encaminhamento através do ss-redir para pacotes com endereço de origem que " +"estejam nesta lista" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:75 #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:41 @@ -158,7 +177,7 @@ msgstr "Configurações Gerais" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:178 msgid "IPv6 First" -msgstr "" +msgstr "Primeiro IPv6" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:50 msgid "Import" @@ -172,15 +191,15 @@ msgstr "" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:62 msgid "Ingress interfaces" -msgstr "" +msgstr "Interfaces de entrada" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:235 msgid "Install package" -msgstr "" +msgstr "Instalar pacote" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:111 msgid "Install package iptables-mod-conntrack-extra" -msgstr "" +msgstr "Instalar o pacote iptables-mod-conntrack-extra" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:25 msgid "" @@ -188,27 +207,30 @@ msgid "" "tunnel, ss-server, etc. To enable an instance it is required to enable both " "the instance itself and the remote server it refers to." msgstr "" +"Exemplos de componentes shadowsocks-libev, por exemplo, ss-local, ss-redir, " +"ss-tunnel, ss-server, etc. Para permitir uma instância, é necessário " +"permitir a própria instância e o servidor remoto a que se refere." #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:155 msgid "Key (base64)" -msgstr "" +msgstr "Chave (base64)" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:24 #: applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua:13 msgid "Local Instances" -msgstr "" +msgstr "Instâncias Locais" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:113 msgid "Local address" -msgstr "" +msgstr "Endereço local" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:117 msgid "Local port" -msgstr "" +msgstr "Porta local" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:58 msgid "Local-out default" -msgstr "" +msgstr "Padrão de saída local" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:171 msgid "MTU" @@ -216,11 +238,11 @@ msgstr "MTU" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:146 msgid "Method" -msgstr "" +msgstr "Método" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:166 msgid "Mode of operation" -msgstr "" +msgstr "Modo de operação" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:31 msgid "" @@ -231,10 +253,17 @@ msgid "" "give the default action to be taken. If the prior check results in action " "checkdst, packets will continue to have their dst addresses checked." msgstr "" +"Nesta página você pode configurar como os tráfego deve ser encaminhado para " +"as instâncias ss-redir. Se ativado, os pacotes terão primeiro os seus " +"endereços src ip verificados contra Src ip/net bypass, Src ip/" +"net forward, Src ip/net checkdst e se nenhum corresponder " +"Src default dará a ação padrão a ser tomada. Caso a verificação " +"anterior resulte em uma ação checkdst, os pacotes continuarão a ter " +"seus endereços de destino (dst) verificados." #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:63 msgid "Only apply rules on packets from these network interfaces" -msgstr "" +msgstr "Aplicar apenas as regras sobre os pacotes destas interfaces de rede" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:104 msgid "Overview" @@ -242,7 +271,7 @@ msgstr "Visão Geral" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:234 msgid "Package is not installed" -msgstr "" +msgstr "O pacote não está instalado" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:69 msgid "Passes additional arguments to iptables. Use with care!" @@ -254,33 +283,33 @@ msgstr "Senha" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:161 msgid "Plugin" -msgstr "" +msgstr "Plugin" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:163 msgid "Plugin Options" -msgstr "" +msgstr "Opções de Plugin" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:178 msgid "Prefer IPv6 addresses when resolving names" -msgstr "" +msgstr "Prefira endereços IPv6 ao resolver os nomes" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:30 #: applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua:21 msgid "Redir Rules" -msgstr "" +msgstr "Regras de Redirecionamento" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js:13 #: applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua:17 msgid "Remote Servers" -msgstr "" +msgstr "Servidores Remotos" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:111 msgid "Remote server" -msgstr "" +msgstr "Servidor Remoto" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:175 msgid "Run as" -msgstr "" +msgstr "Executar como" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:116 msgid "Running" @@ -296,43 +325,43 @@ msgstr "Porta do servidor" #: applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua:9 msgid "Shadowsocks-libev" -msgstr "" +msgstr "Shadowsocks-libev" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:42 msgid "Source Settings" -msgstr "" +msgstr "Configurações de Origem" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:81 msgid "Src default" -msgstr "" +msgstr "Predefinição de origem" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:72 msgid "Src ip/net bypass" -msgstr "" +msgstr "Bypass de IP/Rede de origem" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:78 msgid "Src ip/net checkdst" -msgstr "" +msgstr "Verificação checkdst do IP/Rede de origem" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:75 msgid "Src ip/net forward" -msgstr "" +msgstr "Encaminhamento de origem do IP/Rede" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:87 msgid "The address ss-server will initiate connection from" -msgstr "" +msgstr "O endereço ss-server iniciará a conexão a partir de" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:96 msgid "The address ss-tunnel will forward traffic to" -msgstr "" +msgstr "O endereço ss-tunnel para onde o o tráfego será encaminhado" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:173 msgid "Timeout (sec)" -msgstr "" +msgstr "Tempo limite (seg)" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:95 msgid "Tunnel address" -msgstr "" +msgstr "Endereço do túnel" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:177 msgid "Verbose" @@ -340,8 +369,8 @@ msgstr "Loquaz" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:51 msgid "ss-redir for TCP" -msgstr "" +msgstr "ss-redir para TCP" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/rules.js:54 msgid "ss-redir for UDP" -msgstr "" +msgstr "ss-redir para UDP" 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 4cc9abcee..10e1c702f 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/po/cs/shairplay.po b/applications/luci-app-shairplay/po/cs/shairplay.po index 76e4b10e1..e67ac180f 100644 --- a/applications/luci-app-shairplay/po/cs/shairplay.po +++ b/applications/luci-app-shairplay/po/cs/shairplay.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-02 16:11+0000\n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -12,24 +12,24 @@ msgstr "" #: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:47 msgid "AO Device ID" -msgstr "" +msgstr "Identifikátor zařízení AO" #: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:44 msgid "AO Device Name" -msgstr "" +msgstr "Název zařízení AO" #: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:33 msgid "AO Driver" -msgstr "" +msgstr "AO ovladač" #: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:18 msgid "Airport Name" -msgstr "" +msgstr "Název Airport" #: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:34 #: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:49 msgid "Default" -msgstr "" +msgstr "Výchozí" #: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:10 msgid "Enabled" @@ -37,7 +37,7 @@ msgstr "Povoleno" #: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:29 msgid "HW Address" -msgstr "" +msgstr "HW adresa" #: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:25 msgid "Password" @@ -53,10 +53,12 @@ msgstr "" #: applications/luci-app-shairplay/luasrc/controller/shairplay.lua:11 msgid "Shairplay" -msgstr "" +msgstr "Shairplay" #: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:4 msgid "" "Shairplay is a simple AirPlay server implementation, here you can configure " "the settings." msgstr "" +"Shairplay je jednoduchá implementace serveru AirPlay, zde je možné " +"konfigurovat nastavení." diff --git a/applications/luci-app-shairplay/po/mr/shairplay.po b/applications/luci-app-shairplay/po/mr/shairplay.po new file mode 100644 index 000000000..7d561b1bc --- /dev/null +++ b/applications/luci-app-shairplay/po/mr/shairplay.po @@ -0,0 +1,62 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-shairplay/luasrc/model/cbi/shairplay.lua:47 +msgid "AO Device ID" +msgstr "" + +#: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:44 +msgid "AO Device Name" +msgstr "" + +#: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:33 +msgid "AO Driver" +msgstr "" + +#: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:18 +msgid "Airport Name" +msgstr "" + +#: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:34 +#: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:49 +msgid "Default" +msgstr "" + +#: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:10 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:29 +msgid "HW Address" +msgstr "" + +#: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:25 +msgid "Password" +msgstr "" + +#: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:21 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:15 +msgid "Respawn" +msgstr "" + +#: applications/luci-app-shairplay/luasrc/controller/shairplay.lua:11 +msgid "Shairplay" +msgstr "" + +#: applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua:4 +msgid "" +"Shairplay is a simple AirPlay server implementation, here you can configure " +"the settings." +msgstr "" 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 efc8a89bb..d7bfee271 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-simple-adblock/po/de/simple-adblock.po b/applications/luci-app-simple-adblock/po/de/simple-adblock.po index 4266de3d4..45f66c3f8 100644 --- a/applications/luci-app-simple-adblock/po/de/simple-adblock.po +++ b/applications/luci-app-simple-adblock/po/de/simple-adblock.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:45+0000\n" -"Last-Translator: MartB \n" +"PO-Revision-Date: 2019-12-12 15:06+0000\n" +"Last-Translator: ssantos \n" "Language-Team: German \n" "Language: de\n" @@ -174,6 +174,8 @@ msgstr "" #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:163 msgid "Let local devices use their own DNS servers if set" msgstr "" +"Lassen Sie lokale Geräte ihre eigenen DNS-Server verwenden, wenn diese " +"eingestellt sind" #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:115 msgid "Message" @@ -219,7 +221,7 @@ msgstr "Dienst mit Verzögerung beim Starten ausführen." #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:84 #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:111 msgid "Service Status" -msgstr "Service-Status" +msgstr "Dienststatus" #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:95 msgid "Service is disabled/stopped" diff --git a/applications/luci-app-simple-adblock/po/es/simple-adblock.po b/applications/luci-app-simple-adblock/po/es/simple-adblock.po index 35fcab80e..3b80fd3a0 100644 --- a/applications/luci-app-simple-adblock/po/es/simple-adblock.po +++ b/applications/luci-app-simple-adblock/po/es/simple-adblock.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-11-18 05:08+0000\n" -"Last-Translator: Franco Castillo \n" +"PO-Revision-Date: 2019-12-10 23:14+0000\n" +"Last-Translator: JuanE SF \n" "Language-Team: Spanish \n" "Language: es\n" @@ -195,7 +195,7 @@ msgstr "" #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:173 msgid "Pick the LED not already used in" -msgstr "Elige el LED que no se haya usado en" +msgstr "Elija el LED que aún no se utiliza en" #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:190 #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:191 diff --git a/applications/luci-app-simple-adblock/po/hu/simple-adblock.po b/applications/luci-app-simple-adblock/po/hu/simple-adblock.po index 77f266411..5ee51d578 100644 --- a/applications/luci-app-simple-adblock/po/hu/simple-adblock.po +++ b/applications/luci-app-simple-adblock/po/hu/simple-adblock.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:45+0000\n" +"PO-Revision-Date: 2019-12-10 23:14+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -196,7 +196,7 @@ msgstr "" #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:125 msgid "Reload" -msgstr "" +msgstr "Újratöltés" #: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:222 msgid "Run service after set delay on boot." diff --git a/applications/luci-app-simple-adblock/po/mr/simple-adblock.po b/applications/luci-app-simple-adblock/po/mr/simple-adblock.po new file mode 100644 index 000000000..7a0216e90 --- /dev/null +++ b/applications/luci-app-simple-adblock/po/mr/simple-adblock.po @@ -0,0 +1,312 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:217 +msgid "Add IPv6 entries" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:215 +msgid "Add IPv6 entries to block-list." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:183 +msgid "Advanced Configuration" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:239 +msgid "" +"Attempt to create a compressed cache of block-list in the persistent memory." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:154 +msgid "Basic Configuration" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:267 +msgid "Blacklisted Domain URLs" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:257 +msgid "Blacklisted Domains" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:272 +msgid "Blacklisted Hosts URLs" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:120 +msgid "Collected Errors" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:152 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:156 +msgid "Controls system log and console output verbosity." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:230 +msgid "Curl download retry" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:201 +msgid "DNS Service" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:203 +msgid "DNSMASQ Additional Hosts" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:204 +msgid "DNSMASQ Config" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:206 +msgid "DNSMASQ IP Set" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:208 +msgid "DNSMASQ Servers File" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:222 +msgid "Delay (in seconds) for on-boot start" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:245 +msgid "Disable Debugging" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:216 +msgid "Do not add IPv6 entries" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:240 +msgid "Do not store compressed cache" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:235 +msgid "Do not use simultaneous processing" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:226 +msgid "Download time-out (in seconds)" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:244 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:246 +msgid "Enable Debugging" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:96 +msgid "Enable/Start" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:244 +msgid "Enables debug output to /tmp/simple-adblock.log." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:162 +msgid "Force Router DNS" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:164 +msgid "Force Router DNS server to all local devices" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:162 +msgid "Forces Router DNS use on local devices, also known as DNS Hijacking." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:215 +msgid "IPv6 Support" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:230 +msgid "" +"If curl is installed and detected, it would retry download this many times " +"on timeout/fail." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:257 +msgid "Individual domains to be blacklisted." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:252 +msgid "Individual domains to be whitelisted." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:99 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:103 +msgid "Info" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:173 +msgid "LED to indicate status" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:234 +msgid "" +"Launch all lists downloads and processing simultaneously, reducing service " +"start time." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:163 +msgid "Let local devices use their own DNS servers if set" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:115 +msgid "Message" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:156 +msgid "Output Verbosity Setting" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:185 +msgid "Pick the DNS resolution option to create the adblock list for, see the" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:173 +msgid "Pick the LED not already used in" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:190 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:191 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:192 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:193 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:195 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:198 +msgid "Please note that" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:187 +msgid "README" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:125 +msgid "Reload" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:222 +msgid "Run service after set delay on boot." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:81 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:84 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:111 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:95 +msgid "Service is disabled/stopped" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:108 +msgid "Service is enabled/started" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:124 +msgid "Service started with error" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/controller/simple-adblock.lua:4 +msgid "Simple AdBlock" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:51 +msgid "Simple AdBlock Settings" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:234 +msgid "Simultaneous processing" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:158 +msgid "Some output" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:226 +msgid "Stop the download if it is stalled for set number of seconds." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:109 +msgid "Stop/Disable" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:241 +msgid "Store compressed cache" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:239 +msgid "Store compressed cache file on router" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:157 +msgid "Suppress output" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:175 +msgid "System LED Configuration" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:88 +msgid "Task" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:267 +msgid "URLs to lists of domains to be blacklisted." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:262 +msgid "URLs to lists of domains to be whitelisted." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:272 +msgid "URLs to lists of hosts to be blacklisted." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:211 +msgid "Unbound AdBlock List" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:236 +msgid "Use simultaneous processing" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:159 +msgid "Verbose output" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:250 +msgid "Whitelist and Blocklist Management" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:262 +msgid "Whitelisted Domain URLs" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:252 +msgid "Whitelisted Domains" +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:187 +msgid "for details." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:190 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:191 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:192 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:193 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:195 +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:198 +msgid "is not supported on this system." +msgstr "" + +#: applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua:177 +msgid "none" +msgstr "" diff --git a/applications/luci-app-splash/po/cs/splash.po b/applications/luci-app-splash/po/cs/splash.po index 0b7417cc6..7657580a7 100644 --- a/applications/luci-app-splash/po/cs/splash.po +++ b/applications/luci-app-splash/po/cs/splash.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-12-05 17:06+0000\n" +"PO-Revision-Date: 2019-12-07 10:44+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -393,7 +393,7 @@ msgstr "na černé listině" #: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235 msgid "expired" -msgstr "prošlý" +msgstr "expirovaná" #: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77 msgid "optional when using host addresses" diff --git a/applications/luci-app-splash/po/de/splash.po b/applications/luci-app-splash/po/de/splash.po index 4bb53b94c..95f1fb3e2 100644 --- a/applications/luci-app-splash/po/de/splash.po +++ b/applications/luci-app-splash/po/de/splash.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-10-30 03:21+0000\n" +"PO-Revision-Date: 2019-12-12 15:06+0000\n" "Last-Translator: ssantos \n" "Language-Team: German \n" @@ -11,7 +11,7 @@ msgstr "" "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.9.1\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-splash/luasrc/view/splash/splash.htm:65 #: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13 @@ -72,8 +72,8 @@ msgstr "" msgid "" "Become an active member of this community and help by operating your own node" msgstr "" -"Werde ein aktives Mitglied unserer Community und hilf, indem du selber einen " -"Access Point betreibst." +"Werde ein aktives Mitglied unserer Community und hilf, indem du selbst einen " +"Access Point betreibst" #: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62 msgid "Blacklist" @@ -123,7 +123,7 @@ msgstr "" #: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15 msgid "Clients download speed is limited to this value (kbyte/s)" msgstr "" -"Downloadgeschwindigkeit von Clients auf diesen Wert limitieren (kbyte/s) " +"Downloadgeschwindigkeit von Clients auf diesen Wert limitieren (kbyte/s)" #: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10 msgid "" @@ -135,8 +135,7 @@ msgstr "" #: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14 msgid "Clients upload speed is limited to this value (kbyte/s)" -msgstr "" -"Uploadgeschwindigkeit von Clients auf diesen Wert limitieren (kbyte/s) " +msgstr "Uploadgeschwindigkeit von Clients auf diesen Wert limitieren (kbyte/s)" #: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15 #: applications/luci-app-splash/luasrc/view/splash/splash.htm:54 @@ -168,11 +167,11 @@ msgstr "Downloadbegrenzung" #: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12 msgid "Edit the complete splash text" -msgstr "Bearbeiten des kompletten Splash-Textes." +msgstr "Bearbeiten des kompletten Splash-Textes" #: applications/luci-app-splash/luasrc/view/splash/splash.htm:121 msgid "Fair Use Policy" -msgstr "Fair Use Policy" +msgstr "Fair-Use-Richtlinie" #: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29 msgid "Firewall zone" @@ -265,7 +264,7 @@ msgstr "Netzwerk" #: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147 #: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261 msgid "No clients connected" -msgstr "Keine Clients verbunden." +msgstr "Keine Clients verbunden" #: applications/luci-app-splash/luasrc/view/splash/splash.htm:78 msgid "" @@ -464,7 +463,7 @@ msgstr "Filesharing betreiben" #: applications/luci-app-splash/luasrc/view/splash/splash.htm:84 msgid "waste bandwidth with unnecessary downloads or streams" -msgstr "Bandbreite durch unnötige Downloads oder Streams zu verschwenden." +msgstr "Bandbreite durch unnötige Downloads oder Streams zu verschwenden" #: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165 #: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167 diff --git a/applications/luci-app-splash/po/hu/splash.po b/applications/luci-app-splash/po/hu/splash.po index f6abd3474..2b2825edb 100644 --- a/applications/luci-app-splash/po/hu/splash.po +++ b/applications/luci-app-splash/po/hu/splash.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-29 19:44+0000\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -236,7 +236,7 @@ msgstr "" #: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210 msgid "Policy" -msgstr "" +msgstr "Szabály" #: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11 msgid "Redirect target" diff --git a/applications/luci-app-splash/po/mr/splash.po b/applications/luci-app-splash/po/mr/splash.po new file mode 100644 index 000000000..36f7e46c4 --- /dev/null +++ b/applications/luci-app-splash/po/mr/splash.po @@ -0,0 +1,403 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-12-07 12:02+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: mr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 2.4.0\n" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65 +#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13 +msgid "Accept" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79 +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112 +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199 +msgid "Active Clients" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70 +msgid "Allowed hosts/subnets" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36 +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18 +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95 +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62 +msgid "Blacklist" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12 +msgid "Blocked" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56 +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10 +msgid "Clearance time" +msgstr "" + +#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8 +#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20 +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197 +msgid "Client-Splash" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5 +msgid "" +"Client-Splash is a hotspot authentication system for wireless mesh networks." +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11 +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15 +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10 +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14 +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15 +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54 +msgid "Contact" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12 +msgid "Decline" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71 +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97 +msgid "Donate some money to help us keep this project alive." +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15 +msgid "Download limit" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12 +msgid "Edit the complete splash text" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121 +msgid "Fair Use Policy" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29 +msgid "Firewall zone" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7 +msgid "General" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53 +msgid "Get in %s with the operator of this access point." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206 +msgid "IP Address" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98 +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93 +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35 +msgid "Include your own text in the default splash" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38 +msgid "Intercept client traffic on this Interface" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21 +msgid "Interfaces" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21 +msgid "Interfaces that are used for Splash." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49 +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115 +msgid "Legally Prohibited Activities" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118 +msgid "Legally Prohibited content" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59 +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207 +msgid "MAC Address" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63 +msgid "MAC addresses in this list are blocked." +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54 +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77 +msgid "Netmask" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37 +msgid "Network" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261 +msgid "No clients connected" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78 +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210 +msgid "Policy" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11 +msgid "Redirect target" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124 +msgid "Safety" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248 +msgid "Save" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30 +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9 +msgid "Splashtext" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125 +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110 +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128 +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116 +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119 +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122 +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111 +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208 +msgid "Time remaining" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15 +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209 +msgid "Traffic in/out" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14 +msgid "Upload limit" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108 +msgid "Usage Agreement" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75 +msgid "Welcome" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53 +msgid "Whitelist" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77 +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13 +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14 +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48 +msgid "Your bandwidth is limited to" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243 +msgid "blacklisted" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235 +msgid "expired" +msgstr "" + +#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77 +msgid "optional when using host addresses" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85 +msgid "perform any kind of illegal activities" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242 +msgid "splashed" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245 +msgid "temporarily blocked" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231 +msgid "unknown" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83 +msgid "use filesharing applications on this network" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84 +msgid "waste bandwidth with unnecessary downloads or streams" +msgstr "" + +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167 +#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241 +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/tr/splash.po b/applications/luci-app-splash/po/tr/splash.po index 95992cbc9..5f4997c9f 100644 --- a/applications/luci-app-splash/po/tr/splash.po +++ b/applications/luci-app-splash/po/tr/splash.po @@ -1,13 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: \n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"Last-Translator: İsmail Karslı \n" +"Language-Team: Turkish \n" +"Language: tr\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-splash/luasrc/view/splash/splash.htm:65 #: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13 @@ -57,7 +60,7 @@ msgstr "" #: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62 msgid "Blacklist" -msgstr "" +msgstr "Kara Liste" #: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12 msgid "Blocked" diff --git a/applications/luci-app-squid/po/mr/squid.po b/applications/luci-app-squid/po/mr/squid.po new file mode 100644 index 000000000..9a050aa73 --- /dev/null +++ b/applications/luci-app-squid/po/mr/squid.po @@ -0,0 +1,36 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-squid/luasrc/model/cbi/squid.lua:42 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-squid/luasrc/model/cbi/squid.lua:38 +msgid "Coredump files directory" +msgstr "" + +#: applications/luci-app-squid/luasrc/model/cbi/squid.lua:28 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-squid/luasrc/model/cbi/squid.lua:30 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-squid/luasrc/controller/squid.lua:20 +#: applications/luci-app-squid/luasrc/model/cbi/squid.lua:21 +msgid "Squid" +msgstr "" + +#: applications/luci-app-squid/luasrc/model/cbi/squid.lua:34 +msgid "Visible Hostname" +msgstr "" diff --git a/applications/luci-app-statistics/po/cs/statistics.po b/applications/luci-app-statistics/po/cs/statistics.po index 9846a92c2..388b9e122 100644 --- a/applications/luci-app-statistics/po/cs/statistics.po +++ b/applications/luci-app-statistics/po/cs/statistics.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-12-05 17:06+0000\n" +"PO-Revision-Date: 2019-12-15 21:21+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -23,7 +23,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:15 msgid "Absolute values" -msgstr "" +msgstr "Absolutní hodnoty" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 msgid "Action (target)" @@ -52,7 +52,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 msgid "Aggregate number of connected users" -msgstr "" +msgstr "Souhrnný počet připojených uživatelů" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:24 msgid "Base Directory" @@ -63,8 +63,9 @@ msgid "Basic monitoring" msgstr "Základní sledování" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:18 +#, fuzzy msgid "By setting this, CPU is not aggregate of all processors on the system" -msgstr "" +msgstr "Tímto nastavením nebude CPU souhrnem všech procesorů v systému" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:4 msgid "CPU Context Switches Plugin Configuration" @@ -208,7 +209,7 @@ msgstr "E-mail" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:19 msgid "Empty value = monitor all" -msgstr "" +msgstr "Prázdná hodnota = sledovat vše" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:17 msgid "Enable" @@ -253,11 +254,11 @@ msgstr "Povolit tento plugin" #: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7 msgid "Entropy" -msgstr "" +msgstr "Entropie" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:5 msgid "Entropy Plugin Configuration" -msgstr "" +msgstr "Konfigurace modulu entropie" #: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2 msgid "Exec" @@ -269,7 +270,7 @@ msgstr "Nastavení pluginu Exec" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:15 msgid "Extra items" -msgstr "" +msgstr "Další položky" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:68 msgid "Filter class monitoring" @@ -290,7 +291,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 msgid "Gather compression statistics" -msgstr "" +msgstr "Shromažďovat kompresní statistiku" #: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23 msgid "General plugins" @@ -298,7 +299,7 @@ msgstr "Obecné pluginy" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" -msgstr "" +msgstr "Vytvářet samostatný graf pro každého přihlášeného uživatele" #: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73 msgid "Graphs" @@ -336,6 +337,8 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" +"Chcete-li vybrat více nebo zrušit výběr některých položek, podržte klávesu " +"Ctrl." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:13 msgid "Host" @@ -440,11 +443,11 @@ msgstr "Monitorovat všechny naslouchající porty" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" -msgstr "" +msgstr "Sledovat všechny senzory" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:18 msgid "Monitor device(s) / thermal zone(s)" -msgstr "" +msgstr "Sledovat zařízení/teplotní zónu(y)" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:19 msgid "Monitor devices" @@ -460,7 +463,7 @@ msgstr "Sledovat typy souborových systémů" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:18 msgid "Monitor host" -msgstr "" +msgstr "Sledovat hostitele" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:19 msgid "Monitor hosts" @@ -494,7 +497,7 @@ msgstr "Sledovat vzdálené porty" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:15 msgid "More details about frequency usage and transitions" -msgstr "" +msgstr "Další podrobnosti o využití frekvencí a přechodech" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:20 msgid "Name" @@ -563,7 +566,7 @@ msgstr "Nastavení OpenVPN pluginu" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" -msgstr "" +msgstr "Stavové soubory OpenVPN" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 msgid "Options" @@ -579,7 +582,7 @@ msgstr "Výstupní pluginy" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:23 msgid "Percent values" -msgstr "" +msgstr "Procentní hodnoty" #: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7 @@ -674,7 +677,7 @@ msgstr "Sekundy" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" -msgstr "" +msgstr "Seznam senzorů" #: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7 @@ -703,7 +706,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:59 msgid "Show max values instead of averages" -msgstr "" +msgstr "Zobrazit maximální hodnoty místo průměrů" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua:22 msgid "Socket file" @@ -792,11 +795,11 @@ msgstr "Tabulka" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:6 msgid "The APCUPS plugin collects statistics about the APC UPS." -msgstr "" +msgstr "Modul APCUPS shromažďuje statistické údaje o UPS zařízeních firmy APC." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:5 msgid "The NUT plugin reads information about Uninterruptible Power Supplies." -msgstr "" +msgstr "Modul NUT čte informace o nepřerušitelných zdrojích napájení (UPS)." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:6 msgid "" @@ -808,7 +811,7 @@ msgstr "" msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." -msgstr "" +msgstr "Modul OpenVPN shromažďuje informace o aktuálním stavu připojení VPN." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 msgid "" @@ -866,7 +869,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:6 msgid "The entropy plugin collects statistics about the available entropy." -msgstr "" +msgstr "Modul entropie shromažďuje statistiku o dostupné entropii." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:6 msgid "" @@ -965,6 +968,8 @@ msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." msgstr "" +"Modul senzorů používá rozhraní Linux Sensors ke shromažďování " +"environmentálních statistik." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:6 msgid "" @@ -1004,7 +1009,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 msgid "The uptime plugin collects statistics about the uptime of the system." -msgstr "" +msgstr "Modul uptime shromažďuje statistiku o době běhu systému." #: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6 @@ -1017,11 +1022,11 @@ msgstr "Nastavení pluginu pro teploty" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:5 msgid "This plugin collects statistics about the processor context switches." -msgstr "" +msgstr "Tento modul shromažďuje statistiku přepnutí kontextu procesoru." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:5 msgid "This plugin collects statistics about the processor frequency scaling." -msgstr "" +msgstr "Tento modul shromažďuje statistiku o škálování frekvence procesoru." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:25 msgid "" @@ -1038,7 +1043,7 @@ msgstr "Tato sekce určuje, na které servery budou odeslána shromážděná da #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:54 msgid "Try to lookup fully qualified hostname" -msgstr "" +msgstr "Zkuste vyhledat plně kvalifikovaný název hostitele" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12 #: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7 @@ -1052,7 +1057,7 @@ msgstr "Konfigurace pluginu UPS" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12 msgid "UPS name in NUT ups@host format" -msgstr "" +msgstr "Název UPS ve formátu NUT ups@hostitel" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:22 msgid "URL" @@ -1118,15 +1123,17 @@ msgstr "Nastavení pluginu Wireless Iwinfo" msgid "" "You can install additional collectd-mod-* plugins to enable more statistics." msgstr "" +"Pro povolení dalších statistik můžete nainstalovat další collectd-mod-* " +"zásuvné moduly." #: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7 msgid "cUrl" -msgstr "" +msgstr "cUrl" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:5 msgid "cUrl Plugin Configuration" -msgstr "" +msgstr "Nastavení modulu cUrl" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" diff --git a/applications/luci-app-statistics/po/hu/statistics.po b/applications/luci-app-statistics/po/hu/statistics.po index c3569fedb..9914a2f09 100644 --- a/applications/luci-app-statistics/po/hu/statistics.po +++ b/applications/luci-app-statistics/po/hu/statistics.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-29 19:43+0000\n" +"PO-Revision-Date: 2019-12-10 23:13+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -1071,7 +1071,7 @@ msgstr "UnixSock bővítmény beállítása" #: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15 msgid "Uptime" -msgstr "" +msgstr "Működési idő" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 msgid "Uptime Plugin Configuration" diff --git a/applications/luci-app-statistics/po/mr/statistics.po b/applications/luci-app-statistics/po/mr/statistics.po new file mode 100644 index 000000000..045abda4d --- /dev/null +++ b/applications/luci-app-statistics/po/mr/statistics.po @@ -0,0 +1,1110 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2019-12-15 21:21+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-statistics/luasrc/statistics/plugins/apcups.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7 +msgid "APC UPS" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:5 +msgid "APCUPS Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:15 +msgid "Absolute values" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70 +msgid "Action (target)" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:22 +msgid "Add command for reading values" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:34 +msgid "Add matching rule" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:19 +msgid "Add multiple hosts separated by space." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:50 +msgid "Add notification command" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:24 +msgid "Address family" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23 +msgid "Aggregate number of connected users" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:24 +msgid "Base Directory" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:24 +msgid "Basic monitoring" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:18 +msgid "By setting this, CPU is not aggregate of all processors on the system" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:4 +msgid "CPU Context Switches Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9 +msgid "CPU Frequency" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:4 +msgid "CPU Frequency Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:5 +msgid "CPU Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7 +msgid "CSV Output" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:5 +msgid "CSV Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:91 +msgid "Cache collected data for" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:78 +msgid "Cache flush interval" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 +msgid "Chain" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:24 +msgid "CollectLinks" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:31 +msgid "CollectRoutes" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:38 +msgid "CollectTopology" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:8 +msgid "Collectd Settings" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:9 +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7 +msgid "Conntrack" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:5 +msgid "Conntrack Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6 +msgid "Context Switches" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:5 +msgid "DF Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7 +msgid "DNS" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua:8 +msgid "DNS Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:44 +msgid "Data collection interval" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:40 +msgid "Datasets definition file" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:96 +msgid "Destination ip range" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:32 +msgid "Directory for collectd plugins" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:28 +msgid "Directory for sub-configurations" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua:5 +msgid "Disk Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7 +msgid "Disk Space Usage" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7 +msgid "Disk Usage" +msgstr "" + +#: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:17 +msgid "Display Host »" +msgstr "" + +#: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:23 +msgid "Display timespan »" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua:5 +msgid "E-Mail Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7 +msgid "Email" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:19 +msgid "Empty value = monitor all" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:17 +msgid "Enable" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:11 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:12 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:15 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:8 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:15 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua:15 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:28 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:16 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:12 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:20 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:9 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:13 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:15 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:15 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:18 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:70 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:10 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:15 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:14 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:15 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:10 +msgid "Enable this plugin" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7 +msgid "Entropy" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:5 +msgid "Entropy Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2 +msgid "Exec" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:5 +msgid "Exec Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:15 +msgid "Extra items" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:68 +msgid "Filter class monitoring" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7 +msgid "Firewall" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:100 +msgid "Flush cache after" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:71 +msgid "Forwarding between listen and server addresses" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:29 +msgid "Gather compression statistics" +msgstr "" + +#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23 +msgid "General plugins" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 +msgid "Generate a separate graph for each logged user" +msgstr "" + +#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73 +msgid "Graphs" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:42 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:71 +msgid "Group" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:23 +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:51 +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invocation " +"will be fed to the the called programs stdin." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:35 +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:13 +msgid "Host" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:19 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:13 +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:5 +msgid "IRQ Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua:32 +msgid "Ignore source addresses" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 +msgid "Incoming interface" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:8 +msgid "Interface Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7 +msgid "Interfaces" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7 +msgid "Interrupts" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:38 +msgid "Interval for pings" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:18 +msgid "Iptables Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:16 +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:33 +msgid "Listen host" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:37 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:24 +msgid "Listener interfaces" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:5 +msgid "Load Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:60 +msgid "" +"Max values for a period can be used instead of averages when not using 'only " +"average RRAs'" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua:41 +msgid "Maximum allowed connections" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7 +msgid "Memory" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:5 +msgid "Memory Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:37 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua:25 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:31 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:25 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:22 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:79 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:118 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:24 +msgid "Monitor all except specified" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:19 +msgid "Monitor all local listen ports" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 +msgid "Monitor all sensors" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:18 +msgid "Monitor device(s) / thermal zone(s)" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:19 +msgid "Monitor devices" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua:19 +msgid "Monitor disks and partitions" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:31 +msgid "Monitor filesystem types" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:18 +msgid "Monitor host" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:19 +msgid "Monitor hosts" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua:22 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:22 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:15 +msgid "Monitor interfaces" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:20 +msgid "Monitor interrupts" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:24 +msgid "Monitor local ports" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:25 +msgid "Monitor mount points" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:19 +msgid "Monitor processes" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:29 +msgid "Monitor remote ports" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:15 +msgid "More details about frequency usage and transitions" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:20 +msgid "Name" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 +msgid "Name of the rule" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7 +msgid "Netlink" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:10 +msgid "Netlink Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2 +msgid "Network" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:5 +msgid "Network Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24 +msgid "Network plugins" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:81 +msgid "Network protocol" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:24 +msgid "" +"Note: as pages are rendered by user 'nobody', the *.rrd files, the storage " +"directory and all its parent directories need to be world readable." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:49 +msgid "Number of threads for data collection" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7 +msgid "OLSRd" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:5 +msgid "OLSRd Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:53 +msgid "Only create average RRAs" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7 +msgid "OpenVPN" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 +msgid "OpenVPN Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 +msgid "OpenVPN status files" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 +msgid "Options" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 +msgid "Outgoing interface" +msgstr "" + +#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22 +msgid "Output plugins" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:23 +msgid "Percent values" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7 +msgid "Ping" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:5 +msgid "Ping Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:18 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:23 +msgid "Port for apcupsd communication" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7 +msgid "Processes" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:5 +msgid "Processes Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:20 +msgid "Processes to monitor separated by space" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10 +msgid "Processor" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:46 +msgid "Qdisc monitoring" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:82 +msgid "RRD XFiles Factor" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:44 +msgid "RRD heart beat interval" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:35 +msgid "RRD step interval" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7 +msgid "RRDTool" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:5 +msgid "RRDTool Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:17 +msgid "Report by CPU" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:24 +msgid "Report by state" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:31 +msgid "Report in percent" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:74 +msgid "Rows per RRA" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:61 +msgid "Script" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:78 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:38 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:35 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:44 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:91 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:100 +msgid "Seconds" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 +msgid "Sensor list" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7 +msgid "Sensors" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 +msgid "Sensors Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:54 +msgid "Server host" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:58 +msgid "Server port" +msgstr "" + +#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48 +msgid "Setup" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:57 +msgid "Shaping class monitoring" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:59 +msgid "Show max values instead of averages" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua:22 +msgid "Socket file" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua:27 +msgid "Socket group" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua:34 +msgid "Socket permissions" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:90 +msgid "Source ip range" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:25 +msgid "Specifies what information to collect about links." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:32 +msgid "Specifies what information to collect about routes." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:39 +msgid "Specifies what information to collect about the global topology." +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7 +msgid "Splash Leases" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:5 +msgid "Splash Leases Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45 +#: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9 +#: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9 +msgid "Statistics" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:23 +msgid "Storage directory" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:19 +msgid "Storage directory for the csv files" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:24 +msgid "Store data values as rates instead of absolute values" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:67 +msgid "Stored timespans" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7 +msgid "System Load" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7 +msgid "TCP Connections" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:5 +msgid "TCPConns Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:64 +msgid "TTL for network packets" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:32 +msgid "TTL for ping packets" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48 +msgid "Table" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:6 +msgid "The APCUPS plugin collects statistics about the APC UPS." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:5 +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:6 +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:8 +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:6 +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:6 +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:6 +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua:6 +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua:6 +msgid "" +"The disk plugin collects detailed usage statistics for selected partitions " +"or whole disks." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua:9 +msgid "" +"The dns plugin collects detailed statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua:6 +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:6 +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:6 +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua:9 +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:19 +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"information about processed bytes and packets per rule." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua:6 +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:8 +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua:6 +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:6 +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:11 +msgid "" +"The netlink plugin collects extended information like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:6 +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:6 +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua:6 +msgid "" +"The processes plugin collects information like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:6 +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65 +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua:6 +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +#: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:11 +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:6 +msgid "" +"The tcpconns plugin collects information about open tcp connections on " +"selected ports." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:5 +msgid "" +"The thermal plugin will monitor temperature of the system. Data is typically " +"read from /sys/class/thermal/*/temp ( '*' denotes the thermal device to be " +"read, e.g. thermal_zone1 )" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:6 +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:6 +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6 +msgid "Thermal" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:4 +msgid "Thermal Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:5 +msgid "This plugin collects statistics about the processor context switches." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:5 +msgid "This plugin collects statistics about the processor frequency scaling." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:25 +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:46 +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:54 +msgid "Try to lookup fully qualified hostname" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12 +#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6 +msgid "UPS" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:4 +msgid "UPS Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12 +msgid "UPS name in NUT ups@host format" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:22 +msgid "URL" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7 +msgid "UnixSock" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:5 +msgid "Unixsock Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15 +msgid "Uptime" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5 +msgid "Uptime Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:35 +msgid "Use improved naming schema" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:36 +msgid "Used PID file" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:36 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:65 +msgid "User" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:35 +msgid "Verbose monitoring" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:25 +msgid "When set to true, reports per-state metric (system, user, idle)" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:16 +msgid "When set to true, we request absolute values" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:32 +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:24 +msgid "When set to true, we request percentage values" +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7 +msgid "Wireless" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:7 +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:15 +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2 +#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7 +msgid "cUrl" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:5 +msgid "cUrl Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 +msgid "e.g. br-ff" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:103 +msgid "e.g. br-lan" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:115 +msgid "e.g. reject-with tcp-reset" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45 +msgid "max. 16 chars" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:53 +msgid "reduces rrd size" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:67 +msgid "seconds; multiple separated by space" +msgstr "" + +#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:45 +msgid "server interfaces" +msgstr "" diff --git a/applications/luci-app-statistics/po/pt-br/statistics.po b/applications/luci-app-statistics/po/pt-br/statistics.po index d7653019b..94d5c8475 100644 --- a/applications/luci-app-statistics/po/pt-br/statistics.po +++ b/applications/luci-app-statistics/po/pt-br/statistics.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2019-12-03 08:23+0000\n" +"PO-Revision-Date: 2019-12-09 20:02+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -104,7 +104,7 @@ msgstr "Intervalo de limpeza do cache" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:59 msgid "Chain" -msgstr "Cadeia" +msgstr "Corrente" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:24 msgid "CollectLinks" @@ -347,7 +347,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:13 msgid "Host" -msgstr "Equipamento" +msgstr "Host" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:19 msgid "Hostname" diff --git a/applications/luci-app-tinyproxy/po/hu/tinyproxy.po b/applications/luci-app-tinyproxy/po/hu/tinyproxy.po index b6e94c590..edfb341c4 100644 --- a/applications/luci-app-tinyproxy/po/hu/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/hu/tinyproxy.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-29 19:44+0000\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -214,7 +214,7 @@ msgstr "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:218 msgid "Policy" -msgstr "" +msgstr "Szabály" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:12 msgid "Privacy settings" @@ -226,7 +226,7 @@ msgstr "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:8 msgid "Server Settings" -msgstr "" +msgstr "Kiszolgáló beállításai" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:14 msgid "Server limits" diff --git a/applications/luci-app-tinyproxy/po/mr/tinyproxy.po b/applications/luci-app-tinyproxy/po/mr/tinyproxy.po new file mode 100644 index 000000000..bee4e933d --- /dev/null +++ b/applications/luci-app-tinyproxy/po/mr/tinyproxy.po @@ -0,0 +1,408 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-tinyproxy/luasrc/model/cbi/tinyproxy.lua:219 +msgid "" +"Via proxy routes requests to the given target via the specified " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:108 +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:126 +msgid "Allowed clients" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:133 +msgid "Allowed connect ports" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:47 +msgid "Bind address" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:149 +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:153 +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:145 +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:157 +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:226 +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/controller/tinyproxy.lua:14 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:164 +msgid "Connection timeout" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:156 +msgid "Default deny" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:17 +msgid "Enable Tinyproxy server" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:55 +msgid "Error page" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm:36 +msgid "Failed to retrieve statistics from url:" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:148 +msgid "Filter by RegExp" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:144 +msgid "Filter by URLs" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:152 +msgid "Filter case-sensitive" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:140 +msgid "Filter file" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:13 +msgid "Filtering and ACLs" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:11 +msgid "General settings" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:97 +msgid "Group" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:63 +msgid "HTML template file to serve for stat host requests" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:56 +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:118 +msgid "Header whitelist" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:127 +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:134 +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 +msgid "Listen address" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:31 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:73 +msgid "Log file" +msgstr "लॉग फाइल" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:74 +msgid "Log file to use for dumping messages" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:80 +msgid "Log level" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:81 +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:172 +msgid "Max. clients" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:200 +msgid "Max. requests per server" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:186 +msgid "Max. spare servers" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:173 +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:201 +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:187 +msgid "Maximum number of prepared idle processes" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:165 +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:179 +msgid "Min. spare servers" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:180 +msgid "Minimum number of prepared idle processes" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:194 +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:141 +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:218 +msgid "Policy" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:12 +msgid "Privacy settings" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:222 +msgid "Reject access" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:8 +msgid "Server Settings" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:14 +msgid "Server limits" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:119 +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:32 +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:112 +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:48 +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:40 +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:98 +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:234 +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:92 +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:193 +msgid "Start spare servers" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:62 +msgid "Statistics page" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/controller/tinyproxy.lua:13 +msgid "Status" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:225 +msgid "Target host" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/controller/tinyproxy.lua:12 +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:5 +msgid "Tinyproxy" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm:51 +msgid "Tinyproxy Status" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:6 +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:211 +msgid "Upstream Proxies" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:212 +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:69 +msgid "Use syslog" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:91 +msgid "User" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:111 +msgid "Via hostname" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:221 +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:233 +msgid "Via proxy" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:70 +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +#: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:107 +msgid "X-Tinyproxy header" +msgstr "" + +#~ msgid "Allow access from" +#~ msgstr "Allow access from" + +#~ msgid "Allowed headers for anonymous proxy" +#~ msgstr "Allowed headers for anonymous proxy" + +#~ msgid "Bind outgoing traffic to address" +#~ msgstr "Bind outgoing traffic to address" + +#~ msgid "Ports allowed for CONNECT method" +#~ msgstr "Ports allowed for CONNECT method" + +#~ msgid "0 = disabled, empty = all" +#~ msgstr "0 = disabled, empty = all" + +#~ msgid "Error document" +#~ msgstr "Error document" + +#~ msgid "Filter list" +#~ msgstr "Filter list" + +#~ msgid "Case sensitive filters" +#~ msgstr "Case sensitive filters" + +#~ msgid "Filter list is a whitelist" +#~ msgstr "Filter list is a whitelist" + +#~ msgid "Extended regular expression filters" +#~ msgstr "Extended regular expression filters" + +#~ msgid "Filter URLs instead of domains" +#~ msgstr "Filter URLs instead of domains" + +#~ msgid "Listen on address" +#~ msgstr "Listen on address" + +#~ msgid "Logfile" +#~ msgstr "Logfile" + +#~ msgid "Maximum number of clients" +#~ msgstr "Maximum number of clients" + +#~ msgid "Maximum requests per thread" +#~ msgstr "Maximum requests per thread" + +#~ msgid "Spare servers to start with" +#~ msgstr "Spare servers to start with" + +#~ msgid "Statistic document" +#~ msgstr "Statistic document" + +#~ msgid "Write to syslog" +#~ msgstr "Write to syslog" + +#~ msgid "Connection Timeout" +#~ msgstr "Connection Timeout" + +#~ msgid "Value of Via-Header" +#~ msgstr "Value of Via-Header" + +#~ msgid "Include client IP" +#~ msgstr "Include client IP" + +#~ msgid "Upstream Control" +#~ msgstr "Upstream Control" + +#~ msgid "Type" +#~ msgstr "Type" + +#~ msgid "Upstream Proxy" +#~ msgstr "Upstream Proxy" diff --git a/applications/luci-app-transmission/po/cs/transmission.po b/applications/luci-app-transmission/po/cs/transmission.po index a12903a84..2eccaad95 100644 --- a/applications/luci-app-transmission/po/cs/transmission.po +++ b/applications/luci-app-transmission/po/cs/transmission.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-12-02 16:08+0000\n" +"PO-Revision-Date: 2019-12-07 10:44+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -190,7 +190,7 @@ msgstr "" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:72 #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:98 msgid "Off" -msgstr "Vypnuté" +msgstr "Vypnuto" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:14 msgid "Open Web Interface" diff --git a/applications/luci-app-transmission/po/mr/transmission.po b/applications/luci-app-transmission/po/mr/transmission.po new file mode 100644 index 000000000..8a173dc58 --- /dev/null +++ b/applications/luci-app-transmission/po/mr/transmission.po @@ -0,0 +1,392 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-12-07 12:03+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: mr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 2.4.0\n" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:39 +msgid "Alternative download speed" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:36 +msgid "Alternative speed enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:190 +msgid "Alternative speed time begin" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:188 +msgid "Alternative speed time day" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:192 +msgid "Alternative speed time end" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:183 +msgid "Alternative speed timing enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:41 +msgid "Alternative upload speed" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:79 +msgid "Automatically start added torrents" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:34 +msgid "Bandwidth settings" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:131 +msgid "Binding address IPv4" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:133 +msgid "Binding address IPv6" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:57 +msgid "Block list enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:60 +msgid "Blocklist URL" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:55 +msgid "Blocklists" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:31 +msgid "Cache size in MB" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:25 +msgid "Config file directory" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:32 +msgid "Custom WEB UI directory" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:94 +msgid "DHT enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:111 +msgid "Debug" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:65 +msgid "Download directory" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:202 +msgid "Download queue enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:205 +msgid "Download queue size" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:86 +msgid "Enable watch directory" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:23 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:97 +msgid "Encryption" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:109 +msgid "Error" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:73 +msgid "Fast" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:63 +msgid "Files and Locations" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:100 +msgid "Forced" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:74 +msgid "Full" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:136 +msgid "Global peer limit" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:19 +msgid "Global settings" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:123 +msgid "Idle seeding limit" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:120 +msgid "Idle seeding limit enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:69 +msgid "Incomplete directory" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:66 +msgid "Incomplete directory enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:110 +msgid "Info" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:104 +msgid "LPD enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:101 +msgid "Lazy bitfield enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:107 +msgid "Message level" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:92 +msgid "Miscellaneous" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:108 +msgid "None" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:188 +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:72 +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:98 +msgid "Off" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:14 +msgid "Open Web Interface" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:112 +msgid "PEX enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:140 +msgid "Peer Port settings" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:135 +msgid "Peer congestion algorithm" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:137 +msgid "Peer limit per torrent" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:142 +msgid "Peer port" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:146 +msgid "Peer port random high" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:148 +msgid "Peer port random low" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:143 +msgid "Peer port random on start" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:129 +msgid "Peer settings" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:138 +msgid "Peer socket tos" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:150 +msgid "Port forwarding enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:99 +msgid "Preferred" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:75 +msgid "Prefetch enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:207 +msgid "Queue stalled enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:210 +msgid "Queue stalled minutes" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:200 +msgid "Queueing" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:163 +msgid "RPC URL" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:171 +msgid "RPC authentication required" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:161 +msgid "RPC bind address" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:156 +msgid "RPC enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:177 +msgid "RPC password" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:159 +msgid "RPC port" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:154 +msgid "RPC settings" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:175 +msgid "RPC username" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:169 +msgid "RPC whitelist" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:165 +msgid "RPC whitelist enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:197 +msgid "Ratio limit" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:194 +msgid "Ratio limit enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:76 +msgid "Rename partial files" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:26 +msgid "Run daemon as user" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:181 +msgid "Scheduling" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:217 +msgid "Scrape paused torrents enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:115 +msgid "Script torrent done enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:118 +msgid "Script torrent done filename" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:212 +msgid "Seed queue enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:215 +msgid "Seed queue size" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:46 +msgid "Speed limit down" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:43 +msgid "Speed limit down enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:51 +msgid "Speed limit up" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:48 +msgid "Speed limit up enabled" +msgstr "" + +#: applications/luci-app-transmission/luasrc/controller/transmission.lua:11 +msgid "Transmission" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:17 +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:82 +msgid "Trash original torrent files" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:53 +msgid "Upload slots per torrent" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:89 +msgid "Watch directory" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:190 +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:192 +msgid "in minutes from midnight" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:71 +msgid "preallocation" +msgstr "" + +#: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:125 +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/pt-br/transmission.po b/applications/luci-app-transmission/po/pt-br/transmission.po index 0683efa87..94d57fe06 100644 --- a/applications/luci-app-transmission/po/pt-br/transmission.po +++ b/applications/luci-app-transmission/po/pt-br/transmission.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-06 16:27+0200\n" -"PO-Revision-Date: 2019-12-03 08:24+0000\n" +"PO-Revision-Date: 2019-12-07 10:44+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -296,7 +296,7 @@ msgstr "Configuração do RPC" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:175 msgid "RPC username" -msgstr "Nome do usuario do RPC" +msgstr "Nome de usuário do RPC" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:169 msgid "RPC whitelist" diff --git a/applications/luci-app-transmission/po/uk/transmission.po b/applications/luci-app-transmission/po/uk/transmission.po index b2bb0140c..18951e203 100644 --- a/applications/luci-app-transmission/po/uk/transmission.po +++ b/applications/luci-app-transmission/po/uk/transmission.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-08-13 16:16+0200\n" -"PO-Revision-Date: 2019-10-27 21:29+0000\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" "Last-Translator: Yurii Petrashko \n" "Language-Team: Ukrainian \n" @@ -13,7 +13,7 @@ msgstr "" "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.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:39 msgid "Alternative download speed" @@ -49,19 +49,19 @@ msgstr "" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:34 msgid "Bandwidth settings" -msgstr "" +msgstr "Налаштування пропускної здатності" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:131 msgid "Binding address IPv4" -msgstr "" +msgstr "Прив’язка адреси IPv4" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:133 msgid "Binding address IPv6" -msgstr "" +msgstr "Прив’язка адреси IPv6" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:57 msgid "Block list enabled" -msgstr "" +msgstr "Список заблокованих увімкнено" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:60 msgid "Blocklist URL" @@ -73,11 +73,11 @@ msgstr "" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:31 msgid "Cache size in MB" -msgstr "" +msgstr "Розмір кешу в МБ" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:25 msgid "Config file directory" -msgstr "" +msgstr "Каталог файлів конфігурації" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:32 msgid "Custom WEB UI directory" @@ -93,7 +93,7 @@ msgstr "Зневаджування" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:65 msgid "Download directory" -msgstr "" +msgstr "Каталог завантажень" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:202 msgid "Download queue enabled" @@ -193,7 +193,7 @@ msgstr "" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:72 #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:98 msgid "Off" -msgstr "" +msgstr "Вимк." #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:14 msgid "Open Web Interface" diff --git a/applications/luci-app-travelmate/po/cs/travelmate.po b/applications/luci-app-travelmate/po/cs/travelmate.po index 80af1ebd4..a5fb246e0 100644 --- a/applications/luci-app-travelmate/po/cs/travelmate.po +++ b/applications/luci-app-travelmate/po/cs/travelmate.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-05 17:06+0000\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -127,7 +127,7 @@ msgstr "Zařízení" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:132 msgid "Down" -msgstr "" +msgstr "Dolů" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:85 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:67 @@ -517,7 +517,7 @@ msgstr "Prodleva spuštění" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:131 msgid "Up" -msgstr "" +msgstr "Nahoru" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:79 msgid "Uplink / Trigger interface" diff --git a/applications/luci-app-travelmate/po/fr/travelmate.po b/applications/luci-app-travelmate/po/fr/travelmate.po index 529a640f7..f4bd4d993 100644 --- a/applications/luci-app-travelmate/po/fr/travelmate.po +++ b/applications/luci-app-travelmate/po/fr/travelmate.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:07+0000\n" -"Last-Translator: Baptiste \n" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" +"Last-Translator: Guillaume D. <2a3b@protonmail.com>\n" "Language-Team: French \n" "Language: fr\n" @@ -400,8 +400,9 @@ msgid "Retry limit to connect to an uplink." msgstr "" #: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:102 +#, fuzzy msgid "Runtime Information" -msgstr "" +msgstr "Information processus" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:41 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:26 diff --git a/applications/luci-app-travelmate/po/hu/travelmate.po b/applications/luci-app-travelmate/po/hu/travelmate.po index c8be563b5..11cc2dab7 100644 --- a/applications/luci-app-travelmate/po/hu/travelmate.po +++ b/applications/luci-app-travelmate/po/hu/travelmate.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:45+0000\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -43,7 +43,7 @@ msgstr "Speciális" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:92 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:74 msgid "Authentication" -msgstr "" +msgstr "Hitelesítés" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:162 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:154 @@ -73,7 +73,7 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:30 #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:111 msgid "BSSID" -msgstr "" +msgstr "BSSID" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12 @@ -123,7 +123,7 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:109 msgid "Device" -msgstr "" +msgstr "Eszköz" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:132 msgid "Down" @@ -136,7 +136,7 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:133 msgid "Edit" -msgstr "" +msgstr "Szerkesztés" #: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:25 msgid "Edit Firewall Configuration" @@ -179,7 +179,7 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112 #: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:36 msgid "Encryption" -msgstr "" +msgstr "Titkosítás" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:163 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:155 @@ -215,21 +215,21 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:62 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:127 msgid "Force CCMP (AES)" -msgstr "" +msgstr "CCMP (AES) kényszerítése" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:81 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:140 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:63 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:128 msgid "Force TKIP" -msgstr "" +msgstr "TKIP kényszerítése" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:82 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:141 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:64 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:129 msgid "Force TKIP and CCMP (AES)" -msgstr "" +msgstr "TKIP és CCMP (AES) kényszerítése" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136 msgid "" @@ -280,11 +280,11 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:132 msgid "Move down" -msgstr "" +msgstr "Mozgatás le" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:131 msgid "Move up" -msgstr "" +msgstr "Mozgatás fel" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:80 msgid "Name of the used uplink interface." @@ -331,12 +331,12 @@ msgstr "Jelszó" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:122 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:109 msgid "Password of Private Key" -msgstr "" +msgstr "Személyes kulcs jelszava" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:111 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:95 msgid "Path to CA-Certificate" -msgstr "" +msgstr "Útvonal a CA-tanúsítványhoz" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:114 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:99 @@ -346,7 +346,7 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:118 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:104 msgid "Path to Private Key" -msgstr "" +msgstr "Útvonal a személyes kulcshoz" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:69 msgid "ProActive Uplink Switch" @@ -372,7 +372,7 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:134 msgid "Remove" -msgstr "" +msgstr "Eltávolítás" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:134 msgid "Remove this Uplink" @@ -385,7 +385,7 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:15 #: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:149 msgid "Restart" -msgstr "" +msgstr "Újraindítás" #: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:147 msgid "Restart Travelmate" @@ -519,7 +519,7 @@ msgstr "Aktiváló késleltetése" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:131 msgid "Up" -msgstr "" +msgstr "Fel" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:79 msgid "Uplink / Trigger interface" @@ -539,7 +539,7 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:20 msgid "View Logfile" -msgstr "" +msgstr "Naplófájl megtekintése" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:67 msgid "WEP-Passphrase" diff --git a/applications/luci-app-travelmate/po/mr/travelmate.po b/applications/luci-app-travelmate/po/mr/travelmate.po new file mode 100644 index 000000000..0e8d2176a --- /dev/null +++ b/applications/luci-app-travelmate/po/mr/travelmate.po @@ -0,0 +1,572 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-travelmate/luasrc/view/travelmate/runtime.htm:206 +msgid "AP on" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113 +#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38 +msgid "Action" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74 +msgid "Add Open Uplinks" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:68 +msgid "Add Uplink" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:13 +msgid "Add Wireless Uplink Configuration" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118 +msgid "" +"Additional trigger delay in seconds before travelmate processing begins." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:21 +msgid "Advanced" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:92 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:74 +msgid "Authentication" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:162 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:154 +msgid "Auto Login Script" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:79 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:138 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:61 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:126 +msgid "Automatic" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75 +msgid "" +"Automatically add open uplinks like hotel captive portals to your wireless " +"config." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112 +msgid "" +"Automatically resets the 'Faulty Stations' list after n minutes. Default is " +"'0' which means no expiry." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:53 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:30 +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:111 +msgid "BSSID" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12 +#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:77 +msgid "Back to overview" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:148 +msgid "Buffer size in bytes to prepare nearby scan results." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:58 +msgid "Captive Portal Detection" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:59 +msgid "" +"Check the internet availability, log captive portal redirections and keep " +"the uplink connection 'alive'." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:78 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:137 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:60 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:125 +msgid "Cipher" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:14 +msgid "" +"Configuration of the travelmate package to to enable travel router " +"functionality." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123 +msgid "Connection Limit" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:25 +msgid "Create Uplink interface" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:26 +msgid "" +"Create a new wireless wan uplink interface, configure it to use dhcp and" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:109 +msgid "Device" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:132 +msgid "Down" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:85 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:67 +msgid "EAP-Method" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:133 +msgid "Edit" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:25 +msgid "Edit Firewall Configuration" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:24 +msgid "Edit Network Configuration" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:22 +msgid "Edit Travelmate Configuration" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:23 +msgid "Edit Wireless Configuration" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:10 +msgid "Edit Wireless Uplink Configuration" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:133 +msgid "Edit this Uplink" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:54 +msgid "Enable Travelmate" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103 +msgid "Enable Verbose Debug Logging" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:60 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:72 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:128 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:42 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116 +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112 +#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:36 +msgid "Encryption" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:163 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:155 +msgid "" +"External script reference which will be called for automated captive portal " +"logins." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100 +msgid "Extra Options" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:128 +msgid "Faulty Stations" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:148 +msgid "Find and join network on" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:217 +msgid "For QR-Code support please install package 'qrencode'!" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:15 +msgid "" +"For further information see online " +"documentation" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:80 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:139 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:62 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:127 +msgid "Force CCMP (AES)" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:81 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:140 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:63 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:128 +msgid "Force TKIP" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:82 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:141 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:64 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:129 +msgid "Force TKIP and CCMP (AES)" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136 +msgid "" +"How long should travelmate wait for a successful wlan uplink connection." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:105 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:87 +msgid "Identity" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:46 +msgid "Ignore BSSID" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/cfg_firewall_tab.lua:9 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/cfg_network_tab.lua:9 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/cfg_wireless_tab.lua:9 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/configuration_tab.lua:9 +msgid "Input file not found, please check your configuration." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:135 +msgid "Interface Timeout" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:24 +msgid "Interface Wizard" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:140 +msgid "Last Run" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111 +msgid "List Auto Expiry" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:62 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130 +msgid "" +"Minimum signal quality threshold as percent for conditional uplink (dis-) " +"connections." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:132 +msgid "Move down" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:131 +msgid "Move up" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:80 +msgid "Name of the used uplink interface." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:63 +msgid "Net Error Check" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:164 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:156 +msgid "Optional Arguments" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101 +msgid "" +"Options for further tweaking in case the defaults are not suitable for you." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:141 +msgid "Overall Timeout" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142 +msgid "Overall retry timeout in seconds." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:18 +msgid "Overview" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:49 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:90 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:135 +msgid "Passphrase" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:107 +msgid "Password" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:122 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:109 +msgid "Password of Private Key" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:111 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:95 +msgid "Path to CA-Certificate" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:114 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:99 +msgid "Path to Client-Certificate" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:118 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:104 +msgid "Path to Private Key" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:69 +msgid "ProActive Uplink Switch" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:70 +msgid "" +"Proactively scan and switch to a higher prioritized uplink, despite of an " +"already existing connection." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:103 +msgid "" +"Provides an overview of all configured uplinks for the travelmate interface " +"(%s). You can edit, remove or re-order/prioritize existing uplinks or scan " +"for new ones. The currently used uplink is emphasized in blue, faulty " +"stations in red." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107 +msgid "Radio Selection / Order" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:134 +msgid "Remove" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:134 +msgid "Remove this Uplink" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:82 +msgid "Repeat scan" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:15 +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:149 +msgid "Restart" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:147 +msgid "Restart Travelmate" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:108 +msgid "" +"Restrict travelmate to a single radio (e.g. 'radio1') or change the overall " +"scanning order (e.g. 'radio1 radio2 radio0')." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124 +msgid "Retry limit to connect to an uplink." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:102 +msgid "Runtime Information" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:41 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:26 +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:110 +msgid "SSID" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:39 +msgid "SSID (hidden)" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/cfg_firewall_tab.lua:15 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/cfg_network_tab.lua:15 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/cfg_wireless_tab.lua:15 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/configuration_tab.lua:17 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:14 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:11 +msgid "Save" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:148 +msgid "Scan" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:147 +msgid "Scan Buffer Size" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:156 +msgid "Show/Hide QR-Codes" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129 +msgid "Signal Quality Threshold" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37 +msgid "Signal strength" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:165 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:157 +msgid "" +"Space separated list of additional arguments passed to the Auto Login " +"Script, i.e. username and password" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:116 +msgid "Station ID (RADIO/SSID/BSSID)" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:122 +msgid "Station Interface" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:54 +msgid "" +"The BSSID information '%s' is optional and only required for hidden networks" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/logread.htm:31 +msgid "The syslog output, pre-filtered for travelmate related messages only." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/cfg_firewall_tab.lua:19 +msgid "" +"This form allows you to modify the content of the main firewall " +"configuration file (/etc/config/firewall)." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/cfg_network_tab.lua:19 +msgid "" +"This form allows you to modify the content of the main network configuration " +"file (/etc/config/network)." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/configuration_tab.lua:21 +msgid "" +"This form allows you to modify the content of the main travelmate " +"configuration file (/etc/config/travelmate)." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/cfg_wireless_tab.lua:19 +msgid "" +"This form allows you to modify the content of the main wireless " +"configuration file (/etc/config/wireless)." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:28 +msgid "This step has only to be done once." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:17 +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:13 +msgid "Travelmate" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:104 +msgid "Travelmate Status (Quality)" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:110 +msgid "Travelmate Version" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:64 +msgid "Treat missing internet availability as an error." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117 +msgid "Trigger Delay" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:131 +msgid "Up" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:79 +msgid "Uplink / Trigger interface" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:35 +msgid "Uplink BSSID" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:34 +msgid "Uplink SSID" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:154 +msgid "View AP QR-Codes" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:20 +msgid "View Logfile" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:67 +msgid "WEP-Passphrase" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:134 +msgid "WPA Capabilities" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:147 +msgid "WPA-Passphrase" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:30 +msgid "Wireless Scan" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:19 +msgid "Wireless Stations" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:27 +msgid "add it to the wan zone of the firewall." +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43 +msgid "hidden" +msgstr "" + +#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:206 +msgid "with SSID" +msgstr "" diff --git a/applications/luci-app-travelmate/po/pl/travelmate.po b/applications/luci-app-travelmate/po/pl/travelmate.po index 026962dac..6142177b7 100644 --- a/applications/luci-app-travelmate/po/pl/travelmate.po +++ b/applications/luci-app-travelmate/po/pl/travelmate.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-17 11:06+0000\n" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" "Last-Translator: Marcin Net \n" "Language-Team: Polish \n" @@ -320,8 +320,8 @@ msgstr "Argumenty opcjonalne" msgid "" "Options for further tweaking in case the defaults are not suitable for you." msgstr "" -"Opcje dla dalszych zmian w przypadku, gdy domyślne nie są dla ciebie " -"odpowiednie." +"Opcje dalszych zmian w przypadku, gdy ustawienia domyślne nie są dla ciebie " +"wystarczające." #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:141 msgid "Overall Timeout" diff --git a/applications/luci-app-travelmate/po/tr/travelmate.po b/applications/luci-app-travelmate/po/tr/travelmate.po index 60f39ce2f..153ba91b9 100644 --- a/applications/luci-app-travelmate/po/tr/travelmate.po +++ b/applications/luci-app-travelmate/po/tr/travelmate.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:07+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -12,7 +12,7 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:206 msgid "AP on" -msgstr "" +msgstr "AP (erişim noktası) açık" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113 #: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38 @@ -38,12 +38,12 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:21 msgid "Advanced" -msgstr "" +msgstr "Gelişmiş" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:92 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:74 msgid "Authentication" -msgstr "" +msgstr "Kimlik Doğrulama" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:162 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:154 @@ -55,7 +55,7 @@ msgstr "" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:61 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:126 msgid "Automatic" -msgstr "" +msgstr "Otomatik" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75 msgid "" 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 f7676774a..d7bfee271 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-ttyd/po/hu/ttyd.po b/applications/luci-app-ttyd/po/hu/ttyd.po index 175506e1e..929a07569 100644 --- a/applications/luci-app-ttyd/po/hu/ttyd.po +++ b/applications/luci-app-ttyd/po/hu/ttyd.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:47+0000\n" +"PO-Revision-Date: 2019-12-10 23:16+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -174,7 +174,7 @@ msgstr "" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:36 msgid "Signal" -msgstr "" +msgstr "Jel" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:36 msgid "Signal to send to the command when exit it (default: 1, SIGHUP)" diff --git a/applications/luci-app-ttyd/po/mr/ttyd.po b/applications/luci-app-ttyd/po/mr/ttyd.po new file mode 100644 index 000000000..e60aec6bc --- /dev/null +++ b/applications/luci-app-ttyd/po/mr/ttyd.po @@ -0,0 +1,209 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:55 +msgid "Accept only one client and exit on disconnection" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:14 +msgid "Add instance" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:39 +msgid "Allow URL args" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:39 +msgid "" +"Allow client to send command line arguments in URL (eg: http://" +"localhost:7681?arg=foo&arg=bar)" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:49 +msgid "Check origin" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:43 +msgid "Client option" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:75 +msgid "Command" +msgstr "" + +#: applications/luci-app-ttyd/luasrc/controller/ttyd.lua:12 +msgid "Config" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:27 +msgid "Credential" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:27 +msgid "Credential for Basic Authentication" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:57 +msgid "Custom index.html path" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:72 +msgid "Debug" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:41 +msgid "Do not allow clients to write to the TTY" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:49 +msgid "Do not allow websocket connection from different origin" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:16 +msgid "Enable" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:59 +msgid "Enable IPv6 support" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:61 +msgid "Enable SSL" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:33 +msgid "Group ID" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:33 +msgid "Group id to run with" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:59 +msgid "IPv6" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:57 +msgid "Index" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:23 +msgid "Interface" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:51 +msgid "Max clients" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:51 +msgid "Maximum clients to support (default: 0, no limit)" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:23 +msgid "" +"Network interface to bind (eg: eth0), or UNIX domain socket path (eg: /var/" +"run/ttyd.sock)" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:55 +msgid "Once" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:19 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:19 +msgid "Port to listen (default: 7681, use `0` for random port)" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:12 +msgid "" +"Random ttyd port (port=0) is not supported.
Change to a fixed port and " +"try again." +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:41 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:61 +msgid "SSL" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:69 +msgid "SSL CA file path for client certificate verification" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:69 +msgid "SSL ca" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:63 +msgid "SSL cert" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:63 +msgid "SSL certificate file path" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:66 +msgid "SSL key" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:66 +msgid "SSL key file path" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:43 +msgid "Send option to client" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:72 +msgid "Set log level (default: 7)" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:36 +msgid "Signal" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:36 +msgid "Signal to send to the command when exit it (default: 1, SIGHUP)" +msgstr "" + +#: applications/luci-app-ttyd/luasrc/controller/ttyd.lua:11 +msgid "Terminal" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:46 +msgid "Terminal type" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:46 +msgid "Terminal type to report (default: xterm-256color)" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:30 +msgid "User ID" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:30 +msgid "User id to run with" +msgstr "" + +#: applications/luci-app-ttyd/luasrc/controller/ttyd.lua:10 +msgid "ttyd" +msgstr "" + +#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:11 +msgid "ttyd Instance" +msgstr "" diff --git a/applications/luci-app-ttyd/po/uk/ttyd.po b/applications/luci-app-ttyd/po/uk/ttyd.po index c3a6b4572..471f7737d 100644 --- a/applications/luci-app-ttyd/po/uk/ttyd.po +++ b/applications/luci-app-ttyd/po/uk/ttyd.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-30 21:06+0000\n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" "Last-Translator: Yurii Petrashko \n" "Language-Team: Ukrainian \n" diff --git a/applications/luci-app-udpxy/po/mr/udpxy.po b/applications/luci-app-udpxy/po/mr/udpxy.po new file mode 100644 index 000000000..0130e53be --- /dev/null +++ b/applications/luci-app-udpxy/po/mr/udpxy.po @@ -0,0 +1,77 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-udpxy/luasrc/model/cbi/udpxy.lua:23 +msgid "Bind IP/Interface" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:47 +msgid "Buffer messages" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:43 +msgid "Buffer size" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:51 +msgid "Buffer time" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:10 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:39 +msgid "Log file" +msgstr "लॉग फाइल" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:35 +msgid "Max clients" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:59 +msgid "Multicast subscription renew" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:55 +msgid "Nice increment" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:27 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:15 +msgid "Respawn" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:31 +msgid "Source IP/Interface" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:21 +msgid "Status" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:18 +msgid "Verbose" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/controller/udpxy.lua:11 +msgid "udpxy" +msgstr "" + +#: applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua:4 +msgid "" +"udpxy is a UDP-to-HTTP multicast traffic relay daemon, here you can " +"configure the settings." +msgstr "" 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 e93c07880..d7bfee271 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-uhttpd/po/mr/uhttpd.po b/applications/luci-app-uhttpd/po/mr/uhttpd.po new file mode 100644 index 000000000..7373985ad --- /dev/null +++ b/applications/luci-app-uhttpd/po/mr/uhttpd.po @@ -0,0 +1,257 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:135 +msgid "" +"(/old/path=/new/path) or (just /old/path which becomes /cgi-prefix/old/path)" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:145 +msgid "404 Error" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:7 +msgid "A lightweight single-threaded HTTP(S) server" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:20 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:135 +msgid "Aliases" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:149 +msgid "Base directory for files to be served" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:22 +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 +msgid "Bind to specific interface:port (by specifying interface address" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:126 +msgid "CGI filetype handler" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:153 +msgid "CGI is disabled if not present." +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:142 +msgid "Config file (e.g. for credentials for Basic Auth)" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:187 +msgid "Connection reuse" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:221 +msgid "Country" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:173 +msgid "Disable JSON-RPC authorization via ubus session API" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:129 +msgid "Do not follow symlinks outside document root" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:132 +msgid "Do not generate directory listings." +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:148 +msgid "Document root" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:122 +msgid "E.g specify with index.html and index.php when using PHP" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:160 +msgid "Embedded Lua interpreter is disabled if not present." +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:169 +msgid "Enable JSON-RPC Cross-Origin Resource Support" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:19 +msgid "For settings primarily geared to serving more than the web UI" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:19 +msgid "Full Web Server Settings" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:160 +msgid "Full real path to handler for Lua scripts" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:18 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:22 +msgid "HTTP listeners (address:port)" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 +msgid "HTTPS Certificate (DER Encoded)" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 +msgid "HTTPS Private Key (DER Encoded)" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 +msgid "HTTPS listener (address:port)" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:90 +msgid "Ignore private IPs on public interface" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:122 +msgid "Index page(s)" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:126 +msgid "" +"Interpreter to associate with file endings ('suffix=handler', e.g. '.php=/" +"usr/bin/php-cgi')" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:214 +msgid "Length of key in bits" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:227 +msgid "Location" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:197 +msgid "Maximum number of connections" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:201 +msgid "Maximum number of script requests" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:177 +msgid "Maximum wait time for Lua, CGI, or ubus execution" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:182 +msgid "Maximum wait time for network activity" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:166 +msgid "Override path for ubus socket" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:153 +msgid "Path prefix for CGI scripts" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:90 +msgid "" +"Prevent access from private (RFC1918) IPs on an interface if it has an " +"public IP address" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:138 +msgid "Realm for Basic Auth" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:86 +msgid "Redirect all HTTP to HTTPS" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:109 +msgid "Remove configuration for certificate and key" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:98 +msgid "Remove old certificate and key" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:218 +msgid "Server Hostname" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:20 +msgid "" +"Settings which are either rarely needed or which affect serving the WebUI" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:224 +msgid "State" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:192 +msgid "TCP Keepalive" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:110 +msgid "This permanently deletes the cert, key, and configuration to use same." +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:210 +msgid "Valid for # of Days" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:145 +msgid "" +"Virtual URL or CGI script to display on status '404 Not Found'. Must begin " +"with '/'" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:156 +msgid "Virtual path prefix for Lua scripts" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 +msgid "Virtual path prefix for ubus via JSON-RPC integration" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:142 +msgid "Will not use HTTP authentication if not present" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:218 +msgid "a.k.a CommonName" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/controller/uhttpd/uhttpd.lua:13 +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:6 +msgid "uHTTPd" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:205 +msgid "uHTTPd Self-signed Certificate Parameters" +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:99 +msgid "" +"uHTTPd will generate a new self-signed certificate using the configuration " +"shown below." +msgstr "" + +#: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 +msgid "ubus integration is disabled if not present" +msgstr "" diff --git a/applications/luci-app-unbound/po/cs/unbound.po b/applications/luci-app-unbound/po/cs/unbound.po index 258072540..5787752bd 100644 --- a/applications/luci-app-unbound/po/cs/unbound.po +++ b/applications/luci-app-unbound/po/cs/unbound.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-05 17:07+0000\n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -106,7 +106,7 @@ msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:233 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:243 msgid "Default" -msgstr "" +msgstr "Výchozí" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:164 msgid "Denied (nxdomain)" diff --git a/applications/luci-app-unbound/po/hu/unbound.po b/applications/luci-app-unbound/po/hu/unbound.po index e371096c0..6e7df0ea6 100644 --- a/applications/luci-app-unbound/po/hu/unbound.po +++ b/applications/luci-app-unbound/po/hu/unbound.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -406,7 +406,7 @@ msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:236 msgid "Medium" -msgstr "" +msgstr "Közepes" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:231 msgid "Memory Resource" diff --git a/applications/luci-app-unbound/po/mr/unbound.po b/applications/luci-app-unbound/po/mr/unbound.po new file mode 100644 index 000000000..99674ccab --- /dev/null +++ b/applications/luci-app-unbound/po/mr/unbound.po @@ -0,0 +1,749 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:96 +msgid "(root)" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:201 +msgid ", and %s entries" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:172 +msgid ", and try %s" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:78 +msgid "AXFR" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:67 +msgid "Accept queries only from local subnets" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:214 +msgid "Adblock domain list is too large to display in LuCI." +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:46 +msgid "Advanced" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:245 +msgid "Aggressive" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:34 +msgid "Allow open recursion when record not in zone" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:38 +msgid "Authoritative (zone file)" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:41 +msgid "Basic" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:250 +msgid "Break down query components for limited added privacy" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:77 +msgid "Break the loop where DNSSEC needs NTP and NTP needs DNS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:83 +msgid "Choose Unbounds listening port" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:221 +msgid "Chose the IP versions used upstream and downstream" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:56 +msgid "Connect to servers using TLS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:47 +msgid "DHCP" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:139 +msgid "DHCP Link" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:147 +msgid "DHCPv4 to SLAAC" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:56 +msgid "DNS Cache" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:55 +msgid "DNS over TLS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:106 +msgid "DNS64 Prefix" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:76 +msgid "DNSSEC NTP Fix" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:222 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:233 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:243 +msgid "Default" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:164 +msgid "Denied (nxdomain)" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:22 +msgid "Directed Zone" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:77 +msgid "Directory only part of URL" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:114 +msgid "Domain Insecure" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:72 +msgid "Domain name to verify TLS certificate" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:154 +msgid "Domain suffix for this router and DHCP clients" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:262 +msgid "EDNS Size" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/manual.lua:14 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/uciedit.lua:14 +msgid "Edit '" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/server.lua:14 +msgid "Edit 'server:' clause options for 'include:" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:23 +msgid "" +"Edit a forward, stub, or zone-file-cache zone for Unbound to use instead of " +"recursion." +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/extended.lua:14 +msgid "Edit clauses such as 'forward-zone:' for 'include:" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:85 +msgid "Edit: Extended" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:82 +msgid "Edit: Server" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:70 +msgid "Edit: UCI" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:77 +msgid "Edit: Unbound" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:39 +msgid "Enable" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:101 +msgid "Enable DNS64" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:71 +msgid "Enable DNSSEC" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:53 +msgid "Enable Unbound" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:211 +msgid "Enable access for unbound-control" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:102 +msgid "Enable the DNS64 module" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:72 +msgid "Enable the DNSSEC validator module" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:54 +msgid "Enable the initialization scripts for Unbound" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:30 +msgid "Enable this directed zone" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:29 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:274 +msgid "Extended Statistics" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:275 +msgid "Extended statistics are printed from unbound-control" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:196 +msgid "Extra DNS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:33 +msgid "Fall Back" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:36 +msgid "Fallback" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:65 +msgid "Files" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:98 +msgid "Filter Entire Subnet" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:89 +msgid "Filter Localhost Rebind" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:97 +msgid "Filter Private Address" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:94 +msgid "Filter Private Rebind" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:71 +msgid "Forward" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:40 +msgid "Forward (simple handoff)" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:68 +msgid "Forward TLS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:52 +msgid "Forward to upstream nameservers (ISP)" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:178 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:190 +msgid "Host FQDN, All Addresses" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:200 +msgid "Host Records" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:201 +msgid "Host/MX/SRV RR" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:202 +msgid "Host/MX/SRV/CNAME RR" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:177 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:189 +msgid "Hostname, All Addresses" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:176 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:188 +msgid "Hostname, Primary Address" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:173 +msgid "How to enter the LAN or local network router in DNS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:162 +msgid "How to treat queries of this local domain" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:224 +msgid "IP4 All and IP6 Local" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:223 +msgid "IP4 Only" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:227 +msgid "IP4 and IP6" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:225 +msgid "IP6 Only*" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:226 +msgid "IP6 Preferred" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:199 +msgid "Ignore" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:179 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:191 +msgid "Interface FQDN, All Addresses" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:172 +msgid "LAN DNS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:237 +msgid "Large" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:120 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:281 +msgid "Limit days between RFC5011 copies to reduce flash writes" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:263 +msgid "Limit extended DNS packet size" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:140 +msgid "Link to supported programs to load DHCP into DNS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:115 +msgid "List domains to bypass checks of DNSSEC" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:82 +msgid "Listening Port" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:50 +msgid "Local Data" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:153 +msgid "Local Domain" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:161 +msgid "Local Domain Type" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:215 +msgid "Local Host, Encrypted" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:214 +msgid "Local Host, No Encryption" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:66 +msgid "Local Service" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:216 +msgid "Local Subnet, Encrypted" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:217 +msgid "Local Subnet, Static Encryption" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:53 +msgid "Local Zones" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:41 +msgid "Log" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:57 +msgid "Manual Conf" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:236 +msgid "Medium" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:231 +msgid "Memory Resource" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:130 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:291 +msgid "Networks that may trigger Unbound to reload (avoid wan6)" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:175 +msgid "No Entry" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:96 +msgid "No Filter" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:141 +msgid "No Link" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:213 +msgid "No Remote Control" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:45 +msgid "" +"Note: SSL/TLS library is missing an API. Please review syslog. >> logread ..." +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:35 +msgid "" +"Note: local DNS is configured to look at odhpcd, but odhpcd UCI lease " +"trigger is incorrectly set:" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:16 +msgid "" +"Organize directed forward, stub, and authoritative zones (help)." +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:185 +msgid "Override the WAN side router entry in DNS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:244 +msgid "Passive" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:60 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:66 +msgid "Port servers will receive queries on" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:107 +msgid "Prefix for generated DNS64 addresses" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:269 +msgid "Prevent excessively short cache periods" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:90 +msgid "Protect against upstream response of 127.0.0.0/8" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:95 +msgid "Protect against upstream responses within local subnets" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:249 +msgid "Query Minimize" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:75 +msgid "Recurse" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:220 +msgid "Recursion Protocol" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:241 +msgid "Recursion Strength" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:242 +msgid "Recursion activity affects memory growth and CPU load" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:22 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:24 +msgid "Recursive DNS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:165 +msgid "Refused" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:48 +msgid "Resource" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:119 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:280 +msgid "Root DSKEY Age" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/extended.lua:11 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/manual.lua:11 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/server.lua:11 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/uciedit.lua:11 +msgid "Save" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:59 +msgid "Server Port" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 +msgid "Server TLS Port" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:47 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:33 +msgid "Servers" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:48 +msgid "Servers for this zone; see README.md for optional form" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:96 +msgid "Show: Adblock" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:90 +msgid "Show: DHCP" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:73 +msgid "Show: Unbound" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:58 +msgid "Skip UCI and use /etc/unbound/unbound.conf" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:235 +msgid "Small" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:166 +msgid "Static (local only)" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:47 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:59 +msgid "Statistics" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:38 +msgid "Status" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:256 +msgid "Strict Minimize" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:257 +msgid "Strict version of 'query minimize' but it can break DNS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:39 +msgid "Stub (forced recursion)" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:71 +msgid "TLS Name Index" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:268 +msgid "TTL Minimum" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:103 +msgid "This could display more statistics with the unbound-control package." +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:186 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:197 +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:222 +msgid "This shows '" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:173 +msgid "" +"This shows 'ubound-control dump_cache' for auditing records including DNSSEC." +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:137 +msgid "" +"This shows Unbound 'local-data:' entries from default, .conf, or control." +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:149 +msgid "" +"This shows Unbound 'local-zone:' entries from default, .conf, or control." +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:125 +msgid "This shows Unbound self reported performance statistics." +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:113 +msgid "This shows syslog filtered for events involving Unbound." +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:234 +msgid "Tiny" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:167 +msgid "Transparent (local/global)" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:129 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:290 +msgid "Trigger Networks" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:27 +msgid "Type" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:26 +msgid "Unbound" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:25 +msgid "" +"Unbound (NLnet Labs) is a validating, " +"recursive, and caching DNS resolver (help)." +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:210 +msgid "Unbound Control App" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:166 +msgid "Unbound cache is too large to display in LuCI." +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:81 +msgid "Undefined" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:51 +msgid "Use 'resolv.conf.auto'" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:148 +msgid "Use DHCPv4 MAC to discover IP6 hosts SLAAC (EUI64)" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:187 +msgid "Use Upstream" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:197 +msgid "Use extra DNS entries found in /etc/config/dhcp" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:232 +msgid "Use menu System/Processes to observe any memory growth" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:184 +msgid "WAN DNS" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:44 +msgid "Zone (Domain) names included in this zone combination" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:76 +msgid "Zone Download URL" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:43 +msgid "Zone Names" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:37 +msgid "Zone Type" +msgstr "" + +#: applications/luci-app-unbound/luasrc/controller/unbound.lua:32 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:30 +msgid "Zones" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:112 +msgid "accept upstream results for" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:123 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:284 +msgid "default" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:175 +msgid "download from %s" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:126 +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:287 +msgid "never" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:118 +msgid "prefetch zone files for" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:115 +msgid "select recursion for" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:121 +msgid "unknown action for" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:205 +msgid "use %s nameservers" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:156 +msgid "use nameservers" +msgstr "" + +#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:164 +msgid "with default certificate for %s" +msgstr "" diff --git a/applications/luci-app-unbound/po/pt/unbound.po b/applications/luci-app-unbound/po/pt/unbound.po index 5db733458..82a8ab7f6 100644 --- a/applications/luci-app-unbound/po/pt/unbound.po +++ b/applications/luci-app-unbound/po/pt/unbound.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-05 17:07+0000\n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" "Last-Translator: ssantos \n" "Language-Team: Portuguese \n" @@ -116,9 +116,8 @@ msgid "Denied (nxdomain)" msgstr "Negado (nxdomain)" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:22 -#, fuzzy msgid "Directed Zone" -msgstr "Zona Dirigida" +msgstr "Zona Direcionada" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:77 msgid "Directory only part of URL" @@ -211,7 +210,7 @@ msgstr "Ativar os scripts de inicialização para Unbound" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:30 msgid "Enable this directed zone" -msgstr "" +msgstr "Ativar esta zona direcionada" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:29 msgid "Enabled" @@ -219,23 +218,23 @@ msgstr "Ativado" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:274 msgid "Extended Statistics" -msgstr "" +msgstr "Estatísticas Estendidas" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:275 msgid "Extended statistics are printed from unbound-control" -msgstr "" +msgstr "As estatísticas estendidas são impressas do unbound-control" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:196 msgid "Extra DNS" -msgstr "" +msgstr "DNS Extra" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:33 msgid "Fall Back" -msgstr "" +msgstr "Recuar" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:36 msgid "Fallback" -msgstr "" +msgstr "Recuar" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:65 msgid "Files" @@ -243,19 +242,19 @@ msgstr "Ficheiros" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:98 msgid "Filter Entire Subnet" -msgstr "" +msgstr "Filtrar Toda a Sub-rede" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:89 msgid "Filter Localhost Rebind" -msgstr "" +msgstr "Filtrar Rebind do Localhost" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:97 msgid "Filter Private Address" -msgstr "" +msgstr "Filtrar Endereço Privado" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:94 msgid "Filter Private Rebind" -msgstr "" +msgstr "Filtrar Rebind Privado" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:71 msgid "Forward" @@ -263,144 +262,145 @@ msgstr "Encaminhar" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:40 msgid "Forward (simple handoff)" -msgstr "" +msgstr "Encaminhar (entrega simples)" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:68 msgid "Forward TLS" -msgstr "" +msgstr "Encaminhar TLS" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:52 msgid "Forward to upstream nameservers (ISP)" -msgstr "" +msgstr "Encaminhar aos servidores de nomes originais (PROVEDOR)" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:178 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:190 msgid "Host FQDN, All Addresses" -msgstr "" +msgstr "FQDN do Host, Todos os Endereços" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:200 msgid "Host Records" -msgstr "" +msgstr "Registos de Host" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:201 msgid "Host/MX/SRV RR" -msgstr "" +msgstr "Host/MX/SRV RR" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:202 msgid "Host/MX/SRV/CNAME RR" -msgstr "" +msgstr "Host/MX/SRV/CNAME RR" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:177 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:189 msgid "Hostname, All Addresses" -msgstr "" +msgstr "Nome do Host, Todos os Endereços" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:176 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:188 msgid "Hostname, Primary Address" -msgstr "" +msgstr "Nome do Host, Endereço Principal" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:173 msgid "How to enter the LAN or local network router in DNS" -msgstr "" +msgstr "Como adicionar a LAN ou a rede local do roteador no DNS" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:162 msgid "How to treat queries of this local domain" -msgstr "" +msgstr "Como tratar as consultas deste domínio local" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:224 msgid "IP4 All and IP6 Local" -msgstr "" +msgstr "Todos IP4 e IPV6 Local" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:223 msgid "IP4 Only" -msgstr "" +msgstr "Apenas IP4" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:227 msgid "IP4 and IP6" -msgstr "" +msgstr "IP4 e IP6" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:225 msgid "IP6 Only*" -msgstr "" +msgstr "Apenas IP6*" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:226 msgid "IP6 Preferred" -msgstr "" +msgstr "IP6 Preferído" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:199 msgid "Ignore" -msgstr "" +msgstr "Ignorar" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:179 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:191 msgid "Interface FQDN, All Addresses" -msgstr "" +msgstr "Interface FQDN, Todos os Endereços" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:172 msgid "LAN DNS" -msgstr "" +msgstr "DNS LAN" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:237 msgid "Large" -msgstr "" +msgstr "Grande" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:120 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:281 msgid "Limit days between RFC5011 copies to reduce flash writes" msgstr "" +"Limite de dias entre cópias RFC5011 para reduzir as escritas na memória flash" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:263 msgid "Limit extended DNS packet size" -msgstr "" +msgstr "Limitar o tamanho da extensão do pacote DNS" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:140 msgid "Link to supported programs to load DHCP into DNS" -msgstr "" +msgstr "Ligação para programas compatíveis para carregar o DHCP no DNS" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:115 msgid "List domains to bypass checks of DNSSEC" -msgstr "" +msgstr "Lista de domínios contornados da verificação do DNSSEC" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:82 msgid "Listening Port" -msgstr "" +msgstr "Porta de Escuta" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:50 msgid "Local Data" -msgstr "" +msgstr "Dados Locais" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:153 msgid "Local Domain" -msgstr "" +msgstr "Domínio Local" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:161 msgid "Local Domain Type" -msgstr "" +msgstr "Tipo de Domínio Local" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:215 msgid "Local Host, Encrypted" -msgstr "" +msgstr "Host local, Criptografado" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:214 msgid "Local Host, No Encryption" -msgstr "" +msgstr "Host Local, Sem Criptografia" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:66 msgid "Local Service" -msgstr "" +msgstr "Serviço Local" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:216 msgid "Local Subnet, Encrypted" -msgstr "" +msgstr "Sub-rede Local, Criptografada" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:217 msgid "Local Subnet, Static Encryption" -msgstr "" +msgstr "Sub-rede Local, Encriptação Estática" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:53 msgid "Local Zones" -msgstr "" +msgstr "Zonas Locais" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:41 msgid "Log" @@ -408,7 +408,7 @@ msgstr "Log" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:57 msgid "Manual Conf" -msgstr "" +msgstr "Conf. Manual" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:236 msgid "Medium" @@ -416,112 +416,120 @@ msgstr "Médio" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:231 msgid "Memory Resource" -msgstr "" +msgstr "Recurso de Memória" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:130 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:291 msgid "Networks that may trigger Unbound to reload (avoid wan6)" msgstr "" +"Redes que podem ser impossíveis de ser recarregadas pelo Unbound (evitar " +"wan6)" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:175 msgid "No Entry" -msgstr "" +msgstr "Nenhuma Entrada" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:96 msgid "No Filter" -msgstr "" +msgstr "Sem Filtro" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:141 msgid "No Link" -msgstr "" +msgstr "Sem Link" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:213 msgid "No Remote Control" -msgstr "" +msgstr "Sem Controle Remoto" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:45 msgid "" "Note: SSL/TLS library is missing an API. Please review syslog. >> logread ..." msgstr "" +"Nota: uma API falta na biblioteca SSL/TLS. Favor revisar o syslog. >> " +"logread ..." #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:35 msgid "" "Note: local DNS is configured to look at odhpcd, but odhpcd UCI lease " "trigger is incorrectly set:" msgstr "" +"Nota: o DNS local está configurado para pesquisar no odhpcd, porém o gatilho " +"de concessão de UCI do odhpcd está definido de forma incorreta:" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:16 msgid "" "Organize directed forward, stub, and authoritative zones (help)." msgstr "" +"Organizar as zonas de encaminhamento direto, stub e zonas autoritativas (ajuda)." #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:185 msgid "Override the WAN side router entry in DNS" -msgstr "" +msgstr "Substituir a entrada paralela do roteador WAN no DNS" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:244 msgid "Passive" -msgstr "" +msgstr "Passivo" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:60 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:66 msgid "Port servers will receive queries on" -msgstr "" +msgstr "As portas dos servidores que receberão consultas" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:107 msgid "Prefix for generated DNS64 addresses" -msgstr "" +msgstr "Prefixo para endereços DNS64 gerados" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:269 msgid "Prevent excessively short cache periods" -msgstr "" +msgstr "Evitar períodos de cache excessivamente curtos" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:90 msgid "Protect against upstream response of 127.0.0.0/8" -msgstr "" +msgstr "Proteger contra resposta original vinda de 127.0.0.0/8" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:95 msgid "Protect against upstream responses within local subnets" -msgstr "" +msgstr "Proteger-se contra respostas upstream dentro de sub-redes locais" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:249 msgid "Query Minimize" -msgstr "" +msgstr "Consulta Minimizada" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:75 msgid "Recurse" -msgstr "" +msgstr "Recursivo" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:220 msgid "Recursion Protocol" -msgstr "" +msgstr "Protocolo de Recursão" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:241 msgid "Recursion Strength" -msgstr "" +msgstr "Força de Recursão" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:242 msgid "Recursion activity affects memory growth and CPU load" -msgstr "" +msgstr "A atividade de recursão afeta o crescimento da memória e a carga da CPU" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:22 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:24 msgid "Recursive DNS" -msgstr "" +msgstr "DNS Recursivo" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:165 msgid "Refused" -msgstr "" +msgstr "Recusado" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:48 msgid "Resource" -msgstr "" +msgstr "Recurso" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:119 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:280 msgid "Root DSKEY Age" -msgstr "" +msgstr "Idade do Root DSKEY" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/extended.lua:11 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/manual.lua:11 @@ -532,44 +540,44 @@ msgstr "Guardar" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:59 msgid "Server Port" -msgstr "" +msgstr "Porta do Servidor" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:65 msgid "Server TLS Port" -msgstr "" +msgstr "Porta do Servidor TLS" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:47 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:33 msgid "Servers" -msgstr "" +msgstr "Servidores" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:48 msgid "Servers for this zone; see README.md for optional form" -msgstr "" +msgstr "Servidores para esta zona; veja o README.md para o formulário opcional" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:96 msgid "Show: Adblock" -msgstr "" +msgstr "Exibir: Adblock" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:90 msgid "Show: DHCP" -msgstr "" +msgstr "Exibir: DHCP" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:73 msgid "Show: Unbound" -msgstr "" +msgstr "Exibir: Unbound" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:58 msgid "Skip UCI and use /etc/unbound/unbound.conf" -msgstr "" +msgstr "Ignorar UCI e usar /etc/unbound/unbound.conf" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:235 msgid "Small" -msgstr "" +msgstr "Pequeno" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:166 msgid "Static (local only)" -msgstr "" +msgstr "Estático (apenas local)" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:47 #: applications/luci-app-unbound/luasrc/controller/unbound.lua:59 @@ -582,69 +590,71 @@ msgstr "Estado" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:256 msgid "Strict Minimize" -msgstr "" +msgstr "Minimizar Rigorosamente" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:257 msgid "Strict version of 'query minimize' but it can break DNS" -msgstr "" +msgstr "Versão rigorosa da 'consulta minimizada' porém pode quebrar o DNS" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:39 msgid "Stub (forced recursion)" -msgstr "" +msgstr "Stub (recursão forçada)" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:71 msgid "TLS Name Index" -msgstr "" +msgstr "Índice de Nome TLS" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:268 msgid "TTL Minimum" -msgstr "" +msgstr "Mínimo de TTL" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:103 msgid "This could display more statistics with the unbound-control package." -msgstr "" +msgstr "Isto poderia exibir mais estatísticas com o pacote unbound-control." #: applications/luci-app-unbound/luasrc/controller/unbound.lua:186 #: applications/luci-app-unbound/luasrc/controller/unbound.lua:197 #: applications/luci-app-unbound/luasrc/controller/unbound.lua:222 msgid "This shows '" -msgstr "" +msgstr "Isto mostra '" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:173 msgid "" "This shows 'ubound-control dump_cache' for auditing records including DNSSEC." msgstr "" +"Isto mostra 'ubound-control dump_cache' para auditoria de registos incluindo " +"o DNSSEC." #: applications/luci-app-unbound/luasrc/controller/unbound.lua:137 msgid "" "This shows Unbound 'local-data:' entries from default, .conf, or control." -msgstr "" +msgstr "Isto mostra as entradas 'local-data:' do Unbound , .conf ou controle." #: applications/luci-app-unbound/luasrc/controller/unbound.lua:149 msgid "" "This shows Unbound 'local-zone:' entries from default, .conf, or control." -msgstr "" +msgstr "Mostra entradas de 'zona local:' do Unbound padrão, .conf ou controle." #: applications/luci-app-unbound/luasrc/controller/unbound.lua:125 msgid "This shows Unbound self reported performance statistics." -msgstr "" +msgstr "Isto mostra as estatísticas de desempenho próprios do Unbound." #: applications/luci-app-unbound/luasrc/controller/unbound.lua:113 msgid "This shows syslog filtered for events involving Unbound." -msgstr "" +msgstr "Isto mostra o syslog filtrado para eventos envolvendo Unbound." #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:234 msgid "Tiny" -msgstr "" +msgstr "Pequenino" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:167 msgid "Transparent (local/global)" -msgstr "" +msgstr "Transparente (local/global)" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:129 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:290 msgid "Trigger Networks" -msgstr "" +msgstr "Redes de Gatilho" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:27 msgid "Type" @@ -652,7 +662,7 @@ msgstr "Tipo" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:26 msgid "Unbound" -msgstr "" +msgstr "Unbound" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:25 msgid "" @@ -660,58 +670,62 @@ msgid "" "recursive, and caching DNS resolver (help)." msgstr "" +"Unbound (NLnet Labs) é um resolvedor " +"DNS de validação, recursivo e cache (ajuda)." #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:210 msgid "Unbound Control App" -msgstr "" +msgstr "App de Controle do Unbound" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:166 msgid "Unbound cache is too large to display in LuCI." -msgstr "" +msgstr "O cache do Unbound é grande demais para ser exibido em LuCI." #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:81 msgid "Undefined" -msgstr "" +msgstr "Indefinido" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:51 msgid "Use 'resolv.conf.auto'" -msgstr "" +msgstr "Usar 'resolv.conf.auto'" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:148 msgid "Use DHCPv4 MAC to discover IP6 hosts SLAAC (EUI64)" -msgstr "" +msgstr "Usar o MAC DHCPv4 para descobrir hosts IP6 SLAAC (EUI64)" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:187 msgid "Use Upstream" -msgstr "" +msgstr "Usar o Upstream" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:197 msgid "Use extra DNS entries found in /etc/config/dhcp" -msgstr "" +msgstr "Usar entradas de DNS adicionais encontradas em /etc/config/dhcp" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:232 msgid "Use menu System/Processes to observe any memory growth" msgstr "" +"Usar o menu Sistema/Processos para observar qualquer crescimento de memória" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:184 msgid "WAN DNS" -msgstr "" +msgstr "DNS WAN" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:44 msgid "Zone (Domain) names included in this zone combination" -msgstr "" +msgstr "Nomes de Zona (Domínio) incluídos nesta combinação de zona" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:76 msgid "Zone Download URL" -msgstr "" +msgstr "URL de Descarregamento de Zonas" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:43 msgid "Zone Names" -msgstr "" +msgstr "Nomes de Zonas" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:37 msgid "Zone Type" -msgstr "" +msgstr "Tipo de Zona" #: applications/luci-app-unbound/luasrc/controller/unbound.lua:32 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:30 @@ -720,42 +734,42 @@ msgstr "Zonas" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:112 msgid "accept upstream results for" -msgstr "" +msgstr "aceitar resultados originais para" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:123 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:284 msgid "default" -msgstr "predefinido" +msgstr "padrão" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:175 msgid "download from %s" -msgstr "" +msgstr "descarregar de %s" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:126 #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:287 msgid "never" -msgstr "" +msgstr "nunca" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:118 msgid "prefetch zone files for" -msgstr "" +msgstr "ficheiros de zona de pré-busca para" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:115 msgid "select recursion for" -msgstr "" +msgstr "recursão selecionada para" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:121 msgid "unknown action for" -msgstr "" +msgstr "ação desconhecida para" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:205 msgid "use %s nameservers" -msgstr "" +msgstr "use servidores de nome %s" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:156 msgid "use nameservers" -msgstr "" +msgstr "usar servidores de nome" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:164 msgid "with default certificate for %s" -msgstr "" +msgstr "com certificado padrão para %s" diff --git a/applications/luci-app-unbound/po/tr/unbound.po b/applications/luci-app-unbound/po/tr/unbound.po index ab6302f4d..76c7eac72 100644 --- a/applications/luci-app-unbound/po/tr/unbound.po +++ b/applications/luci-app-unbound/po/tr/unbound.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:07+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:04+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:46 msgid "Advanced" -msgstr "" +msgstr "Gelişmiş" #: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:245 msgid "Aggressive" 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 c2ac8c93b..d7bfee271 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-upnp/po/hu/upnp.po b/applications/luci-app-upnp/po/hu/upnp.po index f98e30b99..435ade3e2 100644 --- a/applications/luci-app-upnp/po/hu/upnp.po +++ b/applications/luci-app-upnp/po/hu/upnp.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-29 19:44+0000\n" +"PO-Revision-Date: 2019-12-10 23:14+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -124,7 +124,7 @@ msgstr "Általános beállítások" #: applications/luci-app-upnp/luasrc/view/upnp_status.htm:45 msgid "Host" -msgstr "" +msgstr "Gép" #: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:94 msgid "Internal addresses" diff --git a/applications/luci-app-upnp/po/mr/upnp.po b/applications/luci-app-upnp/po/mr/upnp.po new file mode 100644 index 000000000..2c853bc4c --- /dev/null +++ b/applications/luci-app-upnp/po/mr/upnp.po @@ -0,0 +1,221 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2019-12-15 21:22+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\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-upnp/luasrc/model/cbi/upnp/upnp.lua:81 +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:102 +msgid "Action" +msgstr "" + +#: applications/luci-app-upnp/luasrc/view/upnp_status.htm:39 +msgid "Active UPnP Redirects" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:13 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:39 +msgid "Advertise as IGDv1 device instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:36 +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:59 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:58 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:69 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:65 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/luasrc/view/upnp_status.htm:44 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/luasrc/view/upnp_status.htm:46 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/luasrc/view/upnp_status.htm:51 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:88 +msgid "Comment" +msgstr "" + +#: applications/luci-app-upnp/luasrc/view/upnp_status.htm:29 +msgid "Delete" +msgstr "" + +#: applications/luci-app-upnp/luasrc/view/upnp_status.htm:47 +msgid "Description" +msgstr "वर्णन" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:57 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:44 +msgid "Downlink" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:38 +msgid "Enable IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:33 +msgid "Enable NAT-PMP functionality" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:32 +msgid "Enable UPnP functionality" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:41 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:35 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/luasrc/view/upnp_status.htm:43 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:90 +msgid "External ports" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:12 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-upnp/luasrc/view/upnp_status.htm:45 +msgid "Host" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:94 +msgid "Internal addresses" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:98 +msgid "Internal ports" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:80 +msgid "MiniUPnP ACLs" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:10 +msgid "MiniUPnP settings" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:61 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:50 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:73 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/luasrc/view/upnp_status.htm:42 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:42 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:55 +msgid "Report system instead of daemon uptime" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:15 +msgid "Start UPnP and NAT-PMP service" +msgstr "" + +#: applications/luci-app-upnp/luasrc/view/upnp_status.htm:32 +msgid "There are no active redirects." +msgstr "" + +#: applications/luci-app-upnp/luasrc/controller/upnp.lua:14 +msgid "UPnP" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:6 +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:76 +msgid "UPnP lease file" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:5 +msgid "Universal Plug & Play" +msgstr "" + +#: applications/luci-app-upnp/luasrc/view/upnp_status.htm:26 +msgid "Unknown" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:47 +msgid "Uplink" +msgstr "" + +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:45 +#: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:48 +msgid "Value in KByte/s, informational only" +msgstr "" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." + +#~ msgid "Log output" +#~ msgstr "Log output" + +#~ msgid "" +#~ "UPNP should only be enabled if absolutely necessary as it can result in " +#~ "high security risks for your network." +#~ msgstr "" +#~ "UPNP should only be enabled if absolutely necessary as it can result in " +#~ "high security risks for your network." diff --git a/applications/luci-app-upnp/po/pt-br/upnp.po b/applications/luci-app-upnp/po/pt-br/upnp.po index 9e8f25a78..d5e5f1aa5 100644 --- a/applications/luci-app-upnp/po/pt-br/upnp.po +++ b/applications/luci-app-upnp/po/pt-br/upnp.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2019-12-03 08:24+0000\n" +"PO-Revision-Date: 2019-12-07 10:44+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: Portuguese (Brazil) \n" @@ -125,7 +125,7 @@ msgstr "Configurações Gerais" #: applications/luci-app-upnp/luasrc/view/upnp_status.htm:45 msgid "Host" -msgstr "Equipamento" +msgstr "Host" #: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:94 msgid "Internal addresses" diff --git a/applications/luci-app-upnp/po/tr/upnp.po b/applications/luci-app-upnp/po/tr/upnp.po index 84ad894a0..991672540 100644 --- a/applications/luci-app-upnp/po/tr/upnp.po +++ b/applications/luci-app-upnp/po/tr/upnp.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-13 13:06+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -64,7 +64,7 @@ msgstr "" #: applications/luci-app-upnp/luasrc/view/upnp_status.htm:51 msgid "Collecting data..." -msgstr "" +msgstr "Veri alınıyor..." #: applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua:88 msgid "Comment" diff --git a/applications/luci-app-vnstat/po/mr/vnstat.po b/applications/luci-app-vnstat/po/mr/vnstat.po new file mode 100644 index 000000000..a3244560d --- /dev/null +++ b/applications/luci-app-vnstat/po/mr/vnstat.po @@ -0,0 +1,78 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2010-11-16 20:54+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: mr\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" + +#: applications/luci-app-vnstat/luasrc/controller/vnstat.lua:6 +#: applications/luci-app-vnstat/luasrc/controller/vnstat.lua:10 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/view/vnstat.htm:68 +msgid "Daily traffic" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/controller/vnstat.lua:5 +#: applications/luci-app-vnstat/luasrc/controller/vnstat.lua:9 +msgid "Graphs" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/view/vnstat.htm:67 +msgid "Hourly traffic" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/model/cbi/vnstat.lua:49 +msgid "Monitor selected interfaces" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/view/vnstat.htm:69 +msgid "Monthly traffic" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/view/vnstat.htm:97 +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" + +#: applications/luci-app-vnstat/luasrc/model/cbi/vnstat.lua:22 +msgid "Restart VnStat" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/view/vnstat.htm:65 +msgid "Summary display" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/view/vnstat.htm:66 +msgid "Top 10 display" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/view/vnstat.htm:72 +msgid "Update »" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/model/cbi/vnstat.lua:19 +msgid "VnStat" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/view/vnstat.htm:60 +msgid "VnStat Graphs" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/controller/vnstat.lua:4 +#: applications/luci-app-vnstat/luasrc/controller/vnstat.lua:8 +msgid "VnStat Traffic Monitor" +msgstr "" + +#: applications/luci-app-vnstat/luasrc/model/cbi/vnstat.lua:20 +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" 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 fa204b3b4..d7bfee271 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-vpnbypass/po/de/vpnbypass.po b/applications/luci-app-vpnbypass/po/de/vpnbypass.po index b9b479124..fb1f4acb8 100644 --- a/applications/luci-app-vpnbypass/po/de/vpnbypass.po +++ b/applications/luci-app-vpnbypass/po/de/vpnbypass.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-05 01:57+0000\n" -"Last-Translator: Paul Spooren \n" +"PO-Revision-Date: 2019-12-09 20:05+0000\n" +"Last-Translator: Kiste \n" "Language-Team: German \n" "Language: de\n" @@ -12,7 +12,7 @@ msgstr "" #: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:50 msgid "Disable" -msgstr "" +msgstr "Deaktivieren" #: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:62 msgid "Domains to Bypass" @@ -25,11 +25,11 @@ msgstr "" #: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:48 msgid "Enable" -msgstr "" +msgstr "Aktivieren" #: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/js.htm:51 msgid "Loading" -msgstr "" +msgstr "Lade" #: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:45 msgid "Local IP Addresses to Bypass" @@ -57,7 +57,7 @@ msgstr "README" #: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:40 msgid "Reload" -msgstr "" +msgstr "Neu laden" #: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:52 msgid "Remote IP Addresses to Bypass" @@ -82,15 +82,15 @@ msgstr "Enfernte Ports um VPN Bypass anzustßen" #: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:22 #: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:23 msgid "Service Status" -msgstr "Service-Status" +msgstr "Dienststatus" #: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:38 msgid "Start" -msgstr "" +msgstr "Start" #: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:42 msgid "Stop" -msgstr "" +msgstr "Stoppen" #: applications/luci-app-vpnbypass/luasrc/controller/vpnbypass.lua:4 msgid "VPN Bypass" @@ -110,7 +110,7 @@ msgstr "für Syntax" #: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:11 msgid "is not installed or not found" -msgstr "" +msgstr "ist nicht installiert oder nicht gefunden" #~ msgid "Start VPNBypass service" #~ msgstr "Starte VPNBypass service" diff --git a/applications/luci-app-vpnbypass/po/hu/vpnbypass.po b/applications/luci-app-vpnbypass/po/hu/vpnbypass.po index 9478cd1a9..a2a98a3b3 100644 --- a/applications/luci-app-vpnbypass/po/hu/vpnbypass.po +++ b/applications/luci-app-vpnbypass/po/hu/vpnbypass.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:15+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -54,7 +54,7 @@ msgstr "" #: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:40 msgid "Reload" -msgstr "" +msgstr "Újratöltés" #: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:52 msgid "Remote IP Addresses to Bypass" @@ -85,7 +85,7 @@ msgstr "Indítás" #: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:42 msgid "Stop" -msgstr "" +msgstr "Leállítás" #: applications/luci-app-vpnbypass/luasrc/controller/vpnbypass.lua:4 msgid "VPN Bypass" diff --git a/applications/luci-app-vpnbypass/po/mr/vpnbypass.po b/applications/luci-app-vpnbypass/po/mr/vpnbypass.po new file mode 100644 index 000000000..6100f1c0c --- /dev/null +++ b/applications/luci-app-vpnbypass/po/mr/vpnbypass.po @@ -0,0 +1,108 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-vpnbypass/luasrc/view/vpnbypass/buttons.htm:50 +msgid "Disable" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:62 +msgid "Domains to Bypass" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:63 +msgid "Domains to be accessed directly (outside of the VPN tunnel), see" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:48 +msgid "Enable" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/js.htm:51 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:45 +msgid "Local IP Addresses to Bypass" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:45 +msgid "" +"Local IP addresses or subnets with direct internet access (outside of the " +"VPN tunnel)" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:31 +msgid "Local Ports to Bypass" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:31 +msgid "Local ports to trigger VPN Bypass" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:65 +msgid "README" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:40 +msgid "Reload" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:52 +msgid "Remote IP Addresses to Bypass" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:52 +msgid "" +"Remote IP addresses or subnets which will be accessed directly (outside of " +"the VPN tunnel)" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:38 +msgid "Remote Ports to Bypass" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:38 +msgid "Remote ports to trigger VPN Bypass" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:22 +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:23 +msgid "Service Status" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:38 +msgid "Start" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:42 +msgid "Stop" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/controller/vpnbypass.lua:4 +msgid "VPN Bypass" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:29 +msgid "VPN Bypass Rules" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:20 +msgid "VPN Bypass Settings" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:65 +msgid "for syntax" +msgstr "" + +#: applications/luci-app-vpnbypass/luasrc/model/cbi/vpnbypass.lua:11 +msgid "is not installed or not found" +msgstr "" diff --git a/applications/luci-app-vpnbypass/po/tr/vpnbypass.po b/applications/luci-app-vpnbypass/po/tr/vpnbypass.po index f2016fc92..c7873782c 100644 --- a/applications/luci-app-vpnbypass/po/tr/vpnbypass.po +++ b/applications/luci-app-vpnbypass/po/tr/vpnbypass.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 13:08+0000\n" -"Last-Translator: Yunus BAYRAK \n" +"PO-Revision-Date: 2019-12-09 20:05+0000\n" +"Last-Translator: İsmail Karslı \n" "Language-Team: Turkish \n" "Language: tr\n" @@ -85,7 +85,7 @@ msgstr "" #: applications/luci-app-vpnbypass/luasrc/view/vpnbypass/buttons.htm:42 msgid "Stop" -msgstr "" +msgstr "Durdur" #: applications/luci-app-vpnbypass/luasrc/controller/vpnbypass.lua:4 msgid "VPN Bypass" 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 9455701a0..d7bfee271 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 - diff --git a/applications/luci-app-watchcat/po/mr/watchcat.po b/applications/luci-app-watchcat/po/mr/watchcat.po new file mode 100644 index 000000000..688f60512 --- /dev/null +++ b/applications/luci-app-watchcat/po/mr/watchcat.po @@ -0,0 +1,66 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: mr\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" + +#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:21 +msgid "Forced reboot delay" +msgstr "" + +#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:40 +msgid "Host address to ping" +msgstr "" + +#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:47 +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:31 +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:15 +msgid "Operating mode" +msgstr "" + +#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:30 +msgid "Period" +msgstr "" + +#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:39 +msgid "Ping host" +msgstr "" + +#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:46 +msgid "Ping period" +msgstr "" + +#: applications/luci-app-watchcat/luasrc/controller/watchcat.lua:10 +#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:5 +msgid "Watchcat" +msgstr "" + +#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:6 +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +#: applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua:22 +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-wifischedule/po/hu/wifischedule.po b/applications/luci-app-wifischedule/po/hu/wifischedule.po index 6b3315134..0380847a6 100644 --- a/applications/luci-app-wifischedule/po/hu/wifischedule.po +++ b/applications/luci-app-wifischedule/po/hu/wifischedule.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-10 23:16+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -128,7 +128,7 @@ msgstr "" #: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:28 msgid "View Logfile" -msgstr "" +msgstr "Naplófájl megtekintése" #: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:159 msgid "Wednesday" diff --git a/applications/luci-app-wifischedule/po/mr/wifischedule.po b/applications/luci-app-wifischedule/po/mr/wifischedule.po new file mode 100644 index 000000000..2c904faf8 --- /dev/null +++ b/applications/luci-app-wifischedule/po/mr/wifischedule.po @@ -0,0 +1,138 @@ +msgid "" +msgstr "" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:81 +msgid "Activate wifi" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:65 +msgid "Could not find required /usr/bin/wifi_schedule.sh or /sbin/wifi" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:244 +msgid "Could not find required program /usr/bin/iwinfo" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:41 +msgid "Cron Jobs" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:154 +msgid "Day(s) of Week" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:39 +msgid "Defines a schedule when to turn on and off wifi." +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:133 +msgid "Determine Modules Automatically" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:88 +msgid "Disable wifi gracefully" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:95 +msgid "Disabled wifi forced" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:148 +msgid "Enable" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:55 +msgid "Enable Wifi Schedule" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:74 +msgid "Enable logging" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:235 +msgid "Force disabling wifi even if stations associated" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:161 +msgid "Friday" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:48 +msgid "Global Settings" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:157 +msgid "Monday" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:162 +msgid "Saturday" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:27 +msgid "Schedule" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:142 +msgid "Schedule events" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:196 +msgid "Start Time" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:167 +msgid "Start WiFi" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:230 +msgid "Stop Time" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:201 +msgid "Stop WiFi" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:163 +msgid "Sunday" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:33 +msgid "The value %s is invalid" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:160 +msgid "Thursday" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:158 +msgid "Tuesday" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:102 +msgid "Unload Modules (experimental; saves more power)" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:29 +msgid "View Cron Jobs" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:28 +msgid "View Logfile" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:159 +msgid "Wednesday" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:26 +#: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:39 +msgid "Wifi Schedule" +msgstr "" + +#: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:35 +msgid "Wifi Schedule Logfile" +msgstr "" diff --git a/applications/luci-app-wifischedule/po/pl/wifischedule.po b/applications/luci-app-wifischedule/po/pl/wifischedule.po index f7be91989..47f6f5bd4 100644 --- a/applications/luci-app-wifischedule/po/pl/wifischedule.po +++ b/applications/luci-app-wifischedule/po/pl/wifischedule.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-13 21:11+0000\n" -"Last-Translator: Michal L \n" +"PO-Revision-Date: 2019-12-09 20:06+0000\n" +"Last-Translator: Marcin Net \n" "Language-Team: Polish \n" "Language: pl\n" @@ -122,7 +122,7 @@ msgstr "Wtorek" #: applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua:102 msgid "Unload Modules (experimental; saves more power)" -msgstr "Rozładuj moduły (eksperymentalne; oszczędza więcej energii)" +msgstr "Zwalnianie modułów (eksperymentalne; oszczędność energii)" #: applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua:29 msgid "View Cron Jobs" diff --git a/applications/luci-app-wireguard/po/cs/wireguard.po b/applications/luci-app-wireguard/po/cs/wireguard.po index d852ae9e5..92b9fe07c 100644 --- a/applications/luci-app-wireguard/po/cs/wireguard.po +++ b/applications/luci-app-wireguard/po/cs/wireguard.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-02 16:11+0000\n" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" "Last-Translator: Jiri Tersel \n" "Language-Team: Czech \n" @@ -25,19 +25,19 @@ msgstr "Nastavení" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:170 msgid "Data Received" -msgstr "" +msgstr "Přijatá data" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:171 msgid "Data Transmitted" -msgstr "" +msgstr "Odeslaná data" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:144 msgid "Endpoint" -msgstr "" +msgstr "Koncový bod" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:131 msgid "Firewall Mark" -msgstr "" +msgstr "Značka paketu (fwmark)" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:189 msgid "Interface" @@ -45,15 +45,15 @@ msgstr "Rozhraní" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:116 msgid "Interface does not have a public key!" -msgstr "" +msgstr "Rozhraní nemá veřejný klíč!" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:166 msgid "Latest Handshake" -msgstr "" +msgstr "Poslední handshake" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:125 msgid "Listen Port" -msgstr "" +msgstr "Naslouchající port" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:81 msgid "Never" @@ -61,36 +61,40 @@ msgstr "Nikdy" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:251 msgid "Peer" -msgstr "" +msgstr "Protistrana" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:156 msgid "Persistent Keepalive" -msgstr "" +msgstr "Trvalé udržování spojení (Keep Alive)" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:119 #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:139 msgid "Public Key" -msgstr "" +msgstr "Veřejný klíč" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:191 msgid "Show/Hide QR-Code" -msgstr "" +msgstr "Zobrazit / skrýt QR kód" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:211 msgid "" "The QR-Code works per wg interface, it will be refreshed with every manual " "page reload and transfers the following information:" msgstr "" +"Kód QR funguje pro dané wg rozhraní. Bude aktualizován při každém ručním " +"znovunačtení stránky a obsahuje následující informace:" #: applications/luci-app-wireguard/luasrc/controller/wireguard.lua:7 msgid "WireGuard Status" -msgstr "" +msgstr "Stav WireGuard" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:212 msgid "" "[Interface] A random, on the fly generated 'PrivateKey', the key will not be " "saved on the router" msgstr "" +"[Rozhraní] Náhodný, za běhu generovaný 'Soukromý klíč'. Klíč nebude uložen " +"ve směrovači" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:213 msgid "" @@ -98,19 +102,22 @@ msgid "" "default of '0.0.0.0/0, ::/0' to allow sending traffic to any IPv4 and IPv6 " "address" msgstr "" +"[Peer] 'Veřejný klíč' tohoto wg rozhraní a 'Povolené IP adresy' s výchozím " +"nastavením '0.0.0.0/0, :: / 0' pro umožnění odesílání provozu na jakoukoli " +"IPv4 a IPv6 adresu" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:91 msgid "h ago" -msgstr "" +msgstr "hodin zpět" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:89 msgid "m ago" -msgstr "" +msgstr "minut zpět" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:93 msgid "over a day ago" -msgstr "" +msgstr "před více než dnem" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:87 msgid "s ago" -msgstr "" +msgstr "sekund zpět" diff --git a/applications/luci-app-wireguard/po/hu/wireguard.po b/applications/luci-app-wireguard/po/hu/wireguard.po index ca313feb4..144c4f5a4 100644 --- a/applications/luci-app-wireguard/po/hu/wireguard.po +++ b/applications/luci-app-wireguard/po/hu/wireguard.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -53,7 +53,7 @@ msgstr "" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:125 msgid "Listen Port" -msgstr "" +msgstr "Port figyelése" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:81 msgid "Never" @@ -70,7 +70,7 @@ msgstr "" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:119 #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:139 msgid "Public Key" -msgstr "" +msgstr "Nyilvános kulcs" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:191 msgid "Show/Hide QR-Code" diff --git a/applications/luci-app-wireguard/po/mr/wireguard.po b/applications/luci-app-wireguard/po/mr/wireguard.po new file mode 100644 index 000000000..d51300f64 --- /dev/null +++ b/applications/luci-app-wireguard/po/mr/wireguard.po @@ -0,0 +1,116 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \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-wireguard/luasrc/view/wireguard.htm:149 +msgid "Allowed IPs" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:225 +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:259 +msgid "Collecting data..." +msgstr "डेटा संकलित करीत आहे ..." + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:220 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:170 +msgid "Data Received" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:171 +msgid "Data Transmitted" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:144 +msgid "Endpoint" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:131 +msgid "Firewall Mark" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:189 +msgid "Interface" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:116 +msgid "Interface does not have a public key!" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:166 +msgid "Latest Handshake" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:125 +msgid "Listen Port" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:81 +msgid "Never" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:251 +msgid "Peer" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:156 +msgid "Persistent Keepalive" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:119 +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:139 +msgid "Public Key" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:191 +msgid "Show/Hide QR-Code" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:211 +msgid "" +"The QR-Code works per wg interface, it will be refreshed with every manual " +"page reload and transfers the following information:" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/controller/wireguard.lua:7 +msgid "WireGuard Status" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:212 +msgid "" +"[Interface] A random, on the fly generated 'PrivateKey', the key will not be " +"saved on the router" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:213 +msgid "" +"[Peer] The 'PublicKey' of that wg interface and the 'AllowedIPs' with the " +"default of '0.0.0.0/0, ::/0' to allow sending traffic to any IPv4 and IPv6 " +"address" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:91 +msgid "h ago" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:89 +msgid "m ago" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:93 +msgid "over a day ago" +msgstr "" + +#: applications/luci-app-wireguard/luasrc/view/wireguard.htm:87 +msgid "s ago" +msgstr "" diff --git a/applications/luci-app-wireguard/po/tr/wireguard.po b/applications/luci-app-wireguard/po/tr/wireguard.po index a666b6084..d4033a242 100644 --- a/applications/luci-app-wireguard/po/tr/wireguard.po +++ b/applications/luci-app-wireguard/po/tr/wireguard.po @@ -1,17 +1,23 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-09 20:05+0000\n" +"Last-Translator: İsmail Karslı \n" +"Language-Team: Turkish \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-wireguard/luasrc/view/wireguard.htm:149 msgid "Allowed IPs" -msgstr "" +msgstr "İzin verilen IP adresleri" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:225 #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:259 msgid "Collecting data..." -msgstr "" +msgstr "Veri alınıyor..." #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:220 msgid "Configuration" diff --git a/applications/luci-app-wol/po/mr/wol.po b/applications/luci-app-wol/po/mr/wol.po new file mode 100644 index 000000000..74657c6a1 --- /dev/null +++ b/applications/luci-app-wol/po/mr/wol.po @@ -0,0 +1,64 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: mr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:38 +msgid "Broadcast on all interfaces" +msgstr "" + +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:47 +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" + +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:46 +msgid "Host to wake up" +msgstr "" + +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:31 +msgid "Network interface to use" +msgstr "" + +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:55 +msgid "Send to broadcast address" +msgstr "" + +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:24 +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" + +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:32 +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" + +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:82 +msgid "Starting WoL utility:" +msgstr "" + +#: applications/luci-app-wol/luasrc/controller/wol.lua:4 +#: applications/luci-app-wol/luasrc/controller/wol.lua:5 +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:9 +msgid "Wake on LAN" +msgstr "" + +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:10 +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" + +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:12 +msgid "Wake up host" +msgstr "" + +#: applications/luci-app-wol/luasrc/model/cbi/wol.lua:23 +msgid "WoL program" +msgstr "" diff --git a/build/i18n-scan.pl b/build/i18n-scan.pl index c19a4386c..5ac1cb77d 100755 --- a/build/i18n-scan.pl +++ b/build/i18n-scan.pl @@ -1,5 +1,6 @@ #!/usr/bin/perl +use utf8; use strict; use warnings; use Text::Balanced qw(extract_tagged gen_delimited_pat); @@ -15,12 +16,49 @@ my %stringtable; sub dec_lua_str { my $s = shift; - $s =~ s/\\n/\n/g; - $s =~ s/\\t/\t/g; - $s =~ s/\\(.)/$1/sg; + my %rep = ( + 'a' => "\x07", + 'b' => "\x08", + 'f' => "\x0c", + 'n' => "\n", + 'r' => "\r", + 't' => "\t", + 'v' => "\x76" + ); + + $s =~ s!\\(?:([0-9]{1,2})|(.))! + $1 ? chr(int($1)) : ($rep{$2} || $2) + !segx; + + $s =~ s/[\s\n]+/ /g; + $s =~ s/^ //; + $s =~ s/ $//; + + return $s; +} + +sub dec_json_str +{ + my $s = shift; + my %rep = ( + '"' => '"', + '/' => '/', + 'b' => "\x08", + 'f' => "\x0c", + 'n' => "\n", + 'r' => "\r", + 't' => "\t", + '\\' => '\\' + ); + + $s =~ s!\\([\\/"bfnrt]|u([0-9a-fA-F]{4}))! + $2 ? chr(hex($2)) : $rep{$1} + !egx; + $s =~ s/[\s\n]+/ /g; $s =~ s/^ //; $s =~ s/ $//; + return $s; } @@ -43,6 +81,8 @@ if( open F, "find @ARGV -type f '(' -name '*.htm' -o -name '*.lua' -o -name '*.j if( open S, "< $file" ) { + binmode S, ':utf8'; + local $/ = undef; my $raw = ; close S; @@ -148,9 +188,84 @@ if( open F, "find @ARGV -type f '(' -name '*.htm' -o -name '*.lua' -o -name '*.j close F; } +if( open F, "find @ARGV -type f -path '*/menu.d/*.json' | sort |" ) +{ + while( defined( my $file = readline F ) ) + { + chomp $file; + + if( open S, "< $file" ) + { + binmode S, ':utf8'; + + local $/ = undef; + my $raw = ; + close S; + + my $text = $raw; + my $line = 1; + + while ($text =~ s/ ^ (.*?) "title" ([\n\s]*) : //sgx) + { + my ($prefix, $suffix) = ($1, $2); + my $code; + my $res = ""; + my $sub = ""; + + $line += () = $prefix =~ /\n/g; + + my $position = "$file:$line"; + + $line += () = $suffix =~ /\n/g; + + while (defined $sub) + { + undef $sub; + + if ($text =~ /^ ([\n\s]*) " /sx) + { + my $ws = $1; + my $re = gen_delimited_pat('"', '\\'); + + if ($text =~ m/\G\s*($re)/gcs) + { + $sub = $1; + $text = substr $text, pos $text; + } + + $line += () = $ws =~ /\n/g; + + if (defined($sub) && length($sub)) { + $line += () = $sub =~ /\n/g; + + $sub =~ s/^"//; + $sub =~ s/"$//; + $res .= $sub; + } + } + } + + if (defined($res)) + { + $res = dec_json_str($res); + + if ($res) { + $stringtable{$res} ||= [ ]; + push @{$stringtable{$res}}, $position; + } + } + } + } + } + + close F; +} + if( open C, "| msgcat -" ) { + binmode C, ':utf8'; + printf C "msgid \"\"\nmsgstr \"Content-Type: text/plain; charset=UTF-8\"\n\n"; foreach my $key ( sort keys %stringtable ) diff --git a/docs/api/modules/nixio.bin.html b/docs/api/modules/nixio.bin.html index 48e6fcd8b..c8ef01831 100644 --- a/docs/api/modules/nixio.bin.html +++ b/docs/api/modules/nixio.bin.html @@ -262,7 +262,7 @@

  • - buffer: Base 64 Encoded data + buffer: Base64 Encoded data
diff --git a/libs/luci-lib-nixio/docsrc/nixio.bin.lua b/libs/luci-lib-nixio/docsrc/nixio.bin.lua index 13e125d3c..2a3b93c77 100644 --- a/libs/luci-lib-nixio/docsrc/nixio.bin.lua +++ b/libs/luci-lib-nixio/docsrc/nixio.bin.lua @@ -29,5 +29,5 @@ module "nixio.bin" --- Base64 decode a given buffer. -- @class function -- @name b64decode --- @param buffer Base 64 Encoded data --- @return binary data \ No newline at end of file +-- @param buffer Base64 Encoded data +-- @return binary data diff --git a/luci.mk b/luci.mk index e6c48ccc6..5a6e5fdd2 100644 --- a/luci.mk +++ b/luci.mk @@ -26,6 +26,7 @@ LUCI_LANG.hu=Magyar (Hungarian) LUCI_LANG.it=Italiano (Italian) LUCI_LANG.ja=日本語 (Japanese) LUCI_LANG.ko=한국어 (Korean) +LUCI_LANG.mr=Marāṭhī (Marathi) LUCI_LANG.ms=Bahasa Melayu (Malay) LUCI_LANG.no=Norsk (Norwegian) LUCI_LANG.pl=Polski (Polish) @@ -85,7 +86,7 @@ PKG_GITBRANCH?=$(if $(DUMP),x,$(strip $(shell \ PKG_RELEASE?=1 PKG_INSTALL:=$(if $(realpath src/Makefile),1) -PKG_BUILD_DEPENDS += lua/host luci-base/host LUCI_CSSTIDY:csstidy/host $(LUCI_BUILD_DEPENDS) +PKG_BUILD_DEPENDS += lua/host luci-base/host LUCI_CSSTIDY:csstidy/host LUCI_SRCDIET:luasrcdiet/host $(LUCI_BUILD_DEPENDS) PKG_CONFIG_DEPENDS += CONFIG_LUCI_SRCDIET CONFIG_LUCI_JSMIN CONFIG_LUCI_CSSTIDY PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index ea2330910..501964661 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -14,13 +14,9 @@ LUCI_BASENAME:=base LUCI_TITLE:=LuCI core libraries LUCI_DEPENDS:=+lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua +luci-lib-jsonc +liblucihttp-lua +rpcd-mod-file +rpcd-mod-luci +cgi-io - -PKG_SOURCE:=v1.0.0.tar.gz -PKG_SOURCE_URL:=https://github.com/jirutka/luasrcdiet/archive/ -PKG_HASH:=48162e63e77d009f5848f18a5cabffbdfc867d0e5e73c6d407f6af5d6880151b PKG_LICENSE:=MIT -HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/luasrcdiet-1.0.0 +HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME) include $(INCLUDE_DIR)/host-build.mk @@ -41,11 +37,8 @@ endef define Host/Install $(INSTALL_DIR) $(1)/bin - $(INSTALL_DIR) $(1)/lib/lua/5.1 $(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo $(INSTALL_BIN) src/jsmin $(1)/bin/jsmin - $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/luasrcdiet $(1)/bin/luasrcdiet - $(CP) $(HOST_BUILD_DIR)/luasrcdiet $(1)/lib/lua/5.1/ endef $(eval $(call HostBuild)) diff --git a/modules/luci-base/htdocs/luci-static/resources/fs.js b/modules/luci-base/htdocs/luci-static/resources/fs.js index 8a96ea87e..e1bf4f874 100644 --- a/modules/luci-base/htdocs/luci-static/resources/fs.js +++ b/modules/luci-base/htdocs/luci-static/resources/fs.js @@ -108,6 +108,31 @@ function handleRpcReply(expect, rc) { return rc; } +function handleCgiIoReply(res) { + if (!res.ok || res.status != 200) { + var e = new Error(res.statusText); + switch (res.status) { + case 400: + e.name = 'InvalidArgumentError'; + break; + + case 403: + e.name = 'PermissionError'; + break; + + case 404: + e.name = 'NotFoundError'; + break; + + default: + e.name = 'Error'; + } + throw e; + } + + return res.text(); +} + /** * @class fs * @memberof LuCI @@ -293,6 +318,76 @@ var FileSystem = L.Class.extend(/** @lends LuCI.fs.prototype */ { return lines; }); + }, + + /** + * Read the contents of the given file and return them, bypassing ubus. + * + * This function will read the requested file through the cgi-io + * helper applet at `/cgi-bin/cgi-download` which bypasses the ubus rpc + * transport. This is useful to fetch large file contents which might + * exceed the ubus message size limits or which contain binary data. + * + * The cgi-io helper will enforce the same access permission rules as + * the ubus based read call. + * + * @param {string} path + * The file path to read. + * + * @returns {Promise} + * Returns a promise resolving to a string containing the file contents or + * rejecting with an error stating the failure reason. + */ + read_direct: function(path) { + var postdata = 'sessionid=%s&path=%s' + .format(encodeURIComponent(L.env.sessionid), encodeURIComponent(path)); + + return L.Request.post('/cgi-bin/cgi-download', postdata, { + headers: { 'Content-Type': 'application/x-www-form-urlencoded' } + }).then(handleCgiIoReply); + }, + + /** + * Execute the specified command, bypassing ubus. + * + * Note: The `command` must be either the path to an executable, + * or a basename without arguments in which case it will be searched + * in $PATH. If specified, the values given in `params` will be passed + * as arguments to the command. + * + * This function will invoke the requested commands through the cgi-io + * helper applet at `/cgi-bin/cgi-exec` which bypasses the ubus rpc + * transport. This is useful to fetch large command outputs which might + * exceed the ubus message size limits or which contain binary data. + * + * The cgi-io helper will enforce the same access permission rules as + * the ubus based exec call. + * + * @param {string} command + * The command to invoke. + * + * @param {string[]} [params] + * The arguments to pass to the command. + * + * @returns {Promise} + * Returns a promise resolving to the gathered command stdout output or + * rejecting with an error stating the failure reason. + */ + exec_direct: function(command, params) { + var cmdstr = String(command) + .replace(/\\/g, '\\\\').replace(/(\s)/g, '\\$1'); + + if (Array.isArray(params)) + for (var i = 0; i < params.length; i++) + cmdstr += ' ' + String(params[i]) + .replace(/\\/g, '\\\\').replace(/(\s)/g, '\\$1'); + + var postdata = 'sessionid=%s&command=%s' + .format(encodeURIComponent(L.env.sessionid), encodeURIComponent(cmdstr)); + + return L.Request.post('/cgi-bin/cgi-exec', postdata, { + headers: { 'Content-Type': 'application/x-www-form-urlencoded' } + }).then(handleCgiIoReply); } }); diff --git a/modules/luci-base/htdocs/luci-static/resources/network.js b/modules/luci-base/htdocs/luci-static/resources/network.js index 504f59297..68abb939f 100644 --- a/modules/luci-base/htdocs/luci-static/resources/network.js +++ b/modules/luci-base/htdocs/luci-static/resources/network.js @@ -5,7 +5,7 @@ var proto_errors = { CONNECT_FAILED: _('Connection attempt failed'), - INVALID_ADDRESS: _('IP address in invalid'), + INVALID_ADDRESS: _('IP address is invalid'), INVALID_GATEWAY: _('Gateway address is invalid'), INVALID_LOCAL_ADDRESS: _('Local IP address is invalid'), MISSING_ADDRESS: _('IP address is missing'), diff --git a/modules/luci-base/htdocs/luci-static/resources/protocol/static.js b/modules/luci-base/htdocs/luci-static/resources/protocol/static.js index 9039acd5f..2d70ae681 100644 --- a/modules/luci-base/htdocs/luci-static/resources/protocol/static.js +++ b/modules/luci-base/htdocs/luci-static/resources/protocol/static.js @@ -195,7 +195,7 @@ return network.registerProtocol('static', { var n = parseInt(value, 16); if (!/^(0x)?[0-9a-fA-F]+$/.test(value) || isNaN(n) || n >= 0xffffffff) - return _('Expecting an hexadecimal assignment hint'); + return _('Expecting a hexadecimal assignment hint'); return true; }; diff --git a/modules/luci-base/htdocs/luci-static/resources/ui.js b/modules/luci-base/htdocs/luci-static/resources/ui.js index 31f89339c..a60aea911 100644 --- a/modules/luci-base/htdocs/luci-static/resources/ui.js +++ b/modules/luci-base/htdocs/luci-static/resources/ui.js @@ -457,9 +457,9 @@ var UIDropdown = UIElement.extend({ 'placeholder': this.options.custom_placeholder || this.options.placeholder }); - if (this.options.datatype) - L.ui.addValidator(createEl, this.options.datatype, - true, null, 'blur', 'keyup'); + if (this.options.datatype || this.options.validate) + L.ui.addValidator(createEl, this.options.datatype || 'string', + true, this.options.validate, 'blur', 'keyup'); sb.lastElementChild.appendChild(E('li', { 'data-value': '-' }, createEl)); } @@ -1270,9 +1270,9 @@ var UIDynamicList = UIElement.extend({ dl.lastElementChild.appendChild(inputEl); dl.lastElementChild.appendChild(E('div', { 'class': 'cbi-button cbi-button-add' }, '+')); - if (this.options.datatype) - L.ui.addValidator(inputEl, this.options.datatype, - true, null, 'blur', 'keyup'); + if (this.options.datatype || this.options.validate) + L.ui.addValidator(inputEl, this.options.datatype || 'string', + true, this.options.validate, 'blur', 'keyup'); } for (var i = 0; i < this.values.length; i++) diff --git a/modules/luci-base/luasrc/controller/admin/index.lua b/modules/luci-base/luasrc/controller/admin/index.lua index 0cebfa4f5..68bbd38a7 100644 --- a/modules/luci-base/luasrc/controller/admin/index.lua +++ b/modules/luci-base/luasrc/controller/admin/index.lua @@ -3,85 +3,6 @@ module("luci.controller.admin.index", package.seeall) -function index() - function toplevel_page(page, preflookup, preftarget) - if preflookup and preftarget then - if lookup(preflookup) then - page.target = preftarget - end - end - - if not page.target then - page.target = firstchild() - end - end - - local uci = require("luci.model.uci").cursor() - - local root = node() - if not root.target then - root.target = alias("admin") - root.index = true - end - - local page = node("admin") - - page.title = _("Administration") - page.order = 10 - page.sysauth = "root" - page.sysauth_authenticator = "htmlauth" - page.ucidata = true - page.index = true - page.target = firstnode() - - -- Empty menu tree to be populated by addons and modules - - page = node("admin", "status") - page.title = _("Status") - page.order = 10 - page.index = true - -- overview is from mod-admin-full - toplevel_page(page, "admin/status/overview", alias("admin", "status", "overview")) - - page = node("admin", "system") - page.title = _("System") - page.order = 20 - page.index = true - -- system/system is from mod-admin-full - toplevel_page(page, "admin/system/system", alias("admin", "system", "system")) - - -- Only used if applications add items - page = node("admin", "vpn") - page.title = _("VPN") - page.order = 30 - page.index = true - toplevel_page(page, false, false) - - -- Only used if applications add items - page = node("admin", "services") - page.title = _("Services") - page.order = 40 - page.index = true - toplevel_page(page, false, false) - - -- Even for mod-admin-full network just uses first submenu item as landing - page = node("admin", "network") - page.title = _("Network") - page.order = 50 - page.index = true - toplevel_page(page, false, false) - - page = entry({"admin", "translations"}, call("action_translations"), nil) - page.leaf = true - - page = entry({"admin", "ubus"}, call("action_ubus"), nil) - page.sysauth = false - page.leaf = true - - -- Logout is last - entry({"admin", "logout"}, call("action_logout"), _("Logout"), 999) -end - function action_logout() local dsp = require "luci.dispatcher" local utl = require "luci.util" diff --git a/modules/luci-base/luasrc/controller/admin/uci.lua b/modules/luci-base/luasrc/controller/admin/uci.lua index 6b19c62f8..7aad10d58 100644 --- a/modules/luci-base/luasrc/controller/admin/uci.lua +++ b/modules/luci-base/luasrc/controller/admin/uci.lua @@ -4,32 +4,6 @@ module("luci.controller.admin.uci", package.seeall) -function index() - local redir = luci.http.formvalue("redir", true) - or table.concat(luci.dispatcher.context.request, "/") - - entry({"admin", "uci"}, nil, _("Configuration")) - entry({"admin", "uci", "revert"}, post("action_revert"), nil) - - local node - local authen = function(checkpass, allowed_users) - return "root", luci.http.formvalue("sid") - end - - node = entry({"admin", "uci", "apply_rollback"}, post("action_apply_rollback"), nil) - node.cors = true - node.sysauth_authenticator = authen - - node = entry({"admin", "uci", "apply_unchecked"}, post("action_apply_unchecked"), nil) - node.cors = true - node.sysauth_authenticator = authen - - node = entry({"admin", "uci", "confirm"}, call("action_confirm"), nil) - node.cors = true - node.sysauth = false -end - - local function ubus_state_to_http(errstr) local map = { ["Invalid command"] = 400, diff --git a/modules/luci-base/luasrc/dispatcher.lua b/modules/luci-base/luasrc/dispatcher.lua index b43b94fde..d4293422b 100644 --- a/modules/luci-base/luasrc/dispatcher.lua +++ b/modules/luci-base/luasrc/dispatcher.lua @@ -17,138 +17,336 @@ _M.fs = fs -- Index table local index = nil --- Fastindex -local fi +local function check_fs_depends(fs) + local fs = require "nixio.fs" + + for path, kind in pairs(fs) do + if kind == "directory" then + local empty = true + for entry in (fs.dir(path) or function() end) do + empty = false + break + end + if empty then + return false + end + elseif kind == "executable" then + if fs.stat(path, "type") ~= "reg" or not fs.access(path, "x") then + return false + end + elseif kind == "file" then + if fs.stat(path, "type") ~= "reg" then + return false + end + end + end + return true +end -function build_url(...) - local path = {...} - local url = { http.getenv("SCRIPT_NAME") or "" } +local function check_uci_depends_options(conf, s, opts) + local uci = require "luci.model.uci" - local p - for _, p in ipairs(path) do - if p:match("^[a-zA-Z0-9_%-%.%%/,;]+$") then - url[#url+1] = "/" - url[#url+1] = p + if type(opts) == "string" then + return (s[".type"] == opts) + elseif opts == true then + for option, value in pairs(s) do + if option:byte(1) ~= 46 then + return true + end + end + elseif type(opts) == "table" then + for option, value in pairs(opts) do + local sval = s[option] + if type(sval) == "table" then + local found = false + for _, v in ipairs(sval) do + if v == value then + found = true + break + end + end + if not found then + return false + end + elseif value == true then + if sval == nil then + return false + end + else + if sval ~= value then + return false + end + end end end - if #path == 0 then - url[#url+1] = "/" + return true +end + +local function check_uci_depends_section(conf, sect) + local uci = require "luci.model.uci" + + for section, options in pairs(sect) do + local stype = section:match("^@([A-Za-z0-9_%-]+)$") + if stype then + local found = false + uci:foreach(conf, stype, function(s) + if check_uci_depends_options(conf, s, options) then + found = true + return false + end + end) + if not found then + return false + end + else + local s = uci:get_all(conf, section) + if not s or not check_uci_depends_options(conf, s, options) then + return false + end + end end - return table.concat(url, "") + return true end -function _ordered_children(node) - local name, child, children = nil, nil, {} +local function check_uci_depends(conf) + local uci = require "luci.model.uci" - for name, child in pairs(node.nodes) do - children[#children+1] = { - name = name, - node = child, - order = child.order or 100 - } + for config, values in pairs(conf) do + if values == true then + local found = false + uci:foreach(config, nil, function(s) + found = true + return false + end) + if not found then + return false + end + elseif type(values) == "table" then + if not check_uci_depends_section(config, values) then + return false + end + end end - table.sort(children, function(a, b) - if a.order == b.order then - return a.name < b.name - else - return a.order < b.order + return true +end + +local function check_depends(spec) + if type(spec.depends) ~= "table" then + return true + end + + if type(spec.depends.fs) == "table" and not check_fs_depends(spec.depends.fs) then + local satisfied = false + local alternatives = (#spec.depends.fs > 0) and spec.depends.fs or { spec.depends.fs } + for _, alternative in ipairs(alternatives) do + if check_fs_depends(alternative) then + satisfied = true + break + end end - end) + if not satisfied then + return false + end + end - return children + if type(spec.depends.uci) == "table" then + local satisfied = false + local alternatives = (#spec.depends.uci > 0) and spec.depends.uci or { spec.depends.uci } + for _, alternative in ipairs(alternatives) do + if check_uci_depends(alternative) then + satisfied = true + break + end + end + if not satisfied then + return false + end + end + + return true end -local function dependencies_satisfied(node) - if type(node.file_depends) == "table" then - for _, file in ipairs(node.file_depends) do - local ftype = fs.stat(file, "type") - if ftype == "dir" then - local empty = true - for e in (fs.dir(file) or function() end) do - empty = false - end - if empty then - return false - end - elseif ftype == nil then - return false - end +local function target_to_json(target, module) + local action + + if target.type == "call" then + action = { + ["type"] = "call", + ["module"] = module, + ["function"] = target.name, + ["parameters"] = target.argv + } + elseif target.type == "view" then + action = { + ["type"] = "view", + ["path"] = target.view + } + elseif target.type == "template" then + action = { + ["type"] = "template", + ["path"] = target.view + } + elseif target.type == "cbi" then + action = { + ["type"] = "cbi", + ["path"] = target.model + } + elseif target.type == "form" then + action = { + ["type"] = "form", + ["path"] = target.model + } + elseif target.type == "firstchild" then + action = { + ["type"] = "firstchild" + } + elseif target.type == "firstnode" then + action = { + ["type"] = "firstchild", + ["recurse"] = true + } + elseif target.type == "arcombine" then + if type(target.targets) == "table" then + action = { + ["type"] = "arcombine", + ["targets"] = { + target_to_json(target.targets[1], module), + target_to_json(target.targets[2], module) + } + } end + elseif target.type == "alias" then + action = { + ["type"] = "alias", + ["path"] = table.concat(target.req, "/") + } + elseif target.type == "rewrite" then + action = { + ["type"] = "rewrite", + ["path"] = table.concat(target.req, "/"), + ["remove"] = target.n + } end - if type(node.uci_depends) == "table" then - for config, expect_sections in pairs(node.uci_depends) do - if type(expect_sections) == "table" then - for section, expect_options in pairs(expect_sections) do - if type(expect_options) == "table" then - for option, expect_value in pairs(expect_options) do - local val = uci:get(config, section, option) - if expect_value == true and val == nil then - return false - elseif type(expect_value) == "string" then - if type(val) == "table" then - local found = false - for _, subval in ipairs(val) do - if subval == expect_value then - found = true - end - end - if not found then - return false - end - elseif val ~= expect_value then - return false - end - end - end + if target.post and action then + action.post = target.post + end + + return action +end + +local function tree_to_json(node, json) + local fs = require "nixio.fs" + local util = require "luci.util" + + if type(node.nodes) == "table" then + for subname, subnode in pairs(node.nodes) do + local spec = { + title = util.striptags(subnode.title), + order = subnode.order + } + + if subnode.leaf then + spec.wildcard = true + end + + if subnode.cors then + spec.cors = true + end + + if subnode.setuser then + spec.setuser = subnode.setuser + end + + if subnode.setgroup then + spec.setgroup = subnode.setgroup + end + + if type(subnode.target) == "table" then + spec.action = target_to_json(subnode.target, subnode.module) + end + + if type(subnode.file_depends) == "table" then + for _, v in ipairs(subnode.file_depends) do + spec.depends = spec.depends or {} + spec.depends.fs = spec.depends.fs or {} + + local ft = fs.stat(v, "type") + if ft == "dir" then + spec.depends.fs[v] = "directory" + elseif v:match("/s?bin/") then + spec.depends.fs[v] = "executable" else - local val = uci:get(config, section) - if expect_options == true and val == nil then - return false - elseif type(expect_options) == "string" and val ~= expect_options then - return false - end + spec.depends.fs[v] = "file" end end - elseif expect_sections == true then - if not uci:get_first(config) then - return false + end + + if type(subnode.uci_depends) == "table" then + for k, v in pairs(subnode.uci_depends) do + spec.depends = spec.depends or {} + spec.depends.uci = spec.depends.uci or {} + spec.depends.uci[k] = v end end + + if (subnode.sysauth_authenticator ~= nil) or + (subnode.sysauth ~= nil and subnode.sysauth ~= false) + then + if subnode.sysauth_authenticator == "htmlauth" then + spec.auth = { + login = true, + methods = { "cookie:sysauth" } + } + elseif subname == "rpc" and subnode.module == "luci.controller.rpc" then + spec.auth = { + login = false, + methods = { "param:auth", "cookie:sysauth" } + } + elseif subnode.module == "luci.controller.admin.uci" then + spec.auth = { + login = false, + methods = { "param:sid" } + } + end + elseif subnode.sysauth == false then + spec.auth = {} + end + + if not spec.action then + spec.title = nil + end + + spec.satisfied = check_depends(spec) + json.children = json.children or {} + json.children[subname] = tree_to_json(subnode, spec) end end - return true + return json end -function node_visible(node) - if node then - return not ( - (not dependencies_satisfied(node)) or - (not node.title or #node.title == 0) or - (not node.target or node.hidden == true) or - (type(node.target) == "table" and node.target.type == "firstchild" and - (type(node.nodes) ~= "table" or not next(node.nodes))) - ) - end - return false -end +function build_url(...) + local path = {...} + local url = { http.getenv("SCRIPT_NAME") or "" } -function node_childs(node) - local rv = { } - if node then - local _, child - for _, child in ipairs(_ordered_children(node)) do - if node_visible(child.node) then - rv[#rv+1] = child.name - end + local p + for _, p in ipairs(path) do + if p:match("^[a-zA-Z0-9_%-%.%%/,;]+$") then + url[#url+1] = "/" + url[#url+1] = p end end - return rv + + if #path == 0 then + url[#url+1] = "/" + end + + return table.concat(url, "") end @@ -185,6 +383,38 @@ function error500(message) return false end +local function determine_request_language() + local conf = require "luci.config" + assert(conf.main, "/etc/config/luci seems to be corrupt, unable to find section 'main'") + + local lang = conf.main.lang or "auto" + if lang == "auto" then + local aclang = http.getenv("HTTP_ACCEPT_LANGUAGE") or "" + for aclang in aclang:gmatch("[%w_-]+") do + local country, culture = aclang:match("^([a-z][a-z])[_-]([a-zA-Z][a-zA-Z])$") + if country and culture then + local cc = "%s_%s" %{ country, culture:lower() } + if conf.languages[cc] then + lang = cc + break + elseif conf.languages[country] then + lang = country + break + end + elseif conf.languages[aclang] then + lang = aclang + break + end + end + end + + if lang == "auto" then + lang = i18n.default + end + + i18n.setlanguage(lang) +end + function httpdispatch(request, prefix) http.context.request = request @@ -204,6 +434,8 @@ function httpdispatch(request, prefix) r[#r+1] = node end + determine_request_language() + local stat, err = util.coxpcall(function() dispatch(context.request) end, error500) @@ -306,189 +538,245 @@ local function session_setup(user, pass, allowed_users) return nil, nil end -function dispatch(request) - --context._disable_memtrace = require "luci.debug".trap_memtrace("l") - local ctx = context - ctx.path = request +local function check_authentication(method) + local auth_type, auth_param = method:match("^(%w+):(.+)$") + local sid, sdat - local conf = require "luci.config" - assert(conf.main, - "/etc/config/luci seems to be corrupt, unable to find section 'main'") + if auth_type == "cookie" then + sid = http.getcookie(auth_param) + elseif auth_type == "param" then + sid = http.formvalue(auth_param) + end - local i18n = require "luci.i18n" - local lang = conf.main.lang or "auto" - if lang == "auto" then - local aclang = http.getenv("HTTP_ACCEPT_LANGUAGE") or "" - for aclang in aclang:gmatch("[%w_-]+") do - local country, culture = aclang:match("^([a-z][a-z])[_-]([a-zA-Z][a-zA-Z])$") - if country and culture then - local cc = "%s_%s" %{ country, culture:lower() } - if conf.languages[cc] then - lang = cc - break - elseif conf.languages[country] then - lang = country - break - end - elseif conf.languages[aclang] then - lang = aclang - break - end + return session_retrieve(sid) +end + +local function get_children(node) + local children = {} + + if not node.wildcard and type(node.children) == "table" then + for name, child in pairs(node.children) do + children[#children+1] = { + name = name, + node = child, + order = child.order or 1000 + } end - end - if lang == "auto" then - lang = i18n.default - end - i18n.setlanguage(lang) - local c = ctx.tree - local stat - if not c then - c = createtree() + table.sort(children, function(a, b) + if a.order == b.order then + return a.name < b.name + else + return a.order < b.order + end + end) end - local track = {} - local args = {} - ctx.args = args - ctx.requestargs = ctx.requestargs or args - local n - local preq = {} - local freq = {} + return children +end - for i, s in ipairs(request) do - preq[#preq+1] = s - freq[#freq+1] = s - c = c.nodes[s] - n = i - if not c then - break +local function find_subnode(root, prefix, recurse, descended) + local children = get_children(root) + + if #children > 0 and (not descended or recurse) then + local sub_path = { unpack(prefix) } + + if recurse == false then + recurse = nil end - util.update(track, c) + for _, child in ipairs(children) do + sub_path[#prefix+1] = child.name + + local res_path = find_subnode(child.node, sub_path, recurse, true) - if c.leaf then - break + if res_path then + return res_path + end end end - if c and c.leaf then - for j=n+1, #request do - args[#args+1] = request[j] - freq[#freq+1] = request[j] + if descended then + if not recurse or + root.action.type == "cbi" or + root.action.type == "form" or + root.action.type == "view" or + root.action.type == "template" or + root.action.type == "arcombine" + then + return prefix end end +end - ctx.requestpath = ctx.requestpath or freq - ctx.path = preq +local function merge_trees(node_a, node_b) + for k, v in pairs(node_b) do + if k == "children" then + node_a.children = node_a.children or {} - -- Init template engine - if (c and c.index) or not track.notemplate then - local tpl = require("luci.template") - local media = track.mediaurlbase or luci.config.main.mediaurlbase - if not pcall(tpl.Template, "themes/%s/header" % fs.basename(media)) then - media = nil - for name, theme in pairs(luci.config.themes) do - if name:sub(1,1) ~= "." and pcall(tpl.Template, - "themes/%s/header" % fs.basename(theme)) then - media = theme - end + for name, spec in pairs(v) do + node_a.children[name] = merge_trees(node_a.children[name] or {}, spec) end - assert(media, "No valid theme found") + else + node_a[k] = v end + end + return node_a +end - local function _ifattr(cond, key, val, noescape) - if cond then - local env = getfenv(3) - local scope = (type(env.self) == "table") and env.self - if type(val) == "table" then - if not next(val) then - return '' - else - val = util.serialize_json(val) - end - end - - val = tostring(val or - (type(env[key]) ~= "function" and env[key]) or - (scope and type(scope[key]) ~= "function" and scope[key]) or "") +function menu_json() + local tree = context.tree or createtree() + local lua_tree = tree_to_json(tree, { + action = { + ["type"] = "firstchild", + ["recurse"] = true + } + }) - if noescape ~= true then - val = util.pcdata(val) - end + local json_tree = createtree_json() + return merge_trees(lua_tree, json_tree) +end - return string.format(' %s="%s"', tostring(key), val) - else - return '' +local function init_template_engine(ctx) + local tpl = require "luci.template" + local media = luci.config.main.mediaurlbase + + if not pcall(tpl.Template, "themes/%s/header" % fs.basename(media)) then + media = nil + for name, theme in pairs(luci.config.themes) do + if name:sub(1,1) ~= "." and pcall(tpl.Template, + "themes/%s/header" % fs.basename(theme)) then + media = theme end end + assert(media, "No valid theme found") + end - tpl.context.viewns = setmetatable({ - write = http.write; - include = function(name) tpl.Template(name):render(getfenv(2)) end; - translate = i18n.translate; - translatef = i18n.translatef; - export = function(k, v) if tpl.context.viewns[k] == nil then tpl.context.viewns[k] = v end end; - striptags = util.striptags; - pcdata = util.pcdata; - media = media; - theme = fs.basename(media); - resource = luci.config.main.resourcebase; - ifattr = function(...) return _ifattr(...) end; - attr = function(...) return _ifattr(true, ...) end; - url = build_url; - }, {__index=function(tbl, key) - if key == "controller" then - return build_url() - elseif key == "REQUEST_URI" then - return build_url(unpack(ctx.requestpath)) - elseif key == "FULL_REQUEST_URI" then - local url = { http.getenv("SCRIPT_NAME") or "", http.getenv("PATH_INFO") } - local query = http.getenv("QUERY_STRING") - if query and #query > 0 then - url[#url+1] = "?" - url[#url+1] = query + local function _ifattr(cond, key, val, noescape) + if cond then + local env = getfenv(3) + local scope = (type(env.self) == "table") and env.self + if type(val) == "table" then + if not next(val) then + return '' + else + val = util.serialize_json(val) end - return table.concat(url, "") - elseif key == "token" then - return ctx.authtoken - else - return rawget(tbl, key) or _G[key] end - end}) - end - track.dependent = (track.dependent ~= false) - assert(not track.dependent or not track.auto, - "Access Violation\nThe page at '" .. table.concat(request, "/") .. "/' " .. - "has no parent node so the access to this location has been denied.\n" .. - "This is a software bug, please report this message at " .. - "https://github.com/openwrt/luci/issues" - ) + val = tostring(val or + (type(env[key]) ~= "function" and env[key]) or + (scope and type(scope[key]) ~= "function" and scope[key]) or "") - if track.sysauth and not ctx.authsession then - local authen = track.sysauth_authenticator - local _, sid, sdat, default_user, allowed_users + if noescape ~= true then + val = util.pcdata(val) + end - if type(authen) == "string" and authen ~= "htmlauth" then - error500("Unsupported authenticator %q configured" % authen) - return + return string.format(' %s="%s"', tostring(key), val) + else + return '' end + end - if type(track.sysauth) == "table" then - default_user, allowed_users = nil, track.sysauth + tpl.context.viewns = setmetatable({ + write = http.write; + include = function(name) tpl.Template(name):render(getfenv(2)) end; + translate = i18n.translate; + translatef = i18n.translatef; + export = function(k, v) if tpl.context.viewns[k] == nil then tpl.context.viewns[k] = v end end; + striptags = util.striptags; + pcdata = util.pcdata; + media = media; + theme = fs.basename(media); + resource = luci.config.main.resourcebase; + ifattr = function(...) return _ifattr(...) end; + attr = function(...) return _ifattr(true, ...) end; + url = build_url; + }, {__index=function(tbl, key) + if key == "controller" then + return build_url() + elseif key == "REQUEST_URI" then + return build_url(unpack(ctx.requestpath)) + elseif key == "FULL_REQUEST_URI" then + local url = { http.getenv("SCRIPT_NAME") or "", http.getenv("PATH_INFO") } + local query = http.getenv("QUERY_STRING") + if query and #query > 0 then + url[#url+1] = "?" + url[#url+1] = query + end + return table.concat(url, "") + elseif key == "token" then + return ctx.authtoken else - default_user, allowed_users = track.sysauth, { track.sysauth } + return rawget(tbl, key) or _G[key] end + end}) - if type(authen) == "function" then - _, sid = authen(sys.user.checkpasswd, allowed_users) - else - sid = http.getcookie("sysauth") + return tpl +end + +function dispatch(request) + --context._disable_memtrace = require "luci.debug".trap_memtrace("l") + local ctx = context + + local auth, cors, suid, sgid + local menu = menu_json() + local page = menu + + local requested_path_full = {} + local requested_path_node = {} + local requested_path_args = {} + + for i, s in ipairs(request) do + if type(page.children) ~= "table" or not page.children[s] then + page = nil + break + end + + if not page.children[s].satisfied then + page = nil + break end - sid, sdat = session_retrieve(sid, allowed_users) + page = page.children[s] + auth = page.auth or auth + cors = page.cors or cors + suid = page.setuser or suid + sgid = page.setgroup or sgid - if not (sid and sdat) and authen == "htmlauth" then + requested_path_full[i] = s + requested_path_node[i] = s + + if page.wildcard then + for j = i + 1, #request do + requested_path_args[j - i] = request[j] + requested_path_full[j] = request[j] + end + break + end + end + + local tpl = init_template_engine(ctx) + + ctx.args = requested_path_args + ctx.path = requested_path_node + ctx.dispatched = page + + ctx.requestpath = ctx.requestpath or requested_path_full + ctx.requestargs = ctx.requestargs or requested_path_args + ctx.requested = ctx.requested or page + + if type(auth) == "table" and type(auth.methods) == "table" and #auth.methods > 0 then + local sid, sdat + for _, method in ipairs(auth.methods) do + sid, sdat = check_authentication(method) + + if sid and sdat then + break + end + end + + if not (sid and sdat) and auth.login then local user = http.getenv("HTTP_AUTH_USER") local pass = http.getenv("HTTP_AUTH_PASS") @@ -497,27 +785,23 @@ function dispatch(request) pass = http.formvalue("luci_password") end - sid, sdat = session_setup(user, pass, allowed_users) + sid, sdat = session_setup(user, pass, { "root" }) if not sid then - local tmpl = require "luci.template" - context.path = {} http.status(403, "Forbidden") http.header("X-LuCI-Login-Required", "yes") - tmpl.render(track.sysauth_template or "sysauth", { - duser = default_user, - fuser = user - }) - return + return tpl.render("sysauth", { duser = "root", fuser = user }) end http.header("Set-Cookie", 'sysauth=%s; path=%s; HttpOnly%s' %{ sid, build_url(), http.getenv("HTTPS") == "on" and "; secure" or "" }) + http.redirect(build_url(unpack(ctx.requestpath))) + return end if not sid or not sdat then @@ -531,81 +815,117 @@ function dispatch(request) ctx.authuser = sdat.username end - if track.cors and http.getenv("REQUEST_METHOD") == "OPTIONS" then + local action = (page and type(page.action) == "table") and page.action or {} + + if action.type == "arcombine" then + action = (#requested_path_args > 0) and action.targets[2] or action.targets[1] + end + + if cors and http.getenv("REQUEST_METHOD") == "OPTIONS" then luci.http.status(200, "OK") luci.http.header("Access-Control-Allow-Origin", http.getenv("HTTP_ORIGIN") or "*") luci.http.header("Access-Control-Allow-Methods", "GET, POST, OPTIONS") return end - if c and require_post_security(c.target, args) then - if not test_post_security(c) then + if require_post_security(action) then + if not test_post_security() then return end end - if track.setgroup then - sys.process.setgroup(track.setgroup) + if sgid then + sys.process.setgroup(sgid) end - if track.setuser then - sys.process.setuser(track.setuser) + if suid then + sys.process.setuser(suid) end - local target = nil - if c then - if type(c.target) == "function" then - target = c.target - elseif type(c.target) == "table" then - target = c.target.target + if action.type == "view" then + tpl.render("view", { view = action.path }) + + elseif action.type == "call" then + local ok, mod = util.copcall(require, action.module) + if not ok then + error500(mod) + return + end + + local func = mod[action["function"]] + + assert(func ~= nil, + 'Cannot resolve function "' .. action["function"] .. '". Is it misspelled or local?') + + assert(type(func) == "function", + 'The symbol "' .. action["function"] .. '" does not refer to a function but data ' .. + 'of type "' .. type(func) .. '".') + + local argv = (type(action.parameters) == "table" and #action.parameters > 0) and { unpack(action.parameters) } or {} + for _, s in ipairs(requested_path_args) do + argv[#argv + 1] = s end - end - if c and (c.index or type(target) == "function") then - ctx.dispatched = c - ctx.requested = ctx.requested or ctx.dispatched - end + local ok, err = util.copcall(func, unpack(argv)) + if not ok then + error500(err) + end - if c and c.index then - local tpl = require "luci.template" + elseif action.type == "firstchild" then + local sub_request = find_subnode(page, requested_path_full, action.recurse) + if sub_request then + dispatch(sub_request) + else + tpl.render("empty_node_placeholder", getfenv(1)) + end - if util.copcall(tpl.render, "indexer", {}) then - return true + elseif action.type == "alias" then + local sub_request = {} + for name in action.path:gmatch("[^/]+") do + sub_request[#sub_request + 1] = name end - end - if type(target) == "function" then - util.copcall(function() - local oldenv = getfenv(target) - local module = require(c.module) - local env = setmetatable({}, {__index= + for _, s in ipairs(requested_path_args) do + sub_request[#sub_request + 1] = s + end - function(tbl, key) - return rawget(tbl, key) or module[key] or oldenv[key] - end}) + dispatch(sub_request) - setfenv(target, env) - end) + elseif action.type == "rewrite" then + local sub_request = { unpack(request) } + for i = 1, action.remove do + table.remove(sub_request, 1) + end - local ok, err - if type(c.target) == "table" then - ok, err = util.copcall(target, c.target, unpack(args)) - else - ok, err = util.copcall(target, unpack(args)) + local n = 1 + for s in action.path:gmatch("[^/]+") do + table.insert(sub_request, n, s) + n = n + 1 end - if not ok then - error500("Failed to execute " .. (type(c.target) == "function" and "function" or c.target.type or "unknown") .. - " dispatcher target for entry '/" .. table.concat(request, "/") .. "'.\n" .. - "The called action terminated with an exception:\n" .. tostring(err or "(unknown)")) + + for _, s in ipairs(requested_path_args) do + sub_request[#sub_request + 1] = s end + + dispatch(sub_request) + + elseif action.type == "template" then + tpl.render(action.path, getfenv(1)) + + elseif action.type == "cbi" then + _cbi({ config = action.config, model = action.path }, unpack(requested_path_args)) + + elseif action.type == "form" then + _form({ model = action.path }, unpack(requested_path_args)) + else - local root = node() - if not root or not root.target then + local root = find_subnode(menu, {}, true) + if not root then error404("No root node was registered, this usually happens if no module was installed.\n" .. "Install luci-mod-admin-full and retry. " .. "If the module is already installed, try removing the /tmp/luci-indexcache file.") else - error404("No page is registered at '/" .. table.concat(request, "/") .. "'.\n" .. + error404("No page is registered at '/" .. table.concat(requested_path_full, "/") .. "'.\n" .. "If this url belongs to an extension, make sure it is properly installed.\n" .. "If the extension was recently installed, try removing the /tmp/luci-indexcache file.") end @@ -659,13 +979,9 @@ function createindex() "' - It must correspond to the file path!") local idx = mod.index - assert(type(idx) == "function", - "Invalid controller file found\n" .. - "The file '" .. path .. "' contains no index() function.\n" .. - "Please make sure that the controller contains a valid " .. - "index function and verify the spelling!") - - index[modname] = idx + if type(idx) == "function" then + index[modname] = idx + end end if indexcache then @@ -675,6 +991,94 @@ function createindex() end end +function createtree_json() + local json = require "luci.jsonc" + local tree = {} + + local schema = { + action = "table", + auth = "table", + cors = "boolean", + depends = "table", + order = "number", + setgroup = "string", + setuser = "string", + title = "string", + wildcard = "boolean" + } + + local files = {} + local fprint = {} + local cachefile + + for file in (fs.glob("/usr/share/luci/menu.d/*.json") or function() end) do + files[#files+1] = file + + if indexcache then + local st = fs.stat(file) + if st then + fprint[#fprint+1] = '%x' % st.ino + fprint[#fprint+1] = '%x' % st.mtime + fprint[#fprint+1] = '%x' % st.size + end + end + end + + if indexcache then + cachefile = "%s.%s.json" %{ + indexcache, + nixio.crypt(table.concat(fprint, "|"), "$1$"):sub(5):gsub("/", ".") + } + + local res = json.parse(fs.readfile(cachefile) or "") + if res then + return res + end + + for file in (fs.glob("%s.*.json" % indexcache) or function() end) do + fs.unlink(file) + end + end + + for _, file in ipairs(files) do + local data = json.parse(fs.readfile(file) or "") + if type(data) == "table" then + for path, spec in pairs(data) do + if type(spec) == "table" then + local node = tree + + for s in path:gmatch("[^/]+") do + if s == "*" then + node.wildcard = true + break + end + + node.children = node.children or {} + node.children[s] = node.children[s] or {} + node = node.children[s] + end + + if node ~= tree then + for k, t in pairs(schema) do + if type(spec[k]) == t then + node[k] = spec[k] + end + end + + node.satisfied = check_depends(spec) + end + end + end + end + end + + if cachefile then + fs.writefile(cachefile, json.stringify(tree)) + end + + return tree +end + -- Build the index before if it does not exist yet. function createtree() if not index then @@ -767,16 +1171,6 @@ function _create_node(path) c = {nodes={}, auto=true, inreq=true} - local _, n - for _, n in ipairs(path) do - if context.path[_] ~= n then - c.inreq = false - break - end - end - - c.inreq = c.inreq and (context.path[#path + 1] == last) - parent.nodes[last] = c context.treecache[name] = c end @@ -786,119 +1180,24 @@ end -- Subdispatchers -- -function _find_eligible_node(root, prefix, deep, types, descend) - local children = _ordered_children(root) - - if not root.leaf and deep ~= nil then - local sub_path = { unpack(prefix) } - - if deep == false then - deep = nil - end - - local _, child - for _, child in ipairs(children) do - sub_path[#prefix+1] = child.name - - local res_path = _find_eligible_node(child.node, sub_path, - deep, types, true) - - if res_path then - return res_path - end - end - end - - if descend and - (not types or - (type(root.target) == "table" and - util.contains(types, root.target.type))) - then - return prefix - end -end - -function _find_node(recurse, types) - local path = { unpack(context.path) } - local name = table.concat(path, ".") - local node = context.treecache[name] - - path = _find_eligible_node(node, path, recurse, types) - - if path then - dispatch(path) - else - require "luci.template".render("empty_node_placeholder") - end -end - -function _firstchild() - return _find_node(false, nil) -end - function firstchild() - return { type = "firstchild", target = _firstchild } -end - -function _firstnode() - return _find_node(true, { "cbi", "form", "template", "arcombine" }) + return { type = "firstchild" } end function firstnode() - return { type = "firstnode", target = _firstnode } + return { type = "firstnode" } end function alias(...) - local req = {...} - return function(...) - for _, r in ipairs({...}) do - req[#req+1] = r - end - - dispatch(req) - end + return { type = "alias", req = { ... } } end function rewrite(n, ...) - local req = {...} - return function(...) - local dispatched = util.clone(context.dispatched) - - for i=1,n do - table.remove(dispatched, 1) - end - - for i, r in ipairs(req) do - table.insert(dispatched, i, r) - end - - for _, r in ipairs({...}) do - dispatched[#dispatched+1] = r - end - - dispatch(dispatched) - end -end - - -local function _call(self, ...) - local func = getfenv()[self.name] - assert(func ~= nil, - 'Cannot resolve function "' .. self.name .. '". Is it misspelled or local?') - - assert(type(func) == "function", - 'The symbol "' .. self.name .. '" does not refer to a function but data ' .. - 'of type "' .. type(func) .. '".') - - if #self.argv > 0 then - return func(unpack(self.argv), ...) - else - return func(...) - end + return { type = "rewrite", n = n, req = { ... } } end function call(name, ...) - return {type = "call", argv = {...}, name = name, target = _call} + return { type = "call", argv = {...}, name = name } end function post_on(params, name, ...) @@ -906,8 +1205,7 @@ function post_on(params, name, ...) type = "call", post = params, argv = { ... }, - name = name, - target = _call + name = name } end @@ -916,25 +1214,16 @@ function post(...) end -local _template = function(self, ...) - require "luci.template".render(self.view) -end - function template(name) - return {type = "template", view = name, target = _template} -end - - -local _view = function(self, ...) - require "luci.template".render("view", { view = self.view }) + return { type = "template", view = name } end function view(name) - return {type = "view", view = name, target = _view} + return { type = "view", view = name } end -local function _cbi(self, ...) +function _cbi(self, ...) local cbi = require "luci.cbi" local tpl = require "luci.template" local http = require "luci.http" @@ -1048,25 +1337,21 @@ function cbi(model, config) type = "cbi", post = { ["cbi.submit"] = true }, config = config, - model = model, - target = _cbi + model = model } end -local function _arcombine(self, ...) - local argv = {...} - local target = #argv > 0 and self.targets[2] or self.targets[1] - setfenv(target.target, self.env) - target:target(unpack(argv)) -end - function arcombine(trg1, trg2) - return {type = "arcombine", env = getfenv(), target = _arcombine, targets = {trg1, trg2}} + return { + type = "arcombine", + env = getfenv(), + targets = {trg1, trg2} + } end -local function _form(self, ...) +function _form(self, ...) local cbi = require "luci.cbi" local tpl = require "luci.template" local http = require "luci.http" @@ -1092,10 +1377,9 @@ end function form(model) return { - type = "cbi", + type = "form", post = { ["cbi.submit"] = true }, - model = model, - target = _form + model = model } end diff --git a/modules/luci-base/luasrc/view/header.htm b/modules/luci-base/luasrc/view/header.htm index 1ef0e5b01..9cdedde5c 100644 --- a/modules/luci-base/luasrc/view/header.htm +++ b/modules/luci-base/luasrc/view/header.htm @@ -13,8 +13,8 @@ local applyconf = luci.config and luci.config.apply %> - - + + - -
-
-

<%:Diagnostics%>

- -
- <%:Network Utilities%> - -
-
-
-
- <% if has_ping6 then %> - - - - - <% else %> - - <% end %> -
- -
-
- <% if has_traceroute6 then %> - - - - - <% else %> - - <% end %> - <% if not has_traceroute6 then %> -

 

-

<%:Install iputils-traceroute6 for IPv6 traceroute%>

- <% end %> -
- -
-
- -
-
-
-
-
- - -
- -<%+footer%> diff --git a/modules/luci-mod-network/root/usr/libexec/luci-peeraddr b/modules/luci-mod-network/root/usr/libexec/luci-peeraddr new file mode 100755 index 000000000..84a0158fd --- /dev/null +++ b/modules/luci-mod-network/root/usr/libexec/luci-peeraddr @@ -0,0 +1,46 @@ +#!/bin/sh + +NL=" +" + +function ifaces_by_device() { + ubus call network.interface dump 2>/dev/null | \ + jsonfilter -e "@.interface[@.device='$1' || @.l3_device='$1'].interface" +} + +function device_by_addr() { + set -- $(ip route get "$1" ${2:+from "$2"} 2>/dev/null) + echo "$5" +} + +for inbound_device in $(device_by_addr "$REMOTE_ADDR" "$SERVER_ADDR"); do + inbound_devices="$inbound_device" + inbound_interfaces="" + + for iface in $(ifaces_by_device "$inbound_device"); do + inbound_interfaces="${inbound_interfaces:+$inbound_interfaces$NL}$iface" + + for peeraddr in $(uci get "network.$iface.peeraddr"); do + for ipaddr in $(resolveip -t 1 "$peeraddr" 2>/dev/null); do + for peerdev in $(device_by_addr "$ipaddr"); do + for iface in $(ifaces_by_device "$peerdev"); do + inbound_devices="${inbound_devices:+$inbound_devices$NL}$peerdev" + inbound_interfaces="${inbound_interfaces:+$inbound_interfaces$NL}$iface" + done + done + done + done + done +done + +inbound_devices="$(echo "$inbound_devices" | sort -u | sed ':a;N;$!ba;s/\n/", "/g')" +inbound_interfaces="$(echo "$inbound_interfaces" | sort -u | sed ':a;N;$!ba;s/\n/", "/g')" + +cat </, ''); + }); + + return E([], [ + E('h2', {}, [ _('Kernel Log') ]), + E('div', { 'id': 'content_syslog' }, [ + E('textarea', { + 'id': 'syslog', + 'style': 'font-size:12px', + 'readonly': 'readonly', + 'wrap': 'off', + 'rows': loglines.length + 1 + }, [ loglines.join('\n') ]) + ]) + ]); + }, + + handleSaveApply: null, + handleSave: null, + handleReset: null +}); diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js index 83c0c151e..b1068f0e3 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js @@ -28,7 +28,7 @@ return L.Class.extend({ E('div', { 'class': 'th' }, _('Hostname')), E('div', { 'class': 'th' }, _('IPv4-Address')), E('div', { 'class': 'th' }, _('MAC-Address')), - E('div', { 'class': 'th' }, _('Leasetime remaining')) + E('div', { 'class': 'th' }, _('Lease time remaining')) ]) ]); @@ -55,7 +55,7 @@ return L.Class.extend({ E('div', { 'class': 'th' }, _('Host')), E('div', { 'class': 'th' }, _('IPv6-Address')), E('div', { 'class': 'th' }, _('DUID')), - E('div', { 'class': 'th' }, _('Leasetime remaining')) + E('div', { 'class': 'th' }, _('Lease time remaining')) ]) ]); diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js index 282cafcba..5a3d64e7a 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js @@ -24,15 +24,15 @@ function renderbox(dsl) { _('Line Attenuation (LATN)'), '%.1f dB / %.1f dB'.format(dsl.line_attenuation_down, dsl.line_attenuation_up), _('Signal Attenuation (SATN)'), '%.1f dB / %.1f dB'.format(dsl.signal_attenuation_down, dsl.signal_attenuation_up), _('Noise Margin (SNR)'), '%.1f dB / %.1f dB'.format(dsl.noise_margin_down, dsl.noise_margin_up), - _('Aggregate Transmit Power(ACTATP)'), '%.1f dB / %.1f dB'.format(dsl.actatp_down, dsl.actatp_up), + _('Aggregate Transmit Power (ACTATP)'), '%.1f dB / %.1f dB'.format(dsl.actatp_down, dsl.actatp_up), _('Forward Error Correction Seconds (FECS)'), '%d / %d'.format(dsl.errors_fecs_near, dsl.errors_fecs_far), _('Errored seconds (ES)'), '%d / %d'.format(dsl.errors_es_near, dsl.errors_es_far), _('Severely Errored Seconds (SES)'), '%d / %d'.format(dsl.errors_ses_near, dsl.errors_ses_far), _('Loss of Signal Seconds (LOSS)'), '%d / %d'.format(dsl.errors_loss_near, dsl.errors_loss_far), _('Unavailable Seconds (UAS)'), '%d / %d'.format(dsl.errors_uas_near, dsl.errors_uas_far), _('Header Error Code Errors (HEC)'), '%d / %d'.format(dsl.errors_hec_near, dsl.errors_hec_far), - _('Non Pre-emtive CRC errors (CRC_P)'), '%d / %d'.format(dsl.errors_crc_p_near, dsl.errors_crc_p_far), - _('Pre-emtive CRC errors (CRCP_P)'), '%d / %d'.format(dsl.errors_crcp_p_near, dsl.errors_crcp_p_far), + _('Non Pre-emptive CRC errors (CRC_P)'), '%d / %d'.format(dsl.errors_crc_p_near, dsl.errors_crc_p_far), + _('Pre-emptive CRC errors (CRCP_P)'), '%d / %d'.format(dsl.errors_crcp_p_near, dsl.errors_crcp_p_far), _('ATU-C System Vendor ID'), dsl.atuc_vendor_id, _('Power Management Mode'), dsl.power_mode_s ]) diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js index eaeba578f..04abcba9d 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js @@ -1,232 +1,196 @@ -var table_names = [ 'Filter', 'NAT', 'Mangle', 'Raw' ], - current_mode = document.querySelector('.cbi-tab[data-mode="6"]') ? 6 : 4; - -function create_table_section(table) -{ - var idiv = document.getElementById('iptables'), - tdiv = idiv.querySelector('[data-table="%s"]'.format(table)), - title = '%s: %s'.format(_('Table'), table); - - if (!tdiv) { - tdiv = E('div', { 'data-table': table }, [ - E('h3', {}, title), - E('div') - ]); +'use strict'; +'require fs'; +'require ui'; + +var table_names = [ 'Filter', 'NAT', 'Mangle', 'Raw' ]; + +return L.view.extend({ + load: function() { + return L.resolveDefault(fs.stat('/usr/sbin/ip6tables')); + }, + + createTableSection: function(is_ipv6, table) { + var idiv = document.querySelector('div[data-tab="%s"]'.format(is_ipv6 ? 'ip6tables' : 'iptables')), + tdiv = idiv.querySelector('[data-table="%s-%s"]'.format(is_ipv6 ? 'ipv6' : 'ipv4', table)), + title = '%s: %s'.format(_('Table'), table); + + if (!tdiv) { + tdiv = E('div', { 'data-table': '%s-%s'.format(is_ipv6 ? 'ipv6' : 'ipv4', table) }, [ + E('h3', {}, title), + E('div') + ]); - if (idiv.firstElementChild.nodeName.toLowerCase() === 'p') - idiv.removeChild(idiv.firstElementChild); + if (idiv.firstElementChild.nodeName.toLowerCase() === 'p') + idiv.removeChild(idiv.firstElementChild); - var added = false, thisIdx = table_names.indexOf(table); + var added = false, thisIdx = table_names.indexOf(table); - idiv.querySelectorAll('[data-table]').forEach(function(child) { - var childIdx = table_names.indexOf(child.getAttribute('data-table')); + idiv.querySelectorAll('[data-table]').forEach(function(child) { + var childIdx = table_names.indexOf(child.getAttribute('data-table').split(/-/)[1]); - if (added === false && childIdx > thisIdx) { - idiv.insertBefore(tdiv, child); - added = true; - } - }); - - if (added === false) - idiv.appendChild(tdiv); - } - - return tdiv.lastElementChild; -} - -function create_chain_section(table, chain, policy, packets, bytes, references) -{ - var tdiv = create_table_section(table), - cdiv = tdiv.querySelector('[data-chain="%s"]'.format(chain)), - title; - - if (policy) - title = '%s %s (%s: %s, %d %s, %.2mB %s)' - .format(_('Chain'), chain, _('Policy'), policy, packets, _('Packets'), bytes, _('Traffic')); - else - title = '%s %s (%d %s)' - .format(_('Chain'), chain, references, _('References')); - - if (!cdiv) { - cdiv = E('div', { 'data-chain': chain }, [ - E('h4', { 'id': 'rule_%s_%s'.format(table.toLowerCase(), chain) }, title), - E('div', { 'class': 'table' }, [ - E('div', { 'class': 'tr table-titles' }, [ - E('div', { 'class': 'th center' }, _('Pkts.')), - E('div', { 'class': 'th center' }, _('Traffic')), - E('div', { 'class': 'th' }, _('Target')), - E('div', { 'class': 'th' }, _('Prot.')), - E('div', { 'class': 'th' }, _('In')), - E('div', { 'class': 'th' }, _('Out')), - E('div', { 'class': 'th' }, _('Source')), - E('div', { 'class': 'th' }, _('Destination')), - E('div', { 'class': 'th' }, _('Options')), - E('div', { 'class': 'th' }, _('Comment')) - ]) - ]) - ]); + if (added === false && childIdx > thisIdx) { + idiv.insertBefore(tdiv, child); + added = true; + } + }); - tdiv.appendChild(cdiv); - } - else { - cdiv.firstElementChild.innerHTML = title; - } - - return cdiv.lastElementChild; -} - -function update_chain_section(chaintable, rows) -{ - if (!chaintable) - return; - - cbi_update_table(chaintable, rows, _('No rules in this chain.')); - - if (rows.length === 0 && - document.querySelector('form > [data-hide-empty="true"]')) - chaintable.parentNode.style.display = 'none'; - else - chaintable.parentNode.style.display = ''; - - chaintable.parentNode.setAttribute('data-empty', rows.length === 0); -} - -function hide_empty(btn) -{ - var hide = (btn.getAttribute('data-hide-empty') === 'false'); - - btn.setAttribute('data-hide-empty', hide); - btn.value = hide ? _('Show empty chains') : _('Hide empty chains'); - btn.blur(); - - document.querySelectorAll('[data-chain][data-empty="true"]') - .forEach(function(chaintable) { - chaintable.style.display = hide ? 'none' : ''; - }); -} - -function jump_target(ev) -{ - var link = ev.target, - table = findParent(link, '[data-table]').getAttribute('data-table'), - chain = link.textContent, - num = +link.getAttribute('data-num'), - elem = document.getElementById('rule_%s_%s'.format(table.toLowerCase(), chain)); - - if (elem) { - (document.documentElement || document.body.parentNode || document.body).scrollTop = elem.offsetTop - 40; - elem.classList.remove('flash'); - void elem.offsetWidth; - elem.classList.add('flash'); - - if (num) { - var rule = elem.nextElementSibling.childNodes[num]; - if (rule) { - rule.classList.remove('flash'); - void rule.offsetWidth; - rule.classList.add('flash'); - } + if (added === false) + idiv.appendChild(tdiv); } - } -} - -function parse_output(table, s) -{ - var current_chain = null; - var current_rules = []; - var seen_chains = {}; - var chain_refs = {}; - var re = /([^\n]*)\n/g; - var m, m2; - - while ((m = re.exec(s)) != null) { - if (m[1].match(/^Chain (.+) \(policy (\w+) (\d+) packets, (\d+) bytes\)$/)) { - var chain = RegExp.$1, - policy = RegExp.$2, - packets = +RegExp.$3, - bytes = +RegExp.$4; - - update_chain_section(current_chain, current_rules); - - seen_chains[chain] = true; - current_chain = create_chain_section(table, chain, policy, packets, bytes); - current_rules = []; - } - else if (m[1].match(/^Chain (.+) \((\d+) references\)$/)) { - var chain = RegExp.$1, - references = +RegExp.$2; - update_chain_section(current_chain, current_rules); + return tdiv.lastElementChild; + }, + + createChainSection: function(is_ipv6, table, chain, policy, packets, bytes, references) { + var tdiv = this.createTableSection(is_ipv6, table), + cdiv = tdiv.querySelector('[data-chain="%s"]'.format(chain)), + title; + + if (policy) + title = '%s %s (%s: %s, %d %s, %.2mB %s)' + .format(_('Chain'), chain, _('Policy'), policy, packets, _('Packets'), bytes, _('Traffic')); + else + title = '%s %s (%d %s)' + .format(_('Chain'), chain, references, _('References')); + + if (!cdiv) { + cdiv = E('div', { 'data-chain': chain }, [ + E('h4', { 'id': 'rule_%s-%s_%s'.format(is_ipv6 ? 'ipv6' : 'ipv4', table.toLowerCase(), chain) }, title), + E('div', { 'class': 'table' }, [ + E('div', { 'class': 'tr table-titles' }, [ + E('div', { 'class': 'th center' }, _('Pkts.')), + E('div', { 'class': 'th center' }, _('Traffic')), + E('div', { 'class': 'th' }, _('Target')), + E('div', { 'class': 'th' }, _('Prot.')), + E('div', { 'class': 'th' }, _('In')), + E('div', { 'class': 'th' }, _('Out')), + E('div', { 'class': 'th' }, _('Source')), + E('div', { 'class': 'th' }, _('Destination')), + E('div', { 'class': 'th' }, _('Options')), + E('div', { 'class': 'th' }, _('Comment')) + ]) + ]) + ]); - seen_chains[chain] = true; - current_chain = create_chain_section(table, chain, null, null, null, references); - current_rules = []; + tdiv.appendChild(cdiv); } - else if (m[1].match(/^num /)) { - continue; + else { + cdiv.firstElementChild.innerHTML = title; } - else if ((m2 = m[1].match(/^(\d+) +(\d+) +(\d+) +(.*?) +(\S+) +(\S*) +(\S+) +(\S+) +([a-f0-9:.]+(?:\/[a-f0-9:.]+)?) +([a-f0-9:.]+(?:\/[a-f0-9:.]+)?) +(.+)$/)) !== null) { - var num = +m2[1], - pkts = +m2[2], - bytes = +m2[3], - target = m2[4], - proto = m2[5], - indev = m2[7], - outdev = m2[8], - srcnet = m2[9], - dstnet = m2[10], - options = m2[11] || '-', - comment = '-'; - - options = options.trim().replace(/(?:^| )\/\* (.+) \*\//, - function(m1, m2) { - comment = m2.replace(/^!fw3(: |$)/, '').trim() || '-'; - return ''; - }) || '-'; - - current_rules.push([ - '%.2m'.format(pkts).nobr(), - '%.2mB'.format(bytes).nobr(), - target ? '%s'.format(target) : '-', - proto, - (indev !== '*') ? '%s'.format(indev) : '*', - (outdev !== '*') ? '%s'.format(outdev) : '*', - srcnet, - dstnet, - options, - [ comment ] - ]); - if (target) { - chain_refs[target] = chain_refs[target] || []; - chain_refs[target].push([ current_chain, num ]); + return cdiv.lastElementChild; + }, + + updateChainSection: function(chaintable, rows) { + if (!chaintable) + return; + + cbi_update_table(chaintable, rows, _('No rules in this chain.')); + + if (rows.length === 0 && + document.querySelector('[data-hide-empty="true"]')) + chaintable.parentNode.style.display = 'none'; + else + chaintable.parentNode.style.display = ''; + + chaintable.parentNode.setAttribute('data-empty', rows.length === 0); + }, + + parseIptablesDump: function(is_ipv6, table, s) { + var current_chain = null; + var current_rules = []; + var seen_chains = {}; + var chain_refs = {}; + var re = /([^\n]*)\n/g; + var m, m2; + + while ((m = re.exec(s)) != null) { + if (m[1].match(/^Chain (.+) \(policy (\w+) (\d+) packets, (\d+) bytes\)$/)) { + var chain = RegExp.$1, + policy = RegExp.$2, + packets = +RegExp.$3, + bytes = +RegExp.$4; + + this.updateChainSection(current_chain, current_rules); + + seen_chains[chain] = true; + current_chain = this.createChainSection(is_ipv6, table, chain, policy, packets, bytes); + current_rules = []; + } + else if (m[1].match(/^Chain (.+) \((\d+) references\)$/)) { + var chain = RegExp.$1, + references = +RegExp.$2; + + this.updateChainSection(current_chain, current_rules); + + seen_chains[chain] = true; + current_chain = this.createChainSection(is_ipv6, table, chain, null, null, null, references); + current_rules = []; + } + else if (m[1].match(/^num /)) { + continue; + } + else if ((m2 = m[1].match(/^(\d+) +(\d+) +(\d+) +(.*?) +(\S+) +(\S*) +(\S+) +(\S+) +([a-f0-9:.]+(?:\/[a-f0-9:.]+)?) +([a-f0-9:.]+(?:\/[a-f0-9:.]+)?) +(.+)$/)) !== null) { + var num = +m2[1], + pkts = +m2[2], + bytes = +m2[3], + target = m2[4], + proto = m2[5], + indev = m2[7], + outdev = m2[8], + srcnet = m2[9], + dstnet = m2[10], + options = m2[11] || '-', + comment = '-'; + + options = options.trim().replace(/(?:^| )\/\* (.+) \*\//, + function(m1, m2) { + comment = m2.replace(/^!fw3(: |$)/, '').trim() || '-'; + return ''; + }) || '-'; + + current_rules.push([ + '%.2m'.format(pkts).nobr(), + '%.2mB'.format(bytes).nobr(), + target ? '%s'.format(target) : '-', + proto, + (indev !== '*') ? '%s'.format(indev) : '*', + (outdev !== '*') ? '%s'.format(outdev) : '*', + srcnet, + dstnet, + options, + [ comment ] + ]); + + if (target) { + chain_refs[target] = chain_refs[target] || []; + chain_refs[target].push([ current_chain, num ]); + } } } - } - update_chain_section(current_chain, current_rules); + this.updateChainSection(current_chain, current_rules); - document.querySelectorAll('[data-table="%s"] [data-chain]'.format(table)) - .forEach(function(cdiv) { + document.querySelectorAll('[data-table="%s-%s"] [data-chain]'.format(is_ipv6 ? 'ipv6' : 'ipv4', table)).forEach(L.bind(function(cdiv) { if (!seen_chains[cdiv.getAttribute('data-chain')]) { cdiv.parentNode.removeChild(cdiv); return; } - cdiv.querySelectorAll('.target').forEach(function(tspan) { + cdiv.querySelectorAll('.target').forEach(L.bind(function(tspan) { if (seen_chains[tspan.textContent]) { tspan.classList.add('jump'); - tspan.addEventListener('click', jump_target); + tspan.addEventListener('click', this.handleJumpTarget); } - }); + }, this)); - cdiv.querySelectorAll('.references').forEach(function(rspan) { + cdiv.querySelectorAll('.references').forEach(L.bind(function(rspan) { var refs = chain_refs[cdiv.getAttribute('data-chain')]; if (refs && refs.length) { rspan.classList.add('cbi-tooltip-container'); rspan.appendChild(E('small', { 'class': 'cbi-tooltip ifacebadge', 'style': 'top:1em; left:auto' }, [ E('ul') ])); - refs.forEach(function(ref) { + refs.forEach(L.bind(function(ref) { var chain = ref[0].parentNode.getAttribute('data-chain'), num = ref[1]; @@ -235,19 +199,136 @@ function parse_output(table, s) E('span', { 'class': 'jump', 'data-num': num, - 'onclick': 'jump_target(event)' + 'click': this.handleJumpTarget }, chain), ', %s #%d'.format(_('Rule'), num) ])); - }); + }, this)); + } + }, this)); + }, this)); + }, + + pollFirewallLists: function(has_ip6tables) { + var cmds = [ '/usr/sbin/iptables' ]; + + if (has_ip6tables) + cmds.push('/usr/sbin/ip6tables'); + + L.Poll.add(L.bind(function() { + var tasks = []; + + for (var i = 0; i < cmds.length; i++) { + for (var j = 0; j < table_names.length; j++) { + tasks.push(L.resolveDefault( + fs.exec_direct(cmds[i], [ '--line-numbers', '-w', '-nvxL', '-t', table_names[j].toLowerCase() ]) + .then(this.parseIptablesDump.bind(this, i > 0, table_names[j])))); + } + } + + return Promise.all(tasks); + }, this)); + }, + + handleJumpTarget: function(ev) { + var link = ev.target, + table = findParent(link, '[data-table]').getAttribute('data-table'), + chain = link.textContent, + num = +link.getAttribute('data-num'), + elem = document.getElementById('rule_%s_%s'.format(table.toLowerCase(), chain)); + + if (elem) { + (document.documentElement || document.body.parentNode || document.body).scrollTop = elem.offsetTop - 40; + elem.classList.remove('flash'); + void elem.offsetWidth; + elem.classList.add('flash'); + + if (num) { + var rule = elem.nextElementSibling.childNodes[num]; + if (rule) { + rule.classList.remove('flash'); + void rule.offsetWidth; + rule.classList.add('flash'); } + } + } + }, + + handleHideEmpty: function(ev) { + var btn = ev.currentTarget, + hide = (btn.getAttribute('data-hide-empty') === 'false'); + + btn.setAttribute('data-hide-empty', hide); + btn.firstChild.data = hide ? _('Show empty chains') : _('Hide empty chains'); + btn.blur(); + + document.querySelectorAll('[data-chain][data-empty="true"]') + .forEach(function(chaintable) { + chaintable.style.display = hide ? 'none' : ''; }); - }); -} - -table_names.forEach(function(table) { - L.poll(5, L.url('admin/status/iptables_dump', current_mode, table.toLowerCase()), null, - function (xhr) { - parse_output(table, xhr.responseText); - }); + }, + + handleCounterReset: function(has_ip6tables, ev) { + return Promise.all([ + fs.exec('/usr/sbin/iptables', [ '-Z' ]) + .catch(function(err) { ui.addNotification(null, E('p', {}, _('Unable to reset iptables counters: %s').format(err.message))) }), + has_ip6tables ? fs.exec('/usr/sbin/ip6tables', [ '-Z' ]) + .catch(function(err) { ui.addNotification(null, E('p', {}, _('Unable to reset ip6tables counters: %s').format(err.message))) }) : null + ]); + }, + + handleRestart: function(ev) { + return fs.exec_direct('/etc/init.d/firewall', [ 'restart' ]) + .catch(function(err) { ui.addNotification(null, E('p', {}, _('Unable to restart firewall: %s').format(err.message))) }); + }, + + render: function(has_ip6tables) { + var view = E([], [ + E('style', { 'type': 'text/css' }, [ + '.cbi-tooltip-container, span.jump { border-bottom:1px dotted #00f;cursor:pointer }', + 'ul { list-style:none }', + '.references { position:relative }', + '.references .cbi-tooltip { left:0!important;top:1.5em!important }', + 'h4>span { font-size:90% }' + ]), + + E('h2', {}, [ _('Firewall Status') ]), + E('div', { 'class': 'right', 'style': 'margin-bottom:-1.5em' }, [ + E('button', { + 'class': 'cbi-button', + 'data-hide-empty': false, + 'click': ui.createHandlerFn(this, 'handleHideEmpty') + }, [ _('Hide empty chains') ]), + ' ', + E('button', { + 'class': 'cbi-button', + 'click': ui.createHandlerFn(this, 'handleCounterReset', has_ip6tables) + }, [ _('Reset Counters') ]), + ' ', + E('button', { + 'class': 'cbi-button', + 'click': ui.createHandlerFn(this, 'handleRestart') + }, [ _('Restart Firewall') ]) + ]), + E('div', {}, [ + E('div', { 'data-tab': 'iptables', 'data-tab-title': has_ip6tables ? _('IPv4 Firewall') : null }, [ + E('p', {}, E('em', { 'class': 'spinning' }, [ _('Collecting data...') ])) + ]), + has_ip6tables ? E('div', { 'data-tab': 'ip6tables', 'data-tab-title': _('IPv6 Firewall') }, [ + E('p', {}, E('em', { 'class': 'spinning' }, [ _('Collecting data...') ])) + ]) : E([]) + ]) + ]); + + if (has_ip6tables) + ui.tabs.initTabGroup(view.lastElementChild.childNodes); + + this.pollFirewallLists(has_ip6tables); + + return view; + }, + + handleSaveApply: null, + handleSave: null, + handleReset: null }); diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/syslog.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/syslog.js new file mode 100644 index 000000000..69694bcfb --- /dev/null +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/syslog.js @@ -0,0 +1,33 @@ +'use strict'; +'require fs'; +'require ui'; + +return L.view.extend({ + load: function() { + return fs.exec_direct('/sbin/logread', [ '-e', '^' ]).catch(function(err) { + ui.addNotification(null, E('p', {}, _('Unable to load log data: ' + err.message))); + return ''; + }); + }, + + render: function(logdata) { + var loglines = logdata.trim().split(/\n/); + + return E([], [ + E('h2', {}, [ _('System Log') ]), + E('div', { 'id': 'content_syslog' }, [ + E('textarea', { + 'id': 'syslog', + 'style': 'font-size:12px', + 'readonly': 'readonly', + 'wrap': 'off', + 'rows': loglines.length + 1 + }, [ loglines.join('\n') ]) + ]) + ]); + }, + + handleSaveApply: null, + handleSave: null, + handleReset: null +}); diff --git a/modules/luci-mod-status/luasrc/controller/admin/status.lua b/modules/luci-mod-status/luasrc/controller/admin/status.lua deleted file mode 100644 index 6f8414922..000000000 --- a/modules/luci-mod-status/luasrc/controller/admin/status.lua +++ /dev/null @@ -1,74 +0,0 @@ --- Copyright 2008 Steven Barth --- Copyright 2011 Jo-Philipp Wich --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.admin.status", package.seeall) - -function index() - local page - - entry({"admin", "status", "overview"}, template("admin_status/index"), _("Overview"), 1) - - entry({"admin", "status", "iptables"}, template("admin_status/iptables"), _("Firewall"), 2).leaf = true - entry({"admin", "status", "iptables_dump"}, call("dump_iptables")).leaf = true - entry({"admin", "status", "iptables_action"}, post("action_iptables")).leaf = true - - entry({"admin", "status", "routes"}, template("admin_status/routes"), _("Routes"), 3) - entry({"admin", "status", "syslog"}, call("action_syslog"), _("System Log"), 4) - entry({"admin", "status", "dmesg"}, call("action_dmesg"), _("Kernel Log"), 5) - entry({"admin", "status", "processes"}, view("status/processes"), _("Processes"), 6) - - entry({"admin", "status", "realtime"}, alias("admin", "status", "realtime", "load"), _("Realtime Graphs"), 7) - - entry({"admin", "status", "realtime", "load"}, view("status/load"), _("Load"), 1) - entry({"admin", "status", "realtime", "bandwidth"}, view("status/bandwidth"), _("Traffic"), 2) - entry({"admin", "status", "realtime", "wireless"}, view("status/wireless"), _("Wireless"), 3).uci_depends = { wireless = true } - entry({"admin", "status", "realtime", "connections"}, view("status/connections"), _("Connections"), 4) - - entry({"admin", "status", "nameinfo"}, call("action_nameinfo")).leaf = true -end - -function action_syslog() - local syslog = luci.sys.syslog() - luci.template.render("admin_status/syslog", {syslog=syslog}) -end - -function action_dmesg() - local dmesg = luci.sys.dmesg() - luci.template.render("admin_status/dmesg", {dmesg=dmesg}) -end - -function dump_iptables(family, table) - local prefix = (family == "6") and "ip6" or "ip" - local ok, lines = pcall(io.lines, "/proc/net/%s_tables_names" % prefix) - if ok and lines then - local s - for s in lines do - if s == table then - luci.http.prepare_content("text/plain") - luci.sys.process.exec({ - "/usr/sbin/%stables" % prefix, "-w", "-t", table, - "--line-numbers", "-nxvL" - }, luci.http.write) - return - end - end - end - - luci.http.status(404, "No such table") - luci.http.prepare_content("text/plain") -end - -function action_iptables() - if luci.http.formvalue("zero") then - if luci.http.formvalue("family") == "6" then - luci.util.exec("/usr/sbin/ip6tables -Z") - else - luci.util.exec("/usr/sbin/iptables -Z") - end - elseif luci.http.formvalue("restart") then - luci.util.exec("/etc/init.d/firewall restart") - end - - luci.http.redirect(luci.dispatcher.build_url("admin/status/iptables")) -end diff --git a/modules/luci-mod-status/luasrc/view/admin_status/dmesg.htm b/modules/luci-mod-status/luasrc/view/admin_status/dmesg.htm deleted file mode 100644 index 1a8770ef8..000000000 --- a/modules/luci-mod-status/luasrc/view/admin_status/dmesg.htm +++ /dev/null @@ -1,12 +0,0 @@ -<%# - Copyright 2008 Steven Barth - Copyright 2008 Jo-Philipp Wich - Licensed to the public under the Apache License 2.0. --%> - -<%+header%> -

<%:Kernel Log%>

-
- -
-<%+footer%> diff --git a/modules/luci-mod-status/luasrc/view/admin_status/iptables.htm b/modules/luci-mod-status/luasrc/view/admin_status/iptables.htm deleted file mode 100644 index 89f229f3b..000000000 --- a/modules/luci-mod-status/luasrc/view/admin_status/iptables.htm +++ /dev/null @@ -1,73 +0,0 @@ -<%# - Copyright 2008-2009 Steven Barth - Copyright 2008-2018 Jo-Philipp Wich - Licensed to the public under the Apache License 2.0. --%> - -<%- - local fs = require "nixio.fs" - local has_ip6tables = fs.access("/usr/sbin/ip6tables") - local mode = 4 - - if has_ip6tables then - mode = luci.dispatcher.context.requestpath - mode = tonumber(mode[#mode] ~= "iptables" and mode[#mode]) or 4 - end --%> - -<%+header%> - - - -

<%:Firewall Status%>

- -<% if has_ip6tables then %> - -<% end %> - -
-
" style="position: absolute; right: 0"> - - - - - -
-
- -
-

<%:Collecting data...%>

-
- - - -<%+footer%> diff --git a/modules/luci-mod-status/luasrc/view/admin_status/syslog.htm b/modules/luci-mod-status/luasrc/view/admin_status/syslog.htm deleted file mode 100644 index fb734a76d..000000000 --- a/modules/luci-mod-status/luasrc/view/admin_status/syslog.htm +++ /dev/null @@ -1,12 +0,0 @@ -<%# - Copyright 2008 Steven Barth - Copyright 2008 Jo-Philipp Wich - Licensed to the public under the Apache License 2.0. --%> - -<%+header%> -

<%:System Log%>

-
- -
-<%+footer%> diff --git a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json new file mode 100644 index 000000000..5b53b12d3 --- /dev/null +++ b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json @@ -0,0 +1,103 @@ +{ + "admin/status/overview": { + "title": "Overview", + "order": 1, + "action": { + "type": "template", + "path": "admin_status/index" + } + }, + + "admin/status/iptables": { + "title": "Firewall", + "order": 2, + "action": { + "type": "view", + "path": "status/iptables" + } + }, + + "admin/status/routes": { + "title": "Routes", + "order": 3, + "action": { + "type": "template", + "path": "admin_status/routes" + } + }, + + "admin/status/syslog": { + "title": "System Log", + "order": 4, + "action": { + "type": "view", + "path": "status/syslog" + } + }, + + "admin/status/dmesg": { + "title": "Kernel Log", + "order": 5, + "action": { + "type": "view", + "path": "status/dmesg" + } + }, + + "admin/status/processes": { + "title": "Processes", + "order": 6, + "action": { + "type": "view", + "path": "status/processes" + } + }, + + "admin/status/realtime": { + "title": "Realtime Graphs", + "order": 7, + "action": { + "type": "alias", + "path": "admin/status/realtime/load" + } + }, + + "admin/status/realtime/load": { + "title": "Load", + "order": 1, + "action": { + "type": "view", + "path": "status/load" + } + }, + + "admin/status/realtime/bandwidth": { + "title": "Traffic", + "order": 2, + "action": { + "type": "view", + "path": "status/bandwidth" + } + }, + + "admin/status/realtime/wireless": { + "title": "Wireless", + "order": 3, + "action": { + "type": "view", + "path": "status/wireless" + }, + "depends": { + "uci": { "wireless": { "@wifi-device": true } } + } + }, + + "admin/status/realtime/connections": { + "title": "Connections", + "order": 4, + "action": { + "type": "view", + "path": "status/connections" + } + } +} diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index f127501ae..89f32b06a 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1196,7 +1196,6 @@ footer { background: #fff; box-shadow: 0 0 3px #444; padding: 1em 1em .5em 1em; - max-height: 2400px; min-width: 270px; } diff --git a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm index e0a41e1bc..ec6895f06 100644 --- a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm +++ b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm @@ -5,25 +5,12 @@ Licensed to the public under the Apache License 2.0. -%> -<% - local ver = require "luci.version" - local disp = require "luci.dispatcher" - local request = disp.context.path - local category = request[1] - local tree = disp.node() - local categories = disp.node_childs(tree) -%> +<% local ver = require "luci.version" %> + - diff --git a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm index de1fd73f0..56a1b230e 100644 --- a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm +++ b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm @@ -13,123 +13,10 @@ local boardinfo = util.ubus("system", "board") - local request = disp.context.path - local request2 = disp.context.request - - local category = request[1] - local cattree = category and disp.node(category) - - local leaf = request2[#request2] - - local tree = disp.node() local node = disp.context.dispatched - local categories = disp.node_childs(tree) - - local c = tree - local i, r - - -- tag all nodes leading to this page - for i, r in ipairs(request) do - if c.nodes and c.nodes[r] then - c = c.nodes[r] - c._menu_selected = true - end - end - -- send as HTML5 http.prepare_content("text/html") - - local function nodeurl(prefix, name, query) - local u = url(prefix, name) - if query then - u = u .. http.build_querystring(query) - end - return pcdata(u) - end - - local function render_tabmenu(prefix, node, level) - if not level then - level = 1 - end - - local childs = disp.node_childs(node) - if #childs > 0 then - if level > 2 then - write('
    ') - end - - local selected_node - local selected_name - local i, v - - for i, v in ipairs(childs) do - local nnode = node.nodes[v] - if nnode._menu_selected then - selected_node = nnode - selected_name = v - end - - if level > 2 then - write('
  • %s
  • ' %{ - v, (nnode._menu_selected or (node.leaf and v == leaf)) and 'active' or '', - nodeurl(prefix, v, nnode.query), - striptags(translate(nnode.title)) - }) - end - end - - if level > 2 then - write('
') - end - - if selected_node then - render_tabmenu(prefix .. "/" .. selected_name, selected_node, level + 1) - end - end - end - - local function render_submenu(prefix, node) - local childs = disp.node_childs(node) - if #childs > 0 then - write('') - end - end - - local function render_topmenu() - local childs = disp.node_childs(cattree) - if #childs > 0 then - write('') - end - end -%> @@ -149,6 +36,8 @@ + + <% include("themes/bootstrap/json-menu") %> "> @@ -156,7 +45,7 @@
<%=boardinfo.hostname or "?"%> - <% render_topmenu() %> +
- <% if category then render_tabmenu(category, cattree) end %> + diff --git a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/json-menu.htm b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/json-menu.htm new file mode 100644 index 000000000..b38406f65 --- /dev/null +++ b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/json-menu.htm @@ -0,0 +1,119 @@ + diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 1d78edf0c..40ff001b9 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1608,7 +1608,6 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { min-width: 270px; max-width: 600px; min-height: 32px; - max-height: 2400px; margin: 5em auto; padding: 1em; border-radius: 3px !important; diff --git a/themes/luci-theme-material/htdocs/luci-static/material/js/script.js b/themes/luci-theme-material/htdocs/luci-static/material/js/script.js index 755191f33..ae39d0075 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/js/script.js +++ b/themes/luci-theme-material/htdocs/luci-static/material/js/script.js @@ -18,6 +18,7 @@ * Licensed to the public under the Apache License 2.0 */ +document.addEventListener('luci-loaded', function(ev) { (function ($) { $(".main > .loading").fadeOut(); @@ -216,3 +217,4 @@ } })(jQuery); +}); diff --git a/themes/luci-theme-material/luasrc/view/themes/material/footer.htm b/themes/luci-theme-material/luasrc/view/themes/material/footer.htm index 544866dde..2f9f096bc 100644 --- a/themes/luci-theme-material/luasrc/view/themes/material/footer.htm +++ b/themes/luci-theme-material/luasrc/view/themes/material/footer.htm @@ -18,27 +18,11 @@ Licensed to the public under the Apache License 2.0 -%> -<% - local ver = require "luci.version" - local disp = require "luci.dispatcher" - local request = disp.context.path - local category = request[1] - local tree = disp.node() - local categories = disp.node_childs(tree) -%> +<% local ver = require "luci.version" %>
diff --git a/themes/luci-theme-material/luasrc/view/themes/material/header.htm b/themes/luci-theme-material/luasrc/view/themes/material/header.htm index 76eeec05e..5595b14e4 100644 --- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm +++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm @@ -26,135 +26,10 @@ local boardinfo = util.ubus("system", "board") - local request = disp.context.path - local request2 = disp.context.request - - local category = request[1] - local cattree = category and disp.node(category) - - local leaf = request2[#request2] - - local tree = disp.node() local node = disp.context.dispatched - local categories = disp.node_childs(tree) - - local c = tree - local i, r - - -- tag all nodes leading to this page - for i, r in ipairs(request) do - if c.nodes and c.nodes[r] then - c = c.nodes[r] - c._menu_selected = true - end - end - -- send as HTML5 http.prepare_content("text/html") - - local function nodeurl(prefix, name, query) - local u = url(prefix, name) - if query then - u = u .. http.build_querystring(query) - end - return pcdata(u) - end - - local function render_tabmenu(prefix, node, level) - if not level then - level = 1 - end - - local childs = disp.node_childs(node) - if #childs > 0 then - if level > 2 then - write('
    ') - end - - local selected_node - local selected_name - local i, v - - for i, v in ipairs(childs) do - local nnode = node.nodes[v] - if nnode._menu_selected then - selected_node = nnode - selected_name = v - end - - if level > 2 then - write('
  • %s
  • ' %{ - v, (nnode._menu_selected or (node.leaf and v == leaf)) and 'active' or '', - nodeurl(prefix, v, nnode.query), - striptags(translate(nnode.title)) - }) - end - end - - if level > 2 then - write('
') - end - - if selected_node then - render_tabmenu(prefix .. "/" .. selected_name, selected_node, level + 1) - end - end - end - - local function render_submenu(prefix, node) - local childs = disp.node_childs(node) - if #childs > 0 then - write('
    ') - - for i, r in ipairs(childs) do - local nnode = node.nodes[r] - local title = striptags(translate(nnode.title)) - - write('
  • %s
  • ' %{ - title, - nodeurl(prefix, r, nnode.query), - title - }) - end - - write('
') - end - end - - local function render_topmenu() - local childs = disp.node_childs(cattree) - if #childs > 0 then - write('') - end - end -%> @@ -180,6 +55,134 @@ + ">
@@ -199,9 +202,7 @@
<%:Collecting data...%>
-
- <% render_topmenu() %> -
+
@@ -223,4 +224,4 @@
- <% if category then render_tabmenu(category, cattree) end %> + diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index faaaf220a..a1b85f658 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -226,7 +226,6 @@ hr { background: #f5f5f5; border: 1px solid #000; padding: .5em .5em .25em .5em !important; - max-height: 2400px; min-width: 270px; color: #444; } @@ -1017,6 +1016,10 @@ ul.cbi-tabmenu { border-bottom: 1px solid #bbb; } +#tabmenu > ul.cbi-tabmenu { + margin: 0 !important; +} + ul.cbi-tabmenu li { display: inline-flex; margin: 0 5px -1px 0; diff --git a/themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm b/themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm index fbe030d18..9754e8b61 100644 --- a/themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm @@ -15,116 +15,9 @@ local loadinfo = sysinfo.load or { 0, 0, 0 } local boardinfo = util.ubus("system", "board") or { } - local request = disp.context.path - local request2 = disp.context.request - - local category = request[1] - local cattree = category and disp.node(category) - - local leaf = request2[#request2] - - local tree = disp.node() local node = disp.context.dispatched - local categories = disp.node_childs(tree) - - local c = tree - local i, r - - -- tag all nodes leading to this page - for i, r in ipairs(request) do - if c.nodes and c.nodes[r] then - c = c.nodes[r] - c._menu_selected = true - end - end - http.prepare_content("application/xhtml+xml") - - local function nodeurl(prefix, name, query) - local u = url(prefix, name) - if query then - u = u .. http.build_querystring(query) - end - return pcdata(u) - end - - local function render_menu(prefix, node, level) - if not level then - level = 1 - end - - local childs = disp.node_childs(node) - if #childs > 0 then - write('') - end - end - - local function render_tabmenu(prefix, node, level) - if not level then - level = 1 - end - - local childs = disp.node_childs(node) - if #childs > 0 then - if level > 2 then - if level == 3 then - write('
') - end - write('
    ') - end - - local selected_node - local selected_name - local i, v - - for i, v in ipairs(childs) do - local nnode = node.nodes[v] - if nnode._menu_selected then - selected_node = nnode - selected_name = v - end - - if level > 2 then - write('
  • %s
  • ' %{ - v, (nnode._menu_selected or (node.leaf and v == leaf)) and 'cbi-tab' or '', - nodeurl(prefix, v, nnode.query), - striptags(translate(nnode.title)) - }) - end - end - - if level > 2 then - write('
') - if level == 3 then - write('
') - end - end - - if selected_node then - render_tabmenu(prefix .. "/" .. selected_name, selected_node, level + 1) - end - end - end -%> @@ -145,45 +38,153 @@ <%=striptags( (boardinfo.hostname or "?") .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI @@ -207,24 +208,16 @@
-<% if #categories > 1 then %> -
    - <% for i, r in ipairs(categories) do %> -
  • class="active"<%end%> href="<%=controller%>/<%=r%>/"><%=striptags(translate(tree.nodes[r].title))%>
  • - <% end %> -
-<% end %> +
- +
- <% if category then render_tabmenu(category, cattree) end %> +