PageRenderTime 15ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/zh/floater_top_objects.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 55 lines | 55 code | 0 blank | 0 comment | 0 complexity | 6cc5f6dad4f0497e88c772f0f611b9b7 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="Top Objects">
  3. <floater.string name="top_scripts_title">
  4. Top Scripts
  5. </floater.string>
  6. <floater.string name="top_scripts_text">
  7. [COUNT] scripts taking a total of [TIME] ms
  8. </floater.string>
  9. <floater.string name="scripts_score_label">
  10. Time
  11. </floater.string>
  12. <floater.string name="scripts_mono_time_label">
  13. Mono Time
  14. </floater.string>
  15. <floater.string name="top_colliders_title">
  16. Top Colliders
  17. </floater.string>
  18. <floater.string name="top_colliders_text">
  19. Top [COUNT] objects experiencing many potential collisions
  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="Time" name="time"/>
  36. <scroll_list.columns label="Mono Time" name="mono_time"/>
  37. <scroll_list.columns label="URLs" 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="return_selected_btn"/>
  52. <button label="????" name="return_all_btn"/>
  53. <button label="??????" name="disable_selected_btn"/>
  54. <button label="????" name="disable_all_btn"/>
  55. </floater>