blob: ed43e936880a77418561b9d6da35b1d13b17a716 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_bumps" title="Choques, empujones, e impactos">
<text name="none_detected">
No se han detectado
</text>
<text name="bump">
[TIME] [FIRST] [LAST] ha chocado con usted
</text>
<text name="llpushobject">
[TIME] [FIRST] [LAST] le ha empujado con un script
</text>
<text name="selected_object_collide">
[TIME] [FIRST] [LAST] ha hecho que un objeto impacte con usted
</text>
<text name="scripted_object_collide">
[TIME] [FIRST] [LAST] ha hecho que un objeto con script impacte con usted
</text>
<text name="physical_object_collide">
[TIME] [FIRST] [LAST] ha hecho que un objeto material impacte con usted
</text>
</floater>
|