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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 44 lines · 40 code · 0 blank · 4 comment · 0 complexity · 210b518f3d40a1307dbe9d482cc76c84 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_creator">
  27. ?? secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about
  28. ???????? secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about
  29. </text>
  30. <text name="price_text">
  31. L$30,000
  32. </text>
  33. <icon name="secure_browsing" tool_tip="?????????? ????????"/>
  34. <text name="object_media_url">
  35. http://www.superdupertest.com
  36. </text>
  37. <button label="??????" name="buy_btn"/>
  38. <button label="?????????" name="pay_btn"/>
  39. <button label="????? ?????" name="take_free_copy_btn"/>
  40. <button label="?????????" name="touch_btn"/>
  41. <button label="?????" name="sit_btn"/>
  42. <button label="???????" name="open_btn"/>
  43. <button label="??????" name="more_info_btn"/>
  44. </floater>