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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 41 lines · 37 code · 0 blank · 4 comment · 0 complexity · c7a8276411e828c30bbd74f76bf45299 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. Przez [CREATOR]
  9. </string>
  10. <string name="CreatorAndOwner">
  11. Twórca [CREATOR]
  12. W?a?ciciel [OWNER]
  13. </string>
  14. <string name="Price">
  15. L$[AMOUNT]
  16. </string>
  17. <string name="PriceFree">
  18. Darmowe!
  19. </string>
  20. <string name="Touch">
  21. Dotknij
  22. </string>
  23. <string name="Sit">
  24. Usi?d? tutaj
  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="Kup" name="buy_btn"/>
  34. <button label="Zap?a?" name="pay_btn"/>
  35. <button label="We? kopi?" name="take_free_copy_btn"/>
  36. <button label="Dotknij" name="touch_btn"/>
  37. <button label="Usi?d? tutaj" name="sit_btn"/>
  38. <button label="Otwórz" name="open_btn"/>
  39. <icon name="secure_browsing" tool_tip="Zabezpiecz przegl?danie"/>
  40. <button label="Wi?cej" name="more_info_btn"/>
  41. </floater>