diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-05-03 14:51:13 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-05-03 14:54:51 +0200 |
commit | eadf07b5299a450c43bc4162f891d5c95b629e8a (patch) | |
tree | 3c5de855e80fea665165294c49176c49d13e130b /applications/luci-app-tinyproxy/po/fr | |
parent | a000cf9c01d0c7af405ccd6e5e54eb20ea5fc481 (diff) |
luci-app-tinyproxy: fix description of ConnectPort option
Fixes: #803
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-tinyproxy/po/fr')
-rw-r--r-- | applications/luci-app-tinyproxy/po/fr/tinyproxy.po | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/applications/luci-app-tinyproxy/po/fr/tinyproxy.po b/applications/luci-app-tinyproxy/po/fr/tinyproxy.po index 62e71ed572..3975ade1c5 100644 --- a/applications/luci-app-tinyproxy/po/fr/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/fr/tinyproxy.po @@ -164,11 +164,9 @@ 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" +"List of allowed ports for the CONNECT method. A single value \"0\" disables " +"CONNECT completely, an empty list allows all ports" msgstr "" -"Liste des ports autorisés pour la méthode CONNECT. Une valeur \"0\" unique " -"autorises tous les ports" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -379,6 +377,13 @@ msgstr "Envoyer les messages à syslog plutôt que dans un fichier-journal" msgid "X-Tinyproxy header" msgstr "Entête X-Tinyproxy" +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "Liste des ports autorisés pour la méthode CONNECT. Une valeur \"0\" " +#~ "unique autorises tous les ports" + #~ msgid "Allow access from" #~ msgstr "Allow access from" |