diff options
Diffstat (limited to 'indra/newview/skins/default/xui/it/panel_preferences_chat.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/panel_preferences_chat.xml | 49 |
1 files changed, 12 insertions, 37 deletions
diff --git a/indra/newview/skins/default/xui/it/panel_preferences_chat.xml b/indra/newview/skins/default/xui/it/panel_preferences_chat.xml index 208dd5ed28..2834d520d1 100644 --- a/indra/newview/skins/default/xui/it/panel_preferences_chat.xml +++ b/indra/newview/skins/default/xui/it/panel_preferences_chat.xml @@ -8,44 +8,10 @@ <radio_item label="Media" name="radio2" value="1"/> <radio_item label="Grande" name="radio3" value="2"/> </radio_group> - <text name="font_colors"> - Colori caratteri: - </text> - <color_swatch label="Tuo" name="user"/> - <text name="text_box1"> - Io - </text> - <color_swatch label="Altri" name="agent"/> - <text name="text_box2"> - Altri - </text> - <color_swatch label="IM" name="im"/> - <text name="text_box3"> - IM - </text> - <color_swatch label="Sistema" name="system"/> - <text name="text_box4"> - Sistema - </text> - <color_swatch label="Errori script" name="script_error"/> - <text name="text_box5"> - Errori script - </text> - <color_swatch label="Oggetti" name="objects"/> - <text name="text_box6"> - Oggetti - </text> - <color_swatch label="Proprietario" name="owner"/> - <text name="text_box7"> - Proprietario - </text> - <color_swatch label="URLs" name="links"/> - <text name="text_box9"> - URLs - </text> <check_box initial_value="true" label="Simula la battitura tasti quando scrivi" name="play_typing_animation"/> <check_box label="Quando sono OFF-LINE, spediscimi gli IM in una e-mail" name="send_im_to_email"/> <check_box label="Attiva IM in testo semplice e cronologia chat" name="plain_text_chat_history"/> + <check_box label="Chat a vignetta" name="bubble_text_chat"/> <text name="show_ims_in_label"> Mostra gli IM in: </text> @@ -56,8 +22,17 @@ <radio_item label="Finestre separate" name="radio" value="0"/> <radio_item label="Schede" name="radio2" value="1"/> </radio_group> - <check_box name="translate_chat_checkbox"/> - <text name="translate_chb_label" >Usa la traduzione meccanica durante le chat (tecnologia Google)</text> + <text name="disable_toast_label"> + Attiva popup per chat in arrivo: + </text> + <check_box label="Chat di gruppo" name="EnableGroupChatPopups" tool_tip="Seleziona per vedere una finestra popup quando arriva una chat di gruppo"/> + <check_box label="Chat IM" name="EnableIMChatPopups" tool_tip="Seleziona per vedere una finestra popup quando arriva un messaggio IM"/> + <spinner label="Durata chat vicine:" name="nearby_toasts_lifetime"/> + <spinner label="Durata dissolvenza chat vicine:" name="nearby_toasts_fadingtime"/> + <check_box label="Use machine translation while chatting (powered by Google)" name="translate_chat_checkbox"/> + <text name="translate_chb_label"> + Usa la traduzione meccanica durante le chat (tecnologia Google) + </text> <text name="translate_language_text" width="110"> Traduci chat in: </text> |