blob: 941ac7fa8a549c78f59f8498e73fe6c4417e3e06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="IM" name="im">
<text type="string" length="1" name="text_box">
Options IM :
</text>
<text name="log_in_to_change">
identifiez-vous pour modifier
</text>
<check_box label="Envoyer IM vers adresse mail ([EMAIL])" name="send_im_to_email" />
<check_box label="Inclure les IM dans l'historique du chat"
name="include_im_in_chat_history" />
<check_box label="Afficher l'heure d'envoi dans les IM"
name="show_timestamps_check" />
<check_box label="Log Instant Messages" name="log_instant_messages" />
<check_box label="Log Chat" name="log_chat" />
<check_box label="Show end of last IM conversation" name="log_show_history" />
<button label="Change Path" label_selected="Change Path" name="log_path_button" />
<text type="string" length="1" name="text_box2">
Répondeur en mode Occupé :
</text>
</panel>
|