blob: b487bab6caccb1453c343180a94228378bb29884 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Communication" name="im">
<text type="string" length="1" name="text_box">
Online Status in Search:
</text>
<check_box label="Show Online Status in Search" name="directory_visibility" />
<text type="string" length="1" name="text_box2">
Opções de MI:
</text>
<text name="log_in_to_change">
faça login para mudar
</text>
<check_box label="Enviar MI para email ([EMAIL])" name="send_im_to_email" />
<check_box label="Incluir MI no histórico de bate-papo" name="include_im_in_chat_history" />
<check_box label="Mostrar data/hora na MI" 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_box3">
Resposta do modo ocupado:
</text>
</panel>
|