blob: 0c1505255e55d98df1d69738a9ee1fa37b5bf0fa (
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
|
<?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>
<panel name="login_widgets">
<text name="first_name_text">
ファーストネーム:
</text>
<line_editor name="first_name_edit" tool_tip="[SECOND_LIFE] ファーストネーム"/>
<text name="last_name_text">
ラストネーム:
</text>
<line_editor name="last_name_edit" tool_tip="[SECOND_LIFE] ラストネーム"/>
<text name="password_text">
パスワード:
</text>
<button label="ログイン" label_selected="ログイン" name="connect_btn"/>
<text name="start_location_text">
ログイン位置:
</text>
<combo_box name="start_location_combo">
<combo_box.item label="最後にログアウトした場所" name="MyLastLocation"/>
<combo_box.item label="自宅(ホーム)" name="MyHome"/>
<combo_box.item label="<地域名を入力>" name="Typeregionname"/>
</combo_box>
<check_box label="パスワードを記憶" name="remember_check"/>
<text name="create_new_account_text">
新規アカウントを作成
</text>
<text name="forgot_password_text">
名前またはパスワードをお忘れですか?
</text>
<text name="channel_text">
[VERSION]
</text>
</panel>
</panel>
|