summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/panel_login.xml
blob: 25a2c9fda045a754e6f3ee03da0f6251a7d8ff7e (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
44
45
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_login">
	<panel.string name="forgot_password_url">
		http://secondlife.com/account/request.php?lang=pt
	</panel.string>
	<layout_stack name="login_widgets">
		<layout_panel name="login">
			<text name="log_in_text">
				CONECTAR
			</text>
			<text name="username_text">
				Nome de usuário:
			</text>
			<combo_box name="username_combo" tool_tip="O nome de usuário que você escolheu ao fazer seu cadastro, como zecazc12 or Magia Solar"/>
			<text name="password_text">
				Senha:
			</text>
		</layout_panel>
		<layout_panel name="start_location_panel">
			<text name="start_location_text">
				Começar em:
			</text>
			<combo_box name="start_location_combo">
				<combo_box.item label="Última posição" name="MyLastLocation"/>
				<combo_box.item label="Meu início" name="MyHome"/>
			</combo_box>
		</layout_panel>
		<layout_panel name="links_login_panel">
			<text name="login_help">
				Precisa de ajuda ao conectar?
			</text>
			<text name="forgot_password_text">
				Esqueceu seu nome ou senha?
			</text>
			<button label="conectar" name="connect_btn"/>
			<check_box label="Lembrar senha" name="remember_check"/>
		</layout_panel>
		<layout_panel name="links">
			<text name="create_account_text">
				CREATE YǾUR ACCǾUNT
			</text>
			<button name="create_new_account_btn" label="Cadastre-se"/>
		</layout_panel>
	</layout_stack>
</panel>