blob: 85cd958f498625e2cb0ebb4bd6c5fc5e466a77b9 (
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="Pop-ups" name="popups" title="Pop-ups">
<text name="tell_me_label">
Me prévenir :
</text>
<check_box label="Quand je dépense des L$" name="notify_money_spend_checkbox"/>
<check_box label="Quand mes amis se connectent ou se déconnectent" name="friends_online_notify_checkbox"/>
<check_box label="Quand je reçois des L$" name="notify_money_received_checkbox"/>
<text name="show_label">
Toujours afficher :
</text>
<text name="dont_show_label">
Ne jamais afficher :
</text>
</panel>
|