blob: 212880df55492492b4c184d99a6f0a44ffa0fdd2 (
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">
<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">
總是顯示:
</text>
<text name="dont_show_label">
絕不顯示:
</text>
</panel>
|