blob: 7bad6dd281bc7a800c0b69842d1f8253eef6a2b4 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Czat/IM" name="chat">
<text type="string" length="1" name="text_box">
Rozmiar Czcionki Czatu:
</text>
<radio_group name="chat_font_size">
<radio_item type="string" length="1" name="radio">
Mała
</radio_item>
<radio_item type="string" length="1" name="radio2">
Średnia
</radio_item>
<radio_item type="string" length="1" name="radio3">
Duża
</radio_item>
</radio_group>
<text type="string" length="1" name="text_box2">
Kolor Czatu:
</text>
<color_swatch label="Ty" name="user" />
<color_swatch label="Inni" name="agent" />
<color_swatch label="IM" name="im" />
<color_swatch label="System" name="system" />
<color_swatch label="Błędy" name="script_error" />
<color_swatch label="Obiekty" name="objects" />
<color_swatch label="Szef" name="owner" />
<color_swatch label="Chmurka" name="background" />
<color_swatch label="Linki" name="links" />
<text type="string" length="1" name="text_box8">
Błędy Skryptu:
</text>
<check_box label="Pokazuj ostrzeżenia i błędy skryptu w czacie" name="script_errors_as_chat" />
<text type="string" length="1" name="text_box3">
Konsola Czatu:
</text>
<spinner label="Zamykaj czat w" name="fade_chat_time" />
<text type="string" length="1" name="text_box4">
(sekund)
</text>
<text type="string" length="1" name="text_box5">
(linii)
</text>
<slider label="Przezroczystość" name="console_opacity" />
<check_box label="Używaj pełnej szerokość ekranu (restart wymagany)" name="chat_full_width_check" />
<text type="string" length="1" name="text_box6">
Ustawienia Czatu:
</text>
<check_box label="Zamknij panel czatu po naciśnięciu Wróć" name="close_chat_on_return_check" />
<check_box label="Strzałki sterują awatarem podczas czatu" name="arrow_keys_move_avatar_check" />
<check_box label="Pokazuj czas w czacie" name="show_timestamps_check" />
<check_box label="Używaj animacji podczas pisania" name="play_typing_animation" />
<text type="string" length="1" name="text_box7">
Czat z Chmurkami:
</text>
<check_box label="Pokazuj chmurki w czacie" name="bubble_text_chat" />
<slider label="Przezroczystość" name="bubble_chat_opacity" />
</panel>
|