summaryrefslogtreecommitdiff
path: root/po/fr.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/fr.po')
-rw-r--r--po/fr.po10
1 files changed, 8 insertions, 2 deletions
diff --git a/po/fr.po b/po/fr.po
index cf8d2a4bc..e5dbeb561 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -21,8 +21,8 @@ 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"
-"PO-Revision-Date: 2017-06-12 20:01+0200\n"
+"POT-Creation-Date: 2017-06-13 21:16+0200\n"
+"PO-Revision-Date: 2017-06-13 21:17+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -5712,6 +5712,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 "
@@ -5769,6 +5772,9 @@ msgstr ""
" - ${current_buffer} : un booléen (\"0\" ou \"1\"), \"1\" s'il s'agit du "
"tampon courant ; cela peut être utilisé dans une condition : ${if:"
"${current_buffer}?...:...}\n"
+" - ${merged} : un booléen (\"0\" ou \"1\"), \"1\" si le tampon est "
+"mélangé avec au moins un autre tampon ; cela peut être utilisé dans une "
+"condition : ${if:${merged}?...:...}\n"
" - ${format_number} : numéro indenté avec un séparateur (évaluation de "
"l'option buflist.format.number)\n"
" - ${number} : numéro indenté, par exemple \" 1\" s'il y a entre 10 et 99 "