summaryrefslogtreecommitdiff
path: root/po/de.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po21
1 files changed, 16 insertions, 5 deletions
diff --git a/po/de.po b/po/de.po
index 9568a090a..2824a49cf 100644
--- a/po/de.po
+++ b/po/de.po
@@ -24,7 +24,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-08-10 16:57+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -5820,6 +5820,7 @@ msgstr ""
msgid "bar item with list of buffers"
msgstr "Bar-Item mit der Liste von Buffern"
+#, fuzzy
msgid ""
" bar: add the \"buflist\" bar\n"
"refresh: force the refresh of the bar items (buflist, buflist2 and "
@@ -5832,7 +5833,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"
@@ -5990,11 +5998,14 @@ msgstr ""
"Mitte der Bar angezeigt, bei 0 wird der Buffer oben und bei 100 am unteren "
"Rand der Bar angezeigt"
+#, 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 ""
"Bedingungen wann ein Buffer dargestellt werden soll (Hinweis: Inhalt ist "
"evaluiert, siehe /help buflist); Beispielsweise werden Server-Buffer "