summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_buy_currency.xml
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2008-07-22 19:01:52 +0000
committerSteven Bennetts <steve@lindenlab.com>2008-07-22 19:01:52 +0000
commit0c0391cc7114bd2e9e4462c40e88814326f61bc2 (patch)
tree2906124fe8371b6336e6f7231cd890d267a75d6d /indra/newview/skins/default/xui/fr/floater_buy_currency.xml
parented386ae547c225e352c39e8d14921572ee534b0b (diff)
QAR-758 1.20 Viewer RC 12, 13, 14, 15 -> Release
merge Branch_1-20-14-Viewer-merge -> release Includes Branch_1-20-Viewer-2 through 92456
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.xml62
1 files changed, 62 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..e43b3b0248
--- /dev/null
+++ b/indra/newview/skins/default/xui/fr/floater_buy_currency.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<floater name="buy currency" title="Acheter des devises">
+ <text name="info_buying">
+ Achat de devises :
+ </text>
+ <text name="info_cannot_buy">
+ Achat actuellement impossible :
+ </text>
+ <text name="info_need_more">
+ Il vous faut plus de devises :
+ </text>
+ <text name="error_message">
+ Quelque chose ne tourne pas rond.
+ </text>
+ <button label="Visiter le site" name="error_web" />
+ <text name="contacting">
+ Connexion avec LindeX en cours...
+ </text>
+ <text name="buy_action_unknown">
+ Acheter des L$ sur le marché de devises LindeX
+ </text>
+ <text name="buy_action">
+ [NAME] L$ [PRICE]
+ </text>
+ <text name="currency_action">
+ Acheter des L$
+ </text>
+ <line_editor name="currency_amt">
+ 1234
+ </line_editor>
+ <text name="currency_est">
+ pour environ US$ [USD]
+ </text>
+ <text name="balance_label">
+ Vous avez actuellement
+ </text>
+ <text name="balance_amount">
+ L$ [AMT]
+ </text>
+ <text name="buying_label">
+ Vous achetez
+ </text>
+ <text name="buying_amount">
+ L$ [AMT]
+ </text>
+ <text name="total_label">
+ Votre solde sera
+ </text>
+ <text name="total_amount">
+ L$ [AMT]
+ </text>
+ <text name="purchase_warning_repurchase">
+ Confirmer cette acquisition n&apos;entraîne que l&apos;achat de devises.
+Vous devrez répéter l&apos;opération.
+ </text>
+ <text name="purchase_warning_notenough">
+ Achat de devises insuffisant.
+Veuillez saisir un montant supérieur.
+ </text>
+ <button label="Acquérir" name="buy_btn" />
+ <button label="Annuler" name="cancel_btn" />
+</floater>