summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/panel_classified_info.xml
blob: 784c6baae9cd287265a5e287468b0e2f6335865f (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
<?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>
	<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_editor name="classified_location" value="[loading...]"/>
			<text_editor name="content_type" value="[content type]"/>
			<text_editor name="category" value="[category]"/>
			<check_box label="Renouvellement automatique toutes les semaines" name="auto_renew"/>
			<text_editor name="price_for_listing" tool_tip="Coût de l&apos;annonce."/>
			<text_editor name="classified_desc" value="[description]"/>
		</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>