diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-21 18:57:49 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-21 18:57:49 +0200 |
commit | 129f32ce8ed0fb6d8b37ed945455144bd83ce95a (patch) | |
tree | 2c3d13d11fdf260df5a1949884eb4fc3061ccaf4 /po/es.po | |
parent | cc5118b3b6726d8fc8bf087eea59e474a838896b (diff) | |
download | weechat-129f32ce8ed0fb6d8b37ed945455144bd83ce95a.zip |
script: add option script.look.quiet_actions (no messages when installing/removing/loading/unloading scripts on script buffer)
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 44 |
1 files changed, 27 insertions, 17 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.9-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-08-20 18:22+0200\n" +"POT-Creation-Date: 2012-08-21 18:49+0200\n" "PO-Revision-Date: 2012-08-20 15:20+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -8293,13 +8293,15 @@ msgstr "%s%s: no ha sido posible inicializar %s" msgid "list/load/unload scripts" msgstr "listar/cargar/descargar scripts" +#, fuzzy msgid "" -"list|listfull [<name>] || load <filename> || autoload || reload|unload " -"[<name>]" +"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload " +"[-q] [<name>]" msgstr "" "list|listfull [<nombre>] || load <archivo> || autoload || reload|unload " "[<nombre>]" +#, fuzzy msgid "" " list: list loaded scripts\n" "listfull: list loaded scripts (verbose)\n" @@ -8310,6 +8312,7 @@ msgid "" " unload: unload a script (if no name given, unload all scripts)\n" "filename: script (file) to load\n" " name: a script name (name used in call to \"register\" function)\n" +" -q: quiet mode: do not display messages\n" "\n" "Without argument, this command lists all loaded scripts." msgstr "" @@ -8603,25 +8606,27 @@ msgstr "sitio web de WeeChat" msgid "" "list || search <text> || show <script> || load|unload|reload <script> " -"[<script>...] || install|remove|hold <script> [<script>...] || upgrade || " -"update" +"[<script>...] || install|remove|installremove|hold [-q] <script> " +"[<script>...] || upgrade || update" msgstr "" msgid "" -" list: list loaded scripts (all languages)\n" -" search: search scripts by tags or text and display result on scripts " +" list: list loaded scripts (all languages)\n" +" search: search scripts by tags or text and display result on scripts " "buffer\n" -" show: show detailed info about a script\n" -" load: load script(s)\n" -" unload: unload script(s)\n" -" reload: reload script(s)\n" -" install: install/upgrade script(s)\n" -" remove: remove script(s)\n" -" hold: hold/unhold script(s) (a script held will not be upgraded any more " -"and cannot be removed)\n" -" upgrade: upgrade all installed scripts which are obsolete (new version " +" show: show detailed info about a script\n" +" load: load script(s)\n" +" unload: unload script(s)\n" +" reload: reload script(s)\n" +" install: install/upgrade script(s)\n" +" remove: remove script(s)\n" +"installremove: install or remove script(s), depending on current state\n" +" hold: hold/unhold script(s) (a script held will not be upgraded any " +"more and cannot be removed)\n" +" -q: quiet mode: do not display messages\n" +" upgrade: upgrade all installed scripts which are obsolete (new version " "available)\n" -" update: update local scripts cache\n" +" update: update local scripts cache\n" "\n" "Without argument, this command opens a buffer with list of scripts.\n" "\n" @@ -8690,6 +8695,11 @@ msgid "" msgstr "" msgid "" +"quiet actions on script buffer: do not display messages on core buffer when " +"scripts are installed/removed/loaded/unloaded (only errors are displayed)" +msgstr "" + +msgid "" "default sort keys for scripts: comma-separated list of identifiers: " "a=author, A=autoloaded, d=date added, e=extension, i=installed, l=language, " "n=name, o=obsolete, p=popularity, r=running, u=date updated; char \"-\" can " |