summaryrefslogtreecommitdiff
path: root/po/tr.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-08-20 21:00:33 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-08-20 21:00:33 +0200
commit6def0cf50226057e045d0c3fba810327a02654c8 (patch)
treeff92cfff2dfdd81d5c27abd949b233868c203e89 /po/tr.po
parent6969b9b2b81b9d57f05790af75a12912d9895b67 (diff)
downloadweechat-6def0cf50226057e045d0c3fba810327a02654c8.zip
buflist: add list buffer in /help buflist and /help buflist.format.indent
Diffstat (limited to 'po/tr.po')
-rw-r--r--po/tr.po94
1 files changed, 90 insertions, 4 deletions
diff --git a/po/tr.po b/po/tr.po
index a7013cb52..d6f5af150 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2023-08-18 00:45+0200\n"
+"POT-Creation-Date: 2023-08-20 20:59+0200\n"
"PO-Revision-Date: 2023-08-08 07:14+0200\n"
"Last-Translator: Emir SARI <emir_sari@icloud.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -6456,6 +6456,88 @@ msgstr ""
msgid "bar item with list of buffers"
msgstr "arabellek listesini içeren çubuk ögesi"
+#, fuzzy
+#| msgid ""
+#| " enable: enable buflist\n"
+#| "disable: disable buflist\n"
+#| " toggle: toggle buflist\n"
+#| " bar: add the \"buflist\" bar\n"
+#| "refresh: force the refresh of the bar items (buflist, buflist2 and "
+#| "buflist3)\n"
+#| "\n"
+#| "The lines with buffers are displayed using string evaluation (see /help "
+#| "eval for the format), with these options:\n"
+#| " - buflist.look.display_conditions: conditions to display a buffer in "
+#| "the list\n"
+#| " - buflist.format.buffer: format for a buffer which is not current "
+#| "buffer\n"
+#| " - buflist.format.buffer_current: format for the current buffer\n"
+#| "\n"
+#| "The following variables can be used in these options:\n"
+#| " - 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"
+#| " - ${buffer.name}\n"
+#| " - ${buffer.full_name}\n"
+#| " - ${buffer.short_name}\n"
+#| " - ${buffer.nicklist_nicks_count}\n"
+#| " - irc_server: IRC server data, defined only on an IRC buffer (see hdata "
+#| "\"irc_server\" in API doc)\n"
+#| " - irc_channel: IRC channel data, defined only on an IRC channel buffer "
+#| "(see hdata \"irc_channel\" in API doc)\n"
+#| " - extra variables added by buflist for convenience:\n"
+#| " - ${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"
+#| " - ${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 and 99 buffers; for merged buffers, this variable is set with number "
+#| "for the first buffer and spaces for the next buffers with same number\n"
+#| " - ${number2}: indented number, for example \" 1\" if there are "
+#| "between 10 and 99 buffers\n"
+#| " - ${number_displayed}: \"1\" if the number is displayed, otherwise "
+#| "\"0\"\n"
+#| " - ${indent}: indentation for name (channel and private buffers are "
+#| "indented) (evaluation of option buflist.format.indent)\n"
+#| " - ${format_nick_prefix}: colored nick prefix for a channel "
+#| "(evaluation of option buflist.format.nick_prefix)\n"
+#| " - ${color_nick_prefix}: color of nick prefix for a channel (set only "
+#| "if the option buflist.look.nick_prefix is enabled)\n"
+#| " - ${nick_prefix}: nick prefix for a channel (set only if the option "
+#| "buflist.look.nick_prefix is enabled)\n"
+#| " - ${format_name}: formatted name (evaluation of option buflist.format."
+#| "name)\n"
+#| " - ${name}: the short name (if set), with a fallback on the name\n"
+#| " - ${color_hotlist}: the color depending on the highest hotlist level "
+#| "for the buffer (evaluation of option buflist.format.hotlist_xxx where xxx "
+#| "is the level)\n"
+#| " - ${format_hotlist}: the formatted hotlist (evaluation of option "
+#| "buflist.format.hotlist)\n"
+#| " - ${hotlist}: the raw hotlist\n"
+#| " - ${hotlist_priority}: \"none\", \"low\", \"message\", \"private\" or "
+#| "\"highlight\"\n"
+#| " - ${hotlist_priority_number}: -1 = none, 0 = low, 1 = message, 2 = "
+#| "private, 3 = highlight\n"
+#| " - ${format_lag}: the lag for an IRC server buffer, empty if there's "
+#| "no lag (evaluation of option buflist.format.lag)\n"
+#| " - ${format_tls_version}: indicator of TLS version for a server "
+#| "buffer, empty for channels (evaluation of option buflist.format."
+#| "tls_version)"
msgid ""
" enable: enable buflist\n"
"disable: disable buflist\n"
@@ -6509,7 +6591,7 @@ msgid ""
"10 and 99 buffers\n"
" - ${number_displayed}: \"1\" if the number is displayed, otherwise "
"\"0\"\n"
-" - ${indent}: indentation for name (channel and private buffers are "
+" - ${indent}: indentation for name (channel, private and list buffers are "
"indented) (evaluation of option buflist.format.indent)\n"
" - ${format_nick_prefix}: colored nick prefix for a channel (evaluation "
"of option buflist.format.nick_prefix)\n"
@@ -6818,9 +6900,13 @@ msgstr ""
"sıcak listedeki sayımlar için ayırıcı (not: içerik değerlendirilir, bkz. /"
"help buflist)"
+#, fuzzy
+#| msgid ""
+#| "string displayed to indent channel and private buffers (note: content is "
+#| "evaluated, see /help buflist)"
msgid ""
-"string displayed to indent channel and private buffers (note: content is "
-"evaluated, see /help buflist)"
+"string displayed to indent channel, private and list buffers (note: content "
+"is evaluated, see /help buflist)"
msgstr ""
"kanal ve özel arabellekleri girintilendirmek için görüntülenen dizi (not: "
"içerik değerlendirilir, bkz. /help buflist)"