PageRenderTime 30ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 48 lines | 44 code | 0 blank | 4 comment | 0 complexity | b7a6d851b048a050fce6162a202c3cef 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. Par [CREATOR]
  9. </string>
  10. <string name="CreatorAndOwner">
  11. De [CREATOR]
  12. Propriétaire [OWNER]
  13. </string>
  14. <string name="Price">
  15. [AMOUNT] L$
  16. </string>
  17. <string name="PriceFree">
  18. Gratuit !
  19. </string>
  20. <string name="Touch">
  21. Toucher
  22. </string>
  23. <string name="Sit">
  24. M&apos;asseoir
  25. </string>
  26. <text name="object_name" value="Test Object Name That Is actually two lines and Really Long"/>
  27. <text name="object_creator">
  28. par 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. 30 000 L$
  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="Acheter" name="buy_btn"/>
  41. <button label="Payer" name="pay_btn"/>
  42. <button label="Prendre une copie" name="take_free_copy_btn"/>
  43. <button label="Toucher" name="touch_btn"/>
  44. <button label="M&apos;asseoir" name="sit_btn"/>
  45. <button label="Ouvert" name="open_btn"/>
  46. <icon name="secure_browsing" tool_tip="Navigation sécurisée"/>
  47. <button label="Plus" name="more_info_btn"/>
  48. </floater>