summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_pay_object.xml
blob: bf88348c87e64cb974c5926104a8f82ed970d0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Give Money" title="">
	<string halign="left" name="payee_group" width="100">
		Zapłać grupie
	</string>
	<string halign="left" name="payee_resident" width="120">
		Zapłać Rezydentowi
	</string>
	<icon name="icon_person" tool_tip="Osoba"/>
	<text left="125" name="payee_name">
		Ericacita Moostopolison
	</text>
	<text halign="left" left="5" name="object_name_label" width="95">
		Poprzez obiekt:
	</text>
	<icon name="icon_object" tool_tip="Obiekt"/>
	<text left="105" name="object_name_text">
		Poprzez obiekt
	</text>
	<button label="L$1" label_selected="L$1" left="105" name="fastpay 1"/>
	<button label="L$5" label_selected="L$5" left="190" name="fastpay 5"/>
	<button label="L$10" label_selected="L$10" left="105" name="fastpay 10"/>
	<button label="L$20" label_selected="L$20" left="190" name="fastpay 20"/>
	<text halign="left" left="5" name="amount text">
		lub wybierz kwotę:
	</text>
	<line_editor left="50" name="amount" width="50"/>
	<button label="Zapłać" label_selected="Zapłać" name="pay btn"/>
	<button label="Anuluj" label_selected="Anuluj" name="cancel btn"/>
</floater>