diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-12-26 22:44:19 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-12-26 22:44:19 +0100 |
commit | 481da803cb32e120fadd4b2ae994b5c3b32b6008 (patch) | |
tree | fa2571221fbd54be5dbdedcc614a7831b6496134 /po/es.po | |
parent | e11075e2cd53fbe2677261baedab6478a8a718bc (diff) | |
download | weechat-481da803cb32e120fadd4b2ae994b5c3b32b6008.zip |
buflist: add pointer "window" in bar item evaluation
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-12-18 21:17+0100\n" +"POT-Creation-Date: 2019-12-26 22:25+0100\n" "PO-Revision-Date: 2019-11-03 08:38+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5114,6 +5114,10 @@ msgid "" " - bar item data (see hdata \"bar_item\" in API doc for a complete list), " "for example:\n" " - ${bar_item.name}\n" +" - window data, where the bar item is displayed (there's no window in root " +"bars, see hdata \"window\" in API doc for a complete list), for example:\n" +" - ${window.number}\n" +" - ${window.buffer.full_name}\n" " - buffer data (see hdata \"buffer\" in API doc for a complete list), for " "example:\n" " - ${buffer.number}\n" |