diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-05-11 21:01:19 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-05-11 21:01:19 +0000 |
commit | bafb150f24bd68e20a20ea87c59ed32053a3257f (patch) | |
tree | 7b690ab48201f2a5a5d140b0b5b3d1479318aa74 /indra/newview/skins/default/xui/es/floater_buy_currency.xml | |
parent | cc92525b0df952659102d2e5adcc4140fea7f371 (diff) |
Switch the XML file line endings to native.
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 | 136 |
1 files changed, 68 insertions, 68 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 index 5b37713d4c..03a6d511ab 100644 --- a/indra/newview/skins/default/xui/es/floater_buy_currency.xml +++ b/indra/newview/skins/default/xui/es/floater_buy_currency.xml @@ -1,68 +1,68 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<floater name="buy currency" title="Comprar dinero">
- <text name="info_buying">
- Comprando dinero:
- </text>
- <text name="info_cannot_buy">
- No puede comprar en este momento:
- </text>
- <text name="info_need_more">
- Necesita más dinero:
- </text>
- <text name="error_message">
- Algo no va bien.
- </text>
- <button label="Ir al sitio web" name="error_web"/>
- <text name="contacting">
- Contactando con el LindeX...
- </text>
- <text name="buy_action_unknown">
- Comprar L$ en el sistema LindeX de cambio de moneda
- </text>
- <text name="buy_action">
- [NAME] [PRICE] L$
- </text>
- <text name="currency_action">
- Comprar L$
- </text>
- <line_editor name="currency_amt">
- 1234
- </line_editor>
- <text name="currency_est">
- por, aprox., [USD] US$
- </text>
- <text name="getting_data">
- Obteniendo los datos...
- </text>
- <text name="balance_label">
- Actualmente, tiene
- </text>
- <text name="balance_amount">
- [AMT] L$
- </text>
- <text name="buying_label">
- Está comprando
- </text>
- <text name="buying_amount">
- [AMT] L$
- </text>
- <text name="total_label">
- Su saldo será de
- </text>
- <text name="total_amount">
- [AMT] L$
- </text>
- <text name="purchase_warning_repurchase">
- Confirmando esta compra sólo compra la moneda.
-Tendrá que intentar de nuevo la operación.
- </text>
- <text name="purchase_warning_notenough">
- No está comprando dinero suficiente.
-Aumente la cantidad a comprar.
- </text>
- <button label="Cancelar" name="cancel_btn"/>
- <button label="Comprar" name="buy_btn"/>
- <string name="buy_currency">
- Comprar L$ [LINDENS] por, aprox., [USD] U$D
- </string>
-</floater>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="buy currency" title="Comprar dinero"> + <text name="info_buying"> + Comprando dinero: + </text> + <text name="info_cannot_buy"> + No puede comprar en este momento: + </text> + <text name="info_need_more"> + Necesita más dinero: + </text> + <text name="error_message"> + Algo no va bien. + </text> + <button label="Ir al sitio web" name="error_web"/> + <text name="contacting"> + Contactando con el LindeX... + </text> + <text name="buy_action_unknown"> + Comprar L$ en el sistema LindeX de cambio de moneda + </text> + <text name="buy_action"> + [NAME] [PRICE] L$ + </text> + <text name="currency_action"> + Comprar L$ + </text> + <line_editor name="currency_amt"> + 1234 + </line_editor> + <text name="currency_est"> + por, aprox., [USD] US$ + </text> + <text name="getting_data"> + Obteniendo los datos... + </text> + <text name="balance_label"> + Actualmente, tiene + </text> + <text name="balance_amount"> + [AMT] L$ + </text> + <text name="buying_label"> + Está comprando + </text> + <text name="buying_amount"> + [AMT] L$ + </text> + <text name="total_label"> + Su saldo será de + </text> + <text name="total_amount"> + [AMT] L$ + </text> + <text name="purchase_warning_repurchase"> + Confirmando esta compra sólo compra la moneda. +Tendrá que intentar de nuevo la operación. + </text> + <text name="purchase_warning_notenough"> + No está comprando dinero suficiente. +Aumente la cantidad a comprar. + </text> + <button label="Cancelar" name="cancel_btn"/> + <button label="Comprar" name="buy_btn"/> + <string name="buy_currency"> + Comprar L$ [LINDENS] por, aprox., [USD] U$D + </string> +</floater> |