1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

buflist: fix help on option buflist.look.sort (issue #2097)

This commit is contained in:
Sébastien Helleu
2024-03-16 14:14:28 +01:00
parent 25a317280f
commit 29b502a06a
15 changed files with 143 additions and 101 deletions
+7 -7
View File
@@ -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 <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
+21 -7
View File
@@ -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 <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\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 "
+7 -7
View File
@@ -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 <santiago@forero.xyz>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
+9 -9
View File
@@ -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 <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 "
+7 -7
View File
@@ -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 <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
+7 -7
View File
@@ -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 <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
+7 -7
View File
@@ -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 <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -7142,12 +7142,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 ""
"バッファをソートする際に考慮するフィールドのコンマ区切りリスト; 各フィールド"
"はバッファの hdata 変数 (\"var\")、IRC サーバの hdata 変数 (\"irc_server."
+21 -7
View File
@@ -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: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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."
+7 -7
View File
@@ -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 <vascomalmeida@sapo.pt>\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 ""
+7 -7
View File
@@ -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 <ericonr@disroot.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
+7 -7
View File
@@ -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 <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
+21 -7
View File
@@ -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ć <ivan.pesic@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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."
+7 -7
View File
@@ -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 <emir_sari@icloud.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 "
+7 -7
View File
@@ -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 <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 ""
+1 -1
View File
@@ -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 "