PageRenderTime 48ms CodeModel.GetById 35ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 67 lines | 67 code | 0 blank | 0 comment | 0 complexity | 4fa63a9243c265cb1ac9ddc2ee20e159 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="CARATTERISTICHE DELL&apos;ARTICOLO IN INVENTARIO">
  3. <floater.string name="unknown">
  4. (sconosciuto)
  5. </floater.string>
  6. <floater.string name="public">
  7. (pubblico)
  8. </floater.string>
  9. <floater.string name="you_can">
  10. Tu puoi:
  11. </floater.string>
  12. <floater.string name="owner_can">
  13. Il proprietario puň:
  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. Nome:
  20. </text>
  21. <text name="LabelItemDescTitle">
  22. Descrizione:
  23. </text>
  24. <text name="LabelCreatorTitle">
  25. Creatore:
  26. </text>
  27. <button label="Profilo..." label_selected="" name="BtnCreator"/>
  28. <text name="LabelOwnerTitle">
  29. proprietario:
  30. </text>
  31. <button label="Profilo..." label_selected="" name="BtnOwner"/>
  32. <text name="LabelAcquiredTitle">
  33. Acquisito:
  34. </text>
  35. <text name="LabelAcquiredDate">
  36. Wed May 24 12:50:46 2006
  37. </text>
  38. <text name="OwnerLabel">
  39. Tu:
  40. </text>
  41. <check_box label="Modifica" name="CheckOwnerModify"/>
  42. <check_box label="Copiare" left_delta="88" name="CheckOwnerCopy"/>
  43. <check_box label="Rivendi" name="CheckOwnerTransfer"/>
  44. <text name="AnyoneLabel">
  45. Chiunque:
  46. </text>
  47. <check_box label="Copia" name="CheckEveryoneCopy"/>
  48. <text name="GroupLabel">
  49. Gruppo:
  50. </text>
  51. <check_box label="Condividi" name="CheckShareWithGroup"/>
  52. <text name="NextOwnerLabel" width="230">
  53. Proprietario successivo:
  54. </text>
  55. <check_box label="Modifica" name="CheckNextOwnerModify"/>
  56. <check_box label="Copiare" left_delta="88" name="CheckNextOwnerCopy"/>
  57. <check_box label="Rivendi" name="CheckNextOwnerTransfer"/>
  58. <check_box label="In vendita" name="CheckPurchase"/>
  59. <combo_box name="combobox sale copy">
  60. <combo_box.item label="Copia" name="Copy"/>
  61. <combo_box.item label="Originale" name="Original"/>
  62. </combo_box>
  63. <spinner label="Prezzo:" name="Edit Cost"/>
  64. <text name="CurrencySymbol">
  65. L$
  66. </text>
  67. </floater>