PageRenderTime 122ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 85 lines | 85 code | 0 blank | 0 comment | 0 complexity | f2fea07d9e3ebf13712684d735067151 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="Terreno y L$" name="land_money_tab">
  3. <panel.string name="help_text">
  4. Aparece una advertencia si el Terreno total en uso es menor que o igual a la Contribución total.
  5. </panel.string>
  6. <panel.string name="cant_view_group_land_text">
  7. No tienes permiso para ver el terreno propiedad del grupo
  8. </panel.string>
  9. <panel.string name="epmty_view_group_land_text">
  10. No hay entradas
  11. </panel.string>
  12. <panel.string name="cant_view_group_accounting_text">
  13. No tienes permiso para ver la información de la cuenta del grupo.
  14. </panel.string>
  15. <panel.string name="loading_txt">
  16. Cargando...
  17. </panel.string>
  18. <panel.string name="land_contrib_error">
  19. No se ha podido definir tu contribución de terreno
  20. </panel.string>
  21. <panel name="layout_panel_landmoney">
  22. <scroll_list name="group_parcel_list">
  23. <scroll_list.columns label="Parcela" name="name"/>
  24. <scroll_list.columns label="Región" name="location"/>
  25. <scroll_list.columns label="Tipo" name="type"/>
  26. <scroll_list.columns label="Área" name="area"/>
  27. <scroll_list.columns label="Oculto" name="hidden"/>
  28. </scroll_list>
  29. <text name="total_contributed_land_label">
  30. Contribución total:
  31. </text>
  32. <text name="total_contributed_land_value">
  33. [AREA] m˛
  34. </text>
  35. <button label="Mapa" label_selected="Mapa" name="map_button"/>
  36. <text name="total_land_in_use_label">
  37. Terreno total en uso:
  38. </text>
  39. <text name="total_land_in_use_value">
  40. [AREA] m˛
  41. </text>
  42. <text name="land_available_label">
  43. Terreno disponible:
  44. </text>
  45. <text name="land_available_value">
  46. [AREA] m˛
  47. </text>
  48. <text name="your_contribution_label">
  49. Tu contribución:
  50. </text>
  51. <text name="your_contribution_units">
  52. m˛
  53. </text>
  54. <text name="your_contribution_max_value">
  55. ([AMOUNT] máx.)
  56. </text>
  57. <text name="group_over_limit_text">
  58. Se necesitan más créditos de terreno para mantener el terreno en uso
  59. </text>
  60. <text name="group_money_heading">
  61. L$ del grupo
  62. </text>
  63. </panel>
  64. <tab_container name="group_money_tab_container">
  65. <panel label="RESUMEN" name="group_money_planning_tab">
  66. <text_editor name="group_money_planning_text">
  67. Cargando...
  68. </text_editor>
  69. </panel>
  70. <panel label="DETALLES" name="group_money_details_tab">
  71. <text_editor name="group_money_details_text">
  72. Cargando...
  73. </text_editor>
  74. <button label="&lt; Antes" label_selected="&lt; Antes" name="earlier_details_button" tool_tip="Anterior"/>
  75. <button label="Después &gt;" label_selected="Después &gt;" name="later_details_button" tool_tip="Siguiente"/>
  76. </panel>
  77. <panel label="VENTAS" name="group_money_sales_tab">
  78. <text_editor name="group_money_sales_text">
  79. Cargando...
  80. </text_editor>
  81. <button label="&lt; Antes" label_selected="&lt; Antes" name="earlier_sales_button" tool_tip="Anterior"/>
  82. <button label="Después &gt;" label_selected="Después &gt;" name="later_sales_button" tool_tip="Siguiente"/>
  83. </panel>
  84. </tab_container>
  85. </panel>