summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/floater_inventory_item_properties.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/es/floater_inventory_item_properties.xml')
-rw-r--r--[-rwxr-xr-x]indra/newview/skins/default/xui/es/floater_inventory_item_properties.xml69
1 files changed, 19 insertions, 50 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_inventory_item_properties.xml b/indra/newview/skins/default/xui/es/floater_inventory_item_properties.xml
index bf84c3d808..a8a3ad08f8 100755..100644
--- a/indra/newview/skins/default/xui/es/floater_inventory_item_properties.xml
+++ b/indra/newview/skins/default/xui/es/floater_inventory_item_properties.xml
@@ -1,67 +1,36 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="item properties" title="PROPIEDADES DEL ÍTEM DEL INVENTARIO">
- <floater.string name="unknown">
- (desconocido)
- </floater.string>
- <floater.string name="public">
- (público)
- </floater.string>
- <floater.string name="you_can">
- Usted puede:
- </floater.string>
- <floater.string name="owner_can">
- El propietario puede:
- </floater.string>
- <floater.string name="acquiredDate">
- [wkday,datetime,local][day,datetime,local] [mth,datetime,local] [year,datetime,local][hour,datetime,local]:[min,datetime,local]:[second,datetime,local]
- </floater.string>
- <text name="LabelItemNameTitle">
- Nombre:
- </text>
- <text name="LabelItemDescTitle">
- Descripción:
- </text>
- <text name="LabelCreatorTitle">
- Creador:
- </text>
+ <floater.string name="unknown">(desconocido)</floater.string>
+ <floater.string name="public">(público)</floater.string>
+ <floater.string name="you_can">Usted puede:</floater.string>
+ <floater.string name="owner_can">El propietario puede:</floater.string>
+ <floater.string name="acquiredDate">[wkday,datetime,local][day,datetime,local] [mth,datetime,local] [year,datetime,local][hour,datetime,local]:[min,datetime,local]:[second,datetime,local]</floater.string>
+ <text name="LabelItemNameTitle">Nombre:</text>
+ <text name="LabelItemDescTitle">Descripción:</text>
+ <text name="LabelCreatorTitle">Creador:</text>
<button label="Perfil..." label_selected="" name="BtnCreator"/>
- <text name="LabelOwnerTitle">
- Propietario:
- </text>
+ <text name="LabelOwnerTitle">Propietario:</text>
<button label="Perfil..." label_selected="" name="BtnOwner"/>
- <text name="LabelAcquiredTitle">
- Adquirido:
- </text>
- <text name="LabelAcquiredDate">
- May Mié 24 12:50:46 2006
- </text>
- <text name="OwnerLabel">
- Tú:
- </text>
+ <text name="LabelAcquiredTitle">Adquirido:</text>
+ <text name="LabelAcquiredDate">May Mié 24 12:50:46 2006</text>
+ <text name="OwnerLabel">Tú:</text>
<check_box label="Editar" name="CheckOwnerModify"/>
<check_box label="Copiarlo" left_delta="88" name="CheckOwnerCopy"/>
<check_box label="Revender" name="CheckOwnerTransfer"/>
- <text name="AnyoneLabel">
- Cualquiera:
- </text>
+ <text name="AnyoneLabel">Cualquiera:</text>
<check_box label="Copiar" name="CheckEveryoneCopy"/>
- <text name="GroupLabel">
- Grupo:
- </text>
+ <text name="GroupLabel">Grupo:</text>
<check_box label="Compartir" name="CheckShareWithGroup"/>
- <text name="NextOwnerLabel" width="230">
- Próximo propietario:
- </text>
+ <text name="NextOwnerLabel" width="230">Próximo propietario:</text>
<check_box label="Editar" name="CheckNextOwnerModify"/>
<check_box label="Copiarlo" left_delta="88" name="CheckNextOwnerCopy"/>
<check_box label="Revender" name="CheckNextOwnerTransfer"/>
<check_box label="En venta" name="CheckPurchase"/>
- <combo_box name="combobox sale copy">
- <combo_box.item label="Copia" name="Copy"/>
+ <combo_box name="ComboBoxSaleType">
+ <combo_box.item label="Copiar" name="Copy"/>
+ <combo_box.item label="Contenidos" name="Contents"/>
<combo_box.item label="Original" name="Original"/>
</combo_box>
<spinner label="Precio:" name="Edit Cost"/>
- <text name="CurrencySymbol">
- L$
- </text>
+ <text name="CurrencySymbol">L$</text>
</floater>