blob: f0e1fd70c47fb943809ab3e38c426942da52237a (
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
|
<?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="IMログにタイムスタンプを表示"
name="log_instant_messages_timestamp" />
<check_box label="チャットを記録" name="log_chat" />
<check_box label="最後のIM会話の末尾を表示" name="log_show_history" />
<check_box label="チャットログにタイムスタンプを表示"
name="log_chat_timestamp" />
<check_box label="チャットログに受信IMを表示" name="log_chat_IM" />
<check_box label="タイムスタンプに日付を加える" name="log_date_timestamp" />
<button label="パス変更" label_selected="パス変更" name="log_path_button" />
<text type="string" length="1" name="text_box3">
ログインオプション:
</text>
</panel>
|