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/de.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/de.po')
-rw-r--r-- | po/de.po | 44 |
1 files changed, 27 insertions, 17 deletions
@@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.7-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: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n" @@ -8589,13 +8589,15 @@ msgstr "%s%s: %s kann nicht initialisiert werden" msgid "list/load/unload scripts" msgstr "auflisten/installieren/deinstallieren von Skripten" +#, 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 [<name>] || load <filename> || autoload || reload|unload " "[<name>]" +#, fuzzy msgid "" " list: list loaded scripts\n" "listfull: list loaded scripts (verbose)\n" @@ -8606,6 +8608,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 "" @@ -8902,25 +8905,27 @@ msgstr "WeeChat Seite" 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" @@ -8989,6 +8994,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 " |