diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-09-09 21:32:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-09-09 21:32:58 +0200 |
commit | 91d32be93c5e77315498d7f0cd3028ab36ff229c (patch) | |
tree | 48cb017e4471d44ba289761cf3327c13aa802cc6 /po/weechat.pot | |
parent | a76eedcd1f22018892f8555a15e7b2e92a497e46 (diff) | |
download | weechat-91d32be93c5e77315498d7f0cd3028ab36ff229c.zip |
core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 33689c1cd..911b5a973 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: 2021-09-06 22:37+0200\n" +"POT-Creation-Date: 2021-09-09 21:07+0200\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" @@ -734,6 +734,9 @@ msgstr "" msgid " (no plugin)" msgstr "" +msgid "No plugins loaded" +msgstr "" + msgid "List of proxies:" msgstr "" @@ -1793,21 +1796,28 @@ msgid "list/load/unload plugins" msgstr "" msgid "" -"list|listfull [<name>] || load <filename> [<arguments>] || autoload " -"[<arguments>] || reload [<name>|* [<arguments>]] || unload [<name>]" +"list [-o|-ol|-i|-il|<name>] || listfull [<name>] || load <filename> " +"[<arguments>] || autoload [<arguments>] || reload [<name>|* [<arguments>]] " +"|| unload [<name>]" msgstr "" msgid "" " list: list loaded plugins\n" +" -o: send list of loaded plugins to buffer (string in English)\n" +" -ol: send list of loaded plugins to buffer (translated string)\n" +" -i: copy list of loaded plugins in command line (for sending to " +"buffer) (string in English)\n" +" -il: copy list of loaded plugins in command line (for sending to " +"buffer) (translated string)\n" +" name: a plugin name\n" " listfull: list loaded plugins (verbose)\n" " load: load a plugin\n" +" filename: plugin (file) to load\n" +"arguments: arguments given to plugin on load\n" " autoload: autoload plugins in system or user directory\n" " reload: reload a plugin (if no name given, unload all plugins, then " "autoload plugins)\n" " unload: unload a plugin (if no name given, unload all plugins)\n" -" filename: plugin (file) to load\n" -" name: a plugin name\n" -"arguments: arguments given to plugin on load\n" "\n" "Without argument, this command lists loaded plugins." msgstr "" |