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

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

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="Edit Classified" name="panel_edit_classified">
  3. <panel.string name="location_notice">
  4. ?????????
  5. </panel.string>
  6. <string name="publish_label">
  7. Publish
  8. </string>
  9. <string name="save_label">
  10. ??
  11. </string>
  12. <text name="title">
  13. Edit Classified
  14. </text>
  15. <scroll_container name="profile_scroll">
  16. <panel name="scroll_content_panel">
  17. <panel name="snapshot_panel">
  18. <icon label="" name="edit_icon" tool_tip="???????"/>
  19. </panel>
  20. <text name="Name:">
  21. Title:
  22. </text>
  23. <text name="description_label">
  24. ???
  25. </text>
  26. <text name="location_label">
  27. ???
  28. </text>
  29. <text name="classified_location">
  30. ???...
  31. </text>
  32. <button label="Set to Current Location" name="set_to_curr_location_btn"/>
  33. <text name="category_label" value="Category:"/>
  34. <text name="content_type_label" value="Content type:"/>
  35. <icons_combo_box label="??????" name="content_type">
  36. <icons_combo_box.item label="??????" name="mature_ci" value="Mature"/>
  37. <icons_combo_box.item label="??????" name="pg_ci" value="PG"/>
  38. </icons_combo_box>
  39. <check_box label="Auto renew each week" name="auto_renew"/>
  40. <text name="price_for_listing_label" value="Price for listing:"/>
  41. <spinner label="L$" name="price_for_listing" tool_tip="Price for listing." value="50"/>
  42. </panel>
  43. </scroll_container>
  44. <panel label="bottom_panel" name="bottom_panel">
  45. <layout_stack name="bottom_panel_ls">
  46. <layout_panel name="save_changes_btn_lp">
  47. <button label="[LABEL]" name="save_changes_btn"/>
  48. </layout_panel>
  49. <layout_panel name="show_on_map_btn_lp">
  50. <button label="??" name="cancel_btn"/>
  51. </layout_panel>
  52. </layout_stack>
  53. </panel>
  54. </panel>