/indra/newview/skins/default/xui/ru/panel_preferences_chat.xml
XML | 33 lines | 33 code | 0 blank | 0 comment | 0 complexity | 8edf69027bc871d49480afff71957fd0 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes"?> 2<panel label="????????? ???" name="chat"> 3 <text name="font_size"> 4 ?????? ??????: 5 </text> 6 <radio_group name="chat_font_size"> 7 <radio_item label="??????" name="radio" value="0"/> 8 <radio_item label="???????" name="radio2" value="1"/> 9 <radio_item label="???????" name="radio3" value="2"/> 10 </radio_group> 11 <check_box initial_value="??????" label="?????????????? ???????? ????? ?????? ??? ???????" name="play_typing_animation"/> 12 <check_box label="?????????? ??? ????????? ?? ?????, ????? ???? ??? ? ????" name="send_im_to_email"/> 13 <check_box label="????? ?????? ?????????? IM ? ????" name="plain_text_chat_history"/> 14 <check_box label="??? ? ?????????" name="bubble_text_chat"/> 15 <text name="show_ims_in_label"> 16 ?????????? ?????????: 17 </text> 18 <text name="requires_restart_label"> 19 (????????? ??????????) 20 </text> 21 <radio_group name="chat_window" tool_tip="?????????? IM-????????? ? ????????? ????? ??? ?? ? ????? ???? ? ??????????? ????????? (????????? ??????????)"> 22 <radio_item label="? ????????? ?????" name="radio" value="0"/> 23 <radio_item label="?? ????????" name="radio2" value="1"/> 24 </radio_group> 25 <text name="disable_toast_label"> 26 ???????? ??????????? ????????? ? ?????? ????????? ? ????: 27 </text> 28 <check_box label="????????? ???" name="EnableGroupChatPopups" tool_tip="?????????? ??????????? ??????????? ??? ????????? ????????? ? ????????? ????"/> 29 <check_box label="????????? ????" name="EnableIMChatPopups" tool_tip="?????????? ??????????? ??????????? ??? ????????? IM-?????????"/> 30 <spinner label="????? ??????????? ??????????? ??????:" name="nearby_toasts_lifetime"/> 31 <spinner label="????? ????????? ??????????? ??????:" name="nearby_toasts_fadingtime"/> 32 <button label="????????? ???????? ????" name="ok_btn"/> 33</panel>