diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-26 20:04:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-26 20:04:58 +0200 |
commit | 4a95d78c45574b6678f1d7f2d89ee361977899c4 (patch) | |
tree | 24f4a02fbdcc8bf5c703f7134ebcde8ec7d59a08 /po/de.po | |
parent | dd0c20f6b6e3c500fff7da78123f55bd871dc0fd (diff) | |
download | weechat-4a95d78c45574b6678f1d7f2d89ee361977899c4.zip |
core: add variable ${property} in evaluation of options weechat.buffer.* (issue #352)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-08-26 15:27+0200\n" +"POT-Creation-Date: 2023-08-26 20:02+0200\n" "PO-Revision-Date: 2023-08-24 13:36+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -4177,10 +4177,15 @@ msgid "%sWarning: unknown option for section \"%s\": %s (value: \"%s\")" msgstr "" "%sWarnung: unbekannte Einstellung für Sektion \"%s\": %s (Wert: \"%s\")" -#, c-format +#, fuzzy, c-format +#| msgid "" +#| "set property \"%s\" on any buffer matching mask \"%s\"; content is " +#| "evaluated, see /help eval; ${buffer} is a pointer to the buffer being " +#| "opened" msgid "" "set property \"%s\" on any buffer matching mask \"%s\"; content is " -"evaluated, see /help eval; ${buffer} is a pointer to the buffer being opened" +"evaluated, see /help eval; ${buffer} is a pointer to the buffer being " +"opened, ${property} is the name of the property being set" msgstr "" "Eigenschaft „%s“ bei jedem Buffer setzen, der mit der Maske „%s“ " "übereinstimmt; Inhalt istevaluiert, siehe /help eval; ${buffer} ist ein " |