diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-12 08:59:06 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-12 08:59:06 +0200 |
commit | dea2960d130eabec29a4a1a178fef4cc0101645d (patch) | |
tree | 9ad832254d2e6e75e283bfeb7a397e5d6cffb29c /po/ja.po | |
parent | d0d4d2ef5b662ef32b3eb5871172e1fe5f980ed4 (diff) | |
download | weechat-dea2960d130eabec29a4a1a178fef4cc0101645d.zip |
core: add option "-current" in command /print
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 33 |
1 files changed, 18 insertions, 15 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-04-12 08:30+0200\n" +"POT-Creation-Date: 2014-04-12 08:56+0200\n" "PO-Revision-Date: 2014-04-05 16:12+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n" @@ -2074,24 +2074,27 @@ msgstr "" "action|-error|-join|-network|-quit] [<text>] || -stdout|-stderr [<text>] || -" "beep" +#, fuzzy 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: " +" -buffer: display text in this buffer (default: buffer where command is " +"executed)\n" +" -core: alias of \"-buffer core.weechat\"\n" +"-current: display text on current buffer\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 " +" 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\", " +" text: text to display (prefix and message must be separated by \"\\t\", " "if text starts with \"-\", then add a \"\\\" before)\n" -"-stdout: display text on stdout (escaped chars are interpreted)\n" -"-stderr: display text on stderr (escaped chars are interpreted)\n" -" -beep: alias of \"-stderr \\a\"\n" +" -stdout: display text on stdout (escaped chars are interpreted)\n" +" -stderr: display text on stderr (escaped chars are interpreted)\n" +" -beep: alias of \"-stderr \\a\"\n" "\n" "The options -action ... -quit use the prefix defined in options \"weechat." "look.prefix_*\".\n" |