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/pl/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/pl/floater_buy_currency.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pl/floater_buy_currency.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_buy_currency.xml b/indra/newview/skins/default/xui/pl/floater_buy_currency.xml new file mode 100644 index 0000000000..5e59482883 --- /dev/null +++ b/indra/newview/skins/default/xui/pl/floater_buy_currency.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater name="buy currency" title="KUP $L"> + <text name="info_buying"> + Kup L$: + </text> + <text name="info_cannot_buy"> + Brak możliwości zakupu L$ teraz: + </text> + <text name="info_need_more"> + Potrzebujesz wiecęj L$: + </text> + <text name="error_message"> + Pojawienie się błędu. + </text> + <button label="Idź do strony internetowej" name="error_web" width="168"/> + <text name="contacting"> + Kontaktowanie z LindeX... + </text> + <text name="buy_action_unknown"> + Kup L$ w systemie walutowej wymiany LindeX + </text> + <text name="buy_action"> + [NAME] [PRICE]L$ + </text> + <text name="currency_action"> + Kup + </text> + <line_editor name="currency_amt" left_delta="32"> + 1234 + </line_editor> + <text name="currency_est"> + za [LOCALAMOUNT] + </text> + <text name="getting_data"> + Otrzymywanie danych... + </text> + <text name="balance_label"> + Obecnie posiadasz + </text> + <text name="balance_amount"> + [AMT]L$ + </text> + <text name="buying_label"> + Kupujesz + </text> + <text name="buying_amount"> + [AMT]L$ + </text> + <text name="total_label"> + Twój nowy stan konta + </text> + <text name="total_amount"> + [AMT]L$ + </text> + <text name="purchase_warning_repurchase" height="48" bottom_delta="-64" right="-10"> + Dokonując potwierdzenia na podaną transakcję, +wyrażasz zgodę jedynie na zakup waluty. +Sprobuj wykonać operację ponownie. + </text> + <text name="purchase_warning_notenough" bottom_delta="16"> + Nie zakupujesz wystarczającej ilości waluty. +Proszę zwiększyć ilość. + </text> + <button label="Anuluj" name="cancel_btn" /> + <button label="Kup" name="buy_btn" /> + <string name="buy_currency"> + Kup [LINDENS]L$ za [LOCALAMOUNT] + </string> +</floater> |