blob: 1d18a86b5341b66d4f36aac69da403bfd5410253 (
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="create_account_url">
http://jp.secondlife.com/registration/
</panel.string>
<panel.string name="forgot_password_url">
http://secondlife.com/account/request.php?lang=ja
</panel.string>
<layout_stack name="login_widgets">
<layout_panel name="login">
<text name="first_name_text">
ファーストネーム:
</text>
<line_editor label="最初" name="first_name_edit" tool_tip="[SECOND_LIFE] ファーストネーム"/>
<text name="last_name_text">
ラストネーム:
</text>
<line_editor label="最後" name="last_name_edit" tool_tip="[SECOND_LIFE] ラストネーム"/>
<text name="password_text">
パスワード:
</text>
<check_box label="記憶する" name="remember_check"/>
<text name="start_location_text">
開始地点:
</text>
<combo_box name="start_location_combo" width="160">
<combo_box.item label="最後にログアウトした場所" name="MyLastLocation"/>
<combo_box.item label="ホーム" name="MyHome"/>
<combo_box.item label="<地域名を入力>" name="Typeregionname"/>
</combo_box>
<button label="ログイン" name="connect_btn" left_pad="30" width="60"/>
</layout_panel>
<layout_panel name="links">
<text name="create_new_account_text">
お申し込み
</text>
<text name="forgot_password_text">
名前またはパスワードをお忘れですか?
</text>
<text name="login_help">
ログインの方法
</text>
</layout_panel>
</layout_stack>
</panel>
|