summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/panel_edit_profile.xml
blob: 1a25470636dad901b857cbb47b7a55d23f9ec299 (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
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Modification du profil" name="edit_profile_panel">
	<string name="CaptionTextAcctInfo">
		[ACCTTYPE]
[PAYMENTINFO] [AGEVERIFICATION]
	</string>
	<string name="RegisterDateFormat">
		[REG_DATE] ([AGE])
	</string>
	<string name="AcctTypeResident" value="Résident"/>
	<string name="AcctTypeTrial" value="Essai"/>
	<string name="AcctTypeCharterMember" value="Membre originaire"/>
	<string name="AcctTypeEmployee" value="Employé(e) de Linden Lab"/>
	<string name="PaymentInfoUsed" value="Infos de paiement utilisées"/>
	<string name="PaymentInfoOnFile" value="Infos de paiement enregistrées"/>
	<string name="NoPaymentInfoOnFile" value="Aucune info de paiement enregistrée"/>
	<string name="AgeVerified" value="Personne dont l&apos;âge a été vérifié"/>
	<string name="NotAgeVerified" value="Personne dont l&apos;âge n&apos;a pas été vérifié"/>
	<string name="partner_edit_link_url">
		http://www.secondlife.com/account/partners.php?lang=fr
	</string>
	<string name="no_partner_text" value="Aucun"/>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<panel name="data_panel">
				<panel name="lifes_images_panel">
					<panel name="second_life_image_panel">
						<text name="second_life_photo_title_text" value="[SECOND_LIFE]:"/>
					</panel>
					<icon label="" name="2nd_life_edit_icon" tool_tip="Cliquez pour sélectionner une image"/>
				</panel>
				<panel name="first_life_image_panel">
					<text name="real_world_photo_title_text" value="Monde physique :"/>
				</panel>
				<icon label="" name="real_world_edit_icon" tool_tip="Cliquez pour sélectionner une image"/>
				<text name="title_homepage_text">
					Page d&apos;accueil :
				</text>
				<line_editor name="homepage_edit" value="http://"/>
				<check_box label="Afficher dans les résultats de recherche" name="show_in_search_checkbox"/>
				<text name="title_acc_status_text" value="Mon compte :"/>
				<text name="my_account_link" value="Accéder à ma Page d&apos;accueil"/>
				<text name="acc_status_text" value="Résident. Aucune info de paiement enregistrée."/>
				<text name="title_partner_text" value="Mon partenaire :"/>
				<text name="partner_edit_link" value="[Modifier [URL]]"/>
				<panel name="partner_data_panel">
					<text name="partner_text" value="[FIRST] [LAST]"/>
				</panel>
			</panel>
		</panel>
	</scroll_container>
	<panel name="profile_me_buttons_panel">
		<button label="Enregistrer les changements" name="save_btn"/>
		<button label="Annuler" name="cancel_btn"/>
	</panel>
</panel>