diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-01 22:27:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-01 22:27:30 +0100 |
commit | a3d84a8e9e93495d1a8e76cdc1aaef15c1281e4d (patch) | |
tree | cad9b98c7ab90c0d265d8d17b4c7d321cfabe892 /doc/it/autogen/user/weechat_commands.txt | |
parent | b1416957da5b90e6d759f8f8e58c91e79be042f0 (diff) | |
download | weechat-a3d84a8e9e93495d1a8e76cdc1aaef15c1281e4d.zip |
Update german and italian translations
Diffstat (limited to 'doc/it/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 1aa755a31..cec386a71 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -127,45 +127,45 @@ ........................................ filtra messaggi nei buffer, per nascondere/mostrare in base a tag o regexp - list: list all filters - enable: enable filters (filters are enabled by default) - disable: disable filters - toggle: toggle filters - name: filter name - add: add a filter - del: delete a filter - -all: delete all filters - plugin.buffer: plugin and buffer where filter is active ("*" for all buffers) - tags: comma separated list of tags, for example: "irc_join,irc_part,irc_quit" - regex: regular expression to search in line - - use '\t' to separate prefix from message, special chars like '|' must be escaped: '\|' - - if regex starts with '!', then matching result is reversed (use '\!' to start with '!') - note: two regex are created: one for prefix and one for message + list: elenca tutti i filtri + enable: abilita filtri (i filtri sono abilitati di default) + disable: disabilita filtri + toggle: abilita/disabilita filtri + nome: nome del filtro + add: aggiunge un filtro + del: elimina un filtro + -all: elimina tutti i filtri + plugin.buffer: plugin e buffer in cui il filtro è attivo ("*" per tutti i buffer) + tag: elenco di tag separati da virgole, per esempio: "irc_join,irc_part,irc_quit" + regex: espressione regolare da cercare nella riga + - utilizzare ' ' per separare il prefisso dal messaggio, caratteri speciali come "|" devono essere preceduti dal carattere escape: '\|') + - se l'espressione regolare inizia con '!', il risultato corrispondente viene invertito (usare '\!' per iniziare con '!') - The default key alt+'=' toggles filtering on/off. + nota: vengono create due espressioni regolari: una per il prefisso e l'altra per il messaggio - Tags most commonly used: - no_filter, no_highlight, no_log, log0..log9 (log level), + Il tasto predefinito alt+'=' abilita/disabilita il filtro. + + Tag utilizzati di frequente: + no_filter, no_highlight, no_log, log0..log9 (livello di log), notify_message, notify_private, notify_highlight, - nick_xxx (xxx is nick in message), - irc_xxx (xxx is command name or number, see /server raw), - irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. + nick_xxx (xxx è il nick nel messaggio), + irc_xxx (xxx è il nome comando o il numero, consultare /server raw), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. - Examples: - use IRC smart filter for join/part/quit messages: - /filter add irc_smart * irc_smart_filter * - filter all IRC join/part/quit messages: - /filter add joinquit * irc_join,irc_part,irc_quit * - filter nicks displayed when joining channels or with /names: + Esempi: + usa il filtro intelligente IRC per i messaggi di entrata/uscita/abbandono: + /filter add irc_smart * irc_smart_filter * + filtra tutti i messaggi entrata/uscita/abbandono di IRC: + /filter add joinquit * irc_join,irc_part,irc_quit * + filtra i nick visualizzati all'ingresso in un canale o con /names: /filter add nicks * irc_366 * - filter nick "toto" on IRC channel #weechat: - /filter add toto irc.freenode.#weechat * toto\t - keep only nick "titi" on IRC channel #test: - /filter add titi irc.freenode.#test * !titi\t - filter lines containing word "spam": + filtra il nick "tizio" sul canale IRC #weechat + /filter add tizio irc.freenode.#esempio * tizio\t + filtra solo il nick "caio" sul canale IRC #test: + /filter add caio irc.freenode.#test * !caio\t + filtra le righe contententi la parola "spam": /filter add filterspam * * spam - filter lines containing "weechat sucks" on IRC channel #weechat: - /filter add sucks irc.freenode.#weechat * weechat sucks + filtra le righe contententi "weechat fa schifo" sul canale IRC #weechat: + /filter add schifo irc.freenode.#weechat * weechat fa schifo ........................................ • *`/help`* `[comando | opzione]`:: |