summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/panel_profile.xml
blob: ae9e8c1f7516e54f79f3796b8aeb84dda6d16042 (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
46
47
48
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Profilo" name="panel_profile">
	<string name="CaptionTextAcctInfo">
		[ACCTTYPE]
[PAYMENTINFO] [AGEVERIFICATION]
	</string>
	<string name="payment_update_link_url">
		http://www.secondlife.com/account/billing.php?lang=it-IT
	</string>
	<string name="partner_edit_link_url">
		http://www.secondlife.com/account/partners.php?lang=it
	</string>
	<string name="my_account_link_url" value="http://secondlife.com/my/account/index.php?lang=it-IT"/>
	<string name="no_partner_text" value="Nessuno"/>
	<string name="RegisterDateFormat">
		[REG_DATE] ([AGE])
	</string>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<panel name="second_life_image_panel">
				<text name="title_sl_descr_text" value="[SECOND_LIFE]:"/>
			</panel>
			<panel name="first_life_image_panel">
				<text name="title_rw_descr_text" value="Mondo reale:"/>
			</panel>
			<text name="me_homepage_text">
				Home page:
			</text>
			<text name="title_member_text" value="Iscritto dal:"/>
			<text name="title_acc_status_text" value="Stato account:"/>
			<text name="acc_status_text" value="Residente. Nessuna informazione di pagamento disponibile."/>
			<text name="title_partner_text" value="Partner:"/>
			<text name="title_groups_text" value="Gruppi:"/>
		</panel>
	</scroll_container>
	<panel name="profile_buttons_panel">
		<button label="Aggiungi amico" name="add_friend" tool_tip="Offri amicizia a questo residente"/>
		<button label="IM" name="im" tool_tip="Apri una sessione messaggio istantaneo"/>
		<button label="Chiama" name="call" tool_tip="Chiama questo residente"/>
		<button label="Mappa" name="show_on_map_btn" tool_tip="Mostra il residente sulla mappa"/>
		<button label="Teleport" name="teleport" tool_tip="Offri teleport"/>
		<button label="▼" name="overflow_btn" tool_tip="Paga o condividi l&apos;inventario con il residente"/>
	</panel>
	<panel name="profile_me_buttons_panel">
		<button label="Modifica profilo" name="edit_profile_btn"/>
		<button label="Modifica aspetto fisico" name="edit_appearance_btn"/>
	</panel>
</panel>