diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-05 20:56:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-05 20:56:48 +0200 |
commit | 87216279cae1d3b8a7fb13031dfd00ab0452fd35 (patch) | |
tree | f9212b32d4c0e911205dbfb61914ddf1bca72a9a /po/de.po | |
parent | b6a59be3172cb389e9170b1d60346fa7e8b5a534 (diff) | |
download | weechat-87216279cae1d3b8a7fb13031dfd00ab0452fd35.zip |
irc: display a warning if CTCP name in option `irc.ctcp.*` is not lower case
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-04-01 11:12+0200\n" +"POT-Creation-Date: 2023-04-05 20:55+0200\n" "PO-Revision-Date: 2023-04-01 22:43+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German - Germany <weechatter@arcor.de>\n" @@ -10553,6 +10553,12 @@ msgstr "" msgid "%s%s: error creating \"%s\" => \"%s\"" msgstr "%s%s: Fehler beim Erstellen von \"%s\" => \"%s\"" +#, c-format +msgid "" +"%s%s: warning: the CTCP name \"%s\" must be lower case, the option \"irc." +"ctcp.%s\" will not work" +msgstr "" + msgid "" "format for CTCP reply or empty string for blocking CTCP (no reply), " "following variables are replaced: $version (WeeChat version), $compilation " |