diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 4308fb7a2..230a1003d 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -354,14 +354,16 @@ Beispiele: autoload reload|unload [] - list: installierte Erweiterungen werden aufgelistet -listfull: detaillierte Auflistung aller installierten Erweiterungen - load: installiert eine Erweiterung -autoload: installiert automatisch alle Erweiterungen aus System- oder Benutzerverzeichnis - reload: installiert eine Erweiterung erneut (falls kein Name angegeben wird, werden alle Erweiterungen entfernt und neu installiert) - unload: deinstalliere eine oder alle Erweiterungen (falls kein Name angegeben wird werden alle Erweiterung entfernt) + list: list loaded plugins +listfull: list loaded plugins (verbose) + load: load a plugin +autoload: autoload plugins in system or user directory + reload: reload a plugin (if no name given, unload all plugins, then autoload plugins) + unload: unload a plugin (if no name given, unload all plugins) +filename: plugin (file) to load + name: a plugin name -Ohne Angabe eines Arguments werden alle installierten Erweiterungen angezeigt. +Without argument, this command lists loaded plugins. ........................................ [command]*`proxy`* Proxies verwalten:: diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 7ca21ac77..be0c4520b 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -360,6 +360,8 @@ listfull: list loaded plugins (verbose) autoload: autoload plugins in system or user directory reload: reload a plugin (if no name given, unload all plugins, then autoload plugins) unload: unload a plugin (if no name given, unload all plugins) +filename: plugin (file) to load + name: a plugin name Without argument, this command lists loaded plugins. ........................................ diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index bb119bf96..d8ec038a5 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -360,6 +360,8 @@ listfull: lister les extensions chargées (verbeux) autoload: charger automatiquement les extensions dans un répertoire système ou utilisateur reload: recharger une extension (si pas de nom donné, décharger toutes les extensions, puis recharger automatiquement les extensions) unload: décharger une extension (si pas de nom donné, décharger toutes les extensions) + fichier: extension (fichier) à charger + nom: nom d'extension Sans paramètre, cette commande liste les extensions chargées. ........................................ diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index bbb34bfaf..069f89137 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -354,14 +354,16 @@ Esempi: autoload reload|unload [] - list: elenca i plugin attivati -listfull: elenca i plugin attivati (dettagliato) - load: attiva un plugin -autoload: attiva automaticamente un plugin nella cartella di sistema o utente - reload: riattiva un plugin (se non viene dato un nome, disattiva e poi riattiva tutti i plugin) - unload: disattiva un plugin (se non viene dato un nome, disattiva tutti i plugin + list: list loaded plugins +listfull: list loaded plugins (verbose) + load: load a plugin +autoload: autoload plugins in system or user directory + reload: reload a plugin (if no name given, unload all plugins, then autoload plugins) + unload: unload a plugin (if no name given, unload all plugins) +filename: plugin (file) to load + name: a plugin name -Senza argomento, questo comando elenca i plugin attivati. +Without argument, this command lists loaded plugins. ........................................ [command]*`proxy`* gestione proxy:: diff --git a/po/cs.po b/po/cs.po index 272a9bd31..e2453aa1e 100644 --- a/po/cs.po +++ b/po/cs.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-15 11:12+0200\n" +"POT-Creation-Date: 2011-05-15 11:22+0200\n" "PO-Revision-Date: 2011-05-15 10:51+0200\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" @@ -1489,6 +1489,7 @@ msgstr "" "list|listfull [] || load || autoload || reload|unload " "[]" +#, fuzzy msgid "" " list: list loaded plugins\n" "listfull: list loaded plugins (verbose)\n" @@ -1497,6 +1498,8 @@ msgid "" " 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" "\n" "Without argument, this command lists loaded plugins." msgstr "" diff --git a/po/de.po b/po/de.po index dbe3f2820..5aad9dd06 100644 --- a/po/de.po +++ b/po/de.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-15 11:12+0200\n" +"POT-Creation-Date: 2011-05-15 11:22+0200\n" "PO-Revision-Date: 2011-05-15 10:51+0200\n" "Last-Translator: Nils G.\n" "Language-Team: weechat-dev \n" @@ -1538,6 +1538,7 @@ msgstr "" "list|listfull [] || load || autoload || reload|unload " "[]" +#, fuzzy msgid "" " list: list loaded plugins\n" "listfull: list loaded plugins (verbose)\n" @@ -1546,6 +1547,8 @@ msgid "" " 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" "\n" "Without argument, this command lists loaded plugins." msgstr "" diff --git a/po/es.po b/po/es.po index 5de38053d..fd35ed1fc 100644 --- a/po/es.po +++ b/po/es.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-15 11:12+0200\n" +"POT-Creation-Date: 2011-05-15 11:22+0200\n" "PO-Revision-Date: 2011-05-15 10:51+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -1502,6 +1502,7 @@ msgstr "" "[]" # XXX and not explained +#, fuzzy msgid "" " list: list loaded plugins\n" "listfull: list loaded plugins (verbose)\n" @@ -1510,6 +1511,8 @@ msgid "" " 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" "\n" "Without argument, this command lists loaded plugins." msgstr "" diff --git a/po/fr.po b/po/fr.po index a5af8022e..9d4a90a98 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-15 11:12+0200\n" -"PO-Revision-Date: 2011-05-15 11:13+0200\n" +"POT-Creation-Date: 2011-05-15 11:22+0200\n" +"PO-Revision-Date: 2011-05-15 11:23+0200\n" "Last-Translator: Sebastien Helleu \n" "Language-Team: weechat-dev \n" "Language: French\n" @@ -1511,6 +1511,8 @@ msgid "" " 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" "\n" "Without argument, this command lists loaded plugins." msgstr "" @@ -1523,6 +1525,8 @@ msgstr "" "extensions, puis recharger automatiquement les extensions)\n" " unload: décharger une extension (si pas de nom donné, décharger toutes les " "extensions)\n" +" fichier: extension (fichier) à charger\n" +" nom: nom d'extension\n" "\n" "Sans paramètre, cette commande liste les extensions chargées." diff --git a/po/hu.po b/po/hu.po index d986ba5e9..153f61068 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-15 11:12+0200\n" +"POT-Creation-Date: 2011-05-15 11:22+0200\n" "PO-Revision-Date: 2011-05-15 10:51+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -1307,6 +1307,8 @@ msgid "" " 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" "\n" "Without argument, this command lists loaded plugins." msgstr "" diff --git a/po/it.po b/po/it.po index 3cb60c0fc..22198b2ba 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-15 11:12+0200\n" +"POT-Creation-Date: 2011-05-15 11:22+0200\n" "PO-Revision-Date: 2011-05-15 10:52+0200\n" "Last-Translator: Marco Paolone \n" "Language-Team: weechat-dev \n" @@ -1496,6 +1496,7 @@ msgstr "" "list|listfull [] || load || autoload || reload|unload " "[]" +#, fuzzy msgid "" " list: list loaded plugins\n" "listfull: list loaded plugins (verbose)\n" @@ -1504,6 +1505,8 @@ msgid "" " 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" "\n" "Without argument, this command lists loaded plugins." msgstr "" diff --git a/po/pl.po b/po/pl.po index a5be29dc5..849c22f46 100644 --- a/po/pl.po +++ b/po/pl.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-15 11:12+0200\n" +"POT-Creation-Date: 2011-05-15 11:22+0200\n" "PO-Revision-Date: 2011-05-15 10:52+0200\n" "Last-Translator: Krzysztof Koroscik \n" "Language-Team: weechat-dev \n" @@ -1504,6 +1504,7 @@ msgstr "" "list|listfull [] || load || autoload || reload|unload " "[]" +#, fuzzy msgid "" " list: list loaded plugins\n" "listfull: list loaded plugins (verbose)\n" @@ -1512,6 +1513,8 @@ msgid "" " 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" "\n" "Without argument, this command lists loaded plugins." msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index a2835906a..0b838e58c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-15 11:12+0200\n" +"POT-Creation-Date: 2011-05-15 11:22+0200\n" "PO-Revision-Date: 2011-05-15 10:52+0200\n" "Last-Translator: Ivan Sichmann Freitas \n" "Language-Team: weechat-dev \n" @@ -1517,6 +1517,8 @@ msgid "" " 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" "\n" "Without argument, this command lists loaded plugins." msgstr "" diff --git a/po/ru.po b/po/ru.po index c73752cdd..8b9a76b29 100644 --- a/po/ru.po +++ b/po/ru.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-15 11:12+0200\n" +"POT-Creation-Date: 2011-05-15 11:22+0200\n" "PO-Revision-Date: 2011-05-15 10:52+0200\n" "Last-Translator: Pavel Shevchuk \n" "Language-Team: weechat-dev \n" @@ -1316,6 +1316,8 @@ msgid "" " 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" "\n" "Without argument, this command lists loaded plugins." msgstr "" diff --git a/po/weechat.pot b/po/weechat.pot index 12a881e56..697fdcc8f 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-15 11:12+0200\n" +"POT-Creation-Date: 2011-05-15 11:22+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1144,6 +1144,8 @@ msgid "" " 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" "\n" "Without argument, this command lists loaded plugins." msgstr "" diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 530472ab0..224d44cb6 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -5093,7 +5093,9 @@ command_init () " 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\n" + "all plugins)\n" + "filename: plugin (file) to load\n" + " name: a plugin name\n\n" "Without argument, this command lists loaded plugins."), "list %(plugins_names)" " || listfull %(plugins_names)"