diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-07-20 21:48:20 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-07-20 21:48:20 +0200 |
commit | 5bf571c60f75ec6c502177d4a1110090fac49cce (patch) | |
tree | 94906a0ce41b8e7437919ffe4869e08617c3b6bf /doc/pl/weechat_user.pl.adoc | |
parent | e0e905ca7fe5b1fd43b96538378204da6a4840e9 (diff) | |
download | weechat-5bf571c60f75ec6c502177d4a1110090fac49cce.zip |
doc: improve description of tags "notify_xxx" in chapter on lines tags (user's guide) (issue #1529)
Diffstat (limited to 'doc/pl/weechat_user.pl.adoc')
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 47a453728..6f5c3372d 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -1117,11 +1117,15 @@ Popularnie używane tagi (niepełna lista): | no_filter | Linia nie może być filtrowana. | no_highlight | Podświetlenia nie są dozwolone w tej linii. | no_log | Linia nie jest zapisywana w logu. -| log0 ... log9 | Poziom logowania dla linii (zobacz `/help logger`). -| notify_none | Bufor z linią nie dodana do hotlisty. -| notify_message | Bufor z linia dodaną do hotlisty z poziomem "message". -| notify_private | Bufor z linia dodaną do hotlisty z poziomem "private". -| notify_highlight | Bufor z linia dodaną do hotlisty z poziomem "highlight". +| log0 … log9 | Poziom logowania dla linii (zobacz `/help logger`). +// TRANSLATION MISSING +| notify_none | The line must not be added to hotlist. ^(1)^ +// TRANSLATION MISSING +| notify_message | The line is a user message. ^(1)^ +// TRANSLATION MISSING +| notify_private | The line is a private message. ^(1)^ +// TRANSLATION MISSING +| notify_highlight | The line is a message with highlight. ^(1)^ | self_msg | Własna wiadomość. | nick_xxx | Wiadomość od nicku "xxx". | prefix_nick_ccc | Prefiks to nick o kolorze "ccc". @@ -1136,6 +1140,13 @@ Popularnie używane tagi (niepełna lista): | away_info | Wiadomość z powodem nieobecności. |=== +// TRANSLATION MISSING +[NOTE] +^(1)^ When no tag "notify_xxx" is present, the default level is "low". If a tag +"notify_xxx" is present, the real notify level can be different, for example +if a max hotlist level is used for a nick, the notify level can be lower than +the value in the tag. + [[bars]] === Paski |