diff options
author | Richard Linden <none@none> | 2010-02-17 14:37:28 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-02-17 14:37:28 -0800 |
commit | 366aa236f2964855bcb6f8b95f52e8bdad902651 (patch) | |
tree | e87f1e40bd5c4f36b191d1d279aca7fec0b66edc /indra/newview/skins/default/xui/es/floater_buy_currency.xml | |
parent | a383a38b0c1b5ae02cf8b8a3d5e6ccb3924b8766 (diff) |
EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts 1.23s UI
reviewed by Leyla
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, 0 insertions, 66 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 deleted file mode 100644 index 30c4ea965d..0000000000 --- a/indra/newview/skins/default/xui/es/floater_buy_currency.xml +++ /dev/null @@ -1,66 +0,0 @@ -<?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> |