diff options
Diffstat (limited to 'indra/newview/skins/default/xui/zh/floater_buy_currency.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/floater_buy_currency.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/floater_buy_currency.xml b/indra/newview/skins/default/xui/zh/floater_buy_currency.xml new file mode 100644 index 0000000000..bebc17a5cc --- /dev/null +++ b/indra/newview/skins/default/xui/zh/floater_buy_currency.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="buy currency" title="購買 L$"> + <floater.string name="buy_currency"> + Buy L$ [LINDENS] for approx. [LOCALAMOUNT] + </floater.string> + <text name="info_need_more"> + 你需要更多 L$ + </text> + <text name="contacting"> + Contacting LindeX... + </text> + <text name="info_buying"> + 購買 L$ + </text> + <text name="balance_label"> + 我有 + </text> + <text name="balance_amount"> + L$ [AMT] + </text> + <text name="currency_action"> + 我想購買 + </text> + <text name="currency_label"> + L$ + </text> + <line_editor label="L$" name="currency_amt"> + 1234 + </line_editor> + <text name="buying_label"> + For the price + </text> + <text name="currency_est"> + approx. [LOCALAMOUNT] + </text> + <text name="getting_data"> + Estimating... + </text> + <text name="buy_action"> + [ACTION] + </text> + <text name="total_label"> + My new balance will be + </text> + <text name="total_amount"> + L$ [AMT] + </text> + <text name="currency_links"> + [http://www.secondlife.com/my/account/payment_method_management.php payment method] | [http://www.secondlife.com/my/account/currency.php currency] | [http://www.secondlife.com/my/account/exchange_rates.php exchange rate] + </text> + <text name="exchange_rate_note"> + Re-enter amount to see the latest exchange rate. + </text> + <text name="purchase_warning_repurchase"> + Confirming this purchase only buys L$, not the object. + </text> + <text name="purchase_warning_notenough"> + You aren't buying enough L$. Please increase the amount. + </text> + <button label="立即購買" name="buy_btn"/> + <button label="取銷" name="cancel_btn"/> + <text name="info_cannot_buy"> + Unable to Buy + </text> + <button label="Continue to the Web" name="error_web"/> +</floater> |