diff options
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-07-29 09:38+0200\n" +"POT-Creation-Date: 2019-08-17 08:12+0200\n" "PO-Revision-Date: 2019-06-22 08:40+0200\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -5547,6 +5547,7 @@ msgstr "" msgid "bar item with list of buffers" msgstr "element paska z listą buforów" +#, fuzzy msgid "" " bar: add the \"buflist\" bar\n" "refresh: force the refresh of the bar items (buflist, buflist2 and " @@ -5559,7 +5560,14 @@ msgid "" " - 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" +"The following variables can be used in the option \"buflist.look." +"display_conditions\" (see below for the description):\n" +" - bar_item\n" +" - buffer\n" +" - irc_server\n" +" - irc_channel\n" +"\n" +"The following variables can be used in the options \"buflist.format.*\":\n" " - bar item data (see hdata \"bar_item\" in API doc for a complete list), " "for example:\n" " - ${bar_item.name}\n" @@ -5708,11 +5716,14 @@ msgstr "" "50 oznacza, że po przewinięciu obecny bufor jest na środku listy, 0 oznacza " "górę listy, 100 dół listy" +#, fuzzy msgid "" "conditions to display a buffer (note: content is evaluated, see /help " -"buflist); for example to hide server buffers if they are merged with core " -"buffer: \"${buffer.hidden}==0 && ((${type}!=server && ${buffer.full_name}!" -"=core.weechat) || ${buffer.active}==1)\"" +"buflist); variables available are: bar_item, buffer, irc_server and " +"irc_channel (see /help buflist for more information); for example to hide " +"server buffers if they are merged with core buffer: \"${buffer.hidden}==0 && " +"((${type}!=server && ${buffer.full_name}!=core.weechat) || ${buffer.active}" +"==1)\"" msgstr "" "warunki do wyświetlenia buforu (uwaga: zawartość jest przetwarzana, zobacz /" "help buflist); na przykład w celu ukrycia buforów serwerów, kiedy są " |