diff options
author | Kent Quirk <q@lindenlab.com> | 2010-02-18 20:37:37 -0500 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-02-18 20:37:37 -0500 |
commit | 9dbe107f4e547d1aec0a234eaa0e6f83dd987898 (patch) | |
tree | 1638f20fa91e19043e91e303360c98f4676939e4 /indra/newview/skins/default/xui/pt/floater_buy_currency.xml | |
parent | 6b48a59c9994b746a5f1ba2c7d74688ddc6d5215 (diff) |
move base back to default because doing it as a backout was causing merge errors
Diffstat (limited to 'indra/newview/skins/default/xui/pt/floater_buy_currency.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pt/floater_buy_currency.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pt/floater_buy_currency.xml b/indra/newview/skins/default/xui/pt/floater_buy_currency.xml new file mode 100644 index 0000000000..f17c069ecf --- /dev/null +++ b/indra/newview/skins/default/xui/pt/floater_buy_currency.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="buy currency" title="COMPRAR DINHEIRO"> + <text name="info_buying"> + Comprando Dinheiro: + </text> + <text name="info_cannot_buy"> + Não pode comprar agora: + </text> + <text name="info_need_more"> + Você precisa de mais dinheiro: + </text> + <text name="error_message"> + Algo não está certo. + </text> + <button label="Ir para o website" name="error_web"/> + <text name="contacting"> + Contatando LindeX... + </text> + <text name="buy_action_unknown"> + Comprar L$ no câmbio atual da LindeX + </text> + <text name="buy_action"> + [NAME] L$ [PRICE] + </text> + <text name="currency_action" width="60"> + Comprar L$ + </text> + <line_editor name="currency_amt" left_delta="65" width="70"> + 1234 + </line_editor> + <text name="currency_est" left_delta="72"> + por aproxim. [LOCALAMOUNT] + </text> + <text name="getting_data"> + Obtendo dados... + </text> + <text name="balance_label"> + Você tem atualmente + </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 saldo será + </text> + <text name="total_amount"> + L$ [AMT] + </text> + <text name="currency_links"> + [http://www.secondlife.com/my/account/payment_method_management.php?lang=pt-BR payment method] | [http://www.secondlife.com/my/account/currency.php?lang=pt-BR currency] | [http://www.secondlife.com/my/account/exchange_rates.php?lang=pt-BR exchange rate] + </text> + <text name="purchase_warning_repurchase"> + Confirmando esta compra só compra a moeda. +Você precisará tentar novamente a operação. + </text> + <text name="purchase_warning_notenough"> + Você não está comprando moeda suficiente. +Aumente a quantidade de compra. + </text> + <button label="Fechar" name="cancel_btn"/> + <button label="Adquirir" name="buy_btn"/> + <string name="buy_currency"> + Comprar L$ [LINDENS] por aproxim. [LOCALAMOUNT] + </string> +</floater> |