PageRenderTime 394ms CodeModel.GetById 1ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 85 lines | 85 code | 0 blank | 0 comment | 0 complexity | c2d42785ba3304e64dd72fdb4d6975b8 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="Land &amp; L$" name="land_money_tab">
  3. <panel.string name="help_text">
  4. A warning appears until the Total Land in Use is less than or = to the Total Contribution.
  5. </panel.string>
  6. <panel.string name="cant_view_group_land_text">
  7. You don&apos;t have permission to view group owned land
  8. </panel.string>
  9. <panel.string name="epmty_view_group_land_text">
  10. ????
  11. </panel.string>
  12. <panel.string name="cant_view_group_accounting_text">
  13. You don&apos;t have permission to view the group&apos;s accounting information.
  14. </panel.string>
  15. <panel.string name="loading_txt">
  16. ???...
  17. </panel.string>
  18. <panel.string name="land_contrib_error">
  19. ??????????
  20. </panel.string>
  21. <panel name="layout_panel_landmoney">
  22. <scroll_list name="group_parcel_list">
  23. <scroll_list.columns label="??" name="name"/>
  24. <scroll_list.columns label="??" name="location"/>
  25. <scroll_list.columns label="??" name="type"/>
  26. <scroll_list.columns label="??" name="area"/>
  27. <scroll_list.columns label="??" name="hidden"/>
  28. </scroll_list>
  29. <text name="total_contributed_land_label">
  30. Total contribution:
  31. </text>
  32. <text name="total_contributed_land_value">
  33. [AREA] m˛
  34. </text>
  35. <button label="??" label_selected="??" name="map_button"/>
  36. <text name="total_land_in_use_label">
  37. Total land in use:
  38. </text>
  39. <text name="total_land_in_use_value">
  40. [AREA] m˛
  41. </text>
  42. <text name="land_available_label">
  43. Land available:
  44. </text>
  45. <text name="land_available_value">
  46. [AREA] m˛
  47. </text>
  48. <text name="your_contribution_label">
  49. ?????
  50. </text>
  51. <text name="your_contribution_units">
  52. m˛
  53. </text>
  54. <text name="your_contribution_max_value">
  55. ?[AMOUNT] ???
  56. </text>
  57. <text name="group_over_limit_text">
  58. More land credits are needed to support land in use
  59. </text>
  60. <text name="group_money_heading">
  61. ?? L$
  62. </text>
  63. </panel>
  64. <tab_container name="group_money_tab_container">
  65. <panel label="PLANNING" name="group_money_planning_tab">
  66. <text_editor name="group_money_planning_text">
  67. ???...
  68. </text_editor>
  69. </panel>
  70. <panel label="??" name="group_money_details_tab">
  71. <text_editor name="group_money_details_text">
  72. ???...
  73. </text_editor>
  74. <button name="earlier_details_button" tool_tip="Back"/>
  75. <button name="later_details_button" tool_tip="Next"/>
  76. </panel>
  77. <panel label="??" name="group_money_sales_tab">
  78. <text_editor name="group_money_sales_text">
  79. ???...
  80. </text_editor>
  81. <button name="earlier_sales_button" tool_tip="Back"/>
  82. <button name="later_sales_button" tool_tip="Next"/>
  83. </panel>
  84. </tab_container>
  85. </panel>