blob: d05a3c246a6f11fea7c8cf4c224c141f851911e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="modal container" title="">
<button label="Kontynuuj" label_selected="Kontynuuj" name="Continue" />
<button label="Anuluj" label_selected="Anuluj" name="Cancel" />
<check_box label="Zgadzam się na Warunki Serwisu (Terms of Service)" name="agree_chk" />
<text name="tos_heading">
Proszę dokładnie przeczytać następujące Warunki Serwisu (Terms of Service). Musisz
zaakceptować umową żeby kontynuować logowanie do Second Life.
</text>
<text_editor name="tos_text">
TOS_TEXT
</text_editor>
<string name="real_url">
http://secondlife.com/app/tos/
</string>
</floater>
|