PageRenderTime 34ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/ja/panel_script_limits_region_memory.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 22 lines | 22 code | 0 blank | 0 comment | 0 complexity | 75b38f3c9b3667de14ebc79159292216 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="????????" name="script_limits_region_memory_panel">
  3. <text name="script_memory">
  4. ??????????
  5. </text>
  6. <text name="parcels_listed"/>
  7. <text name="memory_used"/>
  8. <text name="loading_text">
  9. ??????...
  10. </text>
  11. <scroll_list name="scripts_list">
  12. <scroll_list.columns label="??? ?kb?" name="size" width="90"/>
  13. <scroll_list.columns label="URL" name="urls"/>
  14. <scroll_list.columns label="???????" name="name"/>
  15. <scroll_list.columns label="??????????" name="owner" width="120"/>
  16. <scroll_list.columns label="??" name="parcel"/>
  17. <scroll_list.columns label="??" name="location"/>
  18. </scroll_list>
  19. <button label="?????" name="refresh_list_btn"/>
  20. <button label="?????" name="highlight_btn"/>
  21. <button label="??" name="return_btn"/>
  22. </panel>