diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-05 22:21:03 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-05 22:21:03 +0100 |
commit | 6cdcebed8cd553d36f4b6b38dd4df09db248292f (patch) | |
tree | b6af90e60bb13f388ea3eae84c8e54554ed02e38 /po/de.po | |
parent | 5d338fee4ea7b525806bc209968df83321e92ebf (diff) | |
download | weechat-6cdcebed8cd553d36f4b6b38dd4df09db248292f.zip |
buflist: add variable ${number2}, always set with the indented buffer number
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-11-04 21:47+0100\n" +"POT-Creation-Date: 2018-11-05 22:16+0100\n" "PO-Revision-Date: 2018-10-14 20:47+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -5953,6 +5953,7 @@ msgstr "" msgid "bar item with list of buffers" msgstr "Bar-Item mit der Liste von Buffern" +#, fuzzy msgid "" " bar: add the \"buflist\" bar\n" "refresh: force the refresh of the bar items (buflist, buflist2 and " @@ -5993,7 +5994,10 @@ msgid "" " - ${format_number}: indented number with separator (evaluation of option " "buflist.format.number)\n" " - ${number}: indented number, for example \" 1\" if there are between 10 " -"and 99 buffers\n" +"and 99 buffers; for merged buffers, this variable is set with number for the " +"first buffer and spaces for the next buffers with same number\n" +" - ${number2}: indented number, for example \" 1\" if there are between " +"10 and 99 buffers\n" " - ${number_displayed}: \"1\" if the number is displayed, otherwise " "\"0\"\n" " - ${indent}: indentation for name (channel and private buffers are " |