diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-06 23:03:02 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-06 23:03:02 +0100 |
commit | 70828a7dd146f8aad90193388566dce46fe928c3 (patch) | |
tree | 089364447932f1f253dfc0bc751f31500517f08a /po/weechat.pot | |
parent | ab2e29fb0f73b1d607d2765ebebd2a34bfcfbc65 (diff) | |
download | weechat-70828a7dd146f8aad90193388566dce46fe928c3.zip |
irc: add option `-all` in command `/allchan`, do not execute command on parted channels by default (closes #2085)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index c6f023ed7..47d10fd08 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: 2024-03-06 22:39+0100\n" +"POT-Creation-Date: 2024-03-06 22:50+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" @@ -7646,14 +7646,19 @@ msgstr "" #. TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated msgid "" -"[-current] [-parted] [-exclude=<channel>[,<channel>...]] <command> || [-" -"current] [-parted] -include=<channel>[,<channel>...] <command>" +"[-current] [-parted|-all] [-exclude=<channel>[,<channel>...]] <command> || [-" +"current] [-parted|-all] -include=<channel>[,<channel>...] <command>" msgstr "" msgid "raw[-current]: execute command for channels of current server only" msgstr "" -msgid "raw[-parted]: execute on parted channels only" +msgid "" +"raw[-parted]: execute command on parted channels (by default: execute " +"command on active channels only)" +msgstr "" + +msgid "raw[-all]: execute command on all channels (active and parted)" msgstr "" msgid "raw[-exclude]: exclude some channels (wildcard \"*\" is allowed)" |