aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/zh/panel_login.xml
blob: b43d44123e33053f783c1389f56a2c3871764b9b (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="panel_login">
  <web_browser name="login_html" 
			 bottom="102" top="-1" left="0" right="-1"
			 border_visible="false" follows="top|left|bottom|right"
			 start_url="data:text/html,
			 %3Chtml%3E
			 %3Chead%3E %3C/head%3E
			 %3Cbody bgcolor=%22#5a2d65%22 text=%22ffffff%22%3E
			 %3Ctable width=%22100%%22 height=%22100%%22 border=%220%22%3E
			   %3Ctr%3E
				 %3Ctd align=%22center%22 valign=%22middle%22 style=%22font-size:0.8em;%22%3E
				   %3Cimg src=%22imprudence_loading.png%22 align=%22absmiddle%22%3E
				   %3Cbr/%3E
				   %3CH1%3E请稍候...%3C/H1%3E
				 %3C/td%3E
			   %3C/tr%3C
			 %3C/table%3E
			 %3C/body%3E
			 %3C/html%3E" />
	<text name="first_name_text">
		名:
	</text>
	<text name="last_name_text">
		姓:
	</text>
	<text name="username_text">
		登入名称:
	</text>
	<text name="password_text">
		密码:
	</text>
	<text name="start_location_text">
		开始位置:
	</text>
	<combo_box name="start_location_combo">
		<combo_item name="MyHome">
			我的家
		</combo_item>
		<combo_item name="MyLastLocation">
			我最后在的位置
		</combo_item>
		<combo_item name="Typeregionname">
			&lt;输入地域名&gt;
		</combo_item>
	</combo_box>
	<check_box label="记住密码" name="remember_check" />
	<text name="full_screen_text">
		登陆后显示器会采用全屏显示。
	</text>
	<text name="grid_text">
		网格:
	</text>
	<button name="grid_btn" label="网格管理器" />
	<button label="新帐户..." label_selected="新帐户..." name="new_account_btn" />
	<button label="登入" label_selected="登入" name="connect_btn" />
	<button label="参数选择..." label_selected="参数选择..." name="preferences_btn" />
	<button label="退出" label_selected="退出" name="quit_btn" />
	<text name="forgot_password_text">
		忘记了姓名或密码吗?
	</text>
	<text
		 name="create_new_account_text"
		 hover_color="50 115 185">
		申请新帐户。
	</text>

	<text name="version_text">
		1.23.4 (5)
	</text>
</panel>