summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_experienceprofile.xml
blob: 38d3e0fb81ba94b0435c47ad3fb9f627c12ed848 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater title="EXPERIENCE PROFILE">
	<floater.string name="empty_slurl">
		(aucun)
	</floater.string>
	<floater.string name="maturity_icon_general">
		&quot;Parcel_PG_Light&quot;
	</floater.string>
	<floater.string name="maturity_icon_moderate">
		&quot;Parcel_M_Light&quot;
	</floater.string>
	<floater.string name="maturity_icon_adult">
		&quot;Parcel_R_Light&quot;
	</floater.string>
	<text name="edit_title" value="Profil de l’expérience"/>
	<tab_container name="tab_container">
		<panel name="panel_experience_info">
			<scroll_container name="xp_scroll">
				<panel name="scrolling_panel">
					<layout_stack>
						<layout_panel name="top panel">
							<button label="Modifier" name="edit_btn"/>
						</layout_panel>
						<layout_panel name="maturity panel">
							<text name="ContentRating">
								Catégorie :
							</text>
						</layout_panel>
						<layout_panel name="location panel">
							<text name="Location">
								Endroit :
							</text>
						</layout_panel>
						<layout_panel>
							<text name="Owner">
								Propriétaire :
							</text>
						</layout_panel>
						<layout_panel name="group_panel">
							<text name="Group">
								Groupe :
							</text>
						</layout_panel>
						<layout_panel name="perm panel">
							<button label="Autoriser" name="allow_btn"/>
							<button label="Oublier" name="forget_btn"/>
							<button label="Bloquer" name="block_btn"/>
							<text name="privileged">
								Cette expérience est activée pour tous les résidents.
							</text>
							<button label="Signaler une infraction" name="report_btn"/>
						</layout_panel>
					</layout_stack>
				</panel>
			</scroll_container>
		</panel>
		<panel name="edit_panel_experience_info">
			<scroll_container name="edit_xp_scroll">
				<panel name="edit_scrolling_panel">
					<text name="edit_experience_title_label" value="Nom :"/>
					<text name="edit_experience_desc_label" value="Description :"/>
					<button label="Groupe" name="Group_btn"/>
					<text name="edit_ContentRating">
						Catégorie :
					</text>
					<icons_combo_box label="Modéré" name="edit_ContentRatingText" tool_tip="Si vous augmentez la catégorie de contenu pour une expérience, les permissions seront réinitialisées pour tous les résidents ayant autorisé l’expérience.">
						<icons_combo_box.item label="Adulte" name="Adult" value="42"/>
						<icons_combo_box.item label="Modéré" name="Mature" value="21"/>
						<icons_combo_box.item label="Général" name="PG" value="13"/>
					</icons_combo_box>
					<text name="edit_Location">
						Endroit :
					</text>
					<button label="Définir sur l’emplacement actuel" name="location_btn"/>
					<button label="Effacer l’emplacement" name="clear_btn"/>
					<check_box label="Activer l’expérience" name="edit_enable_btn" tool_tip=""/>
					<check_box label="Cacher dans les résultats de recherche" name="edit_private_btn"/>
					<text name="changes" value="Il peut falloir plusieurs minutes pour que l’expérience soit visible dans toutes les régions."/>
					<button label="Retour" name="cancel_btn"/>
					<button label="Enregistrer" name="save_btn"/>
				</panel>
			</scroll_container>
		</panel>
	</tab_container>
</floater>