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

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

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="sell land" title="?????">
  3. <scroll_container name="profile_scroll">
  4. <panel name="scroll_content_panel">
  5. <text name="info_parcel_label">
  6. ???
  7. </text>
  8. <text name="info_parcel">
  9. PARCEL NAME
  10. </text>
  11. <text name="info_size_label">
  12. ????
  13. </text>
  14. <text name="info_size">
  15. [AREA] ??????
  16. </text>
  17. <text name="info_action">
  18. ????????
  19. </text>
  20. <text name="price_label">
  21. 1. ??????
  22. </text>
  23. <text name="price_text">
  24. ??????????????
  25. </text>
  26. <text name="price_ld">
  27. L$
  28. </text>
  29. <line_editor name="price">
  30. 0
  31. </line_editor>
  32. <text name="price_per_m">
  33. ?1????????? L$[PER_METER]?
  34. </text>
  35. <text name="sell_to_label">
  36. 2. ????????
  37. </text>
  38. <text name="sell_to_text">
  39. ??????????????????????????????
  40. </text>
  41. <combo_box name="sell_to">
  42. <combo_box.item label="- 1??? -" name="--selectone--"/>
  43. <combo_box.item label="???????????" name="Anyone"/>
  44. <combo_box.item label="?????" name="Specificuser:"/>
  45. </combo_box>
  46. <button label="??" name="sell_to_select_agent"/>
  47. <text name="sell_objects_label">
  48. 3. ????????????????????
  49. </text>
  50. <text name="sell_objects_text">
  51. ?????????????????????????????????????
  52. </text>
  53. <radio_group name="sell_objects">
  54. <radio_item label="????????????????????" name="no"/>
  55. <radio_item label="?????????????????????" name="yes"/>
  56. </radio_group>
  57. <button label="?????????" name="show_objects"/>
  58. <text name="nag_message_label">
  59. ??? ????????????
  60. </text>
  61. <button label="?????" name="sell_btn"/>
  62. <button label="?????" name="cancel_btn"/>
  63. </panel>
  64. </scroll_container>
  65. </floater>