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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 48 lines · 44 code · 0 blank · 4 comment · 0 complexity · 240730f40d58350b983acf5c4eda85ff 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. ???? [CREATOR]
  9. </string>
  10. <string name="CreatorAndOwner">
  11. [CREATOR]???????
  12. [OWNER]???????
  13. </string>
  14. <string name="Price">
  15. L$[AMOUNT]
  16. </string>
  17. <string name="PriceFree">
  18. ?????
  19. </string>
  20. <string name="Touch">
  21. ??
  22. </string>
  23. <string name="Sit">
  24. ??
  25. </string>
  26. <text name="object_name" value="???????????????????"/>
  27. <text name="object_creator">
  28. by secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about
  29. owner secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about
  30. </text>
  31. <text name="price_text">
  32. L$30,000
  33. </text>
  34. <text name="object_description">
  35. 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?
  36. </text>
  37. <text name="object_media_url">
  38. http://www.superdupertest.com
  39. </text>
  40. <button label="??" name="buy_btn"/>
  41. <button label="???" name="pay_btn"/>
  42. <button label="??????" name="take_free_copy_btn"/>
  43. <button label="??" name="touch_btn"/>
  44. <button label="??" name="sit_btn"/>
  45. <button label="??" name="open_btn"/>
  46. <icon name="secure_browsing" tool_tip="?????"/>
  47. <button label="??" name="more_info_btn"/>
  48. </floater>