diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-17 08:43:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-17 08:43:22 +0200 |
commit | a3e8163f37bb79cf40a0129b32dce9056a41ec53 (patch) | |
tree | 0c24dfa33ae2f8bc3996dec0d37dabe0bf2fef5a /po/ru.po | |
parent | ceb579653f55069fe4470604eb1b36b79a6e7a33 (diff) | |
download | weechat-a3e8163f37bb79cf40a0129b32dce9056a41ec53.zip |
Revert "buflist: mention variables available for option buflist.look.display_conditions in its help and in /help buflist (closes #1393)"
This reverts commit 39e5b0574cff8ade50ff6ec95feda57b1c331b4e.
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 19 |
1 files changed, 5 insertions, 14 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-08-17 08:12+0200\n" +"POT-Creation-Date: 2019-07-29 09:38+0200\n" "PO-Revision-Date: 2019-05-13 21:32+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4470,14 +4470,7 @@ 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 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" +"The following variables can be used in these options:\n" " - bar item data (see hdata \"bar_item\" in API doc for a complete list), " "for example:\n" " - ${bar_item.name}\n" @@ -4555,11 +4548,9 @@ msgstr "" msgid "" "conditions to display a buffer (note: content is evaluated, see /help " -"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)\"" +"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)\"" msgstr "" msgid "enable buflist" |