aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/pt/floater_buy_currency.xml
blob: 8151443dc39bbe2e216c605606b54a73f460159e (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="buy currency" title="Comprar moeda">
	<text name="info_buying">
		Comprando moeda:
	</text>
	<text name="info_cannot_buy">
		Não foi possível comprar agora:
	</text>
	<text name="info_need_more">
		Você precisa de mais moeda:
	</text>
	<text name="error_message">
		Algo não está certo.
	</text>
	<button label="Ir para o site" name="error_web" />
	<text name="contacting">
		Contatando LindeX...
	</text>
	<text name="buy_action_unknown">
		Comrpar L$ no atual câmbio LindeX
	</text>
	<text name="buy_action">
		[NAME] L$ [PRICE]
	</text>
	<text name="currency_action">
		Comprar L$
	</text>
	<line_editor name="currency_amt">
		1234
	</line_editor>
	<text name="currency_est">
		por aproximadamente US$ [USD]
	</text>
	<text name="balance_label">
		Você tem
	</text>
	<text name="balance_amount">
		L$ [AMT]
	</text>
	<text name="buying_label">
		Você está comprando
	</text>
	<text name="buying_amount">
		L$ [AMT]
	</text>
	<text name="total_label">
		Seu balanço será
	</text>
	<text name="total_amount">
		L$ [AMT]
	</text>
	<text name="purchase_warning_repurchase">
		Confirmar esta compra somente compra a moeda.
Você precisará repetir a operação novamente.
	</text>
	<text name="purchase_warning_notenough">
		Você não está comprando moeda suficiente.
Aumente a quantia para comprar.
	</text>
	<button label="Comprar" name="buy_btn" />
	<button label="Cancelar" name="cancel_btn" />
</floater>