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/it.po | |
parent | d0b47b5c47f8af1357735a18e518dd506515d4f6 (diff) | |
download | weechat-cdbf83c7647a9c4452e0ce22ba8a25d4fb1a843c.zip |
buflist: add missing ${number_displayed} in /help buflist
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 4 |
1 files changed, 3 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-01-06 22:04+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5294,6 +5294,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 " |