diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-10-01 09:58:19 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-10-01 09:58:19 +0200 |
commit | e928bce76cca4c4b21bc1e7b78b8ae032e5109b0 (patch) | |
tree | e3cdd90814e226161751fd8b166d4cd8d2eb8688 /po/pt_BR.po | |
parent | 8bd4994ccd9a7a2296969b57894d765b69115199 (diff) | |
download | weechat-e928bce76cca4c4b21bc1e7b78b8ae032e5109b0.zip |
buflist: add support of item names in command `/buflist refresh`
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index cc1eaa5b9..e5813adb4 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: 2023-09-22 23:12+0200\n" +"POT-Creation-Date: 2023-10-01 09:56+0200\n" "PO-Revision-Date: 2023-09-06 19:13+0200\n" "Last-Translator: Érico Nogueira <ericonr@disroot.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5889,8 +5889,8 @@ msgid "" "disable: disable buflist\n" " toggle: toggle buflist\n" " bar: add the \"buflist\" bar\n" -"refresh: force the refresh of the bar items (buflist, buflist2 buflist3, " -"buflist4 and buflist5)\n" +"refresh: force the refresh of some bar items (if no item is given, all bar " +"items used are refreshed, according to option buflist.look.use_items)\n" "\n" "The lines with buffers are displayed using string evaluation (see /help eval " "for the format), with these options:\n" @@ -5964,6 +5964,14 @@ msgid "" "empty for channels (evaluation of option buflist.format.tls_version)" msgstr "" +#, fuzzy +#| msgid "list of bar items" +msgid "all buflist bar items" +msgstr "lista de itens da barra" + +msgid "used buflist bar items (according to option buflist.look.use_items)" +msgstr "" + #, fuzzy, c-format msgid "%s: %d signals hooked" msgstr " sinais relacionados:" |