From 91d32be93c5e77315498d7f0cd3028ab36ff229c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 9 Sep 2021 21:32:58 +0200 Subject: core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list" --- po/weechat.pot | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'po/weechat.pot') 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 \n" "Language-Team: weechat-dev \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 [] || load [] || autoload " -"[] || reload [|* []] || unload []" +"list [-o|-ol|-i|-il|] || listfull [] || load " +"[] || autoload [] || reload [|* []] " +"|| unload []" 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 "" -- cgit v1.2.3