diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-26 20:22:06 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-26 20:22:06 +0200 |
commit | a21a31e3ca2645987016d4bdff360876c6d20e7e (patch) | |
tree | 24a19dfc065a6508ee0a9cdb3f6bd511a299cbc7 /po/fr.po | |
parent | ef7851ab5c4d32aacf39e741d8176753921c0e00 (diff) | |
download | weechat-a21a31e3ca2645987016d4bdff360876c6d20e7e.zip |
buflist: add support of hdata "irc_server" and "irc_channel" in sort option (closes #968)
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-04-25 20:37+0200\n" -"PO-Revision-Date: 2017-04-25 20:39+0200\n" +"POT-Creation-Date: 2017-04-26 15:04+0200\n" +"PO-Revision-Date: 2017-04-26 20:19+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -5817,11 +5817,15 @@ msgstr "" msgid "" "comma-separated list of fields to sort buffers; each field is a hdata " -"variable of buffer; char \"-\" can be used before field to reverse order" +"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" msgstr "" "liste de champs séparés par des virgules pour trier les tampons ; chaque " -"champ est une variable hdata du tampon ; le caractère \"-\" peut être " -"utilisé pour inverser l'ordre" +"champ est une variable hdata du tampon (\"var\"), une variable hdata du " +"serveur IRC (\"irc_server.var\") ou une variable hdata du canal IRC " +"(\"irc_channel.var\") ; le caractère \"-\" peut être utilisé pour inverser " +"l'ordre" msgid "" "format of each line with a buffer (note: content is evaluated, see /help " |