diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-12 18:28:29 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-12 18:58:30 +0200 |
commit | f46f75997518a2bf1f37718a8255e2be2be1e961 (patch) | |
tree | f3a32bb015e0820b2071e205a4d1900ee0805c86 /po/de.po | |
parent | 5d222c8d5c419bf3e0e62a15809cabe95793b691 (diff) | |
download | weechat-f46f75997518a2bf1f37718a8255e2be2be1e961.zip |
irc: evaluate options irc.ctcp.* (issue #1974)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 29 |
1 files changed, 22 insertions, 7 deletions
@@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-07-11 18:06+0200\n" +"POT-Creation-Date: 2023-07-12 17:22+0200\n" "PO-Revision-Date: 2023-07-05 21:23+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -10858,12 +10858,22 @@ msgstr "" "%s%s: Warnung: Der CTCP Name \"%s\" muss in Kleinbuchstaben geschrieben " "werden, die Option \"irc.ctcp.%s\" funktioniert nicht" -msgid "" -"format for CTCP reply or empty string for blocking CTCP (no reply), " -"following variables are replaced: $version (WeeChat version), $compilation " -"(compilation date), $osinfo (info about OS), $site (WeeChat site), $download " -"(WeeChat site, download page), $time (current date and time as text), " -"$username (username on server), $realname (realname on server)" +#, fuzzy +#| msgid "" +#| "format for CTCP reply or empty string for blocking CTCP (no reply), " +#| "following variables are replaced: $version (WeeChat version), " +#| "$compilation (compilation date), $osinfo (info about OS), $site (WeeChat " +#| "site), $download (WeeChat site, download page), $time (current date and " +#| "time as text), $username (username on server), $realname (realname on " +#| "server)" +msgid "" +"format for CTCP reply or empty string for blocking CTCP (no reply); content " +"is evaluated, see /help eval; following variables are replaced: " +"${clientinfo}: list of supported CTCP, ${version}: WeeChat version, ${git}: " +"Git version, ${versiongit}: WeeChat version and Git version, ${compilation}: " +"compilation date, ${osinfo}: info about OS, ${site}: WeeChat site, " +"${download}: WeeChat site, download page, ${time}: current date and time as " +"text, ${username}: username on server, ${realname}: realname on server" msgstr "" "Format der CTCP Antwort. Folgende Variablen werden durch den entsprechenden " "Wert ersetzt: $version (WeeChat Version), $compilation (Datum der " @@ -11327,6 +11337,11 @@ msgstr "%s%s: Fehler bei der Erstellung der Serveroption \"%s\"" msgid "IRC option renamed: \"irc.%s.%s\" => \"irc.%s.%s\"" msgstr "IRC Option umbenannt: \"irc.%s.%s\" => \"irc.%s.%s\"" +#, fuzzy, c-format +#| msgid "Command converted for key \"%s\": \"%s\" => \"%s\"" +msgid "IRC CTCP format converted for \"%s\": \"%s\" => \"%s\"" +msgstr "Befehl für Taste konvertiert: \"%s\": \"%s\" => \"%s\"" + msgid "" "open channel buffer before the JOIN is received from server when it is auto " "joined (with server option \"autojoin\"); this is useful to open channels " |