diff options
Diffstat (limited to 'indra/newview/skins/default/xui/it/panel_login.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/panel_login.xml | 82 |
1 files changed, 45 insertions, 37 deletions
diff --git a/indra/newview/skins/default/xui/it/panel_login.xml b/indra/newview/skins/default/xui/it/panel_login.xml index 58d1c09a4b..acd047d75d 100644 --- a/indra/newview/skins/default/xui/it/panel_login.xml +++ b/indra/newview/skins/default/xui/it/panel_login.xml @@ -1,37 +1,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">
- Nome:
- </text>
- <text name="last_name_text">
- Cognome:
- </text>
- <text name="password_text">
- Password:
- </text>
- <text name="start_location_text">
- Luogo di partenza:
- </text>
- <combo_box name="start_location_combo">
- <combo_box.item name="MyHome" label="Casa Mia"/>
- <combo_box.item name="MyLastLocation" label="Ultimo luogo dove sono stato"/>
- <combo_box.item name="Typeregionname" label="lt;Scrivi la regione di partenza>"/>
- </combo_box>
- <check_box label="Ricorda password" name="remember_check"/>
- <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">
- Hai dimenticato il tuo nome o la password?
- </text>
- <text name="channel_text">
- [VERSION]
- </text>
-</panel>
+<?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> |