From eadf07b5299a450c43bc4162f891d5c95b629e8a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 3 May 2022 14:51:13 +0200 Subject: [PATCH] luci-app-tinyproxy: fix description of ConnectPort option Fixes: #803 Signed-off-by: Jo-Philipp Wich --- .../luasrc/model/cbi/tinyproxy.lua | 2 +- .../luci-app-tinyproxy/po/ar/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/bg/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/bn_BD/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/ca/tinyproxy.po | 13 ++++++--- .../luci-app-tinyproxy/po/cs/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/da/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/de/tinyproxy.po | 13 ++++++--- .../luci-app-tinyproxy/po/el/tinyproxy.po | 13 ++++++--- .../luci-app-tinyproxy/po/en/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/es/tinyproxy.po | 12 ++++++-- .../luci-app-tinyproxy/po/fi/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/fr/tinyproxy.po | 13 ++++++--- .../luci-app-tinyproxy/po/he/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/hi/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/hu/tinyproxy.po | 13 ++++++--- .../luci-app-tinyproxy/po/it/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/ja/tinyproxy.po | 29 ++++++++++++------- .../luci-app-tinyproxy/po/ko/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/mr/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/ms/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/nb_NO/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/pl/tinyproxy.po | 13 ++++++--- .../luci-app-tinyproxy/po/pt/tinyproxy.po | 13 ++++++--- .../luci-app-tinyproxy/po/pt_BR/tinyproxy.po | 13 ++++++--- .../luci-app-tinyproxy/po/ro/tinyproxy.po | 13 ++++++--- .../luci-app-tinyproxy/po/ru/tinyproxy.po | 13 ++++++--- .../luci-app-tinyproxy/po/sk/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/sv/tinyproxy.po | 4 +-- .../po/templates/tinyproxy.pot | 4 +-- .../luci-app-tinyproxy/po/tr/tinyproxy.po | 13 ++++++--- .../luci-app-tinyproxy/po/uk/tinyproxy.po | 4 +-- .../luci-app-tinyproxy/po/vi/tinyproxy.po | 4 +-- .../po/zh_Hans/tinyproxy.po | 17 +++++++---- .../po/zh_Hant/tinyproxy.po | 15 +++++++--- 35 files changed, 189 insertions(+), 105 deletions(-) diff --git a/applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua b/applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua index e38dec4b91..527d86c9d5 100644 --- a/applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua +++ b/applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua @@ -131,7 +131,7 @@ o.datatype = "ipaddr" o = s:taboption("filter", DynamicList, "ConnectPort", translate("Allowed connect ports"), - translate("List of allowed ports for the CONNECT method. A single value \"0\" allows all ports")) + translate("List of allowed ports for the CONNECT method. A single value \"0\" disables CONNECT completely, an empty list allows all ports")) o.placeholder = 0 o.datatype = "port" diff --git a/applications/luci-app-tinyproxy/po/ar/tinyproxy.po b/applications/luci-app-tinyproxy/po/ar/tinyproxy.po index 2e531d317b..a4edd7c5f4 100644 --- a/applications/luci-app-tinyproxy/po/ar/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/ar/tinyproxy.po @@ -145,8 +145,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/bg/tinyproxy.po b/applications/luci-app-tinyproxy/po/bg/tinyproxy.po index a88e0bee53..de6114d685 100644 --- a/applications/luci-app-tinyproxy/po/bg/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/bg/tinyproxy.po @@ -144,8 +144,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/bn_BD/tinyproxy.po b/applications/luci-app-tinyproxy/po/bn_BD/tinyproxy.po index fe5236ec3c..cd1e851231 100644 --- a/applications/luci-app-tinyproxy/po/bn_BD/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/bn_BD/tinyproxy.po @@ -144,8 +144,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/ca/tinyproxy.po b/applications/luci-app-tinyproxy/po/ca/tinyproxy.po index b6aef2cb16..80a12f91ff 100644 --- a/applications/luci-app-tinyproxy/po/ca/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/ca/tinyproxy.po @@ -147,11 +147,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 "" -"Llista de ports permesos per al mètode CONNECT. El valor solter \"0\" permet " -"tots els ports" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -345,6 +343,13 @@ msgstr "" msgid "X-Tinyproxy header" msgstr "Capçalera X-Tinyproxy" +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "Llista de ports permesos per al mètode CONNECT. El valor solter \"0\" " +#~ "permet tots els ports" + #~ msgid "Allow access from" #~ msgstr "Permet l'accés des de" diff --git a/applications/luci-app-tinyproxy/po/cs/tinyproxy.po b/applications/luci-app-tinyproxy/po/cs/tinyproxy.po index bed1df12a4..3f6678f0c0 100644 --- a/applications/luci-app-tinyproxy/po/cs/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/cs/tinyproxy.po @@ -146,8 +146,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/da/tinyproxy.po b/applications/luci-app-tinyproxy/po/da/tinyproxy.po index 814d652601..d84b12d8ec 100644 --- a/applications/luci-app-tinyproxy/po/da/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/da/tinyproxy.po @@ -144,8 +144,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/de/tinyproxy.po b/applications/luci-app-tinyproxy/po/de/tinyproxy.po index c0903c1e2a..b0c9a5edc1 100644 --- a/applications/luci-app-tinyproxy/po/de/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/de/tinyproxy.po @@ -161,11 +161,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 erlaubter Ports für \"CONNECT\" Anfragen. Ein einzelner Wert \"0\" " -"erlaubt alle Ports" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -380,6 +378,13 @@ msgstr "" msgid "X-Tinyproxy header" msgstr "X-Tinyproxy Headerzeile" +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "Liste erlaubter Ports für \"CONNECT\" Anfragen. Ein einzelner Wert \"0\" " +#~ "erlaubt alle Ports" + #~ msgid "Allow access from" #~ msgstr "Proxyzugang erlauben von" diff --git a/applications/luci-app-tinyproxy/po/el/tinyproxy.po b/applications/luci-app-tinyproxy/po/el/tinyproxy.po index ba0546126f..6ace5209b5 100644 --- a/applications/luci-app-tinyproxy/po/el/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/el/tinyproxy.po @@ -166,11 +166,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 "" -"Λίστα επιτρεπόμενων θυρών για τη μέθοδο CONNECT. Μια ενιαία τιμή \"0\" " -"επιτρέπει όλες τις θύρες" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -382,3 +380,10 @@ msgstr "Γράφει μηνύματα καταγραφής στο syslog αντ #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:107 msgid "X-Tinyproxy header" msgstr "Κεφαλίδα X-Tinyproxy" + +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "Λίστα επιτρεπόμενων θυρών για τη μέθοδο CONNECT. Μια ενιαία τιμή \"0\" " +#~ "επιτρέπει όλες τις θύρες" diff --git a/applications/luci-app-tinyproxy/po/en/tinyproxy.po b/applications/luci-app-tinyproxy/po/en/tinyproxy.po index 2011b92709..7bd2b8e5df 100644 --- a/applications/luci-app-tinyproxy/po/en/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/en/tinyproxy.po @@ -144,8 +144,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/es/tinyproxy.po b/applications/luci-app-tinyproxy/po/es/tinyproxy.po index 85c1362f30..9182a396e4 100644 --- a/applications/luci-app-tinyproxy/po/es/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/es/tinyproxy.po @@ -157,10 +157,9 @@ msgstr "Direcciones IP o rangos a los que se permite usar el servidor proxy" #: 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 "" -"Lista de puertos permitidos al método CONNECT. Use 0 para todos los puertos" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -365,6 +364,13 @@ msgstr "" msgid "X-Tinyproxy header" msgstr "Cabecera X-Tinyproxy" +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "Lista de puertos permitidos al método CONNECT. Use 0 para todos los " +#~ "puertos" + #~ msgid "Allow access from" #~ msgstr "Permitir acceso desde" diff --git a/applications/luci-app-tinyproxy/po/fi/tinyproxy.po b/applications/luci-app-tinyproxy/po/fi/tinyproxy.po index be40b4def2..6b79e2a58a 100644 --- a/applications/luci-app-tinyproxy/po/fi/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/fi/tinyproxy.po @@ -144,8 +144,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 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" diff --git a/applications/luci-app-tinyproxy/po/he/tinyproxy.po b/applications/luci-app-tinyproxy/po/he/tinyproxy.po index dccf72210f..db3ffc051f 100644 --- a/applications/luci-app-tinyproxy/po/he/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/he/tinyproxy.po @@ -142,8 +142,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/hi/tinyproxy.po b/applications/luci-app-tinyproxy/po/hi/tinyproxy.po index 1e1fed0b05..aacdf888c4 100644 --- a/applications/luci-app-tinyproxy/po/hi/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/hi/tinyproxy.po @@ -142,8 +142,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/hu/tinyproxy.po b/applications/luci-app-tinyproxy/po/hu/tinyproxy.po index 6a87c46515..cb041c6f73 100644 --- a/applications/luci-app-tinyproxy/po/hu/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/hu/tinyproxy.po @@ -157,11 +157,9 @@ msgstr "A proxy kiszolgálónál engedélyezett IP-címek és -címtartományok" #: 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 "" -"A CONNECT parancsnál engedélyezett portok listája. \"0\" esetén minden port " -"engedélyezett." #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -361,3 +359,10 @@ msgstr "Fájl helyett syslog-ba naplózzon" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:107 msgid "X-Tinyproxy header" msgstr "X-Tinyproxy fejléc" + +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "A CONNECT parancsnál engedélyezett portok listája. \"0\" esetén minden " +#~ "port engedélyezett." diff --git a/applications/luci-app-tinyproxy/po/it/tinyproxy.po b/applications/luci-app-tinyproxy/po/it/tinyproxy.po index 4b9d712fdf..8cffabff7c 100644 --- a/applications/luci-app-tinyproxy/po/it/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/it/tinyproxy.po @@ -149,8 +149,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/ja/tinyproxy.po b/applications/luci-app-tinyproxy/po/ja/tinyproxy.po index 26fc32dc37..0cd0b3b03c 100644 --- a/applications/luci-app-tinyproxy/po/ja/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/ja/tinyproxy.po @@ -46,29 +46,33 @@ msgid "" "By default, basic POSIX expressions are used for filtering. Enable this to " "activate extended regular expressions" msgstr "" -"初期設定では、基本的なPOSIX正規表現がフィルタリングに使用されますが、このオプションが有効に設定されている場合、拡張版のPOSIX正規表現が用いられま" -"す" +"初期設定では、基本的なPOSIX正規表現がフィルタリングに使用されますが、このオプ" +"ションが有効に設定されている場合、拡張版のPOSIX正規表現が用いられます" #: 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 "初期設定では、フィルターの文字列は大文字小文字を区別しませんが、このオプションが有効に設定されている場合、区別してフィルタリングを行います" +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 "" -"初期設定では、ドメイン名を使用してフィルタリングを行いますが、このオプションが有効に設定されている場合、代わりにURLに対してフィルタリングを行います" +"初期設定では、ドメイン名を使用してフィルタリングを行いますが、このオプション" +"が有効に設定されている場合、代わりにURLに対してフィルタリングを行います" #: 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 "" -"初期設定では、フィルタリング・ルールはブラックリストとして動作しますが、このオプションが有効に設定されている場合、URLまたはドメイン名が一致した場合のみ" -"、接続が許可されます" +"初期設定では、フィルタリング・ルールはブラックリストとして動作しますが、この" +"オプションが有効に設定されている場合、URLまたはドメイン名が一致した場合のみ、" +"接続が許可されます" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:226 msgid "" @@ -151,11 +155,9 @@ msgstr "プロキシサーバーの使用を許可するIPアドレスリスト #: 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 "" -"プロキシサーバーから接続可能なポートリストです。\"0\"を設定した場合、すべての" -"ポートを許可します。" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -354,3 +356,10 @@ msgstr "ログファイルの代わりにsyslogへメッセージを記録しま #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:107 msgid "X-Tinyproxy header" msgstr "X-Tinyproxy ヘッダー" + +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "プロキシサーバーから接続可能なポートリストです。\"0\"を設定した場合、すべ" +#~ "てのポートを許可します。" diff --git a/applications/luci-app-tinyproxy/po/ko/tinyproxy.po b/applications/luci-app-tinyproxy/po/ko/tinyproxy.po index 5b311ab304..fd83e529c1 100644 --- a/applications/luci-app-tinyproxy/po/ko/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/ko/tinyproxy.po @@ -144,8 +144,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/mr/tinyproxy.po b/applications/luci-app-tinyproxy/po/mr/tinyproxy.po index 0113494867..1b6d981765 100644 --- a/applications/luci-app-tinyproxy/po/mr/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/mr/tinyproxy.po @@ -144,8 +144,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/ms/tinyproxy.po b/applications/luci-app-tinyproxy/po/ms/tinyproxy.po index af53cf8f2c..41214aaf69 100644 --- a/applications/luci-app-tinyproxy/po/ms/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/ms/tinyproxy.po @@ -142,8 +142,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/nb_NO/tinyproxy.po b/applications/luci-app-tinyproxy/po/nb_NO/tinyproxy.po index 4ccff5704b..550d7e5796 100644 --- a/applications/luci-app-tinyproxy/po/nb_NO/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/nb_NO/tinyproxy.po @@ -142,8 +142,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/pl/tinyproxy.po b/applications/luci-app-tinyproxy/po/pl/tinyproxy.po index 56700248f3..6a68052d3f 100644 --- a/applications/luci-app-tinyproxy/po/pl/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/pl/tinyproxy.po @@ -161,11 +161,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 "" -"Lista dozwolonych portów dla metody CONNECT. Pojedyncza wartość \"0\" " -"pozwala użyć wszystkich portów" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -370,3 +368,10 @@ msgstr "Zapisuje komunikaty do dziennika systemowego zamiast pliku dziennika" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:107 msgid "X-Tinyproxy header" msgstr "Nagłówek X-Tinyproxy" + +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "Lista dozwolonych portów dla metody CONNECT. Pojedyncza wartość \"0\" " +#~ "pozwala użyć wszystkich portów" diff --git a/applications/luci-app-tinyproxy/po/pt/tinyproxy.po b/applications/luci-app-tinyproxy/po/pt/tinyproxy.po index 4099052ed0..b2c68a0420 100644 --- a/applications/luci-app-tinyproxy/po/pt/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/pt/tinyproxy.po @@ -161,11 +161,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 "" -"List as portas que podem utilizar o método CONNECT. Um valor \"0\" único " -"permitirá todas as portas" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -374,6 +372,13 @@ msgstr "Escreve as mensagens para o syslog ao invés do ficheiro de log" msgid "X-Tinyproxy header" msgstr "Cabeçalho do X-Tinyproxy" +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "List as portas que podem utilizar o método CONNECT. Um valor \"0\" único " +#~ "permitirá todas as portas" + #~ msgid "Allow access from" #~ msgstr "Permitir acesso de" diff --git a/applications/luci-app-tinyproxy/po/pt_BR/tinyproxy.po b/applications/luci-app-tinyproxy/po/pt_BR/tinyproxy.po index a9fa30ec43..b409c715ce 100644 --- a/applications/luci-app-tinyproxy/po/pt_BR/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/pt_BR/tinyproxy.po @@ -161,11 +161,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 "" -"List as portas que podem utilizar o método CONNECT. Um valor \"0\" único " -"permitirá todas as portas" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -374,6 +372,13 @@ msgstr "" msgid "X-Tinyproxy header" msgstr "Cabeçalho do X-Tinyproxy" +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "List as portas que podem utilizar o método CONNECT. Um valor \"0\" único " +#~ "permitirá todas as portas" + #~ msgid "Allow access from" #~ msgstr "Permitir acesso de" diff --git a/applications/luci-app-tinyproxy/po/ro/tinyproxy.po b/applications/luci-app-tinyproxy/po/ro/tinyproxy.po index 97cd7caa29..edc40682e8 100644 --- a/applications/luci-app-tinyproxy/po/ro/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/ro/tinyproxy.po @@ -162,11 +162,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 "" -"Lista de porturi permise pentru metoda CONNECT. O singură valoare \"0\" " -"permite toate porturile" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -371,3 +369,10 @@ msgstr "Scrie mesajele de jurnal în syslog în loc de un fișier de jurnal" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:107 msgid "X-Tinyproxy header" msgstr "X-Tinyproxy antet" + +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "Lista de porturi permise pentru metoda CONNECT. O singură valoare \"0\" " +#~ "permite toate porturile" diff --git a/applications/luci-app-tinyproxy/po/ru/tinyproxy.po b/applications/luci-app-tinyproxy/po/ru/tinyproxy.po index a4f4c38af5..22136ff7c8 100644 --- a/applications/luci-app-tinyproxy/po/ru/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/ru/tinyproxy.po @@ -162,11 +162,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 "" -"Список разрешенных портов для опции 'CONNECT'. Значение '0' разрешает все " -"порты" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -375,3 +373,10 @@ msgstr "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:107 msgid "X-Tinyproxy header" msgstr "Заголовок X-Tinyproxy" + +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "Список разрешенных портов для опции 'CONNECT'. Значение '0' разрешает все " +#~ "порты" diff --git a/applications/luci-app-tinyproxy/po/sk/tinyproxy.po b/applications/luci-app-tinyproxy/po/sk/tinyproxy.po index 0fb752655b..41cbdb229b 100644 --- a/applications/luci-app-tinyproxy/po/sk/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/sk/tinyproxy.po @@ -142,8 +142,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/sv/tinyproxy.po b/applications/luci-app-tinyproxy/po/sv/tinyproxy.po index d04d24e08e..bcb96c3bcc 100644 --- a/applications/luci-app-tinyproxy/po/sv/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/sv/tinyproxy.po @@ -157,8 +157,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/templates/tinyproxy.pot b/applications/luci-app-tinyproxy/po/templates/tinyproxy.pot index 532ed97e71..34b89912a6 100644 --- a/applications/luci-app-tinyproxy/po/templates/tinyproxy.pot +++ b/applications/luci-app-tinyproxy/po/templates/tinyproxy.pot @@ -131,8 +131,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/tr/tinyproxy.po b/applications/luci-app-tinyproxy/po/tr/tinyproxy.po index cc6bd3e2ba..33aec8c9b9 100644 --- a/applications/luci-app-tinyproxy/po/tr/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/tr/tinyproxy.po @@ -160,11 +160,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 "" -"CONNECT yöntemi için izin verilen bağlantı noktalarının listesi. Tek bir \"0" -"\" değeri tüm bağlantı noktalarına izin verir" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -368,3 +366,10 @@ msgstr "Günlük mesajlarını bir günlük dosyası yerine syslog'a yazar" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:107 msgid "X-Tinyproxy header" msgstr "X-Tinyproxy başlığı" + +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "" +#~ "CONNECT yöntemi için izin verilen bağlantı noktalarının listesi. Tek bir " +#~ "\"0\" değeri tüm bağlantı noktalarına izin verir" diff --git a/applications/luci-app-tinyproxy/po/uk/tinyproxy.po b/applications/luci-app-tinyproxy/po/uk/tinyproxy.po index 53ce4b04c2..b5f8a170ca 100644 --- a/applications/luci-app-tinyproxy/po/uk/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/uk/tinyproxy.po @@ -143,8 +143,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/vi/tinyproxy.po b/applications/luci-app-tinyproxy/po/vi/tinyproxy.po index 3c6b2c10fa..90a085664c 100644 --- a/applications/luci-app-tinyproxy/po/vi/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/vi/tinyproxy.po @@ -146,8 +146,8 @@ 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 "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 diff --git a/applications/luci-app-tinyproxy/po/zh_Hans/tinyproxy.po b/applications/luci-app-tinyproxy/po/zh_Hans/tinyproxy.po index 70d9d0ef4e..ab1cac069b 100644 --- a/applications/luci-app-tinyproxy/po/zh_Hans/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/zh_Hans/tinyproxy.po @@ -18,7 +18,8 @@ msgid "" "upstream proxy, Reject access disables any upstream proxy for the " "target" msgstr "" -"Via proxy 通过指定的上游代理将请求路由到给定的目标,Reject access 禁用目标的任何上游代理" +"Via proxy 通过指定的上游代理将请求路由到给定的目标,Reject " +"access 禁用目标的任何上游代理" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:108 msgid "" @@ -42,7 +43,8 @@ msgstr "绑定地址" msgid "" "By default, basic POSIX expressions are used for filtering. Enable this to " "activate extended regular expressions" -msgstr "默认情况下,使用基本的POSIX表达式进行过滤。启用它来激活扩展的正则表达式" +msgstr "" +"默认情况下,使用基本的POSIX表达式进行过滤。启用它来激活扩展的正则表达式" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:153 msgid "" @@ -143,9 +145,9 @@ msgstr "允许访问代理服务器的IP或IP段列表" #: 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 "值CONNECT方法允许的端口列表。单个值“0”代表允许所有端口" +"List of allowed ports for the CONNECT method. A single value \"0\" disables " +"CONNECT completely, an empty list allows all ports" +msgstr "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -337,3 +339,8 @@ msgstr "将日志写入系统日志以代替指定的日志文件" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:107 msgid "X-Tinyproxy header" msgstr "X-Tinyproxy头" + +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "值CONNECT方法允许的端口列表。单个值“0”代表允许所有端口" diff --git a/applications/luci-app-tinyproxy/po/zh_Hant/tinyproxy.po b/applications/luci-app-tinyproxy/po/zh_Hant/tinyproxy.po index 2380e07550..2803d50ef6 100644 --- a/applications/luci-app-tinyproxy/po/zh_Hant/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/zh_Hant/tinyproxy.po @@ -17,7 +17,9 @@ msgid "" "Via proxy routes requests to the given target via the specified " "upstream proxy, Reject access disables any upstream proxy for the " "target" -msgstr "通過代理通過指定的上游代理將請求路由到給定目標,拒絕存取為目標禁用任何上游代理" +msgstr "" +"通過代理通過指定的上游代理將請求路由到給定目標,拒絕存取為" +"目標禁用任何上游代理" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:108 msgid "" @@ -142,9 +144,9 @@ msgstr "允許使用代理伺服器的IP地址或範圍的列表" #: 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 "CONNECT方式允許的埠號列表。單個值“ 0”允許所有埠" +"List of allowed ports for the CONNECT method. A single value \"0\" disables " +"CONNECT completely, an empty list allows all ports" +msgstr "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:39 msgid "Listen address" @@ -336,3 +338,8 @@ msgstr "將日誌消息寫入syslog而不是日誌文件" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:107 msgid "X-Tinyproxy header" msgstr "X-Tinyproxy標頭" + +#~ msgid "" +#~ "List of allowed ports for the CONNECT method. A single value \"0\" allows " +#~ "all ports" +#~ msgstr "CONNECT方式允許的埠號列表。單個值“ 0”允許所有埠" -- 2.30.2