diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-16 14:14:28 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-16 14:14:28 +0100 |
commit | 29b502a06a1cbf1d27d4c6a87a29a5822c09fb23 (patch) | |
tree | a5999029d8132931612a6ae95870e6243e1c4f40 /po/fr.po | |
parent | 25a317280f6e197dbccd36289226b3df7e82c7ba (diff) | |
download | weechat-29b502a06a1cbf1d27d4c6a87a29a5822c09fb23.zip |
buflist: fix help on option buflist.look.sort (issue #2097)
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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 " |