diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-02-19 11:12:38 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-02-19 11:12:38 +0200 |
commit | 3fb3b9cf217dce42991b288f5caf0266932bef94 (patch) | |
tree | e5a0bb8b7deb4602ab45d8a49793658aeaed3677 /indra/newview/skins/default/xui/nl/floater_buy_currency.xml | |
parent | c4a3bee33562f607bbd56a420bfcb424e00f2f41 (diff) | |
parent | e1c8cd395e8238958a5d2cfdaadaca4046e00811 (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/nl/floater_buy_currency.xml')
-rw-r--r-- | indra/newview/skins/default/xui/nl/floater_buy_currency.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/nl/floater_buy_currency.xml b/indra/newview/skins/default/xui/nl/floater_buy_currency.xml new file mode 100644 index 0000000000..6ee5cc5341 --- /dev/null +++ b/indra/newview/skins/default/xui/nl/floater_buy_currency.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="buy currency" title="KOOP VALUTA"> + <text name="info_buying"> + Valuta kopen + </text> + <text name="info_cannot_buy"> + Kan nu niet kopen + </text> + <text name="info_need_more"> + U heeft meer valuta nodig: + </text> + <text name="error_message"> + Er klopt iets niet. + </text> + <button label="Ga naar website" name="error_web"/> + <text name="contacting"> + Contact maken met Lindex… + </text> + <text name="buy_action_unknown"> + Koop L$ op de LindeX valutabeurs + </text> + <text name="buy_action"> + [NAME] L$ [PRICE] + </text> + <text name="currency_action" width="48"> + Koop L$ + </text> + <line_editor name="currency_amt" left_delta="53" width="75"> + 1234 + </line_editor> + <text name="currency_est" left_delta="80"> + voor ong. [LOCALAMOUNT] + </text> + <text name="getting_data"> + Data ophalen… + </text> + <text name="balance_label"> + U heeft momenteel + </text> + <text name="balance_amount"> + L$ [AMT] + </text> + <text name="buying_label"> + U koopt + </text> + <text name="buying_amount"> + L$ [AMT] + </text> + <text name="total_label"> + Uw saldo zal zijn: + </text> + <text name="total_amount"> + L$ [AMT] + </text> + <text name="purchase_warning_repurchase" right="-8"> + Het bevestigen van deze aankoop zal alleen de valuta +kopen. U dient de bewerking opnieuw uit te voeren. + </text> + <text name="purchase_warning_notenough" right="-8"> + U koopt niet voldoende valuta. +Verhoog de hoeveelheid die gekocht moet worden. + </text> + <button label="Annuleren" name="cancel_btn"/> + <button label="Kopen" name="buy_btn"/> + <string name="buy_currency"> + Koop L$ [LINDENS] voor ong. [LOCALAMOUNT] + </string> +</floater> |