summaryrefslogtreecommitdiff
path: root/po/cs.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-06-13 21:17:54 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-13 21:17:54 +0200
commitfbbb72c44d5db278c18e58cfc65e6fbebe54a06d (patch)
treeb7b97c8bcfe96b38649c2966d6a1476b12e3f20a /po/cs.po
parentcab29dd47fc73b6ce41dcc837a94aa5d6ad56940 (diff)
downloadweechat-fbbb72c44d5db278c18e58cfc65e6fbebe54a06d.zip
buflist: add variable ${merged} in /help buflist
Diffstat (limited to 'po/cs.po')
-rw-r--r--po/cs.po5
1 files changed, 4 insertions, 1 deletions
diff --git a/po/cs.po b/po/cs.po
index 10d805031..989bbf2f5 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2017-06-12 19:59+0200\n"
+"POT-Creation-Date: 2017-06-13 21:16+0200\n"
"PO-Revision-Date: 2017-05-13 22:06+0200\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4946,6 +4946,9 @@ msgid ""
" - ${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"
+" - ${merged}: a boolean (\"0\" or \"1\"), \"1\" if the buffer is merged "
+"with at least another buffer; it can be used in a condition: ${if:"
+"${merged}?...:...}\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 "