summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_postcard.xml
blob: fe796c6fa00c15d4a1fdc202e193c1f4112761de (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
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Postcard" title="WYŚLIJ POCZTÓWKĘ (EMAIL)">
	<text name="to_label">
		Email odbiorcy:
	</text>
	<text name="from_label">
		Twój email:
	</text>
	<text name="name_label">
		Twoje dane:
	</text>
	<text name="subject_label">
		Temat:
	</text>
	<line_editor label="Wpisz treść tematu tutaj" name="subject_form"/>
	<text name="msg_label">
		Treść:
	</text>
	<text_editor name="msg_form">
		Wpisz treść swojej wiadomości tutaj
	</text_editor>
	<text name="fine_print">
		Jeżeli odbiorca tej pocztówki dołączy do [SECOND_LIFE], otrzymasz bonus.
	</text>
	<button label="Anuluj" name="cancel_btn"/>
	<button label="Wyślij" name="send_btn"/>
	<string name="default_subject">
		Pocztówka z  [SECOND_LIFE].
	</string>
	<string name="default_message">
		Sprawdź i przekonaj się sam!
	</string>
	<string name="upload_message">
		Wysyłanie...
	</string>
</floater>