1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="item properties" title="Propiedades del ítem del inventario">
<panel.string name="unknown">
(desconocidas)
</panel.string>
<panel.string name="public">
(público)
</panel.string>
<panel.string name="you_can">
Puedes:
</panel.string>
<panel.string name="owner_can">
El propietario puede:
</panel.string>
<panel.string name="acquiredDate">
[wkday,datetime,local][day,datetime,local] [mth,datetime,local] [year,datetime,local][hour,datetime,local]:[min,datetime,local]:[second,datetime,local]
</panel.string>
<text name="title" value="Propiedades del ítem"/>
<panel label="">
<text name="LabelItemNameTitle">
Nombre:
</text>
<text name="LabelItemDescTitle">
Descripción:
</text>
<text name="LabelCreatorTitle">
Creador:
</text>
<button label="Perfil..." name="BtnCreator"/>
<text name="LabelOwnerTitle">
Propietario:
</text>
<button label="Perfil..." name="BtnOwner"/>
<text name="LabelAcquiredTitle">
Obtenido:
</text>
<text name="LabelAcquiredDate">
Miér., 24 Mayo 2006 12:50:46
</text>
<text name="OwnerLabel">
Tú:
</text>
<check_box label="Editar" name="CheckOwnerModify"/>
<check_box label="Copiar" name="CheckOwnerCopy"/>
<check_box label="Revender" name="CheckOwnerTransfer"/>
<text name="AnyoneLabel">
Cualquiera:
</text>
<check_box label="Copiar" name="CheckEveryoneCopy"/>
<text name="GroupLabel">
Grupo:
</text>
<check_box label="Compartir" name="CheckShareWithGroup"/>
<text name="NextOwnerLabel">
El próximo propietario:
</text>
<check_box label="Editar" name="CheckNextOwnerModify"/>
<check_box label="Copiar" 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="Copiar" name="Copy"/>
<combo_box.item label="Original" name="Original"/>
</combo_box>
<spinner label="Precio:" name="Edit Cost"/>
<text name="CurrencySymbol">
L$
</text>
</panel>
</panel>
|