diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 22:14:32 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 22:14:32 +0100 |
commit | 9d0ae31fce5dccce56cd2f873daf199e286eff75 (patch) | |
tree | 0f58b1de082f499f169bc30163ad7df8371907ef /po/pt_BR.po | |
parent | 9816c8cbce202c97c5d6fd14260ff7e18a6a97c4 (diff) | |
download | weechat-9d0ae31fce5dccce56cd2f873daf199e286eff75.zip |
buflist: add option buflist.look.display_conditions
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index d00ccf950..6cb0d65bb 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: 2017-03-25 21:32+0100\n" +"POT-Creation-Date: 2017-03-25 22:12+0100\n" "PO-Revision-Date: 2016-09-03 08:24+0200\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5036,7 +5036,9 @@ msgid "" "refresh: force the refresh of the \"buflist\" bar item\n" "\n" "The lines with buffers are displayed using string evaluation (see /help eval " -"for the format), with two main options:\n" +"for the format), with these options:\n" +" - buflist.look.display_conditions: conditions to display a buffer in the " +"list\n" " - buflist.format.buffer: format for a buffer which is not current buffer\n" " - buflist.format.buffer_current: format for the current buffer\n" "\n" @@ -5067,10 +5069,13 @@ msgid "" "lag (evaluation of option buflist.format.lag)" msgstr "" +#, fuzzy 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" +"conditions to display a buffer (note: content is evaluated, see /help " +"buflist)" msgstr "" +"comando executado quando o WeeChat inicia, antes do carregamento dos plugins " +"(nota: conteúdo é avaliado, veja /help eval)" #, fuzzy msgid "" @@ -5078,6 +5083,11 @@ msgid "" "buffers list" msgstr "lista de dicionários (separados por vírgula) para uso neste buffer" +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" +msgstr "" + #, fuzzy msgid "" "format of each line with a buffer (note: content is evaluated, see /help " |