blob: f34edf149e57319e9d9e8b408751f53b4ae11ad3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Ventanas emergentes" name="popups" title="Ventanas emergentes">
<text name="tell_me_label">
Avisarme:
</text>
<check_box label="Cuando gaste o consiga L$" name="notify_money_change_checkbox"/>
<check_box label="Cuando mis amigos se conecten o desconecten" name="friends_online_notify_checkbox"/>
<text name="show_label" width="300">
Mostrar siempre:
</text>
<text name="dont_show_label">
No mostrar nunca:
</text>
</panel>
|