diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-02-18 15:48:56 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-02-18 15:48:56 -0800 |
commit | e0efa1dfa236f8a52a88212298b6e5113ef8f07a (patch) | |
tree | 9a94d26d308981d2070129147b9ba751118bdd76 /indra/newview/skins/default/xui/fr/floater_buy_currency.xml | |
parent | ef9b7c5b36c7521c4519e682aa312c4c25c31c2f (diff) | |
parent | 890ec637d41330a2a91d23b09b6aaaf49738d19a (diff) |
Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_buy_currency.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_buy_currency.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_buy_currency.xml b/indra/newview/skins/default/xui/fr/floater_buy_currency.xml new file mode 100644 index 0000000000..c7437c4603 --- /dev/null +++ b/indra/newview/skins/default/xui/fr/floater_buy_currency.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="buy currency" title="ACHETER DES L$"> + <floater.string name="buy_currency"> + Achetez [LINDENS] L$ pour environ [LOCALAMOUNT] + </floater.string> + <text left="5" name="info_need_more" right="-5"> + Vous avez besoin de plus de L$ + </text> + <text name="contacting"> + En train de contacter +le Lindex... + </text> + <text left="5" name="info_buying"> + Acheter des L$ + </text> + <text name="balance_label"> + J'ai + </text> + <text name="balance_amount"> + [AMT] L$ + </text> + <text name="currency_action"> + Je veux acheter + </text> + <text name="currency_label"> + L$ + </text> + <line_editor label="L$" name="currency_amt" width="65"> + 1234 + </line_editor> + <text name="buying_label"> + Pour + </text> + <text left_delta="68" name="currency_est" width="138"> + environ [LOCALAMOUNT] + </text> + <text name="getting_data" width="138"> + Estimation en cours... + </text> + <text name="buy_action"> + [NAME] L$ [PRICE] + </text> + <text name="total_label"> + Mon nouveau solde sera de + </text> + <text name="total_amount"> + [AMT] L$ + </text> + <text name="currency_links"> + [http://www.secondlife.com/my/account/payment_method_management.php?lang=fr-FR mode de paiement] | [http://www.secondlife.com/my/account/currency.php?lang=fr-FR devise] | [http://www.secondlife.com/my/account/exchange_rates.php?lang=fr-FR taux de change] + </text> + <text name="exchange_rate_note"> + Saisissez à nouveau le montant pour voir le taux de change actuel. + </text> + <text name="purchase_warning_repurchase"> + La confirmation de cet achat n'achète que des L$, pas l'objet. + </text> + <text bottom_delta="16" name="purchase_warning_notenough"> + Vous n'achetez pas assez de L$. Veuillez augmenter le montant. + </text> + <button label="Acheter" name="buy_btn"/> + <button label="Annuler" name="cancel_btn"/> + <text left="5" name="info_cannot_buy" width="200" right="-5"> + Achat impossible + </text> + <button label="Accéder au Web" name="error_web"/> +</floater> |