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

/indra/newview/skins/default/xui/pt/inspect_object.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 41 lines | 37 code | 0 blank | 4 comment | 0 complexity | ca3c3cf398411f69d850fc55e82ec79e MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!--
  3. Not can_close / no title to avoid window chrome
  4. Single instance - only have one at a time, recycle it each spawn
  5. -->
  6. <floater name="inspect_object">
  7. <string name="Creator">
  8. Autor: [CREATOR]
  9. </string>
  10. <string name="CreatorAndOwner">
  11. Autor [CREATOR]
  12. Proprietбrio [OWNER]
  13. </string>
  14. <string name="Price">
  15. L$[AMOUNT]
  16. </string>
  17. <string name="PriceFree">
  18. Grбtis!
  19. </string>
  20. <string name="Touch">
  21. Tocar
  22. </string>
  23. <string name="Sit">
  24. Sentar
  25. </string>
  26. <text name="object_name" value="Test Object Name That Is actually two lines and Really Long"/>
  27. <text name="price_text">
  28. L$30.000
  29. </text>
  30. <text name="object_description">
  31. This is a really long description for an object being as how it is at least 80 characters in length and so but maybe more like 120 at this point. Who knows, really?
  32. </text>
  33. <button label="Comprar" name="buy_btn"/>
  34. <button label="Pagar" name="pay_btn"/>
  35. <button label="Pegar uma cуpia" name="take_free_copy_btn"/>
  36. <button label="Tocar" name="touch_btn"/>
  37. <button label="Sentar" name="sit_btn"/>
  38. <button label="Abrir" name="open_btn"/>
  39. <icon name="secure_browsing" tool_tip="Navegaзгo segura"/>
  40. <button label="Mais" name="more_info_btn"/>
  41. </floater>