diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-20 15:08:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-20 15:08:30 +0100 |
commit | 2ee9f7b0fcac460fca5597ec349309e83de64d00 (patch) | |
tree | 2a2648efc0a638ad534c747a30d5874aa72065f1 /doc/it | |
parent | 1340ce6b41cfb0fa1f69d4d1c5c3000eac3e6f61 (diff) | |
download | weechat-2ee9f7b0fcac460fca5597ec349309e83de64d00.zip |
Replace the 10 nick color options and number of nick colors by a single option "weechat.color.chat_nick_colors" (comma separated list of colors)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 58 |
1 files changed, 4 insertions, 54 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 943c5c6af..9a8e2f0b7 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -48,55 +48,10 @@ ** tipo: colore ** valori: un nome colore (valore predefinito: `lightcyan`) -* *weechat.color.chat_nick_color01* -** descrizione: `colore del testo #1 per il nick` -** tipo: colore -** valori: un nome colore (valore predefinito: `cyan`) - -* *weechat.color.chat_nick_color02* -** descrizione: `colore del testo #2 per il nick` -** tipo: colore -** valori: un nome colore (valore predefinito: `magenta`) - -* *weechat.color.chat_nick_color03* -** descrizione: `colore del testo #3 per il nick` -** tipo: colore -** valori: un nome colore (valore predefinito: `green`) - -* *weechat.color.chat_nick_color04* -** descrizione: `colore del testo #4 per il nick` -** tipo: colore -** valori: un nome colore (valore predefinito: `brown`) - -* *weechat.color.chat_nick_color05* -** descrizione: `colore del testo #5 per il nick` -** tipo: colore -** valori: un nome colore (valore predefinito: `lightblue`) - -* *weechat.color.chat_nick_color06* -** descrizione: `colore del testo #6 per il nick` -** tipo: colore -** valori: un nome colore (valore predefinito: `default`) - -* *weechat.color.chat_nick_color07* -** descrizione: `colore del testo #7 per il nick<` -** tipo: colore -** valori: un nome colore (valore predefinito: `lightcyan`) - -* *weechat.color.chat_nick_color08* -** descrizione: `colore del testo #8 per il nick<` -** tipo: colore -** valori: un nome colore (valore predefinito: `lightmagenta`) - -* *weechat.color.chat_nick_color09* -** descrizione: `colore del testo #9 per il nick<` -** tipo: colore -** valori: un nome colore (valore predefinito: `lightgreen`) - -* *weechat.color.chat_nick_color10* -** descrizione: `colore del testo #10 per il nick<` -** tipo: colore -** valori: un nome colore (valore predefinito: `blue`) +* *weechat.color.chat_nick_colors* +** descrizione: `text color for nicks (comma separated list of colors)` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue"`) * *weechat.color.chat_nick_other* ** descrizione: `colore del testo per gli altri nick nel buffer privato` @@ -353,11 +308,6 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"%H:%M:%S"`) -* *weechat.look.color_nicks_number* -** descrizione: `numero di colori da utilizzare per i colori dei nick` -** tipo: intero -** valori: 1 .. 10 (valore predefinito: `10`) - * *weechat.look.color_real_white* ** descrizione: `se impostato, utilizza il colore bianco reale, disabilitato sui terminali con lo sfondo bianco (se non utilizzato, l'opzione dovrebbe essere attivata per visualizzare il bianco reale invece del colore di primo piano predefinito del terminale)` ** tipo: bool |