buflist: add example of format for two bar items using a ternary operator in /help buflist.format.buffer

v2.8-utf8proc
Sébastien Helleu 2018-05-19 14:47:59 +02:00
parent 60254ff48d
commit 0f8485f54e
20 changed files with 177 additions and 56 deletions

View File

@ -3,7 +3,7 @@
// DO NOT EDIT BY HAND!
//
* [[option_buflist.format.buffer]] *buflist.format.buffer*
** Beschreibung: pass:none[Format für eine Zeile mit einem Buffer (Hinweis: Inhalt wird evaluiert, siehe /help buflist)]
** Beschreibung: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist); example: standard format for bar item "buflist" and only the buffer number between square brackets for other bar items ("buflist2" and "buflist3"): "${if:${bar_item.name}==buflist?${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:[${number}\]}"]
** Typ: Zeichenkette
** Werte: beliebige Zeichenkette
** Standardwert: `+"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"+`

View File

@ -3,7 +3,7 @@
// DO NOT EDIT BY HAND!
//
* [[option_buflist.format.buffer]] *buflist.format.buffer*
** description: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist)]
** description: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist); example: standard format for bar item "buflist" and only the buffer number between square brackets for other bar items ("buflist2" and "buflist3"): "${if:${bar_item.name}==buflist?${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:[${number}\]}"]
** type: string
** values: any string
** default value: `+"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"+`

View File

@ -3,7 +3,7 @@
// DO NOT EDIT BY HAND!
//
* [[option_buflist.format.buffer]] *buflist.format.buffer*
** description: pass:none[format pour chaque ligne avec un tampon (note : le contenu est évalué, voir /help buflist)]
** description: pass:none[format pour chaque ligne avec un tampon (note : le contenu est évalué, voir /help buflist) ; exemple : format standard pour l'objet de barre "buflist" et seulement le numéro du tampon entre crochets pour les autres objets de barre ("buflist2" et "buflist3") : "${if:${bar_item.name}==buflist?${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:[${number}\]}"]
** type: chaîne
** valeurs: toute chaîne
** valeur par défaut: `+"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"+`

View File

@ -3,7 +3,7 @@
// DO NOT EDIT BY HAND!
//
* [[option_buflist.format.buffer]] *buflist.format.buffer*
** descrizione: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist)]
** descrizione: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist); example: standard format for bar item "buflist" and only the buffer number between square brackets for other bar items ("buflist2" and "buflist3"): "${if:${bar_item.name}==buflist?${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:[${number}\]}"]
** tipo: stringa
** valori: qualsiasi stringa
** valore predefinito: `+"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"+`

View File

@ -3,7 +3,7 @@
// DO NOT EDIT BY HAND!
//
* [[option_buflist.format.buffer]] *buflist.format.buffer*
** 説明: pass:none[各バッファの表示書式 (注意: 値は評価されます、/help eval を参照してください)]
** 説明: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist); example: standard format for bar item "buflist" and only the buffer number between square brackets for other bar items ("buflist2" and "buflist3"): "${if:${bar_item.name}==buflist?${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:[${number}\]}"]
** タイプ: 文字列
** 値: 未制約文字列
** デフォルト値: `+"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"+`

View File

@ -3,7 +3,7 @@
// DO NOT EDIT BY HAND!
//
* [[option_buflist.format.buffer]] *buflist.format.buffer*
** opis: pass:none[format każdej linii w buforze (uwaga: zawartość jest przetwarzana, zobacz /help buflist)]
** opis: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist); example: standard format for bar item "buflist" and only the buffer number between square brackets for other bar items ("buflist2" and "buflist3"): "${if:${bar_item.name}==buflist?${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:[${number}\]}"]
** typ: ciąg
** wartości: dowolny ciąg
** domyślna wartość: `+"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"+`

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -5130,11 +5130,14 @@ msgid ""
"and reverse sort on buffer short name"
msgstr ""
#, fuzzy
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
msgstr "příkaz spuštěný při startu WeeChat, před načtením pluginů"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
#, fuzzy
msgid ""
@ -12558,6 +12561,12 @@ msgstr "%s%s: vypršel časový limit \"%s\" pro %s"
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s%s: nemohu se připojit\" neočekávaná chyba (%d)"
#, fuzzy
#~ msgid ""
#~ "format of each line with a buffer (note: content is evaluated, see /help "
#~ "buflist)"
#~ msgstr "příkaz spuštěný při startu WeeChat, před načtením pluginů"
#, fuzzy
#~ msgid "[<channel>[,<channel>...]] [<target>] [-re <regex>]"
#~ msgstr "[<kanál>[,<kanál>...]] [<server>] [-re <regexp>]"

View File

