PageRenderTime 26ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 76 lines | 76 code | 0 blank | 0 comment | 0 complexity | 8513e4df4210d21240ab0be7a10bb104 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel name="item properties" title="Profilo articolo">
  3. <panel.string name="unknown">
  4. (sconosciuto)
  5. </panel.string>
  6. <panel.string name="public">
  7. (pubblico)
  8. </panel.string>
  9. <panel.string name="you_can">
  10. Tu puoi:
  11. </panel.string>
  12. <panel.string name="owner_can">
  13. Il proprietario puň:
  14. </panel.string>
  15. <panel.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. </panel.string>
  18. <panel.string name="origin_inventory">
  19. (Inventario)
  20. </panel.string>
  21. <panel.string name="origin_inworld">
  22. (in Second Life)
  23. </panel.string>
  24. <text name="title" value="Profilo articolo"/>
  25. <text name="origin" value="(Inventario)"/>
  26. <scroll_container name="item_profile_scroll">
  27. <panel label="" name="item_profile">
  28. <text name="LabelItemNameTitle">
  29. Nome:
  30. </text>
  31. <text name="LabelItemDescTitle">
  32. Descrizione:
  33. </text>
  34. <text name="LabelCreatorTitle">
  35. Ideatore:
  36. </text>
  37. <text name="LabelOwnerTitle">
  38. Proprietario:
  39. </text>
  40. <text name="LabelAcquiredTitle">
  41. Acquisito:
  42. </text>
  43. <panel name="perms_inv">
  44. <text name="perm_modify">
  45. Tu puoi:
  46. </text>
  47. <check_box label="Modifica" name="CheckOwnerModify"/>
  48. <check_box label="Copia" name="CheckOwnerCopy"/>
  49. <check_box label="Trasferisci" name="CheckOwnerTransfer"/>
  50. <text name="AnyoneLabel">
  51. Chiunque:
  52. </text>
  53. <check_box label="Copia" name="CheckEveryoneCopy"/>
  54. <text name="GroupLabel">
  55. Gruppo:
  56. </text>
  57. <check_box label="Condividi" name="CheckShareWithGroup" tool_tip="Consenti a tutti i membri del gruppo selezionato di condividere i tuoi diritti di modifica di questo oggetto. Per attivare le restrizioni per ruolo devi prima effettuare la cessione."/>
  58. <text name="NextOwnerLabel">
  59. Proprietario successivo:
  60. </text>
  61. <check_box label="Modifica" name="CheckNextOwnerModify"/>
  62. <check_box label="Copia" name="CheckNextOwnerCopy"/>
  63. <check_box label="Trasferisci" name="CheckNextOwnerTransfer" tool_tip="Il prossimo proprietario puň regalare o rivendere questo oggetto"/>
  64. </panel>
  65. <check_box label="In vendita" name="CheckPurchase"/>
  66. <combo_box name="combobox sale copy">
  67. <combo_box.item label="Copia" name="Copy"/>
  68. <combo_box.item label="Originale" name="Original"/>
  69. </combo_box>
  70. <spinner label="Prezzo: L$" name="Edit Cost"/>
  71. </panel>
  72. </scroll_container>
  73. <panel name="button_panel">
  74. <button label="Annulla" name="cancel_btn"/>
  75. </panel>
  76. </panel>