PageRenderTime 442ms CodeModel.GetById 428ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 40 lines | 40 code | 0 blank | 0 comment | 0 complexity | 57a8b61e13462a0e3840a386b9efd92e MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="land holdings floater" title="MI TERRENO">
  3. <scroll_list name="parcel list">
  4. <column label="Parcela" name="name"/>
  5. <column label="Región" name="location"/>
  6. <column label="Tipo" name="type"/>
  7. <column label="Superficie" name="area"/>
  8. <column label="" name="hidden"/>
  9. </scroll_list>
  10. <button label="Teleportar" label_selected="Teleportar" name="Teleport" tool_tip="Teleportar al centro de este terreno."/>
  11. <button label="Mapa" label_selected="Mapa" name="Show on Map" tool_tip="Mostrar este terreno en el mapa del mundo" width="130"/>
  12. <text name="contrib_label">
  13. Contribuciones a sus grupos:
  14. </text>
  15. <scroll_list name="grant list">
  16. <column label="Grupo" name="group"/>
  17. <column label="Superficie" name="area"/>
  18. </scroll_list>
  19. <text name="allowed_label">
  20. Propiedad de terreno permitida en el plan de pago:
  21. </text>
  22. <text name="allowed_text">
  23. [AREA] m˛
  24. </text>
  25. <text name="current_label">
  26. Propiedades de terreno actuales:
  27. </text>
  28. <text name="current_text">
  29. [AREA] m˛
  30. </text>
  31. <text name="available_label">
  32. Disponible para compras de terreno:
  33. </text>
  34. <text name="available_text">
  35. [AREA] m˛
  36. </text>
  37. <string name="area_string">
  38. [AREA] m˛
  39. </string>
  40. </floater>