summaryrefslogtreecommitdiff
path: root/po/ja.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-19 23:29:00 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-19 23:29:00 +0100
commit4da8fcf34d79d063a011329044c09b3a9cc382d9 (patch)
treec556def69eeca769b150c73387f2575120ec2b57 /po/ja.po
parent49f4c8e9ef71046cf4697e2f512c4cb14dd44976 (diff)
downloadweechat-4da8fcf34d79d063a011329044c09b3a9cc382d9.zip
core: add command /print
Diffstat (limited to 'po/ja.po')
-rw-r--r--po/ja.po46
1 files changed, 45 insertions, 1 deletions
diff --git a/po/ja.po b/po/ja.po
index 6f7d2aaf2..4453fac31 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-01-18 21:17+0100\n"
+"POT-Creation-Date: 2014-01-19 19:42+0100\n"
"PO-Revision-Date: 2014-01-18 21:22+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
@@ -1988,6 +1988,50 @@ msgstr ""
"\n"
"引数無しでは、ロードされたプラグインをリストアップ。"
+#, fuzzy
+msgid "display text on a buffer"
+msgstr "リレーバッファ内のテキスト色"
+
+msgid ""
+"[-buffer <number>|<name>] [-core] [-escape] [-date <date>] [-tags <tags>] [-"
+"action|-error|-join|-network|-quit] <text> || -stdout|-stderr <text>"
+msgstr ""
+
+msgid ""
+"-buffer: the buffer where text is displayed (default: current buffer)\n"
+" -core: alias of \"-buffer core.weechat\"\n"
+"-escape: interpret escaped chars (for example \\a, \\07, \\x07)\n"
+" -date: message date, format can be:\n"
+" -n: 'n' seconds before now\n"
+" +n: 'n' seconds in the future\n"
+" n: 'n' seconds since the Epoch (see man time)\n"
+" date/time (ISO 8601): yyyy-mm-ddThh:mm:ss, example: "
+"2014-01-19T04:32:55\n"
+" time: hh:mm:ss (example: 04:32:55)\n"
+" -tags: comma-separated list of tags (see /help filter for a list of tags "
+"most commonly used)\n"
+" text: text to display (prefix and message must be separated by \\t)\n"
+"-stdout: display text on stdout (not in a buffer)\n"
+"-stderr: display text on stderr (not in a buffer)\n"
+"\n"
+"The options -action ... -quit use the prefix defined in options \"weechat."
+"look.prefix_*\".\n"
+"\n"
+"With options -stdout and -stderr, escaped chars are always interpreted.\n"
+"\n"
+"Examples:\n"
+" display a reminder on core buffer with a highlight:\n"
+" /print -core -tags notify_highlight Reminder: buy milk\n"
+" display an error on core buffer:\n"
+" /print -core -error Some error here\n"
+" display message on core buffer with prefix \"abc\":\n"
+" /print -core abc\tThe message\n"
+" display a message on channel #weechat:\n"
+" /print -buffer irc.freenode.#weechat Message on #weechat\n"
+" send alert (BEL):\n"
+" /print -stderr \\a"
+msgstr ""
+
msgid "manage proxies"
msgstr "プロキシの管理"