@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2018-04-20 16:10+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@ -6176,10 +6176,12 @@ msgstr ""
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
"Format für eine Zeile mit einem Buffer (Hinweis: Inhalt wird evaluiert, "
"siehe /help buflist)"
msgid ""
"format for the line with current buffer (note: content is evaluated, see /"
@ -14617,6 +14619,13 @@ msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr ""
"%s%s: Verbindung konnte nicht hergestellt werden: unerwarteter Fehler (%d)"
#~ msgid ""
#~ "format of each line with a buffer (note: content is evaluated, see /help "
#~ "buflist)"
#~ msgstr ""
#~ "Format für eine Zeile mit einem Buffer (Hinweis: Inhalt wird evaluiert, "
#~ "siehe /help buflist)"
#, fuzzy
#~ msgid "[<channel>[,<channel>...]] [<target>] [-re <regex>]"
#~ msgstr "[<channel>[,<channel>...]] [<server>] [-re <regex>]"

View File

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -5345,11 +5345,14 @@ msgid ""
"and reverse sort on buffer short name"
msgstr ""
#, fuzzy
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
msgstr "comando ejecutado cuando WeeChat inicia, antes de cargar los plugins"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
#, fuzzy
msgid ""
@ -12838,6 +12841,13 @@ msgstr "%s%s: tiempo de espera máximo para \"%s\" con %s"
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s%s: no es posible conectarse al transmisor"
#, fuzzy
#~ msgid ""
#~ "format of each line with a buffer (note: content is evaluated, see /help "
#~ "buflist)"
#~ msgstr ""
#~ "comando ejecutado cuando WeeChat inicia, antes de cargar los plugins"
#, fuzzy
#~ msgid "[<channel>[,<channel>...]] [<target>] [-re <regex>]"
#~ msgstr "[<canal>[,<canal>...]] [<servidor>] [-re <regex>]"

View File

@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"PO-Revision-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2018-05-19 14:46+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@ -6029,10 +6029,18 @@ msgstr ""
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
"format pour chaque ligne avec un tampon (note : le contenu est évalué, voir /"
"help buflist)"
"help buflist) ; exemple : format standard pour l'objet de barre \"buflist\" "
"et seulement le numéro du tampon entre crochets pour les autres objets de "
"barre (\"buflist2\" et \"buflist3\") : \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgid ""
"format for the line with current buffer (note: content is evaluated, see /"
@ -14327,6 +14335,13 @@ msgstr "%s%s : délai d'attente dépassé pour \"%s\" avec %s"
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s%s : impossible de se connecter : erreur inattendue (%d)"
#~ msgid ""
#~ "format of each line with a buffer (note: content is evaluated, see /help "
#~ "buflist)"
#~ msgstr ""
#~ "format pour chaque ligne avec un tampon (note : le contenu est évalué, "
#~ "voir /help buflist)"
#~ msgid "[<channel>[,<channel>...]] [<target>] [-re <regex>]"
#~ msgstr "[<canal>[,<canal>...]] [<cible>] [-re <regex>]"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -4664,11 +4664,14 @@ msgid ""
"and reverse sort on buffer short name"
msgstr ""
#, fuzzy
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
msgstr "felhasználónév az IRC szerveren"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
#, fuzzy
msgid ""
@ -11843,6 +11846,12 @@ msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n"
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s DCC: nem sikerült kapcsolódni a küldőhöz\n"
#, fuzzy
#~ msgid ""
#~ "format of each line with a buffer (note: content is evaluated, see /help "
#~ "buflist)"
#~ msgstr "felhasználónév az IRC szerveren"
#, fuzzy
#~ msgid "[<channel>[,<channel>...]] [<target>] [-re <regex>]"
#~ msgstr "[szoba[,szoba] [szerver]]"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -5483,13 +5483,14 @@ msgid ""
"and reverse sort on buffer short name"
msgstr ""
#, fuzzy
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
"nome utente per il server proxy (nota: il contenuto viene valutato, "
"consultare /help eval)"
#, fuzzy
msgid ""
@ -13053,6 +13054,14 @@ msgstr "%s%s: timeout per \"%s\" con %s"
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s%s: impossibile connettersi al mittente"
#, fuzzy
#~ msgid ""
#~ "format of each line with a buffer (note: content is evaluated, see /help "
#~ "buflist)"
#~ msgstr ""
#~ "nome utente per il server proxy (nota: il contenuto viene valutato, "
#~ "consultare /help eval)"
#, fuzzy
#~ msgid "[<channel>[,<channel>...]] [<target>] [-re <regex>]"
#~ msgstr "[<canale>[,<canale>...]] [<server>] [-re <regexp>]"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2018-04-21 09:00+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@ -5759,9 +5759,12 @@ msgstr ""
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
"各バッファの表示書式 (注意: 値は評価されます、/help eval を参照してください)"
msgid ""
"format for the line with current buffer (note: content is evaluated, see /"
@ -13782,6 +13785,13 @@ msgstr "%s%s: \"%s\" のタイムアウト %s"
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s%s: 接続できません: 未定義のエラー (%d)"
#~ msgid ""
#~ "format of each line with a buffer (note: content is evaluated, see /help "
#~ "buflist)"
#~ msgstr ""
#~ "各バッファの表示書式 (注意: 値は評価されます、/help eval を参照してくださ"
#~ "い)"
#, fuzzy
#~ msgid "[<channel>[,<channel>...]] [<target>] [-re <regex>]"
#~ msgstr "[<channel>[,<channel>...]] [<server>] [-re <regex>]"

