blob: 23fa1a41a6906ea89269e040e69012e746026c39 (
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="COLLISIONI, SPINTE E COLPI">
<string name="none_detected">
Nessuno rilevato
</string>
<string name="bump">
[TIME] [FIRST] [LAST] ti ha urtato
</string>
<string name="llpushobject">
[TIME] [FIRST] [LAST] ti ha spinto per mezzo di uno script
</string>
<string name="selected_object_collide">
[TIME] [FIRST] [LAST] ti ha colpito con un oggetto
</string>
<string name="scripted_object_collide">
[TIME] [FIRST] [LAST] ti ha colpito con un oggetto scriptato
</string>
<string name="physical_object_collide">
[TIME] [FIRST] [LAST] ti ha colpito con un oggetto fisico
</string>
</floater>
|