summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_customize.xml
blob: 189c498bea4ed6847fd7c921a977e1f26bc874be (plain)
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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="floater customize" title="Wygląd">
	<tab_container name="customize tab container">
		<panel label="Części Ciała" name="body_parts_placeholder" />
		<panel label="Kształt" name="Shape">
			<button label="Wróć" label_selected="Wróć" name="Revert" />
			<button label="Ciało" label_selected="Ciało" name="Body" />
			<button label="Głowa" label_selected="Głowa" name="Head" />
			<button label="Oczy" label_selected="Oczy" name="Eyes" />
			<button label="Uszy" label_selected="Uszy" name="Ears" />
			<button label="Nos" label_selected="Nos" name="Nose" />
			<button label="Usta" label_selected="Usta" name="Mouth" />
			<button label="Broda " label_selected="Broda" name="Chin" />
			<button label="Tułów" label_selected="Tułów" name="Torso" />
			<button label="Nogi" label_selected="Nogi" name="Legs" />
			<radio_group name="sex radio">
				<radio_item type="string" length="1" name="radio">
					Kobieta
				</radio_item>
				<radio_item type="string" length="1" name="radio2">
					Mężczyzna
				</radio_item>
			</radio_group>
			<button label="Losowe" label_selected="Losowe" name="Randomize" />
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: zabroniona modyfikacja
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nowy kształt poprzez przeciągnięcie go ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własny kształt 
z plików roboczych. --&gt; (Kliknij na Nowy Kształt)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tego kształtu.
			</text>
			<button label="Nowy Kształt" label_selected="Nowy Kształt" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
		</panel>
		<panel label="Skórka" name="Skin">
			<button label="Kolor Skórki" label_selected="Kolor Skórki" name="Skin Color" />
			<button label="Detale Twarzy" label_selected="Detale Twarzy" name="Face Detail" />
			<button label="Makijaż" label_selected="Makijaż" name="Makeup" />
			<button label="Detale Ciała" label_selected="Detale Ciała" name="Body Detail" />
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikacja zabroniona
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nową skórkę poprzez przeciągnięcie jej ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własną skórkę 
z plików roboczych. --&gt; (Kliknij na Nowa Skórka)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tej skórki.
			</text>
			<texture_picker label="Tatuaże Głowy" name="Head Tattoos"
			     tool_tip="Kliknij by wybrać teksturę" />
			<texture_picker label="Tatuaże Górne" name="Upper Tattoos"
			     tool_tip="Kliknij by wybrać teksturę" />
			<texture_picker label="Tatuaże Dolne" name="Lower Tattoos"
			     tool_tip="Kliknij by wybrać teksturę" />
			<button label="Losowe" label_selected="Losowe" name="Randomize" />
			<button label="Nowa Skórka" label_selected="Nowa Skórka" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
		</panel>
		<panel label="Włosy" name="Hair">
			<button label="Kolor" label_selected="Kolor" name="Color" />
			<button label="Styl" label_selected="Styl" name="Style" />
			<button label="Brwi" label_selected="Brwi" name="Eyebrows" />
			<button label="Twarzy" label_selected="Twarzy" name="Facial" />
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikacja zabroniona
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nowe włosy poprzez przeciągnięcie ich ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własne włosy 
z plików roboczych. --&gt; (Kliknij na Nowe Włosy)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tych włosów.
			</text>
			<texture_picker label="Tekstura" name="Texture" tool_tip="Kliknij by wybrać teksturę" />
			<button label="Losowe" label_selected="Losowe" name="Randomize" />
			<button label="Nowe Włosy" label_selected="Nowe Włosy" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
		</panel>
		<panel label="Oczy" name="Eyes">
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikacja zabroniona
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nowe oczy poprzez przeciągnięcie ich ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własne oczy 
z plików roboczych. --&gt; (Kliknij na Nowe Oczy)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tych oczów.
			</text>
			<texture_picker label="Tęczówka" name="Iris" tool_tip="Kliknij by wybrać teksturę" />
			<button label="Losowe" label_selected="Losowe" name="Randomize" />
			<button label="Nowe Oczy" label_selected="Nowe Oczy" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
		</panel>
		<panel label="Ubrania" name="clothes_placeholder" />
		<panel label="Koszula" name="Shirt">
			<texture_picker label="Materiał" name="Fabric" tool_tip="Kliknij by wybrać teksturę" />
			<color_swatch label="Kolor/Barwa" name="Color/Tint" tool_tip="Kliknij by wybrać kolor" />
			<button label="Nowa Koszula" label_selected="Nowa Koszula" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikowanie zabronione
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nową koszulę poprzez przeciągnięcie jej ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własną koszulę 
z plików roboczych. --&gt; (Kliknij na Nowa Koszula)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tej koszuli.
			</text>
		</panel>
		<panel label="Spodnie" name="Pants">
			<texture_picker label="Materiał" name="Fabric" tool_tip="Kliknij tutaj by wybrać teksturę" />
			<color_swatch label="Kolor/Barwa" name="Color/Tint" tool_tip="Kliknij by wybrać kolor" />
			<button label="Nowe Spodnie" label_selected="Nowe Spodnie" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikcja zabroniona
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nowe spodnie poprzez przeciągnięcie ich ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własne spodnie 
z plików roboczych. --&gt; (Kliknij na Nowe Spodnie)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tych spodni.
			</text>
		</panel>
		<panel label="Buty" name="Shoes">
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikacja zabroniona
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładwanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nowe buty poprzez przeciągnięcie ich ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własne buty 
z plików roboczych. --&gt; (Kliknij na Nowe Buty)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tych butów.
			</text>
			<texture_picker label="Materiał" name="Fabric" tool_tip="Kliknij by wybrać teksturę" />
			<color_swatch label="Kolor/Barwa" name="Color/Tint" tool_tip="Kliknij by wybrać kolor" />
			<button label="Nowe Buty" label_selected="Nowe Buty" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
		</panel>
		<panel label="Skarpety" name="Socks">
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikacja zabroniona
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nowe skarpety poprzez przeciągnięcie ich ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własne skarpety 
z plików roboczych. --&gt; (Kliknij na Nowe Skarpety)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tych skarpet.
			</text>
			<texture_picker label="Materiał" name="Fabric" tool_tip="Kliknij by wybrać teksturę" />
			<color_swatch label="Kolor/Barwa" name="Color/Tint" tool_tip="Kliknij by wybrać kolor" />
			<button label="Nowe Skarpety" label_selected="Nowe Skarpety" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
		</panel>
		<panel label="Kurtka" name="Jacket">
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikacja zabroniona
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nową kurtkę poprzez przeciągnięcie jej ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własną kurtkę 
z plików roboczych. --&gt; (Kliknij na Nowa Kurtka)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tej kurtki.
			</text>
			<texture_picker label="Górny Materiał" name="Upper Fabric" tool_tip="Kliknij by wybrać teksturę" width="76"/>
			<texture_picker label="Dolny Materiał" name="Lower Fabric" tool_tip="Kliknij by wybrać kolor" width="76"/>
			<color_swatch label="Kolor/Barwa" name="Color/Tint" tool_tip="Kliknij by wybrać kolor" width="76"/>
			<button label="Nowa Kurtka" label_selected="Nowa Kurtka" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
		</panel>
		<panel label="Rękawiczki" name="Gloves">
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikacja zabroniona
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nowe rękawiczki poprzez przeciągnięcie ich ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własne rękawiczki 
z plików roboczych. --&gt; (Kliknij na Nowe Rękawiczki)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tych rękawiczek
			</text>
			<texture_picker label="Materiał" name="Fabric" tool_tip="Kliknij by wybrać teksturę" />
			<color_swatch label="Kolor/Barwa" name="Color/Tint" tool_tip="Kliknij by wybrać kolor" />
			<button label="Nowe Rękawiczki" label_selected="Nowe Rękawiczki" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
		</panel>
		<panel label="Podkoszulek" name="Undershirt">
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikacja zabroniona
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nowy podkoszulek poprzez przeciągnięcie ich ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własny podkoszulek 
z plików roboczych. --&gt; (Kliknij na Nowy Podkoszulek)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tego podkoszulka.
			</text>
			<texture_picker label="Materiał" name="Fabric" tool_tip="Kliknij by wybrać teksturę" />
			<color_swatch label="Kolor/Barwa" name="Color/Tint" tool_tip="Kliknij by wybrać kolor" />
			<button label="Nowy Podkoszulek" label_selected="Nowy Podkoszulek" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
		</panel>
		<panel label="Bielizna" name="Underpants">
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikacja zabroniona
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nową bieliznę poprzez przeciągnięcie jej ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własną bieliznę 
z plików roboczych. --&gt; (Kliknij na Nowa Bielizna)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tej bielizny.
			</text>
			<texture_picker label="Materiał" name="Fabric" tool_tip="Kliknij by wybrać teksturę" />
			<color_swatch label="Kolor/Barwa" name="Color/Tint" tool_tip="Kliknij by wybrać kolor" />
			<button label="Nowa Bielizna" label_selected="Nowa Bielizna" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
		</panel>
		<panel label="Spódnica" name="Skirt">
			<text type="string" length="1" name="title">
				[DESC]
			</text>
			<text type="string" length="1" name="title_no_modify">
				[DESC]: modyfikacja zabroniona
			</text>
			<text type="string" length="1" name="title_loading">
				[DESC]: ładowanie...
			</text>
			<text type="string" length="1" name="title_not_worn">
				[DESC]: niezałożone
			</text>
			<text type="string" length="1" name="path">
				Zapisane w [PATH]
			</text>
			<text type="string" length="1" name="not worn instructions">
				Załóż nową spódnicę poprzez przeciągnięcie jej ze swojego inwentarza 
na awatara. Alternatywnie, możesz także stworzyć własną spódnicę 
z plików roboczych. --&gt; (Kliknij na Nowa Spódnica)
			</text>
			<text type="string" length="1" name="no modify instructions">
				Nie posiadasz prawa do modyfikowania tej spódnicy.
			</text>
			<texture_picker label="Materiał" name="Fabric" tool_tip="Kliknij by wybrać teksturę" />
			<color_swatch label="Kolor/Barwa" name="Color/Tint" tool_tip="Kliknij by wybrać kolor" />
			<button label="Nowa Spódnica" label_selected="Nowa Spódnica" name="Create New" />
			<button label="Zdejmij" label_selected="Zdejmij" name="Take Off" />
			<button label="Zapisz" label_selected="Zapisz" name="Save" />
			<button label="Zapisz Jako" label_selected="Zapisz Jako" name="Save As" />
			<button label="Wróć" label_selected="Wróć" name="Revert" />
		</panel>
	</tab_container>
	<button label="Zamknij" label_selected="Zamknij" name="Close" />
	<button label="Zapisz Wygląd" label_selected="Zapisz Wygląd" name="Save All" />
	<button label="Stwórz Ubranie" label_selected="Stwórz Ubranie" name="Make Outfit" />
</floater>