blob: 5923c52676a2c6cfe7c647a292f5e4b9ce317c5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="htmlfloater" title="">
<button label="Bezár" name="close_btn" />
<button label="Vissza" name="back_btn" />
<button label="Kezdő helyszín" name="home_btn" />
<button label="Előre" name="forward_btn" />
<button label="Menj" name="go_btn" />
<text name="in-world_help_title">
In-World segítség
</text>
<text name="in-world_help_url">
http://www.secondlife.com/app/support/inworld.html
</text>
<text name="additional_help_title">
További segítség
</text>
<text name="additional_help_url">
http://www.secondlife.com/app/support/support.html
</text>
</floater>
|