View File

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: Polish <>\n"
@ -5886,10 +5886,12 @@ msgstr ""
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
"format każdej linii w buforze (uwaga: zawartość jest przetwarzana, zobacz /"
"help buflist)"
msgid ""
"format for the line with current buffer (note: content is evaluated, see /"
@ -14021,6 +14023,13 @@ msgstr "%s%s: przekroczono czas na \"%s\" z %s"
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s%s: nie można połączyć: niespodziewany błąd (%d)"
#~ msgid ""
#~ "format of each line with a buffer (note: content is evaluated, see /help "
#~ "buflist)"
#~ msgstr ""
#~ "format każdej linii w buforze (uwaga: zawartość jest przetwarzana, "
#~ "zobacz /help buflist)"
#, fuzzy
#~ msgid "[<channel>[,<channel>...]] [<target>] [-re <regex>]"
#~ msgstr "[<kanał>[,<kanał>...]] [<serwer>] [-re <regex>]"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2018-03-31 15:36+0200\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@ -5746,12 +5746,14 @@ msgid ""
"and reverse sort on buffer short name"
msgstr ""
#, fuzzy
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
"nome real a usar no servidor (nota: o conteúdo é avaliado, ver /help eval)"
#, fuzzy
msgid ""
@ -13709,6 +13711,13 @@ msgstr "%s%s: tempo limite de \"%s\" com %s"
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s%s: não foi possível conectar: erro inesperado (%d)"
#, fuzzy
#~ msgid ""
#~ "format of each line with a buffer (note: content is evaluated, see /help "
#~ "buflist)"
#~ msgstr ""
#~ "nome real a usar no servidor (nota: o conteúdo é avaliado, ver /help eval)"
#, fuzzy
#~ msgid "[<channel>[,<channel>...]] [<target>] [-re <regex>]"
#~ msgstr "[<canal>[,<canal>...]] [servidor>] [-re <regex>]"

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2018-03-31 15:37+0200\n"
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -5285,13 +5285,14 @@ msgid ""
"and reverse sort on buffer short name"
msgstr ""
#, fuzzy
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
"comando executado quando o WeeChat inicia, antes do carregamento dos plugins "
"(nota: conteúdo é avaliado, veja /help eval)"
#, fuzzy
msgid ""
@ -12304,6 +12305,14 @@ msgstr "%s%s: tempo esgotado para \"%s\" com %s"
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s%s: não foi possível conectar ao remetente"
#, fuzzy
#~ msgid ""
#~ "format of each line with a buffer (note: content is evaluated, see /help "
#~ "buflist)"
#~ msgstr ""
#~ "comando executado quando o WeeChat inicia, antes do carregamento dos "
#~ "plugins (nota: conteúdo é avaliado, veja /help eval)"
#, fuzzy
#~ msgid "[<channel>[,<channel>...]] [<target>] [-re <regex>]"
#~ msgstr "[<canal>[,<canal>...]] [<servidor>] [-re <expressão_regular>]"

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2018-03-31 15:37+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -4702,11 +4702,14 @@ msgid ""
"and reverse sort on buffer short name"
msgstr ""
#, fuzzy
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
msgstr "ник, используемый на IRC сервере"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
#, fuzzy
msgid ""
@ -11875,6 +11878,12 @@ msgstr "%s нет аргумента для параметра \"%s\"\n"
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s DCC: не могу соединиться с отправителем\n"
#, fuzzy
#~ msgid ""
#~ "format of each line with a buffer (note: content is evaluated, see /help "
#~ "buflist)"
#~ msgstr "ник, используемый на IRC сервере"
#, fuzzy
#~ msgid "[<channel>[,<channel>...]] [<target>] [-re <regex>]"
#~ msgstr "[канал[,канал] [сервер]]"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2017-06-26 23:33+0200\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -4270,7 +4270,11 @@ msgstr ""
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
msgid ""

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-19 09:04+0200\n"
"POT-Creation-Date: 2018-05-19 14:46+0200\n"
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -4253,7 +4253,11 @@ msgstr ""
msgid ""
"format of each line with a buffer (note: content is evaluated, see /help "
"buflist)"
"buflist); example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items (\"buflist2\" and "
"\"buflist3\"): \"${if:${bar_item.name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
msgid ""

View File

@ -541,7 +541,13 @@ buflist_config_init ()
buflist_config_file, ptr_section,
"buffer", "string",
N_("format of each line with a buffer "
"(note: content is evaluated, see /help buflist)"),
"(note: content is evaluated, see /help buflist); "
"example: standard format for bar item \"buflist\" and only the "
"buffer number between square brackets for other bar items "
"(\"buflist2\" and \"buflist3\"): "
"\"${if:${bar_item.name}==buflist?${format_number}${indent}"
"${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""),
NULL, 0, 0,
"${format_number}${indent}${format_nick_prefix}${color_hotlist}"
"${format_name}",