From c8a8680d607292d8640bab752002663e7660a849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 25 Dec 2021 10:44:00 +0100 Subject: [PATCH] relay: improve help on option relay.network.compression --- doc/de/includes/autogen_user_options.de.adoc | 2 +- doc/en/includes/autogen_user_options.en.adoc | 2 +- doc/fr/includes/autogen_user_options.fr.adoc | 2 +- doc/it/includes/autogen_user_options.it.adoc | 2 +- doc/ja/includes/autogen_user_options.ja.adoc | 2 +- doc/pl/includes/autogen_user_options.pl.adoc | 2 +- doc/sr/includes/autogen_user_options.sr.adoc | 2 +- po/cs.po | 9 ++++--- po/de.po | 20 ++++++++++----- po/es.po | 18 +++++++++---- po/fr.po | 27 +++++++++++++++----- po/hu.po | 9 ++++--- po/it.po | 20 ++++++++++----- po/ja.po | 18 +++++++++---- po/pl.po | 19 ++++++++++---- po/pt.po | 20 ++++++++++----- po/pt_BR.po | 20 ++++++++++----- po/ru.po | 9 ++++--- po/sr.po | 18 +++++++++---- po/tr.po | 9 ++++--- po/weechat.pot | 9 ++++--- src/plugins/relay/relay-config.c | 10 ++++---- 22 files changed, 171 insertions(+), 78 deletions(-) diff --git a/doc/de/includes/autogen_user_options.de.adoc b/doc/de/includes/autogen_user_options.de.adoc index 9c4194849..1b16c5177 100644 --- a/doc/de/includes/autogen_user_options.de.adoc +++ b/doc/de/includes/autogen_user_options.de.adoc @@ -3065,7 +3065,7 @@ ** Standardwert: `+0+` * [[option_relay.network.compression]] *relay.network.compression* -** Beschreibung: pass:none[compression for packets sent to client with WeeChat protocol: 0 = disable compression, 1 = low compression, fast ... 100 = best compression, slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; default value is 20 which is a sane default and offers good compression and speed] +** Beschreibung: pass:none[compression of messages sent to clients with "weechat" protocol: 0 = disable compression, 1 = low compression / fast ... 100 = best compression / slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; the default value is recommended, it offers a good compromise between compression and speed] ** Typ: integer ** Werte: 0 .. 100 ** Standardwert: `+20+` diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc index 10cd3f854..ecb59f430 100644 --- a/doc/en/includes/autogen_user_options.en.adoc +++ b/doc/en/includes/autogen_user_options.en.adoc @@ -3065,7 +3065,7 @@ ** default value: `+0+` * [[option_relay.network.compression]] *relay.network.compression* -** description: pass:none[compression for packets sent to client with WeeChat protocol: 0 = disable compression, 1 = low compression, fast ... 100 = best compression, slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; default value is 20 which is a sane default and offers good compression and speed] +** description: pass:none[compression of messages sent to clients with "weechat" protocol: 0 = disable compression, 1 = low compression / fast ... 100 = best compression / slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; the default value is recommended, it offers a good compromise between compression and speed] ** type: integer ** values: 0 .. 100 ** default value: `+20+` diff --git a/doc/fr/includes/autogen_user_options.fr.adoc b/doc/fr/includes/autogen_user_options.fr.adoc index f14e41c6a..b2052f65d 100644 --- a/doc/fr/includes/autogen_user_options.fr.adoc +++ b/doc/fr/includes/autogen_user_options.fr.adoc @@ -3065,7 +3065,7 @@ ** valeur par défaut: `+0+` * [[option_relay.network.compression]] *relay.network.compression* -** description: pass:none[compression for packets sent to client with WeeChat protocol: 0 = disable compression, 1 = low compression, fast ... 100 = best compression, slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; default value is 20 which is a sane default and offers good compression and speed] +** description: pass:none[compression des messages envoyés aux clients avec le protocole "weechat" : 0 = désactiver la compression, 1 = faible compression / rapide ... 100 = meilleure compression / lent ; la valeur est un pourcentage converti de 1 à 9 pour zlib et de 1 à 19 pour zstd ; la valeur par défaut est recommandée, elle offre un bon compromis compression/vitesse] ** type: entier ** valeurs: 0 .. 100 ** valeur par défaut: `+20+` diff --git a/doc/it/includes/autogen_user_options.it.adoc b/doc/it/includes/autogen_user_options.it.adoc index 808dbc580..9c8a72c99 100644 --- a/doc/it/includes/autogen_user_options.it.adoc +++ b/doc/it/includes/autogen_user_options.it.adoc @@ -3065,7 +3065,7 @@ ** valore predefinito: `+0+` * [[option_relay.network.compression]] *relay.network.compression* -** descrizione: pass:none[compression for packets sent to client with WeeChat protocol: 0 = disable compression, 1 = low compression, fast ... 100 = best compression, slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; default value is 20 which is a sane default and offers good compression and speed] +** descrizione: pass:none[compression of messages sent to clients with "weechat" protocol: 0 = disable compression, 1 = low compression / fast ... 100 = best compression / slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; the default value is recommended, it offers a good compromise between compression and speed] ** tipo: intero ** valori: 0 .. 100 ** valore predefinito: `+20+` diff --git a/doc/ja/includes/autogen_user_options.ja.adoc b/doc/ja/includes/autogen_user_options.ja.adoc index b14d8d25d..264e0b88c 100644 --- a/doc/ja/includes/autogen_user_options.ja.adoc +++ b/doc/ja/includes/autogen_user_options.ja.adoc @@ -3065,7 +3065,7 @@ ** デフォルト値: `+0+` * [[option_relay.network.compression]] *relay.network.compression* -** 説明: pass:none[compression for packets sent to client with WeeChat protocol: 0 = disable compression, 1 = low compression, fast ... 100 = best compression, slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; default value is 20 which is a sane default and offers good compression and speed] +** 説明: pass:none[compression of messages sent to clients with "weechat" protocol: 0 = disable compression, 1 = low compression / fast ... 100 = best compression / slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; the default value is recommended, it offers a good compromise between compression and speed] ** タイプ: 整数 ** 値: 0 .. 100 ** デフォルト値: `+20+` diff --git a/doc/pl/includes/autogen_user_options.pl.adoc b/doc/pl/includes/autogen_user_options.pl.adoc index b7acf9918..58d6d041f 100644 --- a/doc/pl/includes/autogen_user_options.pl.adoc +++ b/doc/pl/includes/autogen_user_options.pl.adoc @@ -3065,7 +3065,7 @@ ** domyślna wartość: `+0+` * [[option_relay.network.compression]] *relay.network.compression* -** opis: pass:none[compression for packets sent to client with WeeChat protocol: 0 = disable compression, 1 = low compression, fast ... 100 = best compression, slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; default value is 20 which is a sane default and offers good compression and speed] +** opis: pass:none[compression of messages sent to clients with "weechat" protocol: 0 = disable compression, 1 = low compression / fast ... 100 = best compression / slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; the default value is recommended, it offers a good compromise between compression and speed] ** typ: liczba ** wartości: 0 .. 100 ** domyślna wartość: `+20+` diff --git a/doc/sr/includes/autogen_user_options.sr.adoc b/doc/sr/includes/autogen_user_options.sr.adoc index 63e8a4b23..151253e20 100644 --- a/doc/sr/includes/autogen_user_options.sr.adoc +++ b/doc/sr/includes/autogen_user_options.sr.adoc @@ -3065,7 +3065,7 @@ ** подразумевана вредност: `+0+` * [[option_relay.network.compression]] *relay.network.compression* -** опис: pass:none[compression for packets sent to client with WeeChat protocol: 0 = disable compression, 1 = low compression, fast ... 100 = best compression, slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; default value is 20 which is a sane default and offers good compression and speed] +** опис: pass:none[compression of messages sent to clients with "weechat" protocol: 0 = disable compression, 1 = low compression / fast ... 100 = best compression / slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; the default value is recommended, it offers a good compromise between compression and speed] ** тип: целобројна ** вредности: 0 .. 100 ** подразумевана вредност: `+20+` diff --git a/po/cs.po b/po/cs.po index 4119ed21f..531967da6 100644 --- a/po/cs.po +++ b/po/cs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2021-12-03 12:02+0100\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -11317,8 +11317,11 @@ msgid "" msgstr "" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" msgid "" diff --git a/po/de.po b/po/de.po index 3a723738c..ab0bf46e0 100644 --- a/po/de.po +++ b/po/de.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2021-12-10 09:48+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -13641,12 +13641,12 @@ msgstr "" "lösche Clients unmittelbar, -1 = niemals löschen)" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" -"Kompressionsstärke der Pakete die durch das WeeChat Protokoll an den Client " -"gesendet werden sollen (0 = Kompression deaktiviert, 1 = niedrige " -"Kompression ... 9 = stärkste Kompression)" msgid "" "listen on IPv6 socket by default (in addition to IPv4 which is default); " @@ -16025,3 +16025,11 @@ msgstr "%s%s: Zeitüberschreitung für \"%s\" mit %s" msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "" "%s%s: Verbindung konnte nicht hergestellt werden: unerwarteter Fehler (%d)" + +#~ msgid "" +#~ "compression level for packets sent to client with WeeChat protocol (0 = " +#~ "disable compression, 1 = low compression ... 9 = best compression)" +#~ msgstr "" +#~ "Kompressionsstärke der Pakete die durch das WeeChat Protokoll an den " +#~ "Client gesendet werden sollen (0 = Kompression deaktiviert, 1 = niedrige " +#~ "Kompression ... 9 = stärkste Kompression)" diff --git a/po/es.po b/po/es.po index 0366bcf5a..dd0ad72f6 100644 --- a/po/es.po +++ b/po/es.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2021-12-03 12:02+0100\n" "Last-Translator: Santiago Forero \n" "Language-Team: weechat-dev \n" @@ -11845,11 +11845,12 @@ msgid "" msgstr "" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" -"nivel de compresión para paquetes enviados al cliente con el protocolo " -"WeeChat (0 = sin compresión, 1 = baja compresión ... 9 = mejor compresión)" msgid "" "listen on IPv6 socket by default (in addition to IPv4 which is default); " @@ -13831,3 +13832,10 @@ msgstr "%s%s: tiempo de espera máximo para \"%s\" con %s" #, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: no es posible conectarse: error (%d)" + +#~ msgid "" +#~ "compression level for packets sent to client with WeeChat protocol (0 = " +#~ "disable compression, 1 = low compression ... 9 = best compression)" +#~ msgstr "" +#~ "nivel de compresión para paquetes enviados al cliente con el protocolo " +#~ "WeeChat (0 = sin compresión, 1 = baja compresión ... 9 = mejor compresión)" diff --git a/po/fr.po b/po/fr.po index 937eb8a2d..b14b0e922 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" -"PO-Revision-Date: 2021-12-03 12:02+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" +"PO-Revision-Date: 2021-12-25 10:43+0100\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -13375,12 +13375,17 @@ msgstr "" "clients immédiatement, -1 = ne jamais purger)" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" -"niveau de compression pour les paquets envoyés au client avec le protocole " -"WeeChat (0 = désactiver la compression, 1 = peu de compression ... 9 = " -"meilleure compression)" +"compression des messages envoyés aux clients avec le protocole \"weechat\" : " +"0 = désactiver la compression, 1 = faible compression / rapide ... 100 = " +"meilleure compression / lent ; la valeur est un pourcentage converti de 1 à " +"9 pour zlib et de 1 à 19 pour zstd ; la valeur par défaut est recommandée, " +"elle offre un bon compromis compression/vitesse" msgid "" "listen on IPv6 socket by default (in addition to IPv4 which is default); " @@ -15722,3 +15727,11 @@ msgstr "%s%s : délai d'attente dépassé pour \"%s\" avec %s" #, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s : impossible de se connecter : erreur inattendue (%d)" + +#~ msgid "" +#~ "compression level for packets sent to client with WeeChat protocol (0 = " +#~ "disable compression, 1 = low compression ... 9 = best compression)" +#~ msgstr "" +#~ "niveau de compression pour les paquets envoyés au client avec le " +#~ "protocole WeeChat (0 = désactiver la compression, 1 = peu de " +#~ "compression ... 9 = meilleure compression)" diff --git a/po/hu.po b/po/hu.po index f76369c48..05fe315ea 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2021-12-03 12:02+0100\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -10831,8 +10831,11 @@ msgid "" msgstr "" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" msgid "" diff --git a/po/it.po b/po/it.po index 555716f66..d9e8ad380 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2021-12-03 12:02+0100\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -11806,12 +11806,12 @@ msgid "" msgstr "" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" -"livello di compressione per i pacchetti inviati al client con il protocollo " -"WeeChat (0 = disabilita compressione, 1 = compressione bassa ... 9 = " -"compressione migliore)" msgid "" "listen on IPv6 socket by default (in addition to IPv4 which is default); " @@ -13814,3 +13814,11 @@ msgstr "%s%s: timeout per \"%s\" con %s" #, fuzzy, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: impossibile connettersi al mittente" + +#~ msgid "" +#~ "compression level for packets sent to client with WeeChat protocol (0 = " +#~ "disable compression, 1 = low compression ... 9 = best compression)" +#~ msgstr "" +#~ "livello di compressione per i pacchetti inviati al client con il " +#~ "protocollo WeeChat (0 = disabilita compressione, 1 = compressione " +#~ "bassa ... 9 = compressione migliore)" diff --git a/po/ja.po b/po/ja.po index 996785f01..a8271caa5 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2021-12-03 12:02+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" "Language-Team: Polish \n" @@ -13088,11 +13088,12 @@ msgstr "" "natychmiast, -1 nigdy)" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" -"stopień kompresji pakietów wysyłanych do klienta za pomocą protokołu WeeChat " -"(0 = kompresja wyłączona, 1 = niska kompresja ... 9 = najwyższa kompresja)" msgid "" "listen on IPv6 socket by default (in addition to IPv4 which is default); " @@ -15365,3 +15366,11 @@ msgstr "%s%s: przekroczono czas na \"%s\" z %s" #, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: nie można połączyć: niespodziewany błąd (%d)" + +#~ msgid "" +#~ "compression level for packets sent to client with WeeChat protocol (0 = " +#~ "disable compression, 1 = low compression ... 9 = best compression)" +#~ msgstr "" +#~ "stopień kompresji pakietów wysyłanych do klienta za pomocą protokołu " +#~ "WeeChat (0 = kompresja wyłączona, 1 = niska kompresja ... 9 = najwyższa " +#~ "kompresja)" diff --git a/po/pt.po b/po/pt.po index c6a03b5ec..3ef05ee89 100644 --- a/po/pt.po +++ b/po/pt.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2021-12-03 12:02+0100\n" "Last-Translator: Vasco Almeida \n" "Language-Team: Portuguese <>\n" @@ -12626,12 +12626,12 @@ msgstr "" "clientes imediatamente, -1 = nunca remover)" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" -"nível de compressão de pacotes enviados para o cliente com o protocolo " -"WeeChat (0 = desativar compressão, 1 = compressão reduzida ... 9 = " -"compressão ótima)" msgid "" "listen on IPv6 socket by default (in addition to IPv4 which is default); " @@ -14853,3 +14853,11 @@ msgstr "%s%s: tempo limite de \"%s\" com %s" #, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: não foi possível conectar: erro inesperado (%d)" + +#~ msgid "" +#~ "compression level for packets sent to client with WeeChat protocol (0 = " +#~ "disable compression, 1 = low compression ... 9 = best compression)" +#~ msgstr "" +#~ "nível de compressão de pacotes enviados para o cliente com o protocolo " +#~ "WeeChat (0 = desativar compressão, 1 = compressão reduzida ... 9 = " +#~ "compressão ótima)" diff --git a/po/pt_BR.po b/po/pt_BR.po index 171c1d0d7..67c3ae7f8 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2021-12-03 12:02+0100\n" "Last-Translator: Érico Nogueira \n" "Language-Team: weechat-dev \n" @@ -11295,12 +11295,12 @@ msgid "" msgstr "" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" -"nível de compressão para pacotes enviados a clientes usando o protocolo " -"WeeChat (0 = desabilitar compressão, 1 = compressão baixa ... 9 = melhor " -"compressão)" msgid "" "listen on IPv6 socket by default (in addition to IPv4 which is default); " @@ -13277,3 +13277,11 @@ msgstr "%s%s: tempo esgotado para \"%s\" com %s" #, fuzzy, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: não foi possível conectar ao remetente" + +#~ msgid "" +#~ "compression level for packets sent to client with WeeChat protocol (0 = " +#~ "disable compression, 1 = low compression ... 9 = best compression)" +#~ msgstr "" +#~ "nível de compressão para pacotes enviados a clientes usando o protocolo " +#~ "WeeChat (0 = desabilitar compressão, 1 = compressão baixa ... 9 = melhor " +#~ "compressão)" diff --git a/po/ru.po b/po/ru.po index 9d5a54080..2bd35f957 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2021-12-03 12:02+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -10870,8 +10870,11 @@ msgid "" msgstr "" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" msgid "" diff --git a/po/sr.po b/po/sr.po index 55fabacdb..b612ca7bf 100644 --- a/po/sr.po +++ b/po/sr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2021-12-13 13:14+0400\n" "Last-Translator: Ivan Pešić \n" "Language-Team: weechat-dev \n" @@ -13058,11 +13058,12 @@ msgstr "" "се чисте тренутно, -1 = никада се не чисти)" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" -"ниво компресије за пакете који се шаљу клијенту WeeChat протоколом (0 = " -"компресија је искључена, 1 = ниска компресија ... 9 = најбоља компресија)" msgid "" "listen on IPv6 socket by default (in addition to IPv4 which is default); " @@ -15323,3 +15324,10 @@ msgstr "%s%s: тајмаут за „%s” са %s" #, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: повезивање није успело: неочекивана грешка (%d)" + +#~ msgid "" +#~ "compression level for packets sent to client with WeeChat protocol (0 = " +#~ "disable compression, 1 = low compression ... 9 = best compression)" +#~ msgstr "" +#~ "ниво компресије за пакете који се шаљу клијенту WeeChat протоколом (0 = " +#~ "компресија је искључена, 1 = ниска компресија ... 9 = најбоља компресија)" diff --git a/po/tr.po b/po/tr.po index c7f75382a..ae6e5a9d4 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2021-07-10 16:01+0200\n" "Last-Translator: Emir SARI \n" "Language-Team: weechat-dev \n" @@ -10317,8 +10317,11 @@ msgid "" msgstr "" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" msgid "" diff --git a/po/weechat.pot b/po/weechat.pot index 169de8d3e..e5f4a54cd 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-12-03 12:01+0100\n" +"POT-Creation-Date: 2021-12-25 10:43+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -9767,8 +9767,11 @@ msgid "" msgstr "" msgid "" -"compression level for packets sent to client with WeeChat protocol (0 = " -"disable compression, 1 = low compression ... 9 = best compression)" +"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"disable compression, 1 = low compression / fast ... 100 = best compression / " +"slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " +"the default value is recommended, it offers a good compromise between " +"compression and speed" msgstr "" msgid "" diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index 3e85e182e..cf21a3341 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -1073,12 +1073,12 @@ relay_config_init () relay_config_network_compression = weechat_config_new_option ( relay_config_file, ptr_section, "compression", "integer", - N_("compression for packets sent to client with WeeChat " - "protocol: 0 = disable compression, 1 = low compression, fast " - "... 100 = best compression, slow; the value is a percentage " + N_("compression of messages sent to clients with \"weechat\" " + "protocol: 0 = disable compression, 1 = low compression / fast " + "... 100 = best compression / slow; the value is a percentage " "converted to 1-9 for zlib and 1-19 for zstd; " - "default value is 20 which is a sane default and offers good " - "compression and speed"), + "the default value is recommended, it offers a good " + "compromise between compression and speed"), NULL, 0, 100, "20", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); relay_config_network_ipv6 = weechat_config_new_option (