summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/panel_main_inventory.xml
blob: db7d254b7ace284232642702f7da94e1899e4ec8 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Choses" name="main inventory panel">
	<panel.string name="ItemcountFetching">
		[ITEM_COUNT] articles récupérés... [FILTER]
	</panel.string>
	<panel.string name="ItemcountCompleted">
		[ITEM_COUNT] articles [FILTER]
	</panel.string>
	<text name="ItemcountText">
		Articles :
	</text>
	<filter_editor label="Filtrer l&apos;inventaire" name="inventory search editor"/>
	<tab_container name="inventory filter tabs">
		<inventory_panel label="MON INVENTAIRE" name="All Items"/>
		<recent_inventory_panel label="RÉCENT" name="Recent Items"/>
	</tab_container>
	<layout_stack name="bottom_panel">
		<layout_panel name="options_gear_btn_panel">
			<button name="options_gear_btn" tool_tip="Afficher d&apos;autres options"/>
		</layout_panel>
		<layout_panel name="add_btn_panel">
			<button name="add_btn" tool_tip="Ajouter un nouvel article"/>
		</layout_panel>
		<layout_panel name="trash_btn_panel">
			<dnd_button name="trash_btn" tool_tip="Supprimer l&apos;article sélectionné"/>
		</layout_panel>
	</layout_stack>
</panel>