summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/panel_profile.xml
blob: 837aa4ac65490d559c5430519d998e7b7c2b3347 (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">
				Homepage:
			</text>
			<text name="title_member_text" value="Membro dal:"/>
			<text name="title_acc_status_text" value="Stato dell&apos;Account:"/>
			<text name="acc_status_text" value="Resident. No payment info on file."/>
			<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 ad un residente"/>
		<button label="IM" name="im" tool_tip="Apri una sessione instant message"/>
		<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" name="edit_appearance_btn"/>
	</panel>
</panel>