diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-21 21:42:34 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-21 21:42:34 +0200 |
commit | 09f80c20d689831eaf2cf5a06f2e567a76ed0a73 (patch) | |
tree | db9a59af54f7678b9ebea55c770611d85a5d3b1c /po/es.po | |
parent | 129f32ce8ed0fb6d8b37ed945455144bd83ce95a (diff) | |
download | weechat-09f80c20d689831eaf2cf5a06f2e567a76ed0a73.zip |
script: add options -o and -i for /script list
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 9 |
1 files changed, 6 insertions, 3 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-21 18:49+0200\n" +"POT-Creation-Date: 2012-08-21 21:36+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" @@ -8605,13 +8605,16 @@ msgid "WeeChat scripts manager" msgstr "sitio web de WeeChat" msgid "" -"list || search <text> || show <script> || load|unload|reload <script> " -"[<script>...] || install|remove|installremove|hold [-q] <script> " +"list [-o|-i] || search <text> || show <script> || load|unload|reload " +"<script> [<script>...] || install|remove|installremove|hold [-q] <script> " "[<script>...] || upgrade || update" msgstr "" msgid "" " list: list loaded scripts (all languages)\n" +" -o: send list of loaded scripts to buffer\n" +" -i: copy list of loaded scripts in command line (for sending to " +"buffer)\n" " search: search scripts by tags or text and display result on scripts " "buffer\n" " show: show detailed info about a script\n" |