/indra/newview/skins/default/xui/ja/floater_top_objects.xml
XML | 56 lines | 56 code | 0 blank | 0 comment | 0 complexity | 59e13fae658bac50d47e27dd182fcda8 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes"?> 2<floater name="top_objects" title="?????????"> 3 <floater.string name="top_scripts_title"> 4 ????????? 5 </floater.string> 6 <floater.string name="top_scripts_text"> 7 [COUNT]?????????????[TIME]???? 8 </floater.string> 9 <floater.string name="scripts_score_label"> 10 ?? 11 </floater.string> 12 <floater.string name="scripts_mono_time_label"> 13 Mono??? 14 </floater.string> 15 <floater.string name="top_colliders_title"> 16 ??????? 17 </floater.string> 18 <floater.string name="top_colliders_text"> 19 ??[COUNT]??????????????????? 20 </floater.string> 21 <floater.string name="colliders_score_label"> 22 ? 23 </floater.string> 24 <floater.string name="none_descriptor"> 25 ????????????? 26 </floater.string> 27 <text name="title_text"> 28 ??????? 29 </text> 30 <scroll_list name="objects_list"> 31 <scroll_list.columns label="?" name="score"/> 32 <scroll_list.columns label="??" name="name"/> 33 <scroll_list.columns label="???" name="owner"/> 34 <scroll_list.columns label="??????" name="location"/> 35 <scroll_list.columns label="??" name="time"/> 36 <scroll_list.columns label="Mono???" name="mono_time"/> 37 <scroll_list.columns label="URL" name="URLs"/> 38 </scroll_list> 39 <text name="id_text"> 40 ??ID? 41 </text> 42 <button label="?????" name="show_beacon_btn"/> 43 <text name="obj_name_text"> 44 ???????? 45 </text> 46 <button label="????" name="filter_object_btn"/> 47 <text name="owner_name_text"> 48 ???? 49 </text> 50 <button label="????" name="filter_owner_btn"/> 51 <button label="??" name="refresh_btn"/> 52 <button label="???????" name="return_selected_btn"/> 53 <button label="?????" name="return_all_btn"/> 54 <button label="????????" name="disable_selected_btn"/> 55 <button label="??????" name="disable_all_btn"/> 56</floater>