diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-15 11:28:57 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-15 11:28:57 +0200 |
commit | 9c084841072b7c1fe06ea402c2c2e0c41e9fc04a (patch) | |
tree | 7f311b556cceb9ad87b53b9020af4c1b9bee4959 /po/es.po | |
parent | c37b65bba40eff30a7ed4b7322007d908fb143fb (diff) | |
download | weechat-9c084841072b7c1fe06ea402c2c2e0c41e9fc04a.zip |
core: add missing arguments filename and name in /help plugin
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1502,6 +1502,7 @@ msgstr "" "[<nombre>]" # XXX <filename> and <name> 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 "" |