diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-31 22:37:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-31 22:37:00 +0200 |
commit | cdbf83c7647a9c4452e0ce22ba8a25d4fb1a843c (patch) | |
tree | 66c2727ea94672fbcddbc46997eb83455ba36a66 /po/ja.po | |
parent | d0b47b5c47f8af1357735a18e518dd506515d4f6 (diff) | |
download | weechat-cdbf83c7647a9c4452e0ce22ba8a25d4fb1a843c.zip |
buflist: add missing ${number_displayed} in /help buflist
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-05-30 20:42+0200\n" +"POT-Creation-Date: 2017-05-31 22:35+0200\n" "PO-Revision-Date: 2017-05-20 09:00+0900\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/master/" @@ -5404,6 +5404,7 @@ msgstr "バッファリスト" msgid "bar item with list of buffers" msgstr "バッファのリストを表示するバー要素" +#, fuzzy msgid "" " bar: add the \"buflist\" bar\n" "refresh: force the refresh of the \"buflist\" bar item\n" @@ -5438,6 +5439,8 @@ msgid "" "buflist.format.number)\n" " - ${number}: indented number, for example \" 1\" if there are between 10 " "and 99 buffers\n" +" - ${number_displayed}: \"1\" is the number is displayed, otherwise " +"\"0\"\n" " - ${indent}: indentation for name (channel and private buffers are " "indented) (evaluation of option buflist.format.indent)\n" " - ${format_nick_prefix}: colored nick prefix for a channel (evaluation " |