summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/floater_inventory_item_properties.xml
diff options
context:
space:
mode:
authorRamzi Linden <ramzi@lindenlab.com>2010-01-30 14:37:21 -0800
committerRamzi Linden <ramzi@lindenlab.com>2010-01-30 14:37:21 -0800
commit2ae22a481d45e8c6634cc250386ca4cf488e635c (patch)
tree992019587e95dc55429450beb4a23cfe5f3a8049 /indra/newview/skins/default/xui/it/floater_inventory_item_properties.xml
parentfb531ffd6bea24290362fd58dd6ff6e99f8b1177 (diff)
DEV-43688 resident translations for DA (set4-set5),
resident translations for PL (set1 thru set4), resident translations for IT (set1 thru set6) (I can promise this is the last weekend I work for LL. Peace Love & Hope 2010.)
Diffstat (limited to 'indra/newview/skins/default/xui/it/floater_inventory_item_properties.xml')
-rw-r--r--indra/newview/skins/default/xui/it/floater_inventory_item_properties.xml82
1 files changed, 37 insertions, 45 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_inventory_item_properties.xml b/indra/newview/skins/default/xui/it/floater_inventory_item_properties.xml
index 8860fd8207..aaf7b71656 100644
--- a/indra/newview/skins/default/xui/it/floater_inventory_item_properties.xml
+++ b/indra/newview/skins/default/xui/it/floater_inventory_item_properties.xml
@@ -1,5 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<floater name="item properties" title="PROPRIETÀ DELL&apos;OGGETTO NELL&apos;INVENTARIO">
+<floater name="item properties" title="CARATTERISTICHE DELL&apos;ARTICOLO IN INVENTARIO">
+ <floater.string name="unknown">
+ (sconosciuto)
+ </floater.string>
+ <floater.string name="public">
+ (pubblico)
+ </floater.string>
+ <floater.string name="you_can">
+ Tu puoi:
+ </floater.string>
+ <floater.string name="owner_can">
+ Il proprietario può:
+ </floater.string>
+ <floater.string name="acquiredDate">
+ [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
+ </floater.string>
<text name="LabelItemNameTitle">
Nome:
</text>
@@ -27,55 +42,32 @@
Wed May 24 12:50:46 2006
</text>
<text name="OwnerLabel">
- Tu puoi:
- </text>
- <check_box label="Modificare" name="CheckOwnerModify"/>
- <check_box left_delta="88" label="Copiare" name="CheckOwnerCopy"/>
- <check_box label="Rivendere/Regalare" name="CheckOwnerTransfer"/>
- <text name="BaseMaskDebug">
- B:
- </text>
- <text name="OwnerMaskDebug">
- O:
+ Tu:
</text>
- <text name="GroupMaskDebug">
- G:
+ <check_box label="Modifica" name="CheckOwnerModify"/>
+ <check_box label="Copiare" left_delta="88" name="CheckOwnerCopy"/>
+ <check_box label="Rivendi" name="CheckOwnerTransfer"/>
+ <text name="AnyoneLabel">
+ Chiunque:
</text>
- <text name="EveryoneMaskDebug">
- E:
+ <check_box label="Copia" name="CheckEveryoneCopy"/>
+ <text name="GroupLabel">
+ Gruppo:
</text>
- <text name="NextMaskDebug">
- N:
- </text>
- <check_box label="Condividi con il gruppo" name="CheckShareWithGroup"/>
- <check_box label="Permetti a tutti di copiare" name="CheckEveryoneCopy"/>
+ <check_box label="Condividi" name="CheckShareWithGroup"/>
<text name="NextOwnerLabel" width="230">
- Il prossimo proprietario può:
- </text>
- <check_box label="Modificare" name="CheckNextOwnerModify"/>
- <check_box left_delta="88" label="Copiare" name="CheckNextOwnerCopy"/>
- <check_box label="Rivendere/Regalare" name="CheckNextOwnerTransfer"/>
- <text name="SaleLabel">
- Metti l&apos;oggetto:
+ Prossimo Proprietario:
</text>
+ <check_box label="Modifica" name="CheckNextOwnerModify"/>
+ <check_box label="Copiare" left_delta="88" name="CheckNextOwnerCopy"/>
+ <check_box label="Rivendi" name="CheckNextOwnerTransfer"/>
<check_box label="In vendita" name="CheckPurchase"/>
- <radio_group name="RadioSaleType" left_delta="88" >
- <radio_item name="radio" label="Originale" />
- <radio_item name="radio2" label="Copia" />
- </radio_group>
- <text name="TextPrice">
- Prezzo: L$
+ <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:" name="Edit Cost"/>
+ <text name="CurrencySymbol">
+ L$
</text>
- <string name="unknown">
- (sconosciuto)
- </string>
- <string name="public">
- (pubblico)
- </string>
- <string name="you_can">
- Tu puoi:
- </string>
- <string name="owner_can">
- Il proprietario può:
- </string>
</floater>