summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/panel_classified_info.xml
blob: e4aecfdfc089996d808ae648dee82ed32a183dd8 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_classified_info">
	<panel.string name="type_mature">
		Modéré
	</panel.string>
	<panel.string name="type_pg">
		Contenu Général
	</panel.string>
	<panel.string name="l$_price">
		[PRICE] L$
	</panel.string>
	<panel.string name="click_through_text_fmt">
		[TELEPORT] téléporter, [MAP] carte, [PROFILE] profil
	</panel.string>
	<panel.string name="date_fmt">
		[day,datetime,slt]/[mthnum,datetime,slt]/[year,datetime,slt]
	</panel.string>
	<panel.string name="auto_renew_on">
		Activé
	</panel.string>
	<panel.string name="auto_renew_off">
		Désactivé
	</panel.string>
	<text name="title" value="Infos sur la petite annonce"/>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<text_editor name="classified_name" value="[name]"/>
			<text name="classified_location_label" value="Emplacement :"/>
			<text_editor name="classified_location" value="[loading...]"/>
			<text name="content_type_label" value="Type de contenu :"/>
			<text_editor name="content_type" value="[content type]"/>
			<text name="category_label" value="Catégorie :"/>
			<text_editor name="category" value="[category]"/>
			<text name="creation_date_label" value="Date de création :"/>
			<text_editor name="creation_date" tool_tip="Date de création" value="[date]"/>
			<text name="price_for_listing_label" value="Coût de l&apos;annonce :"/>
			<text_editor name="price_for_listing" tool_tip="Coût de l&apos;annonce." value="[price]"/>
			<layout_stack name="descr_stack">
				<layout_panel name="clickthrough_layout_panel">
					<text name="click_through_label" value="Clics :"/>
					<text_editor name="click_through_text" tool_tip="Parcourir les données en cliquant" value="[clicks]"/>
				</layout_panel>
				<layout_panel name="price_layout_panel">
					<text name="auto_renew_label" value="Renouv. auto :"/>
					<text name="auto_renew" value="Activé"/>
				</layout_panel>
				<layout_panel name="descr_layout_panel">
					<text name="classified_desc_label" value="Description :"/>
					<text_editor name="classified_desc" value="[description]"/>
				</layout_panel>
			</layout_stack>
		</panel>
	</scroll_container>
	<panel name="buttons">
		<button label="Téléporter" name="teleport_btn"/>
		<button label="Carte" name="show_on_map_btn"/>
		<button label="Édition" name="edit_btn"/>
	</panel>
</panel>