diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-21 21:15:45 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-21 21:15:45 +0200 |
commit | 731c2d66bc6781e7c01bff69060e9ef10aeb6f17 (patch) | |
tree | 8172c7445ba109003f81e3130d78b3fbf5b2ccef /po/it.po | |
parent | 2c82a1a35f07cb95d194970ae2ac747e7a87d03b (diff) | |
download | weechat-731c2d66bc6781e7c01bff69060e9ef10aeb6f17.zip |
buflist: add example to sort on hotlist activity in /help buflist.look.sort
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-04-20 22:34+0200\n" +"POT-Creation-Date: 2023-04-21 21:14+0200\n" "PO-Revision-Date: 2023-03-25 21:13+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5806,11 +5806,12 @@ msgid "" "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; example: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name (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}\")" +"case insensitive comparison; examples: \"-~short_name\" for case insensitive " +"and reverse sort on buffer short name, \"-hotlist.priority,number,-active\" " +"for sort on hotlist activity then buffer number (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 "" |