diff --git a/po/cs.po b/po/cs.po index b317b3447..281b79cb4 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: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2024-03-06 20:32+0100\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -6791,12 +6791,12 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" msgid "" diff --git a/po/de.po b/po/de.po index 086ef5f31..b40b98d5e 100644 --- a/po/de.po +++ b/po/de.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2024-03-07 11:51+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -7749,18 +7749,32 @@ msgstr "" "benutzerdefinierte Variablen genutzt werden und dadurch eine Aktualisierung " "erforderlich wird" +#, fuzzy +#| msgid "" +#| "comma-separated list of fields to sort buffers; each field is a hdata " +#| "variable of buffer (\"var\"), a hdata variable of IRC server " +#| "(\"irc_server.var\") or a hdata variable of IRC channel (\"irc_channel." +#| "var\"); char \"-\" can be used before field to reverse order, char \"~\" " +#| "can be used to do a case insensitive comparison; examples: \"-" +#| "~short_name\" for case insensitive and reverse sort on buffer short name, " +#| "\"-hotlist.priority,hotlist.creation_time.tv_sec,number,-active\" for " +#| "sort like the hotlist then by buffer number for buffers without activity " +#| "(note: the content is evaluated, before being split into fields, but at " +#| "that time \"bar_item\" is the only variable that can be used, to " +#| "distinguish between different buflist items, for example \"${bar_item." +#| "name}\")" msgid "" "comma-separated list of fields to sort buffers; each field is a hdata " "variable of buffer (\"var\"), a hdata variable of IRC server (\"irc_server." "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" "durch Kommata getrennte Liste von Feldern um die Buffer zu sortieren; jedes " "Feld ist entweder eine hdata Variable von Buffer (\"var\"), eine hdata " diff --git a/po/es.po b/po/es.po index fa9541166..e68b032fe 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: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2024-03-06 20:32+0100\n" "Last-Translator: Santiago Forero \n" "Language-Team: weechat-dev \n" @@ -6970,12 +6970,12 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" msgid "" diff --git a/po/fr.po b/po/fr.po index c902c586c..99216eebb 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: 2024-03-16 09:48+0100\n" -"PO-Revision-Date: 2024-03-16 09:49+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" +"PO-Revision-Date: 2024-03-16 14:14+0100\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -7600,12 +7600,12 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" "liste de champs séparés par des virgules pour trier les tampons ; chaque " "champ est une variable hdata du tampon (\"var\"), une variable hdata du " @@ -7614,7 +7614,7 @@ msgstr "" "l'ordre, le caractère \"~\" peut être utilisé pour effectuer une comparaison " "insensible à la casse ; exemples : \"-~short_name\" pour un tri inverse " "insensible à la casse sur le nom court du tampon, \"-hotlist.priority," -"hotlist.creation_time.tv_sec,number,-active\" pour un tri comme la hotlist " +"hotlist.time,hotlist.time_usec,number,-active\" pour un tri comme la hotlist " "puis par numéro de tampon pour les tampons sans activité (note : le contenu " "est évalué, avant d'être découpé en champs, mais à cet instant \"bar_item\" " "est la seule variable qui peut être utilisée, pour distinguer les différents " diff --git a/po/hu.po b/po/hu.po index 756c79328..b3e7888f2 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: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2023-11-29 09:59+0100\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -6461,12 +6461,12 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" msgid "" diff --git a/po/it.po b/po/it.po index df3ab1bc7..c7bfce44e 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: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2024-03-06 20:32+0100\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -6929,12 +6929,12 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" msgid "" diff --git a/po/ja.po b/po/ja.po index 96b224bcf..4934552d7 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: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2024-03-06 20:32+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" "Language-Team: weechat-dev \n" @@ -7351,18 +7351,32 @@ msgstr "" "ustawione są jakieś zmienne używane do formatowania wymagające odpowiedniego " "odświeżania" +#, fuzzy +#| msgid "" +#| "comma-separated list of fields to sort buffers; each field is a hdata " +#| "variable of buffer (\"var\"), a hdata variable of IRC server " +#| "(\"irc_server.var\") or a hdata variable of IRC channel (\"irc_channel." +#| "var\"); char \"-\" can be used before field to reverse order, char \"~\" " +#| "can be used to do a case insensitive comparison; examples: \"-" +#| "~short_name\" for case insensitive and reverse sort on buffer short name, " +#| "\"-hotlist.priority,hotlist.creation_time.tv_sec,number,-active\" for " +#| "sort like the hotlist then by buffer number for buffers without activity " +#| "(note: the content is evaluated, before being split into fields, but at " +#| "that time \"bar_item\" is the only variable that can be used, to " +#| "distinguish between different buflist items, for example \"${bar_item." +#| "name}\")" msgid "" "comma-separated list of fields to sort buffers; each field is a hdata " "variable of buffer (\"var\"), a hdata variable of IRC server (\"irc_server." "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" "oddzielona przecinkami lista pól do sortowania buforów; każde pole to " "zmienna hdata bufora (\"var\"), zmienna hdata serwera IRC (\"irc_server." diff --git a/po/pt.po b/po/pt.po index 836df1192..e08d20367 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: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2024-03-06 20:32+0100\n" "Last-Translator: Vasco Almeida \n" "Language-Team: Portuguese <>\n" @@ -7166,12 +7166,12 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" msgid "" diff --git a/po/pt_BR.po b/po/pt_BR.po index a89d8114e..18c01cf1c 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: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2024-02-17 10:07+0100\n" "Last-Translator: Érico Nogueira \n" "Language-Team: weechat-dev \n" @@ -6839,12 +6839,12 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" msgid "" diff --git a/po/ru.po b/po/ru.po index 145ca5478..48073fb4c 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: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2023-11-29 09:59+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -6502,12 +6502,12 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" msgid "" diff --git a/po/sr.po b/po/sr.po index 4279c5dbb..bc8baebd2 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: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2024-03-06 20:32+0100\n" "Last-Translator: Ivan Pešić \n" "Language-Team: weechat-dev \n" @@ -7364,18 +7364,32 @@ msgstr "" "листе бафера; ово може да буде корисно ако се у форматима употребљавају неке " "кориснички дефинисане променљиве којима је неоходно специфично освежавање" +#, fuzzy +#| msgid "" +#| "comma-separated list of fields to sort buffers; each field is a hdata " +#| "variable of buffer (\"var\"), a hdata variable of IRC server " +#| "(\"irc_server.var\") or a hdata variable of IRC channel (\"irc_channel." +#| "var\"); char \"-\" can be used before field to reverse order, char \"~\" " +#| "can be used to do a case insensitive comparison; examples: \"-" +#| "~short_name\" for case insensitive and reverse sort on buffer short name, " +#| "\"-hotlist.priority,hotlist.creation_time.tv_sec,number,-active\" for " +#| "sort like the hotlist then by buffer number for buffers without activity " +#| "(note: the content is evaluated, before being split into fields, but at " +#| "that time \"bar_item\" is the only variable that can be used, to " +#| "distinguish between different buflist items, for example \"${bar_item." +#| "name}\")" msgid "" "comma-separated list of fields to sort buffers; each field is a hdata " "variable of buffer (\"var\"), a hdata variable of IRC server (\"irc_server." "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" "листа поља по којима се сортирају бафери, раздвојена запетама; свако поље је " "hdata променљива бафера („var”), hdata променљива IRC сервера („irc_server." diff --git a/po/tr.po b/po/tr.po index fb8fa6988..d7b616ab9 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: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2024-03-06 20:33+0100\n" "Last-Translator: Emir SARI \n" "Language-Team: weechat-dev \n" @@ -7216,12 +7216,12 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" "arabellek sıralamak için kullanılan alanların virgülle ayrılmış listesi; her " "bir alan arabelleğin hdata değişkeni (\"var\"), IRC sunucusunun hdata " diff --git a/po/weechat.pot b/po/weechat.pot index f8c5a4f4d..a1c03dd58 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: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -6035,12 +6035,12 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" msgid "" diff --git a/src/plugins/buflist/buflist-config.c b/src/plugins/buflist/buflist-config.c index 354fbc622..8a0b3c031 100644 --- a/src/plugins/buflist/buflist-config.c +++ b/src/plugins/buflist/buflist-config.c @@ -609,7 +609,7 @@ buflist_config_init () "char \"~\" can be used to do a case insensitive comparison; " "examples: \"-~short_name\" for case insensitive and reverse " "sort on buffer short name, " - "\"-hotlist.priority,hotlist.creation_time.tv_sec,number,-active\" " + "\"-hotlist.priority,hotlist.time,hotlist.time_usec,number,-active\" " "for sort like the hotlist then by buffer number for buffers " "without activity " "(note: the content is evaluated, before being split into "