diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-17 13:27:36 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-17 13:27:36 +0100 |
commit | bc079b007dbef41db8082f3e668a5e131bd60300 (patch) | |
tree | 7f19e0187ec5cbd555a720186c1c4372e52f68b7 /po/de.po | |
parent | 6e3f6270d1af8863b9fa602732e83d6f139df8a8 (diff) | |
download | weechat-bc079b007dbef41db8082f3e668a5e131bd60300.zip |
irc: unmask smart filtered join if nick speaks in channel some minutes after the join, new option irc.look.smart_filter_join_unmask (task #12405)
The nick changes are tracked and will be unmasked with the join.
Events triggering the unmask of join are: a message (can be CTCP), a notice or
an update of topic.
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-02-14 20:40+0100\n" +"POT-Creation-Date: 2013-02-17 12:17+0100\n" "PO-Revision-Date: 2013-01-20 12:07+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n" @@ -6692,13 +6692,22 @@ msgstr "" msgid "enable smart filter for \"join\" messages" msgstr "aktiviert einen intelligenten Filter für \"join\" Nachrichten" +msgid "" +"delay for unmasking a join message that was filtered with tag " +"\"irc_smart_filter\" (in minutes): if a nick jas joined max N minutes ago " +"and then says something on channel (message, notice or update on topic), the " +"join is unmasked, as well as nick changes after this join (0 = disable: " +"never unmask a join)" +msgstr "" + #. TRANSLATORS: please do not translate "part" and "quit" msgid "enable smart filter for \"part\" and \"quit\" messages" msgstr "" "aktiviert einen intelligenten Filter für \"part\" und \"quit\" Nachrichten" #. TRANSLATORS: please do not translate "nick" -msgid "enable smart filter for \"nick\" messages" +#, fuzzy +msgid "enable smart filter for \"nick\" messages (nick changes)" msgstr "" "aktiviert einen intelligenten Filter für Nachrichten von einem \"Nick\"" |