diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-20 22:00:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-20 22:00:17 +0200 |
commit | 669ca77c415d98aefdccd31d79842b5a8b0307ca (patch) | |
tree | aa66ae7d2806fb68bdf3d3083b1413cf6273aaba /po/pt_BR.po | |
parent | c946b3e3614fa3c2bd72d9b6cdb7c649319302bb (diff) | |
download | weechat-669ca77c415d98aefdccd31d79842b5a8b0307ca.zip |
buflist: add example in /help buflist.look.display_conditions
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index c8a009be6..761ca742f 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-04-08 14:48+0200\n" +"POT-Creation-Date: 2017-04-20 21:55+0200\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" @@ -5100,13 +5100,12 @@ msgstr "" msgid "%s: %d signals hooked" msgstr " sinais relacionados:" -#, fuzzy msgid "" "conditions to display a buffer (note: content is evaluated, see /help " -"buflist)" +"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 "" -"comando executado quando o WeeChat inicia, antes do carregamento dos plugins " -"(nota: conteúdo é avaliado, veja /help eval)" msgid "" "if enabled, clicks with left/right buttons on the line with current buffer " @@ -11417,6 +11416,14 @@ msgstr "%s%s: tempo esgotado para \"%s\" com %s" msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: não foi possível conectar ao remetente" +#, fuzzy +#~ msgid "" +#~ "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)" + #~ msgid "commands defined by plugins" #~ msgstr "comandos definidos por plugins" |