diff options
author | Oz Linden <oz@lindenlab.com> | 2016-03-07 12:41:11 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-03-07 12:41:11 -0500 |
commit | 5822fb00b605d4f4ddd01e887b40d04b67e162a9 (patch) | |
tree | 0aa733a2357c99383f18ed34d2fb2ad4ad0caa24 /indra/newview/skins/default/xui/pl/floater_buy_currency.xml | |
parent | c7ebeb842010c4a814978f63c464e1546bd6a9be (diff) | |
parent | 346ee6595d395a92a1445441467971510e6f4b6d (diff) |
merge DRTVWR-398 build cleanup fixes
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 | 27 |
1 files changed, 9 insertions, 18 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 index 3e51761b37..72167e0d3c 100644 --- a/indra/newview/skins/default/xui/pl/floater_buy_currency.xml +++ b/indra/newview/skins/default/xui/pl/floater_buy_currency.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <floater name="buy currency" title="KUP L$"> <floater.string name="buy_currency"> Kup [LINDENS] L$ za [LOCALAMOUNT] @@ -13,20 +13,14 @@ Kup L$ </text> <text name="balance_label"> - Obecnie posiadasz + Obecnie posiadam </text> <text name="balance_amount"> [AMT]L$ </text> <text name="currency_action"> - Kup + Chcę kupić </text> - <text name="currency_label"> - L$ - </text> - <line_editor label="L$" left_delta="32" name="currency_amt"> - 1234 - </line_editor> <text name="buying_label"> Cena </text> @@ -36,11 +30,8 @@ <text name="getting_data"> Kalkulowanie... </text> - <text name="buy_action"> - [ACTION] - </text> <text name="total_label"> - Twój nowy stan konta + Mój nowy stan konta </text> <text name="total_amount"> [AMT]L$ @@ -51,16 +42,16 @@ <text name="exchange_rate_note"> Wpisz ponownie kwotę aby zobaczyć ostatni kurs wymiany. </text> - <text bottom_delta="-64" height="48" name="purchase_warning_repurchase" right="-10"> + <text name="purchase_warning_repurchase"> Potwierdzasz zakup L$, nie obiektu. </text> - <text bottom_delta="16" name="purchase_warning_notenough"> + <text name="purchase_warning_notenough"> Nie zakupiono wystarczającej ilości L$. Proszę zwiększyć kwotę. </text> - <button label="Kup teraz" name="buy_btn"/> - <button label="Anuluj" name="cancel_btn"/> + <button label="Kup teraz" name="buy_btn" /> + <button label="Anuluj" name="cancel_btn" /> <text name="info_cannot_buy"> Nie można kupić </text> - <button label="Przejdź na stronę WWW" name="error_web" width="168"/> + <button label="Odwiedź stronę WWW" name="error_web" /> </floater> |