blob: e3cb7473fc47c1ee609f4e80269e057e6962cfda (
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://join.secondlife.com/index.php?lang=it-IT
</panel.string>
<panel.string name="forgot_password_url">
http://secondlife.com/account/request.php?lang=it
</panel.string>
<panel name="login_widgets">
<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_box.item name="MyHome" label="Casa Mia" />
<combo_box.item name="MyLastLocation" label="Ultimo luogo visitato" />
<combo_box.item name="Typeregionname" label="<Scrivi la regione>" />
</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>
</panel>
|