summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/floater_tos.xml
blob: 6047b64aa8887cf34535e15ab99fe8ddc2818201 (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">
			Yo Rechazo los Términos de Servicio
		</radio_item>
		<radio_item name="radio_agree">
			Yo Acepto los Términos de Servicio
		</radio_item>
	</radio_group>
	<text name="tos_title">
		Términos del Acuerdo de Servicio
	</text>
	<text name="tos_heading">
		Por favor, lea el Término de Servicio con cuidado. Para continuar a registrarse en Second Life,
debe aceptar el acuerdo.
	</text>
	<text_editor name="tos_text">
		TOS_TEXT
	</text_editor>
	<text name="real_url">
		http://secondlife.com/app/tos/
	</text>
</floater>