blob: 4c2906cc1870962c7d7f5c29202c24f775dcfd59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="ポップアップ" name="popups" title="ポップアップ">
<text name="tell_me_label">
知らせる:
</text>
<check_box label="L$ を使用する場合" name="notify_money_spend_checkbox"/>
<check_box label="フレンドがログイン・ログアウトするとき" name="friends_online_notify_checkbox"/>
<check_box label="L$ を手に入れる場合" name="notify_money_received_checkbox"/>
<text name="show_label" width="300">
常に表示するメッセージ:
</text>
<text name="dont_show_label">
表示しないメッセージ:
</text>
</panel>
|