blob: 6b4a2b24a1713c0e1fdc7f5bf5296f129ea451aa (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Otoczenie" name="panel_env_info">
<text name="water_settings_title">
Wybierz ustawienia wody i nieba/dnia jakie mają widzieć goście w Twoim regionie. Więcej
</text>
<radio_group name="region_settings_radio_group">
<radio_item label="Domyślne Second Life" name="use_sl_default_settings" />
<radio_item label="Używaj poniższych" name="use_my_settings" />
</radio_group>
<panel name="user_environment_settings">
<text name="water_settings_title">
Ustaw wodę
</text>
<combo_box name="water_settings_preset_combo">
<combo_box.item label="-Wybierz ustawienie-" name="item0" />
</combo_box>
<text name="sky_dayc_settings_title">
Cykl dnia/niebo
</text>
<radio_group name="sky_dayc_settings_radio_group">
<radio_item label="Stałe niebo" name="my_sky_settings" />
<radio_item label="Cykl dnia" name="my_dayc_settings" />
</radio_group>
<combo_box name="sky_settings_preset_combo">
<combo_box.item label="-Wybierz ustawienie-" name="item0" />
</combo_box>
<combo_box name="dayc_settings_preset_combo">
<combo_box.item label="-Wybierz ustawienie-" name="item0" />
</combo_box>
</panel>
<button label="Zastosuj" name="apply_btn" />
<button label="Anuluj" name="cancel_btn" />
</panel>
|