diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-31 22:39:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-31 22:39:09 +0200 |
commit | 848cce2c8a7f100e68496f6c4677b33547c293ee (patch) | |
tree | ff7499a0ca22f279d456043816516f357a1601a3 /po/es.po | |
parent | 253ff0700974505c9791ce588ddf2ce596005315 (diff) | |
download | weechat-848cce2c8a7f100e68496f6c4677b33547c293ee.zip |
Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" as joker and "!" to prevent a plugin from being autoloaded (task #6361)
Some examples for option weechat.plugin.autoload:
- load all plugins (default): "*"
- load only alias, charset, irc and logger: "alias,charset,irc,logger"
- load all plugins but not lua and tcl: "*,!lua,!tcl"
- load all plugins but not perl and python: "*,!p*" (not recommended because new future plugins may begin with "p")
- do not load any plugin (weechat core alone is not really useful eheh): "!*"
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-03-29 18:13+0200\n" +"POT-Creation-Date: 2010-03-31 19:56+0200\n" "PO-Revision-Date: 2010-03-23 10:20+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2074,10 +2074,12 @@ msgstr "" msgid "file containing the certificate authorities" msgstr "archivo que contiene las autoridades de certificación" +#, fuzzy msgid "" "comma separated list of plugins to load automatically at startup, \"*\" " -"means all plugins found (names may be partial, for example \"perl\" is ok " -"for \"perl.so\")" +"means all plugins found, a name beginning with \"!\" is a negative value to " +"prevent a plugin from being loaded, names can start or end with \"*\" to " +"match several plugins (examples: \"*\", \"*,!lua,!tcl\")" msgstr "" "lista de plugins separados por comas para cargar automáticamente al iniciar, " "\"*\" significa todos los plugins encontrados (los nombres pueden ser " |