summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_postcard.xml
blob: b6b0dcb8581c8f8f4f1a6d122631c37d4230382b (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ę">
	<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 bonusa.
	</text>
	<button label="Anuluj" name="cancel_btn"/>
	<button label="Wyślij" name="send_btn"/>
	<string name="default_subject">
		Pocztówki z [SECOND_LIFE]
	</string>
	<string name="default_message">
		Sprawdź i przekonaj się sam!
	</string>
	<string name="upload_message">
		&quot;Wysyłanie...&quot;
	</string>
</floater>