blob: 692ea4cd8428561881b7af09148d9bdc6a0a011a (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="コミュニケーション" name="im">
<text type="string" length="1" name="text_box">
オンライン状態:
</text>
<check_box label="オンライン・ステータスをフレンドにのみ見せる"
name="online_visibility" />
<text type="string" length="1" name="text_box2">
IMオプション:
</text>
<text name="log_in_to_change">
変更時にログイン
</text>
<check_box label="IMを電子メール([EMAIL])へ送信" name="send_im_to_email" />
<check_box label="チャット履歴にIMを含める" name="include_im_in_chat_history" />
<check_box label="IMにタイムスタンプを表示" name="show_timestamps_check" />
<check_box label="IMを記録" name="log_instant_messages" />
<check_box label="チャットを記録" name="log_chat" />
<check_box label="最後のIM会話の末尾を表示" name="log_show_history" />
<button label="パス変更" label_selected="パス変更" name="log_path_button" />
<text type="string" length="1" name="text_box3">
ビジー・モード応答:
</text>
</panel>
|