PageRenderTime 31ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 57 lines | 56 code | 1 blank | 0 comment | 0 complexity | 432178bea521ef4f0db8665944be7e13 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="??" name="general_tab">
  3. <panel.string name="help_text">
  4. The General tab contains general information about this group, a list of members, general Group Preferences and member options.
  5. Hover your mouse over the options for more help.
  6. </panel.string>
  7. <panel.string name="group_info_unchanged">
  8. ???????????
  9. </panel.string>
  10. <panel.string name="incomplete_member_data_str">
  11. Retrieving member data
  12. </panel.string>
  13. <panel name="group_info_top">
  14. <texture_picker label="" name="insignia" tool_tip="???????"/>
  15. <text name="prepend_founded_by">
  16. ????
  17. </text>
  18. <text name="join_cost_text">
  19. ??
  20. </text>
  21. <button label="?????!!" name="btn_join"/>
  22. </panel>
  23. <text_editor name="charter">
  24. ????
  25. </text_editor>
  26. <name_list name="visible_members">
  27. <name_list.columns label="??" name="name"/>
  28. <name_list.columns label="??" name="title"/>
  29. <name_list.columns label="??" name="status"/>
  30. </name_list>
  31. <text name="my_group_settngs_label">
  32. ??
  33. </text>
  34. <text name="active_title_label">
  35. ?????
  36. </text>
  37. <combo_box name="active_title" tool_tip="Sets the title that appears in your avatar&apos;s name tag when this group is active."/>
  38. <check_box label="??????" name="receive_notices" tool_tip="Sets whether you want to receive Notices from this group. Uncheck this box if this group is spamming you."/>
  39. <check_box label="????????" name="list_groups_in_profile" tool_tip="Sets whether you want to show this group in your profile"/>
  40. <panel name="preferences_container">
  41. <text name="group_settngs_label">
  42. ??
  43. </text>
  44. <check_box label="????????" name="open_enrollement" tool_tip="Sets whether this group allows new members to join without being invited."/>
  45. <check_box label="????" name="check_enrollment_fee" tool_tip="Sets whether to require an enrollment fee to join the group"/>
  46. <spinner label="L$" name="spin_enrollment_fee" tool_tip="New members must pay this fee to join the group when Enrollment Fee is checked."/>
  47. <combo_box name="group_mature_check" tool_tip="Sets whether your group contains information rated as Moderate">
  48. <combo_item name="select_mature">
  49. - ?????? -
  50. </combo_item>
  51. <combo_box.item label="??????" name="mature"/>
  52. <combo_box.item label="??????" name="pg"/>
  53. </combo_box>
  54. <check_box initial_value="true" label="??????" name="show_in_group_list" tool_tip="??????????????????"/>
  55. </panel>
  56. </panel>