diff options
Diffstat (limited to 'indra/newview/skins/default/xui/ru/floater_buy_currency.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ru/floater_buy_currency.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/ru/floater_buy_currency.xml b/indra/newview/skins/default/xui/ru/floater_buy_currency.xml new file mode 100644 index 0000000000..197a2a3327 --- /dev/null +++ b/indra/newview/skins/default/xui/ru/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"> + Купить L$ [LINDENS] примерно за [LOCALAMOUNT] + </floater.string> + <text name="info_need_more"> + Вам нужно больше L$ + </text> + <text name="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"> + По цене + </text> + <text name="currency_est"> + примерно [LOCALAMOUNT] + </text> + <text name="getting_data"> + Подсчет... + </text> + <text name="buy_action"> + [ACTION] + </text> + <text name="total_label"> + Мой новый баланс будет + </text> + <text name="total_amount"> + L$ [AMT] + </text> + <text name="currency_links"> + [http://www.secondlife.com/my/account/payment_method_management.php способ оплаты] | [http://www.secondlife.com/my/account/currency.php валюта] | [http://www.secondlife.com/my/account/exchange_rates.php обменный курс] + </text> + <text name="exchange_rate_note"> + Повторно введите сумму, чтобы увидеть новый обменный курс. + </text> + <text name="purchase_warning_repurchase"> + Подтверждение этой сделки приведет к покупке L$, а не объектов. + </text> + <text name="purchase_warning_notenough"> + Вы не приобрели достаточного количества L$. Увеличьте количество. + </text> + <button label="Приобрести" name="buy_btn"/> + <button label="Отмена" name="cancel_btn"/> + <text name="info_cannot_buy"> + Невозможно приобрести + </text> + <button label="Продолжить в Интернете" name="error_web"/> +</floater> |