summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_top_objects.xml
blob: be9232893ea1ace7ecdd26c786f93c576e3cf311 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="top_objects" title="en cours de chargement...">
	<text name="title_text">
		Chargement en cours...
	</text>
	<scroll_list name="objects_list">
		<column label="Score" name="score" />
		<column label="Nom" name="name" />
		<column label="Propriétaire" name="owner" />
		<column label="Emplacement" name="location" />
		<column label="Heure" name="time" />
	</scroll_list>
	<text name="id_text">
		ID de l&apos;objet :
	</text>
	<button label="Afficher balise" name="show_beacon_btn" />
	<text name="obj_name_text">
		Nom :
	</text>
	<button label="Filtre" name="filter_object_btn" />
	<text name="owner_name_text">
		Nom :
	</text>
	<button label="Filtre" name="filter_owner_btn" />
	<button label="Renvoyer" name="return_selected_btn" />
	<button label="Renvoyer tous" name="return_all_btn" />
	<button label="Désactiver" name="disable_selected_btn" />
	<button label="Désactiver tous" name="disable_all_btn" />
	<button label="Rafraîchir" name="refresh_btn" />
	<text name="top_scripts_title">
		Scripts principaux
	</text>
	<text name="top_scripts_text">
		[COUNT] scripts prenant un total de [TIME] ms
	</text>
	<text name="scripts_score_label">
		Heure
	</text>
	<text name="top_colliders_title">
		Objets souvent responsables de collision
	</text>
	<text name="top_colliders_text">
		[COUNT] objets le plus souvent responsables de collisions
	</text>
	<text name="colliders_score_label">
		Score
	</text>
	<text name="none_descriptor">
		Aucun résultat.
	</text>
</floater>