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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 41 lines · 37 code · 0 blank · 4 comment · 0 complexity · 872fd9eec9fd90f239cc2c3e83865c1f MD5 · raw file

  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. Por [CREATOR]
  9. </string>
  10. <string name="CreatorAndOwner">
  11. Por [CREATOR]
  12. Propietario [OWNER]
  13. </string>
  14. <string name="Price">
  15. [AMOUNT] L$
  16. </string>
  17. <string name="PriceFree">
  18. ĄGratis!
  19. </string>
  20. <string name="Touch">
  21. Tocar
  22. </string>
  23. <string name="Sit">
  24. Sentarme
  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. 30.000 L$
  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="Coger una copia" name="take_free_copy_btn"/>
  36. <button label="Tocar" name="touch_btn"/>
  37. <button label="Sentarme" name="sit_btn"/>
  38. <button label="Abrir" name="open_btn"/>
  39. <icon name="secure_browsing" tool_tip="Navegación segura"/>
  40. <button label="Más" name="more_info_btn"/>
  41. </floater>