diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-07 07:59:38 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-07 07:59:38 +0100 |
commit | d2b8c2883bd84d1069f136973a633e17aeae5696 (patch) | |
tree | e9e1306fac37d99a62651971b66a9df11765bea7 /po/ja.po | |
parent | add0be28d978cdc652ba114b1dc42179d10b7e6a (diff) | |
download | weechat-d2b8c2883bd84d1069f136973a633e17aeae5696.zip |
core: update translations and auto-generated doc files
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-01-06 21:58+0100\n" +"POT-Creation-Date: 2017-01-07 07:55+0100\n" "PO-Revision-Date: 2017-01-07 09:00+0900\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/master/" @@ -5485,6 +5485,7 @@ msgstr "" "<id> [<text>] || -signal <id> <signal> || -kill <id> || -killall || -set " "<id> <property> <value> || -del <id>|-all [<id>...]" +#, fuzzy msgid "" " -list: list commands\n" " -sh: use the shell to execute the command (WARNING: use this option " @@ -5493,7 +5494,7 @@ msgid "" "command has some unsafe data, for example the content of a message from " "another user) (default)\n" " -bg: run process in background: do not display process output neither " -"return code (not compatible with options -o/-n)\n" +"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n" " -nobg: catch process output and display return code (default)\n" " -stdin: create a pipe for sending data to the process (with /exec -in/-" "inclose)\n" @@ -5502,14 +5503,15 @@ msgid "" "not found, a new buffer with name \"exec.exec.xxx\" is created)\n" " -l: display locally output of command on buffer (default)\n" " -o: send output of command to the buffer without executing commands " -"(not compatible with option -bg)\n" +"(not compatible with options -bg/-pipe/-hsignal)\n" " -oc: send output of command to the buffer and execute commands (lines " "starting with \"/\" or another custom command char) (not compatible with " -"option -bg)\n" +"options -bg/-pipe/-hsignal)\n" " -n: display output of command in a new buffer (not compatible with " -"option -bg)\n" +"options -bg/-pipe/-hsignal)\n" " -nf: display output of command in a new buffer with free content (no " -"word-wrap, no limit on number of lines) (not compatible with option -bg)\n" +"word-wrap, no limit on number of lines) (not compatible with options -bg/-" +"pipe/-hsignal)\n" " -cl: clear the new buffer before displaying output\n" " -nocl: append to the new buffer without clear (default)\n" " -sw: switch to the output buffer (default)\n" @@ -5531,9 +5533,10 @@ msgid "" " -pipe: send the output to a WeeChat/plugin command (line by line); if " "there are spaces in command/arguments, enclose them with double quotes; " "variable $line is replaced by the line (by default the line is added after " -"the command, separated by a space) (not compatible with options -bg/-o/-n)\n" +"the command, separated by a space) (not compatible with options -bg/-o/-oc/-" +"n/-nf)\n" "-hsignal: send the output as a hsignal (to be used for example in a trigger) " -"(not compatible with options -bg/-o/-n)\n" +"(not compatible with options -bg/-o/-oc/-n/-nf)\n" " command: the command to execute; if beginning with \"url:\", the shell is " "disabled and the content of URL is downloaded and sent as output\n" " id: command identifier: either its number or name (if set with \"-name " |