diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-01 21:04:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-01 21:04:25 +0200 |
commit | 2deea7f53e1dbb391b1b6d477882a8e05d97eb4d (patch) | |
tree | d95664fd8dddd54a57ab1727bbe21b305729486e /po/ja.po | |
parent | 387ddb98afcf9bcf7d247c64c1f91b8957a722b8 (diff) | |
download | weechat-2deea7f53e1dbb391b1b6d477882a8e05d97eb4d.zip |
core: add note about wildcard in /help set
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-08-25 07:44+0200\n" +"POT-Creation-Date: 2017-09-01 21:02+0200\n" "PO-Revision-Date: 2017-08-26 09:00+0900\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/master/" @@ -2612,8 +2612,10 @@ msgstr "" "[<option> [<value>]] || diff [<option> [<option>...]] || env [<variable> " "[<value>]]" +#, fuzzy msgid "" -"option: name of an option (wildcard \"*\" is allowed)\n" +"option: name of an option (wildcard \"*\" is allowed to list options, if no " +"value is specified)\n" " value: new value for option, according to type:\n" " boolean: on, off or toggle\n" " integer: number, ++number or --number\n" |