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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 41 lines | 37 code | 0 blank | 4 comment | 0 complexity | 3771d248e9b5e9a0ab4be707e808eb83 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. Di [CREATOR]
  9. </string>
  10. <string name="CreatorAndOwner">
  11. Di [CREATOR]
  12. Proprietario [OWNER]
  13. </string>
  14. <string name="Price">
  15. L$ [AMOUNT]
  16. </string>
  17. <string name="PriceFree">
  18. Gratis!
  19. </string>
  20. <string name="Touch">
  21. Tocca
  22. </string>
  23. <string name="Sit">
  24. Siediti
  25. </string>
  26. <text name="object_name" value="Nome oggetto di prova che si trova su due righe ed č molto lungo"/>
  27. <text name="price_text">
  28. L$ 30.000
  29. </text>
  30. <text name="object_description">
  31. Questa č una descrizione di un oggetto che č molto lunga ed č di almeno 80 caratteri, ma potrebbe essere di 120 caratteri a questo punto. Chi lo sa veramente?
  32. </text>
  33. <button label="Acquista" name="buy_btn"/>
  34. <button label="Paga" name="pay_btn"/>
  35. <button label="Prendi copia" name="take_free_copy_btn"/>
  36. <button label="Tocca" name="touch_btn"/>
  37. <button label="Siediti" name="sit_btn"/>
  38. <button label="Apri" name="open_btn"/>
  39. <icon name="secure_browsing" tool_tip="Browsing sicuro"/>
  40. <button label="Altro" name="more_info_btn"/>
  41. </floater>