diff options
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 91bc23aee..0471fde26 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -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: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5043,14 +5043,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" @@ -5128,11 +5121,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" |