summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/panel_login.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/it/panel_login.xml')
-rw-r--r--indra/newview/skins/default/xui/it/panel_login.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/it/panel_login.xml b/indra/newview/skins/default/xui/it/panel_login.xml
new file mode 100644
index 0000000000..a289e32b47
--- /dev/null
+++ b/indra/newview/skins/default/xui/it/panel_login.xml
@@ -0,0 +1,43 @@
+<?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_item name="MyHome">
+ Casa Mia
+ </combo_item>
+ <combo_item name="MyLastLocation">
+ Ultimo luogo dove sono stato
+ </combo_item>
+ <combo_item name="Typeregionname">
+ &lt;Scrivi la regione di partenza&gt;
+ </combo_item>
+ </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>