summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/floater_pay.xml
blob: 8cce1fe9b7e709d783230fb79f77c716978efc54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Give Money" title="">
	<button label="1 L$" label_selected="1 L$" name="fastpay 1"/>
	<button label="5 L$" label_selected="5 L$" name="fastpay 5"/>
	<button label="10 L$" label_selected="10 L$" name="fastpay 10"/>
	<button label="20 L$" label_selected="20 L$" name="fastpay 20"/>
	<button label="Pagar" label_selected="Pagar" name="pay btn"/>
	<button label="Cancelar" label_selected="Cancelar" name="cancel btn"/>
	<text length="1" name="payee_label" type="string">
		Pagar al residente:
	</text>
	<text length="1" name="payee_name" type="string">
		[FIRST] [LAST]
	</text>
	<text length="1" name="fastpay text" type="string">
		Pago rápido:
	</text>
	<text length="1" name="amount text" type="string">
		Cantidad:
	</text>
</floater>