summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/da/panel_login.xml
blob: 3b1b717c462360031d6c56ca51a6376d27675484 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_login">
	<panel.string name="real_url">
		http://secondlife.com/app/login/
	</panel.string>
	<panel.string name="forgot_password_url">
		http://secondlife.com/account/request.php
	</panel.string>
	<panel name="login_widgets">
		<text name="first_name_text">
			Fornavn:
		</text>
		<line_editor name="first_name_edit" tool_tip="[SECOND_LIFE] Fornavn"/>
		<text name="last_name_text">
			Efternavn:
		</text>
		<line_editor name="last_name_edit" tool_tip="[SECOND_LIFE] Efternavn"/>
		<text name="password_text">
			Password:
		</text>
		<button label="Log Ind" label_selected="Log Ind" name="connect_btn"/>
		<text name="start_location_text">
			Start lokation:
		</text>
		<combo_box name="start_location_combo">
			<combo_box.item label="Min sidste lokation" name="MyLastLocation"/>
			<combo_box.item label="Hjem" name="MyHome"/>
			<combo_box.item label="&lt;Skriv navn på region&gt;" name="Typeregionname"/>
		</combo_box>
		<check_box label="Husk password" name="remember_check"/>
		<text name="create_new_account_text">
			Opret bruger
		</text>
		<text name="forgot_password_text">
			Glemt navn eller password?
		</text>
	</panel>
</panel>