diff options
Diffstat (limited to 'applications/luci-app-uhttpd')
34 files changed, 174 insertions, 108 deletions
diff --git a/applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua b/applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua index eadf9b5722..20929036d7 100644 --- a/applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua +++ b/applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua @@ -91,9 +91,9 @@ o = ucs:taboption("general", Flag, "rfc1918_filter", translate("Ignore private I o.default = o.enabled o.rmempty = false -cert_file = ucs:taboption("general", FileUpload, "cert", translate("HTTPS Certificate (DER Encoded)")) +cert_file = ucs:taboption("general", FileUpload, "cert", translate("HTTPS Certificate (DER or PEM format)")) -key_file = ucs:taboption("general", FileUpload, "key", translate("HTTPS Private Key (DER Encoded)")) +key_file = ucs:taboption("general", FileUpload, "key", translate("HTTPS Private Key (DER or PEM format)")) o = ucs:taboption("general", Button, "remove_old", translate("Remove old certificate and key"), translate("uHTTPd will generate a new self-signed certificate using the configuration shown below.")) diff --git a/applications/luci-app-uhttpd/po/ar/uhttpd.po b/applications/luci-app-uhttpd/po/ar/uhttpd.po index fb49afe125..87ae021351 100644 --- a/applications/luci-app-uhttpd/po/ar/uhttpd.po +++ b/applications/luci-app-uhttpd/po/ar/uhttpd.po @@ -114,11 +114,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/bg/uhttpd.po b/applications/luci-app-uhttpd/po/bg/uhttpd.po index 5d3eaa3f99..05763ef4cf 100644 --- a/applications/luci-app-uhttpd/po/bg/uhttpd.po +++ b/applications/luci-app-uhttpd/po/bg/uhttpd.po @@ -113,11 +113,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/bn_BD/uhttpd.po b/applications/luci-app-uhttpd/po/bn_BD/uhttpd.po index 63bf38de41..f2d724cab2 100644 --- a/applications/luci-app-uhttpd/po/bn_BD/uhttpd.po +++ b/applications/luci-app-uhttpd/po/bn_BD/uhttpd.po @@ -113,11 +113,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/ca/uhttpd.po b/applications/luci-app-uhttpd/po/ca/uhttpd.po index f87f41ab91..f6ed691f72 100644 --- a/applications/luci-app-uhttpd/po/ca/uhttpd.po +++ b/applications/luci-app-uhttpd/po/ca/uhttpd.po @@ -113,11 +113,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/cs/uhttpd.po b/applications/luci-app-uhttpd/po/cs/uhttpd.po index d3ec67a94f..de7afe0272 100644 --- a/applications/luci-app-uhttpd/po/cs/uhttpd.po +++ b/applications/luci-app-uhttpd/po/cs/uhttpd.po @@ -117,11 +117,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/de/uhttpd.po b/applications/luci-app-uhttpd/po/de/uhttpd.po index f83dc4fcf6..44952e291e 100644 --- a/applications/luci-app-uhttpd/po/de/uhttpd.po +++ b/applications/luci-app-uhttpd/po/de/uhttpd.po @@ -1,20 +1,20 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-07 08:27+0000\n" -"Last-Translator: Kiste <christian.buschau+weblate@mailbox.org>\n" +"PO-Revision-Date: 2020-07-11 21:29+0000\n" +"Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsuhttpd/de/>\n" "Language: de\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.2-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 "" -"(/alter/pfad=/neuer/pfad) oder (nur /alter/pfad aus dem /cgi-prefix/alter/" +"(/alter/pfad=/neuer/pfad) oder (nur /alter/pfad aus dem /cgi-prefix/alter/" "pfad wird)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:145 @@ -109,19 +109,19 @@ msgstr "Allgemeine Einstellungen" #: applications/luci-app-uhttpd/root/usr/share/rpcd/acl.d/luci-app-uhttpd.json:3 msgid "Grant UCI access for luci-app-uhttpd" -msgstr "" +msgstr "Gewähre UCI Zugriff auf luci-app-uhttpd" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:22 msgid "HTTP listeners (address:port)" msgstr "HTTP listener (Adresse:Port)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" -msgstr "HTTPS Zertifikat (DER kodiert)" +msgid "HTTPS Certificate (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" -msgstr "HTTPS Private Key (DER kodiert)" +msgid "HTTPS Private Key (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 msgid "HTTPS listener (address:port)" @@ -270,3 +270,9 @@ msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 msgid "ubus integration is disabled if not present" msgstr "ubus Integration ist deaktiviert falls nicht vorhanden" + +#~ msgid "HTTPS Certificate (DER Encoded)" +#~ msgstr "HTTPS Zertifikat (DER kodiert)" + +#~ msgid "HTTPS Private Key (DER Encoded)" +#~ msgstr "HTTPS Private Key (DER kodiert)" diff --git a/applications/luci-app-uhttpd/po/el/uhttpd.po b/applications/luci-app-uhttpd/po/el/uhttpd.po index a9b1c78806..28097afe72 100644 --- a/applications/luci-app-uhttpd/po/el/uhttpd.po +++ b/applications/luci-app-uhttpd/po/el/uhttpd.po @@ -115,11 +115,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/en/uhttpd.po b/applications/luci-app-uhttpd/po/en/uhttpd.po index dace95a6e9..a6fed821f1 100644 --- a/applications/luci-app-uhttpd/po/en/uhttpd.po +++ b/applications/luci-app-uhttpd/po/en/uhttpd.po @@ -114,12 +114,12 @@ msgid "HTTP listeners (address:port)" msgstr "HTTP listeners (address:port)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" -msgstr "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" -msgstr "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 msgid "HTTPS listener (address:port)" @@ -267,3 +267,9 @@ msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 msgid "ubus integration is disabled if not present" msgstr "ubus integration is disabled if not present" + +#~ msgid "HTTPS Certificate (DER Encoded)" +#~ msgstr "HTTPS Certificate (DER Encoded)" + +#~ msgid "HTTPS Private Key (DER Encoded)" +#~ msgstr "HTTPS Private Key (DER Encoded)" diff --git a/applications/luci-app-uhttpd/po/es/uhttpd.po b/applications/luci-app-uhttpd/po/es/uhttpd.po index 341153b524..6f4d261aba 100644 --- a/applications/luci-app-uhttpd/po/es/uhttpd.po +++ b/applications/luci-app-uhttpd/po/es/uhttpd.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2020-05-02 10:21+0000\n" +"PO-Revision-Date: 2020-08-04 18:32+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsuhttpd/es/>\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 4.1-dev\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:135 msgid "" @@ -29,7 +29,7 @@ msgstr "Un servidor HTTP(S) liviano de un solo hilo" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:20 msgid "Advanced Settings" -msgstr "Configuración avanzada" +msgstr "Configuraciones avanzadas" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:135 msgid "Aliases" @@ -123,12 +123,12 @@ msgid "HTTP listeners (address:port)" msgstr "Escuchas HTTP (direccion:puerto)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" -msgstr "Certificado HTTPS (DER codificado)" +msgid "HTTPS Certificate (DER or PEM format)" +msgstr "Certificado HTTPS (formato DER o PEM)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" -msgstr "Clave privada HTTPS (DER codificado)" +msgid "HTTPS Private Key (DER or PEM format)" +msgstr "Clave privada HTTPS (formato DER o PEM)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 msgid "HTTPS listener (address:port)" @@ -279,3 +279,9 @@ msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 msgid "ubus integration is disabled if not present" msgstr "La integración de ubus está desactivada si no está presente" + +#~ msgid "HTTPS Certificate (DER Encoded)" +#~ msgstr "Certificado HTTPS (DER codificado)" + +#~ msgid "HTTPS Private Key (DER Encoded)" +#~ msgstr "Clave privada HTTPS (DER codificado)" diff --git a/applications/luci-app-uhttpd/po/fi/uhttpd.po b/applications/luci-app-uhttpd/po/fi/uhttpd.po index 56b15ab61d..ab0adba8e8 100644 --- a/applications/luci-app-uhttpd/po/fi/uhttpd.po +++ b/applications/luci-app-uhttpd/po/fi/uhttpd.po @@ -115,11 +115,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/fr/uhttpd.po b/applications/luci-app-uhttpd/po/fr/uhttpd.po index a0eec89453..c956d26f69 100644 --- a/applications/luci-app-uhttpd/po/fr/uhttpd.po +++ b/applications/luci-app-uhttpd/po/fr/uhttpd.po @@ -123,12 +123,12 @@ msgid "HTTP listeners (address:port)" msgstr "Écouteurs HTTP (adresse:port)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" -msgstr "Certificat HTTPS (encodé DER)" +msgid "HTTPS Certificate (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" -msgstr "Clé privée HTTPS (codée DER)" +msgid "HTTPS Private Key (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 msgid "HTTPS listener (address:port)" @@ -279,3 +279,9 @@ msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 msgid "ubus integration is disabled if not present" msgstr "Intégration ubus désactivée si non présente" + +#~ msgid "HTTPS Certificate (DER Encoded)" +#~ msgstr "Certificat HTTPS (encodé DER)" + +#~ msgid "HTTPS Private Key (DER Encoded)" +#~ msgstr "Clé privée HTTPS (codée DER)" diff --git a/applications/luci-app-uhttpd/po/he/uhttpd.po b/applications/luci-app-uhttpd/po/he/uhttpd.po index aefef876ca..38d3586c83 100644 --- a/applications/luci-app-uhttpd/po/he/uhttpd.po +++ b/applications/luci-app-uhttpd/po/he/uhttpd.po @@ -114,11 +114,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/hi/uhttpd.po b/applications/luci-app-uhttpd/po/hi/uhttpd.po index dae6e8a085..f6539ee098 100644 --- a/applications/luci-app-uhttpd/po/hi/uhttpd.po +++ b/applications/luci-app-uhttpd/po/hi/uhttpd.po @@ -113,11 +113,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/hu/uhttpd.po b/applications/luci-app-uhttpd/po/hu/uhttpd.po index 797175570f..b05e179c9e 100644 --- a/applications/luci-app-uhttpd/po/hu/uhttpd.po +++ b/applications/luci-app-uhttpd/po/hu/uhttpd.po @@ -115,11 +115,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/it/uhttpd.po b/applications/luci-app-uhttpd/po/it/uhttpd.po index 83cd879f78..f5ea04f0aa 100644 --- a/applications/luci-app-uhttpd/po/it/uhttpd.po +++ b/applications/luci-app-uhttpd/po/it/uhttpd.po @@ -115,11 +115,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/ja/uhttpd.po b/applications/luci-app-uhttpd/po/ja/uhttpd.po index 09c4236ed7..077ec184a3 100644 --- a/applications/luci-app-uhttpd/po/ja/uhttpd.po +++ b/applications/luci-app-uhttpd/po/ja/uhttpd.po @@ -121,12 +121,12 @@ msgid "HTTP listeners (address:port)" msgstr "HTTP 待ち受け(アドレス:ポート)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" -msgstr "HTTPS 証明書(DER エンコード)" +msgid "HTTPS Certificate (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" -msgstr "HTTPS 秘密鍵(DER エンコード)" +msgid "HTTPS Private Key (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 msgid "HTTPS listener (address:port)" @@ -271,3 +271,9 @@ msgstr "uHTTPd は、下に表示されている設定で新しい自己署名 #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 msgid "ubus integration is disabled if not present" msgstr "指定しない場合、ubus 統合は無効になります。" + +#~ msgid "HTTPS Certificate (DER Encoded)" +#~ msgstr "HTTPS 証明書(DER エンコード)" + +#~ msgid "HTTPS Private Key (DER Encoded)" +#~ msgstr "HTTPS 秘密鍵(DER エンコード)" diff --git a/applications/luci-app-uhttpd/po/ko/uhttpd.po b/applications/luci-app-uhttpd/po/ko/uhttpd.po index a253f5bdff..19c50f39a5 100644 --- a/applications/luci-app-uhttpd/po/ko/uhttpd.po +++ b/applications/luci-app-uhttpd/po/ko/uhttpd.po @@ -115,11 +115,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/mr/uhttpd.po b/applications/luci-app-uhttpd/po/mr/uhttpd.po index e19ff38c2d..93362c5e15 100644 --- a/applications/luci-app-uhttpd/po/mr/uhttpd.po +++ b/applications/luci-app-uhttpd/po/mr/uhttpd.po @@ -115,11 +115,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/ms/uhttpd.po b/applications/luci-app-uhttpd/po/ms/uhttpd.po index 60139a1f51..cb2698fe81 100644 --- a/applications/luci-app-uhttpd/po/ms/uhttpd.po +++ b/applications/luci-app-uhttpd/po/ms/uhttpd.po @@ -113,11 +113,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/nb_NO/uhttpd.po b/applications/luci-app-uhttpd/po/nb_NO/uhttpd.po index 841cd6d8ed..3803e8e1ea 100644 --- a/applications/luci-app-uhttpd/po/nb_NO/uhttpd.po +++ b/applications/luci-app-uhttpd/po/nb_NO/uhttpd.po @@ -113,11 +113,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/pl/uhttpd.po b/applications/luci-app-uhttpd/po/pl/uhttpd.po index dcf1fc36c0..9c6b60bff9 100644 --- a/applications/luci-app-uhttpd/po/pl/uhttpd.po +++ b/applications/luci-app-uhttpd/po/pl/uhttpd.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-06-16 16:09+0000\n" +"PO-Revision-Date: 2020-08-06 15:32+0000\n" "Last-Translator: Marcin Net <marcin.net@linux.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsuhttpd/pl/>\n" @@ -11,7 +11,7 @@ msgstr "" "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 4.1.1-dev\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:135 msgid "" @@ -122,12 +122,12 @@ msgid "HTTP listeners (address:port)" msgstr "Nasłuch HTTP (adres:port)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" -msgstr "Certyfikat HTTPS (zakodowany DER)" +msgid "HTTPS Certificate (DER or PEM format)" +msgstr "Certyfikat HTTPS (format DER lub PEM)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" -msgstr "Klucz prywatny HTTPS (zakodowany DER)" +msgid "HTTPS Private Key (DER or PEM format)" +msgstr "Klucz prywatny HTTPS (format DER lub PEM)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 msgid "HTTPS listener (address:port)" @@ -274,3 +274,9 @@ msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 msgid "ubus integration is disabled if not present" msgstr "integracja ubus jest nieaktywna, jeśli nie występuje" + +#~ msgid "HTTPS Certificate (DER Encoded)" +#~ msgstr "Certyfikat HTTPS (zakodowany DER)" + +#~ msgid "HTTPS Private Key (DER Encoded)" +#~ msgstr "Klucz prywatny HTTPS (zakodowany DER)" diff --git a/applications/luci-app-uhttpd/po/pt/uhttpd.po b/applications/luci-app-uhttpd/po/pt/uhttpd.po index 53b0926ba3..9e3dafbc60 100644 --- a/applications/luci-app-uhttpd/po/pt/uhttpd.po +++ b/applications/luci-app-uhttpd/po/pt/uhttpd.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-05-02 10:21+0000\n" +"PO-Revision-Date: 2020-08-04 18:32+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsuhttpd/pt/>\n" @@ -10,7 +10,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 4.1-dev\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:135 msgid "" @@ -118,12 +118,12 @@ msgid "HTTP listeners (address:port)" msgstr "Escutas do HTTP (endereço:porta)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" -msgstr "Certificado do HTTPS (codificado em formato PEM)" +msgid "HTTPS Certificate (DER or PEM format)" +msgstr "Certificado HTTPS (formato DER ou PEM)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" -msgstr "Chave Privada do HTTPS (codificado como DER)" +msgid "HTTPS Private Key (DER or PEM format)" +msgstr "Chave privada de HTTPS (formato DER ou PEM)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 msgid "HTTPS listener (address:port)" @@ -270,3 +270,9 @@ msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 msgid "ubus integration is disabled if not present" msgstr "A integração com o ubus será desativada se não presente" + +#~ msgid "HTTPS Certificate (DER Encoded)" +#~ msgstr "Certificado do HTTPS (codificado em formato PEM)" + +#~ msgid "HTTPS Private Key (DER Encoded)" +#~ msgstr "Chave Privada do HTTPS (codificado como DER)" diff --git a/applications/luci-app-uhttpd/po/pt_BR/uhttpd.po b/applications/luci-app-uhttpd/po/pt_BR/uhttpd.po index 2f5ee74834..4aab735a18 100644 --- a/applications/luci-app-uhttpd/po/pt_BR/uhttpd.po +++ b/applications/luci-app-uhttpd/po/pt_BR/uhttpd.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2020-05-02 10:21+0000\n" +"PO-Revision-Date: 2020-08-04 18:32+0000\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsuhttpd/pt_BR/>\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 4.1-dev\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:135 msgid "" @@ -119,12 +119,12 @@ msgid "HTTP listeners (address:port)" msgstr "Escutas do HTTP (endereço:porta)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" -msgstr "Certificado do HTTPS (codificado em formato PEM)" +msgid "HTTPS Certificate (DER or PEM format)" +msgstr "Certificado HTTPS (em formato DER ou PEM)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" -msgstr "Chave Privada do HTTPS (codificado como DER)" +msgid "HTTPS Private Key (DER or PEM format)" +msgstr "Chave Privada do HTTPS (em formato DER ou PEM)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 msgid "HTTPS listener (address:port)" @@ -273,3 +273,9 @@ msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 msgid "ubus integration is disabled if not present" msgstr "A integração com o ubus será desativada se não presente" + +#~ msgid "HTTPS Certificate (DER Encoded)" +#~ msgstr "Certificado do HTTPS (codificado em formato PEM)" + +#~ msgid "HTTPS Private Key (DER Encoded)" +#~ msgstr "Chave Privada do HTTPS (codificado como DER)" diff --git a/applications/luci-app-uhttpd/po/ro/uhttpd.po b/applications/luci-app-uhttpd/po/ro/uhttpd.po index 64707ee995..85f6cdd43a 100644 --- a/applications/luci-app-uhttpd/po/ro/uhttpd.po +++ b/applications/luci-app-uhttpd/po/ro/uhttpd.po @@ -116,11 +116,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/ru/uhttpd.po b/applications/luci-app-uhttpd/po/ru/uhttpd.po index f3297f9e59..d3022bff98 100644 --- a/applications/luci-app-uhttpd/po/ru/uhttpd.po +++ b/applications/luci-app-uhttpd/po/ru/uhttpd.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: uhttpd\n" "POT-Creation-Date: 2017-12-06 22:30+0300\n" -"PO-Revision-Date: 2020-06-08 19:47+0000\n" -"Last-Translator: Artem <KovalevArtem.ru@gmail.com>\n" +"PO-Revision-Date: 2020-08-04 18:32+0000\n" +"Last-Translator: sergio <sergio+it@outerface.net>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsuhttpd/ru/>\n" "Language: ru\n" @@ -12,7 +12,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 4.1-dev\n" +"X-Generator: Weblate 4.2-dev\n" "Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" @@ -119,19 +119,19 @@ msgstr "Основные настройки" #: applications/luci-app-uhttpd/root/usr/share/rpcd/acl.d/luci-app-uhttpd.json:3 msgid "Grant UCI access for luci-app-uhttpd" -msgstr "Предоставить доступ к UCI для luci-app-uhttpd" +msgstr "Предоставить UCI доступ для luci-app-uhttpd" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:22 msgid "HTTP listeners (address:port)" msgstr "Входящие HTTP<br />(адрес:порт)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" -msgstr "Сертификат HTTPS (кодировка DER)" +msgid "HTTPS Certificate (DER or PEM format)" +msgstr "Сертификат HTTPS (в DER или PEM формате)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" -msgstr "Приватный ключ HTTPS (кодировка DER)" +msgid "HTTPS Private Key (DER or PEM format)" +msgstr "Приватный ключ HTTPS (в DER или PEM формате)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 msgid "HTTPS listener (address:port)" @@ -282,3 +282,9 @@ msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 msgid "ubus integration is disabled if not present" msgstr "Интеграция с ubus будет отключена, если она отсутствует" + +#~ msgid "HTTPS Certificate (DER Encoded)" +#~ msgstr "Сертификат HTTPS (кодировка DER)" + +#~ msgid "HTTPS Private Key (DER Encoded)" +#~ msgstr "Приватный ключ HTTPS (кодировка DER)" diff --git a/applications/luci-app-uhttpd/po/sk/uhttpd.po b/applications/luci-app-uhttpd/po/sk/uhttpd.po index 111ab8d8b7..9dea711fcb 100644 --- a/applications/luci-app-uhttpd/po/sk/uhttpd.po +++ b/applications/luci-app-uhttpd/po/sk/uhttpd.po @@ -115,11 +115,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/sv/uhttpd.po b/applications/luci-app-uhttpd/po/sv/uhttpd.po index 75d410049b..16675438a3 100644 --- a/applications/luci-app-uhttpd/po/sv/uhttpd.po +++ b/applications/luci-app-uhttpd/po/sv/uhttpd.po @@ -115,11 +115,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/templates/uhttpd.pot b/applications/luci-app-uhttpd/po/templates/uhttpd.pot index 5127a8fa7a..ac8e7c4b5f 100644 --- a/applications/luci-app-uhttpd/po/templates/uhttpd.pot +++ b/applications/luci-app-uhttpd/po/templates/uhttpd.pot @@ -104,11 +104,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/tr/uhttpd.po b/applications/luci-app-uhttpd/po/tr/uhttpd.po index f4beabfbff..fe72c72f20 100644 --- a/applications/luci-app-uhttpd/po/tr/uhttpd.po +++ b/applications/luci-app-uhttpd/po/tr/uhttpd.po @@ -113,11 +113,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/uk/uhttpd.po b/applications/luci-app-uhttpd/po/uk/uhttpd.po index 84dd17908f..b5810210af 100644 --- a/applications/luci-app-uhttpd/po/uk/uhttpd.po +++ b/applications/luci-app-uhttpd/po/uk/uhttpd.po @@ -116,11 +116,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/vi/uhttpd.po b/applications/luci-app-uhttpd/po/vi/uhttpd.po index 29e45c0b26..8710856d79 100644 --- a/applications/luci-app-uhttpd/po/vi/uhttpd.po +++ b/applications/luci-app-uhttpd/po/vi/uhttpd.po @@ -113,11 +113,11 @@ msgid "HTTP listeners (address:port)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" +msgid "HTTPS Certificate (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" +msgid "HTTPS Private Key (DER or PEM format)" msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 diff --git a/applications/luci-app-uhttpd/po/zh_Hans/uhttpd.po b/applications/luci-app-uhttpd/po/zh_Hans/uhttpd.po index d7e1593abf..5828212d85 100644 --- a/applications/luci-app-uhttpd/po/zh_Hans/uhttpd.po +++ b/applications/luci-app-uhttpd/po/zh_Hans/uhttpd.po @@ -117,12 +117,12 @@ msgid "HTTP listeners (address:port)" msgstr "HTTP 监听(地址:端口)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" -msgstr "HTTPS 证书(DER 编码)" +msgid "HTTPS Certificate (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" -msgstr "HTTPS 私钥(DER 编码)" +msgid "HTTPS Private Key (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 msgid "HTTPS listener (address:port)" @@ -261,3 +261,9 @@ msgstr "uHTTPd 将使用下面显示的配置生成新的自签名证书。" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 msgid "ubus integration is disabled if not present" msgstr "如果不存在,则禁用 ubus 集成" + +#~ msgid "HTTPS Certificate (DER Encoded)" +#~ msgstr "HTTPS 证书(DER 编码)" + +#~ msgid "HTTPS Private Key (DER Encoded)" +#~ msgstr "HTTPS 私钥(DER 编码)" diff --git a/applications/luci-app-uhttpd/po/zh_Hant/uhttpd.po b/applications/luci-app-uhttpd/po/zh_Hant/uhttpd.po index ddc97c4a6d..6d3f27ce84 100644 --- a/applications/luci-app-uhttpd/po/zh_Hant/uhttpd.po +++ b/applications/luci-app-uhttpd/po/zh_Hant/uhttpd.po @@ -117,12 +117,12 @@ msgid "HTTP listeners (address:port)" msgstr "HTTP 監聽(位址:埠)" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:94 -msgid "HTTPS Certificate (DER Encoded)" -msgstr "HTTPS 證書(DER 編碼)" +msgid "HTTPS Certificate (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:96 -msgid "HTTPS Private Key (DER Encoded)" -msgstr "HTTPS 私鑰(DER 編碼)" +msgid "HTTPS Private Key (DER or PEM format)" +msgstr "" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:50 msgid "HTTPS listener (address:port)" @@ -261,3 +261,9 @@ msgstr "uHTTPd 將使用下面顯示的配置生成新的自簽名證書。" #: applications/luci-app-uhttpd/luasrc/model/cbi/uhttpd/uhttpd.lua:163 msgid "ubus integration is disabled if not present" msgstr "如果不存在,則禁用 ubus 整合" + +#~ msgid "HTTPS Certificate (DER Encoded)" +#~ msgstr "HTTPS 證書(DER 編碼)" + +#~ msgid "HTTPS Private Key (DER Encoded)" +#~ msgstr "HTTPS 私鑰(DER 編碼)" |