diff options
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: 2014-03-16 09:34+0100\n" +"POT-Creation-Date: 2014-03-16 09:53+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/WeeChat>\n" @@ -4982,10 +4982,11 @@ msgstr "静かにコマンドを実行" msgid "" "-list || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-" -"n] |-sw|-nosw] [-ln|-noln] [-color off|decode|strip] [-rc|-norc] [-timeout " -"<timeout>] [-name <name>] [-pipe <command>] [-hsignal <name>] <command> || -" -"in <id> <text> || -inclose <id> [<text>] || -signal <id> <signal> || -kill " -"<id> || -killall || -set <id> <property> <value> || -del <id>|-all [<id>...]" +"n] |-sw|-nosw] [-ln|-noln] [-color ansi|auto|irc|weechat|strip] [-rc|-norc] " +"[-timeout <timeout>] [-name <name>] [-pipe <command>] [-hsignal <name>] " +"<command> || -in <id> <text> || -inclose <id> [<text>] || -signal <id> " +"<signal> || -kill <id> || -killall || -set <id> <property> <value> || -del " +"<id>|-all [<id>...]" msgstr "" msgid "" @@ -5012,9 +5013,11 @@ msgid "" " -ln: display line numbers (default in new buffer only)\n" " -noln: don't display line numbers\n" " -color: action on ANSI colors in output:\n" -" ansi: keep ANSI codes as-is\n" -" decode: convert ANSI colors to WeeChat/IRC (default)\n" -" strip: remove ANSI colors\n" +" ansi: keep ANSI codes as-is\n" +" auto: convert ANSI colors to WeeChat/IRC (default)\n" +" irc: convert ANSI colors to IRC colors\n" +" weechat: convert ANSI colors to WeeChat colors\n" +" strip: remove ANSI colors\n" " -rc: display return code (default)\n" " -norc: don't display return code\n" "-timeout: set a timeout for the command (in seconds)\n" |