mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
core: fix help on option weechat.look.hotlist_count_max
This commit is contained in:
@@ -741,7 +741,7 @@
|
||||
** Standardwert: `+", "+`
|
||||
|
||||
* [[option_weechat.look.hotlist_count_max]] *weechat.look.hotlist_count_max*
|
||||
** Beschreibung: pass:none[max number of messages count to display in hotlist for a buffer: 0 = never display messages count, 1 = display count for highlights/private messages, 2 = display count for highlight/private messages and messages, 3 = display count for all types of messages]
|
||||
** Beschreibung: pass:none[max number of messages count to display in hotlist for a buffer: 0 = never display messages count, other number = display max N messages count (from the highest to lowest priority)]
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 4
|
||||
** Standardwert: `+2+`
|
||||
|
||||
@@ -741,7 +741,7 @@
|
||||
** default value: `+", "+`
|
||||
|
||||
* [[option_weechat.look.hotlist_count_max]] *weechat.look.hotlist_count_max*
|
||||
** description: pass:none[max number of messages count to display in hotlist for a buffer: 0 = never display messages count, 1 = display count for highlights/private messages, 2 = display count for highlight/private messages and messages, 3 = display count for all types of messages]
|
||||
** description: pass:none[max number of messages count to display in hotlist for a buffer: 0 = never display messages count, other number = display max N messages count (from the highest to lowest priority)]
|
||||
** type: integer
|
||||
** values: 0 .. 4
|
||||
** default value: `+2+`
|
||||
|
||||
@@ -741,7 +741,7 @@
|
||||
** valeur par défaut: `+", "+`
|
||||
|
||||
* [[option_weechat.look.hotlist_count_max]] *weechat.look.hotlist_count_max*
|
||||
** description: pass:none[nombre maximum de compteurs de messages à afficher dans la hotlist pour un tampon : 0 = ne jamais afficher les compteurs de messages, 1 = afficher les compteurs pour les highlights/messages privés, 2 = afficher les compteurs pour les highlights/messages privés et messages, 3 = afficher les compteurs pour tous les types de messages]
|
||||
** description: pass:none[nombre maximum de compteurs de messages à afficher dans la hotlist pour un tampon : 0 = ne jamais afficher les compteurs de messages, autre nombre = afficher un maximum de N compteurs de messages (de la plus haute à la plus basse priorité)]
|
||||
** type: entier
|
||||
** valeurs: 0 .. 4
|
||||
** valeur par défaut: `+2+`
|
||||
|
||||
@@ -741,7 +741,7 @@
|
||||
** valore predefinito: `+", "+`
|
||||
|
||||
* [[option_weechat.look.hotlist_count_max]] *weechat.look.hotlist_count_max*
|
||||
** descrizione: pass:none[max number of messages count to display in hotlist for a buffer: 0 = never display messages count, 1 = display count for highlights/private messages, 2 = display count for highlight/private messages and messages, 3 = display count for all types of messages]
|
||||
** descrizione: pass:none[max number of messages count to display in hotlist for a buffer: 0 = never display messages count, other number = display max N messages count (from the highest to lowest priority)]
|
||||
** tipo: intero
|
||||
** valori: 0 .. 4
|
||||
** valore predefinito: `+2+`
|
||||
|
||||
@@ -741,7 +741,7 @@
|
||||
** デフォルト値: `+", "+`
|
||||
|
||||
* [[option_weechat.look.hotlist_count_max]] *weechat.look.hotlist_count_max*
|
||||
** 説明: pass:none[max number of messages count to display in hotlist for a buffer: 0 = never display messages count, 1 = display count for highlights/private messages, 2 = display count for highlight/private messages and messages, 3 = display count for all types of messages]
|
||||
** 説明: pass:none[max number of messages count to display in hotlist for a buffer: 0 = never display messages count, other number = display max N messages count (from the highest to lowest priority)]
|
||||
** タイプ: 整数
|
||||
** 値: 0 .. 4
|
||||
** デフォルト値: `+2+`
|
||||
|
||||
@@ -741,7 +741,7 @@
|
||||
** domyślna wartość: `+", "+`
|
||||
|
||||
* [[option_weechat.look.hotlist_count_max]] *weechat.look.hotlist_count_max*
|
||||
** opis: pass:none[max number of messages count to display in hotlist for a buffer: 0 = never display messages count, 1 = display count for highlights/private messages, 2 = display count for highlight/private messages and messages, 3 = display count for all types of messages]
|
||||
** opis: pass:none[max number of messages count to display in hotlist for a buffer: 0 = never display messages count, other number = display max N messages count (from the highest to lowest priority)]
|
||||
** typ: liczba
|
||||
** wartości: 0 .. 4
|
||||
** domyślna wartość: `+2+`
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
|
||||
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -3182,9 +3182,8 @@ msgstr "řetězec zobrazený mezi buffery v hotlistu"
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -24,7 +24,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
||||
@@ -3823,9 +3823,8 @@ msgstr ""
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
|
||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -3319,9 +3319,8 @@ msgstr "cadena mostrada entre los buffers en la lista de actividad"
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -21,8 +21,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:57+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -3718,15 +3718,13 @@ msgstr "chaîne affichée entre les tampons dans la hotlist"
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
"nombre maximum de compteurs de messages à afficher dans la hotlist pour un "
|
||||
"tampon : 0 = ne jamais afficher les compteurs de messages, 1 = afficher les "
|
||||
"compteurs pour les highlights/messages privés, 2 = afficher les compteurs "
|
||||
"pour les highlights/messages privés et messages, 3 = afficher les compteurs "
|
||||
"pour tous les types de messages"
|
||||
"tampon : 0 = ne jamais afficher les compteurs de messages, autre nombre = "
|
||||
"afficher un maximum de N compteurs de messages (de la plus haute à la plus "
|
||||
"basse priorité)"
|
||||
|
||||
msgid ""
|
||||
"display messages count if number of messages is greater or equal to this "
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -2780,9 +2780,8 @@ msgstr "kiemelendő szavak listája"
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
|
||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -3417,9 +3417,8 @@ msgstr "stringa mostrata tra i buffer nella hotlist"
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
|
||||
@@ -3596,9 +3596,8 @@ msgstr "ホットリストにあるバッファの間に表示される文字列
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
|
||||
"Language-Team: Polish <>\n"
|
||||
@@ -3670,9 +3670,8 @@ msgstr "ciąg znaków wyświetlany pomiędzy buforami w hotliście"
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
|
||||
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
|
||||
"Language-Team: Portuguese <>\n"
|
||||
@@ -3634,9 +3634,8 @@ msgstr "cadeia apresentada entre buffers na hotlist"
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
+3
-4
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:37+0200\n"
|
||||
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -3349,9 +3349,8 @@ msgstr "string exibida entre buffers na lista de atividade"
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2018-03-31 15:37+0200\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -2806,9 +2806,8 @@ msgstr "максимальная длина имён в хотлисте"
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2017-06-26 23:33+0200\n"
|
||||
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -2529,9 +2529,8 @@ msgstr ""
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
+3
-4
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:36+0200\n"
|
||||
"POT-Creation-Date: 2018-03-31 15:55+0200\n"
|
||||
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -2525,9 +2525,8 @@ msgstr ""
|
||||
|
||||
msgid ""
|
||||
"max number of messages count to display in hotlist for a buffer: 0 = never "
|
||||
"display messages count, 1 = display count for highlights/private messages, 2 "
|
||||
"= display count for highlight/private messages and messages, 3 = display "
|
||||
"count for all types of messages"
|
||||
"display messages count, other number = display max N messages count (from "
|
||||
"the highest to lowest priority)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -2886,9 +2886,8 @@ config_weechat_init_options ()
|
||||
"hotlist_count_max", "integer",
|
||||
N_("max number of messages count to display in hotlist for a buffer: "
|
||||
"0 = never display messages count, "
|
||||
"1 = display count for highlights/private messages, "
|
||||
"2 = display count for highlight/private messages and messages, "
|
||||
"3 = display count for all types of messages"),
|
||||
"other number = display max N messages count (from the highest to "
|
||||
"lowest priority)"),
|
||||
NULL, 0, GUI_HOTLIST_NUM_PRIORITIES, "2", NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&config_change_buffer_content, NULL, NULL,
|
||||
|
||||
Reference in New Issue
Block a user