summaryrefslogtreecommitdiff
path: root/po/ja.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-04 16:12:56 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-04 16:12:56 +0100
commit6b7d96f4b4d59178ad22dd19e1e9a115f4b108d2 (patch)
tree39a25abe1572c52474e82e470c92551b3c5379c2 /po/ja.po
parent12b82146aac152153e427f65faa60b502829236a (diff)
downloadweechat-6b7d96f4b4d59178ad22dd19e1e9a115f4b108d2.zip
core: mute all buffers by default in command /mute (replace option -all by -core)
Diffstat (limited to 'po/ja.po')
-rw-r--r--po/ja.po12
1 files changed, 7 insertions, 5 deletions
diff --git a/po/ja.po b/po/ja.po
index 599f2d79c..cfd7b88c5 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2014-03-04 11:15+0100\n"
+"POT-Creation-Date: 2014-03-04 15:46+0100\n"
"PO-Revision-Date: 2014-03-04 11:21+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
@@ -1952,20 +1952,22 @@ msgstr ""
msgid "execute a command silently"
msgstr "静かにコマンドを実行"
-msgid "[-current | -buffer <name> | -all] <command>"
+#, fuzzy
+msgid "[-core | -current | -buffer <name>] <command>"
msgstr "[-current | -buffer <name> | -all] <command>"
+#, fuzzy
msgid ""
+" -core: no output on WeeChat core buffer\n"
"-current: no output on current 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"
+"If no target is specified (-core, -current or -buffer), then default is to "
+"mute all buffers.\n"
"\n"
"Examples:\n"
" config save:\n"