blob: acd047d75dff14301fbbe59e95dce68452d36e3b (
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">
<string name="real_url">
http://secondlife.com/app/login/
</string>
<string name="forgot_password_url">
http://secondlife.com/account/request.php
</string>
<text name="first_name_text" left="20">
Nome:
</text>
<line_editor left="20" name="first_name_edit" width="126" />
<text name="last_name_text" left="158">
Cognome:
</text>
<line_editor left="158" name="last_name_edit" width="126" />
<text name="password_text">
Password:
</text>
<text name="start_location_text" left="20" width="105">
Punto di partenza:
</text>
<combo_box name="start_location_combo" left_delta="105" width="160">
<combo_item name="MyHome">
Casa Mia
</combo_item>
<combo_item name="MyLastLocation">
Ultimo luogo visitato
</combo_item>
<combo_item name="Typeregionname">
<Scrivi la regione>
</combo_item>
</combo_box>
<check_box label="Ricorda password" name="remember_check" left_delta="168"/>
<button label="Log In" label_selected="Log In" name="connect_btn"/>
<text name="create_new_account_text">
Registra un account
</text>
<text name="forgot_password_text" left="-240" width="230">
Hai dimenticato il tuo nome o la password?
</text>
<text name="channel_text">
[VERSION]
</text>
</panel>
|