blob: 23e44da1fa06faa31b22f5c9efbb98e38f446b35 (
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="ZDERZENIA, POPCHNIĘCIA, UDERZENIA">
<floater.string name="none_detected">
Brak
</floater.string>
<floater.string name="bump">
[TIME] [NAME] zderzył/a się z Tobą
</floater.string>
<floater.string name="llpushobject">
[TIME] [NAME] popchnął/ęła Cię swoim skryptem
</floater.string>
<floater.string name="selected_object_collide">
[TIME] [NAME] uderzył/a Cię obiektem
</floater.string>
<floater.string name="scripted_object_collide">
[TIME] [NAME] uderzył/a Cię skryptowanym obiektem
</floater.string>
<floater.string name="physical_object_collide">
[TIME] [NAME] uderzył/a Cię fizycznym obiektem
</floater.string>
</floater>
|