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/es/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/es/floater_buy_currency.xml')
-rw-r--r-- | indra/newview/skins/default/xui/es/floater_buy_currency.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_buy_currency.xml b/indra/newview/skins/default/xui/es/floater_buy_currency.xml new file mode 100644 index 0000000000..30c4ea965d --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_buy_currency.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="buy currency" title="COMPRAR L$"> + <floater.string name="buy_currency"> + Comprar [LINDENS] L$ por, aprox., [LOCALAMOUNT] + </floater.string> + <text left="5" name="info_need_more" right="-5"> + Necesitas más L$ + </text> + <text name="contacting"> + Contactando con el LindeX... + </text> + <text name="info_buying"> + Comprar L$ + </text> + <text name="balance_label"> + Tengo + </text> + <text name="balance_amount"> + [AMT] L$ + </text> + <text name="currency_action" width="50"> + Quiero comprar + </text> + <text name="currency_label"> + L$ + </text> + <line_editor label="L$" left_delta="50" name="currency_amt" width="65"> + 1234 + </line_editor> + <text name="buying_label"> + Al precio de + </text> + <text left_delta="68" name="currency_est" width="138"> + aprox. [LOCALAMOUNT] + </text> + <text name="getting_data"> + Calculando... + </text> + <text name="buy_action"> + [NAME] [PRICE] L$ + </text> + <text name="total_label"> + Mi nuevo saldo será + </text> + <text name="total_amount"> + [AMT] L$ + </text> + <text name="currency_links"> + [http://www.secondlife.com/ método de pago] | [http://www.secondlife.com/ moneda] | [http://www.secondlife.com/my/account/exchange_rates.php tipo de cambio] + </text> + <text name="exchange_rate_note"> + Vuelve a escribir la cantidad para ver el tipo de cambio más reciente. + </text> + <text name="purchase_warning_repurchase" right="-10"> + Confirmando que con esta compra sólo se compran L$, no el objeto. + </text> + <text name="purchase_warning_notenough"> + No estás comprando suficientes L$. Por favor, aumenta la cantidad. + </text> + <button label="Comprar ahora" name="buy_btn"/> + <button label="Cancelar" name="cancel_btn"/> + <text left="5" name="info_cannot_buy" right="-5"> + No se pudo hacer la compra + </text> + <button label="Ir a la web" name="error_web"/> +</floater> |