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/ru.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/ru.po')
-rw-r--r-- | po/ru.po | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -21,7 +21,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:08+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5625,13 +5625,21 @@ msgstr "" msgid "enable smart filter for \"join\" messages" msgstr "цвет текущего окна с сообщениями" +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 "" #. TRANSLATORS: please do not translate "nick" #, fuzzy -msgid "enable smart filter for \"nick\" messages" +msgid "enable smart filter for \"nick\" messages (nick changes)" msgstr "цвет текущего окна с сообщениями" msgid "strip colors in topic (used only when displaying buffer title)" |