/indra/newview/skins/default/xui/en/floater_script_queue.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 50 lines · 50 code · 0 blank · 0 comment · 0 complexity · 377b22b07c34877394cc2d565d1cc987 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_resize="true"
  5. height="400"
  6. layout="topleft"
  7. name="queue"
  8. help_topic="queue"
  9. save_rect="true"
  10. title="RESET PROGRESS"
  11. width="300">
  12. <floater.string
  13. name="Starting">
  14. Starting [START] of [COUNT] items.
  15. </floater.string>
  16. <floater.string
  17. name="Done">
  18. Done.
  19. </floater.string>
  20. <floater.string
  21. name="Resetting">
  22. Resetting
  23. </floater.string>
  24. <floater.string
  25. name="Running">
  26. Running
  27. </floater.string>
  28. <floater.string
  29. name="NotRunning">
  30. Not running
  31. </floater.string>
  32. <button
  33. follows="right|bottom"
  34. height="24"
  35. label="Close"
  36. label_selected="Close"
  37. layout="topleft"
  38. left="220"
  39. name="close"
  40. top="368"
  41. width="64" />
  42. <scroll_list
  43. follows="left|top|right|bottom"
  44. height="344"
  45. layout="topleft"
  46. left="4"
  47. name="queue output"
  48. top="20"
  49. width="292" />
  50. </floater>