diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-17 08:16:08 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-17 08:17:11 +0200 |
commit | 39e5b0574cff8ade50ff6ec95feda57b1c331b4e (patch) | |
tree | 33f06c631c8cd33b517985db340e32763a386aa7 /po/hu.po | |
parent | 05744f3b61ef3346f79d41551c470e8d09033ce8 (diff) | |
download | weechat-39e5b0574cff8ade50ff6ec95feda57b1c331b4e.zip |
buflist: mention variables available for option buflist.look.display_conditions in its help and in /help buflist (closes #1393)
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-07-29 09:38+0200\n" +"POT-Creation-Date: 2019-08-17 08:12+0200\n" "PO-Revision-Date: 2019-05-13 21:31+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4433,7 +4433,14 @@ msgid "" " - buflist.format.buffer: format for a buffer which is not current buffer\n" " - buflist.format.buffer_current: format for the current buffer\n" "\n" -"The following variables can be used in these options:\n" +"The following variables can be used in the option \"buflist.look." +"display_conditions\" (see below for the description):\n" +" - bar_item\n" +" - buffer\n" +" - irc_server\n" +" - irc_channel\n" +"\n" +"The following variables can be used in the options \"buflist.format.*\":\n" " - bar item data (see hdata \"bar_item\" in API doc for a complete list), " "for example:\n" " - ${bar_item.name}\n" @@ -4511,9 +4518,11 @@ msgstr "" msgid "" "conditions to display a buffer (note: content is evaluated, see /help " -"buflist); for example to hide server buffers if they are merged with core " -"buffer: \"${buffer.hidden}==0 && ((${type}!=server && ${buffer.full_name}!" -"=core.weechat) || ${buffer.active}==1)\"" +"buflist); variables available are: bar_item, buffer, irc_server and " +"irc_channel (see /help buflist for more information); for example to hide " +"server buffers if they are merged with core buffer: \"${buffer.hidden}==0 && " +"((${type}!=server && ${buffer.full_name}!=core.weechat) || ${buffer.active}" +"==1)\"" msgstr "" msgid "enable buflist" |