diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-09 13:21:05 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-09 13:21:05 +0100 |
commit | daee18621e752a1047337acbfd56e3d40d12976f (patch) | |
tree | 0479920b78ed61e3d92f28426847c22f89603747 /po/weechat.pot | |
parent | 71d77a58903bc39341e8ecdda16f8a607355d6f1 (diff) | |
download | weechat-daee18621e752a1047337acbfd56e3d40d12976f.zip |
Rename command /silence to /mute
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 0471abe0f..cb3969cf7 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: 2010-02-09 12:33+0100\n" +"POT-Creation-Date: 2010-02-09 13:15+0100\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" @@ -914,6 +914,31 @@ msgid "" "Without argument, this command displays saved layout." msgstr "" +msgid "execute a command silently" +msgstr "" + +msgid "[-current | -buffer name | -all] command" +msgstr "" + +msgid "" +"-current: no output on curent buffer\n" +" -buffer: no output on specified buffer\n" +" name: full buffer name (examples: \"irc.server.freenode\", \"irc." +"freenode.#weechat\")\n" +" -all: no output on ALL buffers\n" +" command: command to execute silently (a '/' is automatically added if not " +"found at beginning of command)\n" +"\n" +"If no target is specified (-current, -buffer or -all), then default is to " +"mute WeeChat core buffer only.\n" +"\n" +"Examples:\n" +" config save: /mute save\n" +" message to current IRC channel: /mute -current msg * hi!\n" +" message to #weechat channel: /mute -buffer irc.freenode.#weechat msg " +"#weechat hi!" +msgstr "" + msgid "list/load/unload plugins" msgstr "" @@ -1022,31 +1047,6 @@ msgid "" "This works only for some special plugin variables." msgstr "" -msgid "execute a command silently" -msgstr "" - -msgid "[-current | -buffer name | -all] command" -msgstr "" - -msgid "" -"-current: no output on curent buffer\n" -" -buffer: no output on specified buffer\n" -" name: full buffer name (examples: \"irc.server.freenode\", \"irc." -"freenode.#weechat\")\n" -" -all: no output on ALL buffers\n" -" command: command to execute silently (a '/' is automatically added if not " -"found at beginning of command)\n" -"\n" -"If no target is specified (-current, -buffer or -all), then default is to " -"silence WeeChat core buffer only.\n" -"\n" -"Examples:\n" -" config save: /silence save\n" -" message to current IRC channel: /silence -current msg * hi!\n" -" message to #weechat channel: /silence -buffer irc.freenode.#weechat msg " -"#weechat hi!" -msgstr "" - msgid "unset/reset config options" msgstr "" |