blob: 25a8e3b6d49064b1d0e48b09b907d927f8c7f297 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Chat écrit" name="chat">
<radio_group name="chat_font_size">
<radio_item label="Moins" name="radio" value="0"/>
<radio_item label="Moyenne" name="radio2" value="1"/>
<radio_item label="Plus" name="radio3" value="2"/>
</radio_group>
<color_swatch label="Vous" name="user"/>
<text name="text_box1">
Moi
</text>
<color_swatch label="Avatars" name="agent"/>
<text name="text_box2">
Avatars
</text>
<color_swatch label="IM" name="im"/>
<text name="text_box3">
IM
</text>
<color_swatch label="Système" name="system"/>
<text name="text_box4">
Système
</text>
<color_swatch label="Erreurs de script" name="script_error"/>
<text name="text_box5">
Erreurs de script
</text>
<color_swatch label="Objets" name="objects"/>
<text name="text_box6">
Objets
</text>
<color_swatch label="Propriétaire" name="owner"/>
<text name="text_box7">
Propriétaire
</text>
<color_swatch label="URL" name="links"/>
<text name="text_box9">
URL
</text>
<check_box initial_value="true" label="Jouer l'animation clavier quand vous écrivez" name="play_typing_animation"/>
<check_box label="M'envoyer les IM par e-mail une fois déconnecté" name="send_im_to_email"/>
<check_box label="Activer l'historique des chats en texte brut" name="plain_text_chat_history"/>
<radio_group name="chat_window" tool_tip="Afficher vos messages instantanés dans plusieurs fenêtres ou dans une seule fenêtre avec plusieurs onglets (redémarrage requis)">
<radio_item label="Plusieurs fenêtres" name="radio" value="0"/>
<radio_item label="Une fenêtre" name="radio2" value="1"/>
</radio_group>
</panel>
|