summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/panel_login.xml
blob: 25efd9a5edcb1e32141d5f0cf54865c3f86915f3 (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
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="panel_login">
	<string name="real_url">
		http://secondlife.com/app/login/
	</string>
	<string name="forgot_password_url">
		http://secondlife.com/account/request.php
	</string>
	<text name="first_name_text">
		Imię:
	</text>
	<text name="last_name_text">
		Nazwisko:
	</text>
	<text name="password_text">
		Hasło:
	</text>
	<text name="start_location_text">
		Miejsce Startu:
	</text>
	<combo_box name="start_location_combo">
		<combo_item name="MyHome">
			Miejsce Startu
		</combo_item>
		<combo_item name="MyLastLocation">
			Ostatnie Miejsce
		</combo_item>
		<combo_item name="Typeregionname">
			&lt;Wpisz Region&gt;
		</combo_item>
	</combo_box>
	<check_box label="Zapamiętaj Hasło" name="remember_check" />
	<button label="Połącz" label_selected="PołączWyłącz Program" name="connect_btn" />
	<text name="create_new_account_text">
		Otwórz konto
	</text>
	<text name="forgot_password_text">
		Nie pamiętasz hasła?
	</text>
	<text name="channel_text">
		[CHANNEL] [VERSION]
	</text>
</panel>