Skip to content

Commit

Permalink
luci-app-ddns: Update global cacert path doc to reflect it is a file …
Browse files Browse the repository at this point in the history
…not a dir

Signed-off-by: Georgios Kontaxis <[email protected]>
  • Loading branch information
Georgios Kontaxis committed Dec 31, 2024
1 parent d9ce4fb commit 4cf3c03
Show file tree
Hide file tree
Showing 39 changed files with 78 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ return view.extend({

}

o = s.taboption('global', form.Value, 'cacert', _('CA Certs path'));
o.description = _('CA certificates path that will be used to download services data. Set IGNORE to skip certificate validation.');
o = s.taboption('global', form.Value, 'cacert', _('CA cert bundle file'));
o.description = _('CA certificate bundle file that will be used to download services data. Set IGNORE to skip certificate validation.');
o.placeholder = 'IGNORE';
o.write = function(section_id, value) {
if(value == 'ignore')
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/ar/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ msgstr ""
"المحددة بشكل صحيح!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "مسار شهادات Ca"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"مسار شهادات Ca الذي سيتم استخدامه لتنزيل بيانات الخدمات. قم بتعيين IGNORE "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/bg/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/bn_BD/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/ca/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/cs/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ msgstr ""
"BusyBox, nemůže správně zpracovat uvedené servery DNS!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Adresář certifikátů CA"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Adresář který bude využit pro stažení dat služeb. Nastavte na IGNORE pro "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/da/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/de/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ msgstr ""
"Server nicht korrekt verarbeiten!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Pfad zu CA-Zertifikaten"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Ca Certs Pfad, der für das Herunterladen von Servicedaten verwendet werden "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/el/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/es/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ msgstr ""
"los servidores DNS determinados!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Ruta de certificados CA"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Ruta de los certificados CA que se utilizarán para descargar los datos de "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/fa/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/fi/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ msgstr ""
"DNS-palvelimia oikein!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "CaCerts-polku"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Ca Certs -polku, jota käytetään palvelutietojen lataamiseen. Aseta IGNORE "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/fr/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ msgstr ""
"correctement les serveurs DNS donnés !"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Chemin d'accès des certificats CA"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Chemin d'accès Ca Certs qui sera utilisé afin de télécharger les données de "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/ga/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ msgstr ""
"DNS a thugtar i gceart!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Cosán Teastais CA"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Conair deimhnithe CA a úsáidfear chun sonraí seirbhísí a íoslódáil. Socraigh "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/he/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/hi/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/hu/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/it/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ msgstr ""
"Server DNS correttamente!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Percorso certificati CA"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Percorso dei certificati CA che verrà utilizzato per scaricare i dati dei "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/ja/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ msgstr ""
"バーを正しく処理しません!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "CA 証明書パス"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"サービスデータをダウンロードするために使用される CA 証明書のパスです。証明書"
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/ko/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "CA 인증서 경로"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"서비스 데이터를 다운로드할 때 사용될 CA 인증서의 경로입니다. IGNORE로 설정하"
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/lt/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ msgstr ""
"netvarko duotus „DNS“ serverius tinkamai!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "„CA“ sertifikatų kelias"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"„CA“ sertifikatų kelias bus naudojamas atsisiųsti tarnybos duomenis. "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/mr/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/ms/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/nb_NO/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ msgid ""
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr ""

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/nl/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ msgstr ""
"servers niet correct verwerken!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Ca Certs pad"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Ca Certs-pad dat wordt gebruikt om servicegegevens te downloaden. Stel "
Expand Down
4 changes: 2 additions & 2 deletions applications/luci-app-ddns/po/pl/ddns.po
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ msgstr ""
"podanych serwerów DNS!"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:443
msgid "CA Certs path"
msgid "CA cert bundle file"
msgstr "Ścieżka certyfikatów CA"

#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE "
"CA certificate bundle file that will be used to download services data. Set IGNORE "
"to skip certificate validation."
msgstr ""
"Ścieżka certyfikatów CA do pobierania danych usług. Ustaw IGNORE, aby "
Expand Down
Loading

0 comments on commit 4cf3c03

Please sign in to comment.