diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 42 |
1 files changed, 25 insertions, 17 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 33dfecd56..e4673e2dd 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: 2012-08-20 18:22+0200\n" +"POT-Creation-Date: 2012-08-21 18:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -6608,8 +6608,8 @@ msgid "list/load/unload scripts" msgstr "" msgid "" -"list|listfull [<name>] || load <filename> || autoload || reload|unload " -"[<name>]" +"list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload " +"[-q] [<name>]" msgstr "" msgid "" @@ -6622,6 +6622,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 "" @@ -6886,25 +6887,27 @@ msgstr "" 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" @@ -6971,6 +6974,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 " |