blob: b9a146df22dffafcda5e9f0bb2c94c8c2b992783 (
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>
|