diff options
Diffstat (limited to 'indra/newview/skins/default/xui/it/sidepanel_item_info.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/sidepanel_item_info.xml | 63 |
1 files changed, 30 insertions, 33 deletions
diff --git a/indra/newview/skins/default/xui/it/sidepanel_item_info.xml b/indra/newview/skins/default/xui/it/sidepanel_item_info.xml index b6fb9c086c..e4f97eacc6 100644 --- a/indra/newview/skins/default/xui/it/sidepanel_item_info.xml +++ b/indra/newview/skins/default/xui/it/sidepanel_item_info.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> -<panel name="item properties" title="Profilo dell'oggetto"> +<panel name="item properties" title="Caratteristiche dell'articolo in inventario"> <panel.string name="unknown"> - (Sconosciuto) + (sconosciuto) </panel.string> <panel.string name="public"> (pubblico) @@ -10,13 +10,12 @@ Tu puoi: </panel.string> <panel.string name="owner_can"> - Il Proprietario può: + Il proprietario può: </panel.string> <panel.string name="acquiredDate"> [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local] </panel.string> - <text name="title" value="Profilo dell'oggetto"/> - <text name="where" value="(Inventario)"/> + <text name="title" value="Caratteristiche dell'articolo"/> <panel label=""> <text name="LabelItemNameTitle"> Nome: @@ -25,7 +24,7 @@ Descrizione: </text> <text name="LabelCreatorTitle"> - Creatore: + Ideatore: </text> <button label="Profilo..." name="BtnCreator"/> <text name="LabelOwnerTitle"> @@ -36,38 +35,36 @@ Acquisito: </text> <text name="LabelAcquiredDate"> - Wed May 24 12:50:46 2006 + mer 24 maggio 12:50:46 2006 </text> - <panel name="perms_inv"> - <text name="perm_modify"> - Tu puoi: - </text> - <check_box label="Modifica" name="CheckOwnerModify"/> - <check_box label="Copia" name="CheckOwnerCopy"/> - <check_box label="Trasferisci" name="CheckOwnerTransfer"/> - <text name="AnyoneLabel"> - Chiunque: - </text> - <check_box label="Copia" name="CheckEveryoneCopy"/> - <text name="GroupLabel"> - Gruppo: - </text> - <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."/> - <text name="NextOwnerLabel"> - Proprietario successivo: - </text> - <check_box label="Modifica" name="CheckNextOwnerModify"/> - <check_box label="Copia" name="CheckNextOwnerCopy"/> - <check_box label="Trasferisci" name="CheckNextOwnerTransfer" tool_tip="Il prossimo proprietario può regalare o rivendere questo oggetto"/> - </panel> + <text name="OwnerLabel"> + Tu: + </text> + <check_box label="Modifica" name="CheckOwnerModify"/> + <check_box label="Copia" name="CheckOwnerCopy"/> + <check_box label="Rivendi" name="CheckOwnerTransfer"/> + <text name="AnyoneLabel"> + Chiunque: + </text> + <check_box label="Copia" name="CheckEveryoneCopy"/> + <text name="GroupLabel"> + Gruppo: + </text> + <check_box label="Condividi" name="CheckShareWithGroup"/> + <text name="NextOwnerLabel"> + Proprietario successivo: + </text> + <check_box label="Modifica" name="CheckNextOwnerModify"/> + <check_box label="Copia" name="CheckNextOwnerCopy"/> + <check_box label="Rivendi" name="CheckNextOwnerTransfer"/> <check_box label="In vendita" name="CheckPurchase"/> <combo_box name="combobox sale copy"> <combo_box.item label="Copia" name="Copy"/> <combo_box.item label="Originale" name="Original"/> </combo_box> - <spinner label="Prezzo: L$" name="Edit Cost"/> - </panel> - <panel name="button_panel"> - <button label="Annulla" name="cancel_btn"/> + <spinner label="Prezzo:" name="Edit Cost"/> + <text name="CurrencySymbol"> + L$ + </text> </panel> </panel> |