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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 67 lines | 67 code | 0 blank | 0 comment | 0 complexity | 714255282f76dedd887994989a051280 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="item properties" title="PROPRIÉTÉS DES ARTICLES DE L&apos;INVENTAIRE">
  3. <floater.string name="unknown">
  4. (inconnu)
  5. </floater.string>
  6. <floater.string name="public">
  7. (public)
  8. </floater.string>
  9. <floater.string name="you_can">
  10. Vous pouvez :
  11. </floater.string>
  12. <floater.string name="owner_can">
  13. Le propriétaire peut :
  14. </floater.string>
  15. <floater.string name="acquiredDate">
  16. [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
  17. </floater.string>
  18. <text name="LabelItemNameTitle">
  19. Nom :
  20. </text>
  21. <text name="LabelItemDescTitle">
  22. Description :
  23. </text>
  24. <text name="LabelCreatorTitle">
  25. Créateur :
  26. </text>
  27. <button label="Profil..." label_selected="" name="BtnCreator"/>
  28. <text name="LabelOwnerTitle">
  29. Propriétaire :
  30. </text>
  31. <button label="Profil..." label_selected="" name="BtnOwner"/>
  32. <text name="LabelAcquiredTitle">
  33. Acquis :
  34. </text>
  35. <text name="LabelAcquiredDate">
  36. Wed May 24 12:50:46 2006
  37. </text>
  38. <text name="OwnerLabel">
  39. Vous :
  40. </text>
  41. <check_box label="Modifier" name="CheckOwnerModify"/>
  42. <check_box label="Copier" name="CheckOwnerCopy"/>
  43. <check_box label="Revendre" name="CheckOwnerTransfer"/>
  44. <text name="AnyoneLabel" width="80">
  45. N&apos;importe qui :
  46. </text>
  47. <check_box label="Copier" name="CheckEveryoneCopy"/>
  48. <text name="GroupLabel" width="80">
  49. Groupe :
  50. </text>
  51. <check_box label="Partager" name="CheckShareWithGroup"/>
  52. <text name="NextOwnerLabel" width="192">
  53. Le prochain propriétaire :
  54. </text>
  55. <check_box label="Modifier" name="CheckNextOwnerModify"/>
  56. <check_box label="Copier" name="CheckNextOwnerCopy"/>
  57. <check_box label="Revendre" name="CheckNextOwnerTransfer"/>
  58. <check_box label="Ŕ vendre" name="CheckPurchase"/>
  59. <combo_box name="combobox sale copy">
  60. <combo_box.item label="Copier" name="Copy"/>
  61. <combo_box.item label="Original" name="Original"/>
  62. </combo_box>
  63. <spinner label="Prix :" name="Edit Cost"/>
  64. <text name="CurrencySymbol">
  65. L$
  66. </text>
  67. </floater>