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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater customize" title="Apariencia">
<tab_container name="customize tab container">
<panel label="Partes del cuerpo" />
<panel label="Forma" name="Shape">
<button label="Crear nueva forma" label_selected="Crear nueva forma" name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<button label="Cuerpo" label_selected="Cuerpo" name="Body" />
<button label="Cabeza" label_selected="Cabeza" name="Head" />
<button label="Ojos" label_selected="Ojos" name="Eyes" />
<button label="Orejas" label_selected="Orejas" name="Ears" />
<button label="Nariz" label_selected="Nariz" name="Nose" />
<button label="Boca" label_selected="Boca" name="Mouth" />
<button label="Barbilla" label_selected="Barbilla" name="Chin" />
<button label="Torso" label_selected="Torso" name="Torso" />
<button label="Piernas" label_selected="Piernas" name="Legs" />
<button label="Aleatorio" label_selected="Aleatorio" name="Randomize" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga una nueva forma arrastrando una de su inventario
hacia su avatar. O entonces, usted puede una nueva forma desde el inicio
y usarla.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<radio_group name="sex radio">
<radio_item type="string" length="1" name="radio">
Femenino
</radio_item>
<radio_item type="string" length="1" name="radio2">
Masculino
</radio_item>
</radio_group>
</panel>
<panel label="Piel" name="Skin">
<button label="Crear nueva piel" label_selected="Crear nueva piel" name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<button label="Color de piel" label_selected="Color de piel" name="Skin Color" />
<button label="Detalle facial" label_selected="Detalle facial" name="Face Detail" />
<button label="Maquillaje" label_selected="Maquillaje" name="Makeup" />
<button label="Detalles del cuerpo" label_selected="Detalles del cuerpo"
name="Body Detail" />
<button label="Aleatorio" label_selected="Aleatorio" name="Randomize" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga una nueva piel arrastrando una de su inventario
hacia su avatar. O entonces, usted puede crear una nueva piel desde el inicio
y usarla.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<texture_picker label="Tatuajes de cabeza" name="Head Tattoos"
tool_tip="Haga clic para elegir una figura" />
<texture_picker label="Tatuajes superiores" name="Upper Tattoos"
tool_tip="Haga clic para elegir una figura" />
<texture_picker label="Tatuajes inferiores" name="Lower Tattoos"
tool_tip="Haga clic para elegir una figura" />
</panel>
<panel label="Cabello" name="Hair">
<button label="Crear nuevo cabello" label_selected="Crear nuevo cabello"
name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<button label="Color" label_selected="Color" name="Color" />
<button label="Estilo" label_selected="Estilo" name="Style" />
<button label="Cejas" label_selected="Cejas" name="Eyebrows" />
<button label="Facial" label_selected="Facial" name="Facial" />
<button label="Aleatorio" label_selected="Aleatorio" name="Randomize" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga un nuevo cabello arrastrando uno de su inventario
hacia su avatar. O entonces, usted puede crear uno nuevo desde el inicio
y usarlo.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<texture_picker label="Textura" name="Texture" tool_tip="Haga clic para elegir una figura" />
</panel>
<panel label="Ojos" name="Eyes">
<button label="Crear nuevos ojos" label_selected="Crear nuevos ojos" name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<button label="Aleatorio" label_selected="Aleatorio" name="Randomize" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga nuevos ojos arrastrando uno de su inventario
hacia su avatar. O entonces, usted puede crear uno nuevo desde el inicio
y usarlo.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<texture_picker label="Iris" name="Iris" tool_tip="Haga clic para elegir una figura" />
</panel>
<panel label="Ropas" />
<panel label="Camisa" name="Shirt">
<button label="Crear nueva camisa" label_selected="Crear nueva camisa"
name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga una nueva camisa arrastrando una de su inventario
hasta su avatar. O entonces, usted puede crear una nueva blusa desde el inicio
y usarla.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<color_swatch label="Color/Tono" name="Color/Tint"
tool_tip="Haga clic para abrir la selección de color" />
<texture_picker label="Tejido" name="Fabric" tool_tip="Haga clic para elegir una figura" />
</panel>
<panel label="Pantalones" name="Pants">
<button label="Crear nuevos pantalones" label_selected="Crear nuevos pantalones"
name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga nuevos pantalones arrastrando unos de su inventario
hacia su avatar. O entonces, usted puede crear pantalones nuevos desde el inicio
y usarlos.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<color_swatch label="Color/Tono" name="Color/Tint"
tool_tip="Haga clic para abrir la selección de color" />
<texture_picker label="Tejido" name="Fabric" tool_tip="Haga clic para elegir una figura" />
</panel>
<panel label="Zapatos" name="Shoes">
<button label="Crear nuevos zapatos" label_selected="Crear nuevos zapatos"
name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga nuevos zapatos arrastrando unos de su inventario
hacia su avatar. O entonces, usted puede crear nuevos zapatos desde el inicio
y usarlos.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<color_swatch label="Color/Tono" name="Color/Tint"
tool_tip="Haga clic para abrir la selección de color" />
<texture_picker label="Tejido" name="Fabric" tool_tip="Haga clic para elegir una figura" />
</panel>
<panel label="Calcetines" name="Socks">
<button label="Crear nuevos calcetines" label_selected="Crear nuevos calcetines"
name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga nuevos calcetines arrastrando unos de su inventario
hacia su avatar. O entonces, usted puede crear nuevos calcetines desde el inicio
y usarlos.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<color_swatch label="Color/Tono" name="Color/Tint"
tool_tip="Haga clic para abrir la selección de color" />
<texture_picker label="Tejido" name="Fabric" tool_tip="Haga clic para elegir una figura" />
</panel>
<panel label="Abrigo" name="Jacket">
<button label="Crear nuevo abrigo" label_selected="Crear nuevo abrigo"
name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga un nuevo abrigo arrastrando uno de su inventario
hacia su avatar. O entonces, usted puede crear uno nuevo desde el inicio
y usarlo.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<color_swatch label="Color/Tono" name="Color/Tint"
tool_tip="Haga clic para abrir la selección de color" />
<texture_picker label="Tejido superior" name="Upper Fabric"
tool_tip="Haga clic para elegir una figura" />
<texture_picker label="Tejido inferior" name="Lower Fabric"
tool_tip="Haga clic para elegir una figura" />
</panel>
<panel label="Guantes" name="Gloves">
<button label="Crear nuevos guantes" label_selected="Crear nuevos guantes"
name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga nuevos guantes arrastrando uno de su inventario
hacia su avatar. O entonces, usted puede crear guantes nuevos desde el inicio
y usarlos.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<color_swatch label="Color/Tono" name="Color/Tint"
tool_tip="Haga clic para abrir la selección de color" />
<texture_picker label="Tejido" name="Fabric" tool_tip="Haga clic para elegir una figura" />
</panel>
<panel label="Camiseta" name="Undershirt">
<button label="Crear nueva camiseta" label_selected="Crear nueva camiseta"
name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga una nueva camiseta arrastrando una de su inventario
hacia su avatar. O entonces, usted puede crear una nueva camiseta desde el inicio
y usarla.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<color_swatch label="Color/Tono" name="Color/Tint"
tool_tip="Haga clic para abrir la selección de color" />
<texture_picker label="Tejido" name="Fabric" tool_tip="Haga clic para elegir una figura" />
</panel>
<panel label="Ropas interiores" name="Underpants">
<button label="Crear nuevas ropas interiores"
label_selected="Crear nuevas ropas interiores" name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga una nueva ropa interior arrastrando una de su inventario
hacia su avatar. O entonces, usted puede crear una nueva ropa interior desde el inicio
y usarla.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<color_swatch label="Color/Tono" name="Color/Tint"
tool_tip="Haga clic para abrir la selección de color" />
<texture_picker label="Tejido" name="Fabric" tool_tip="Haga clic para elegir una figura" />
</panel>
<panel label="Falda" name="Skirt">
<button label="Crear nueva camisa" label_selected="Crear nueva camisa"
name="Create New" />
<button label="Retirar" label_selected="Retirar" name="Take Off" />
<button label="Guardar" label_selected="Guardar" name="Save" />
<button label="Guardar como" label_selected="Guardar como" name="Save As" />
<button label="Revertir" label_selected="Revertir" name="Revert" />
<text type="string" length="1" name="title">
[DESC]
</text>
<text type="string" length="1" name="title_no_modify">
[DESC]: no puede modificar
</text>
<text type="string" length="1" name="title_loading">
[DESC]: cargando...
</text>
<text type="string" length="1" name="title_not_worn">
[DESC]: no usado
</text>
<text type="string" length="1" name="path">
Localizado en [PATH]
</text>
<text type="string" length="1" name="not worn instructions">
Ponga una nueva falda arrastrando una de su inventario
hacia su avatar. O entonces, usted puede crear una nueva falda desde el inicio
y usarla.
</text>
<text type="string" length="1" name="no modify instructions">
Usted no tiene permiso para modificar este ítem.
</text>
<color_swatch label="Color/Tono" name="Color/Tint"
tool_tip="Haga clic para abrir la selección de color" />
<texture_picker label="Tejido" name="Fabric" tool_tip="Haga clic para elegir una figura" />
</panel>
</tab_container>
<button label="Hacer vestuario" label_selected="Hacer vestuario" name="Make Outfit" />
<button label="Guardar Tudo" label_selected="Guardar Tudo" name="Save All" />
<button label="Cerrar" label_selected="Cerrar" name="Close" />
</floater>
|