summaryrefslogtreecommitdiff
path: root/po/ru.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-05-19 07:39:23 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-05-19 07:39:23 +0200
commitb522060cef3a5cd00ef35688e58cc397e4cc806b (patch)
tree57d01fe7bd65dbea65b2d7eb886536a930c38e21 /po/ru.po
parent138af6e7dd146696de82cb4ce452028e7107c1f0 (diff)
downloadweechat-b522060cef3a5cd00ef35688e58cc397e4cc806b.zip
buflist: add variable ${current_buffer} in bar item evaluation
Diffstat (limited to 'po/ru.po')
-rw-r--r--po/ru.po5
1 files changed, 4 insertions, 1 deletions
diff --git a/po/ru.po b/po/ru.po
index 772fabb10..51344fa93 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2017-05-18 21:59+0200\n"
+"POT-Creation-Date: 2017-05-19 07:35+0200\n"
"PO-Revision-Date: 2017-01-06 22:06+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4511,6 +4511,9 @@ msgid ""
" - ${format_buffer}: the evaluated value of option buflist.format.buffer; "
"this can be used in option buflist.format.buffer_current to just change the "
"background color for example\n"
+" - ${current_buffer}: a boolean (\"0\" or \"1\"), \"1\" if this is the "
+"current buffer; it can be used in a condition: ${if:"
+"${current_buffer}?...:...}\n"
" - ${format_number}: indented number with separator (evaluation of option "
"buflist.format.number)\n"
" - ${number}: indented number, for example \" 1\" if there are between 10 "