blob: a482fa99d033e19e4400b36e53c6f0b9389c2954 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Chat écrit" name="chat">
<text name="font_size">
Taille de la police :
</text>
<radio_group name="chat_font_size">
<radio_item label="Petite" name="radio" value="0"/>
<radio_item label="Moyenne" name="radio2" value="1"/>
<radio_item label="Grande" name="radio3" value="2"/>
</radio_group>
<text name="font_colors">
Couleurs de police :
</text>
<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 et des IM en texte brut" name="plain_text_chat_history"/>
<text name="show_ims_in_label">
Afficher les IM dans :
</text>
<text name="requires_restart_label">
(redémarrage requis)
</text>
<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="Onglets" name="radio2" value="1"/>
</radio_group>
<check_box label="Utiliser la traduction automatique lors des chats (fournie par Google)" name="translate_chat_checkbox"/>
<text name="translate_language_text">
Traduire le chat en :
</text>
<combo_box name="translate_language_combobox">
<combo_box.item label="Choix par défaut" name="System Default Language"/>
<combo_box.item label="English (Anglais)" name="English"/>
<combo_box.item label="Dansk (Danois)" name="Danish"/>
<combo_box.item label="Deutsch (Allemand)" name="German"/>
<combo_box.item label="Español (Espagnol)" name="Spanish"/>
<combo_box.item label="Français" name="French"/>
<combo_box.item label="Italiano (Italien)" name="Italian"/>
<combo_box.item label="Magyar (Hongrois)" name="Hungarian"/>
<combo_box.item label="Nederlands (Néerlandais)" name="Dutch"/>
<combo_box.item label="Polski (Polonais)" name="Polish"/>
<combo_box.item label="Português (Portugais)" name="Portugese"/>
<combo_box.item label="Русский (Russe)" name="Russian"/>
<combo_box.item label="Türkçe (Turc)" name="Turkish"/>
<combo_box.item label="Українська (Ukrainien)" name="Ukrainian"/>
<combo_box.item label="中文 (简体) (Chinois)" name="Chinese"/>
<combo_box.item label="日本語 (Japonais)" name="Japanese"/>
<combo_box.item label="한국어 (Coréen)" name="Korean"/>
</combo_box>
</panel>
|