diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 19:40:57 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 19:40:57 +0100 |
commit | a9094fd2fa7d0848fd07d3f564806e93388de173 (patch) | |
tree | 4abe4973661df292560dc2d0ec1522ff6de3f2b3 /po/weechat.pot | |
parent | b3e4a91760403d1061709732dab0b48735e96cda (diff) | |
download | weechat-a9094fd2fa7d0848fd07d3f564806e93388de173.zip |
core: add option `add` in command `/hotlist`
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 9c8fb43f8..3ddbe908c 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-12-25 18:41+0100\n" +"POT-Creation-Date: 2022-12-25 19:37+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1563,15 +1563,19 @@ msgstr "" msgid "manage hotlist" msgstr "" -msgid "clear [<level>] || remove || restore [-all]" +msgid "" +"add [low|message|private|highlight] || clear [<level>] || remove || restore " +"[-all]" msgstr "" msgid "" -"clear: clear hotlist\n" -"level: \"lowest\" to clear only lowest level in hotlist, highest\" to clear " -"only highest level in hotlist, or level mask: integer which is a combination " -"of 1=join/part, 2=message, 4=private, 8=highlight)\n" -"remove: remove current buffer from hotlist\n" +" add: add current buffer in hotlist (default level: \"low\", conditions " +"defined in option weechat.look.hotlist_add_conditions are NOT checked)\n" +" clear: clear hotlist\n" +" level: \"lowest\" to clear only lowest level in hotlist, highest\" to " +"clear only highest level in hotlist, or level mask: integer which is a " +"combination of 1=join/part, 2=message, 4=private, 8=highlight)\n" +" remove: remove current buffer from hotlist\n" "restore: restore latest hotlist removed in the current buffer (or all " "buffers with -all)" msgstr "" |