diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-14 10:37:10 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-14 10:37:10 +0100 |
commit | 4209930399229f0e5170fb13b0edcf20850d2c43 (patch) | |
tree | 2388aa6fff5dd873c8df5c4aab41a7d44c5c2fa2 /po/de.po | |
parent | 0e6b33b5bea34ecb89e579ced947b87863466cf6 (diff) | |
download | weechat-4209930399229f0e5170fb13b0edcf20850d2c43.zip |
Enhancements on IRC CTCP messages (display if CTCP is blocked, new config options to control display of CTCP messages/replies)
That includes:
- display "(blocked)" if CTCP is blocked
- new option "irc.look.display_ctcp_blocked" to display blocked CTCP,
- new option "irc.look.display_ctcp_reply" to display CTCP reply sent by WeeChat,
- new option "irc.look.display_ctcp_unknown" to display unknown CTCP received.
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-01-08 22:27+0100\n" +"POT-Creation-Date: 2010-01-14 10:20+0100\n" "PO-Revision-Date: 2010-01-08 22:29+0100\n" "Last-Translator: Nils G <weechatter@arcor.de>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4253,6 +4253,15 @@ msgstr "Bei Abwesenheit und Rückkehr eine Nachricht anzeigen" msgid "display channel modes in \"buffer_name\" bar item" msgstr "Zeige die Channel-Modi mittels \"buffer_name\" in der Bar-Item an" +msgid "display CTCP message even if it is blocked" +msgstr "" + +msgid "display CTCP reply sent by WeeChat" +msgstr "" + +msgid "display CTCP message even if it is unknown CTCP" +msgstr "" + msgid "display nick modes in \"input_prompt\" bar item" msgstr "Zeige Nick-Modi in \"input_prompt\" Bar-Item" @@ -4391,10 +4400,14 @@ msgstr "" msgid "send unknown commands to server" msgstr "Sende unbekannte Befehle an den Server" -#, c-format -msgid "%sCTCP requested by %s%s%s: %s%s%s%s%s" +#, fuzzy, c-format +msgid "%sCTCP requested by %s%s%s: %s%s%s%s%s%s" msgstr "%sCTCP angefordert von %s%s%s: %s%s%s%s%s" +#, fuzzy +msgid " (blocked)" +msgstr "(deaktiviert)" + #, c-format msgid "%sCTCP reply from %s%s%s: %s%s%s %ld.%ld %s" msgstr "%sCTCP Antwort von %s%s%s: %s%s%s %ld.%ld %s" |