aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/pt/floater_tos.xml
blob: 0cce253f9eb77c6035ecfe6fe423683f8dd337ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="modal container" title=" ">
	<button label="Continuar" label_selected="Continuar" name="Continue" />
	<button label="Cancelar" label_selected="Cancelar" name="Cancel" />
	<radio_group name="tos_agreement">
		<radio_item name="radio_disagree">
			Eu Recuso Os Termos De Serviço
		</radio_item>
		<radio_item name="radio_agree">
			Eu Aceito Os Termos De Serviço
		</radio_item>
	</radio_group>
	<text name="tos_title">
		Termos do Acordo de Serviço
	</text>
	<text name="tos_heading">
		Por favor, leia o Termo de Serviço com cuidado. Para continuar a se logar em Second Life,
você deve aceitar o acordo.
	</text>
	<text_editor name="tos_text">
		TOS_TEXT
	</text_editor>
	<text name="real_url">
		http://secondlife.com/app/tos/
	</text>
</floater>