/indra/newview/skins/default/xui/fr/floater_top_objects.xml
XML | 56 lines | 56 code | 0 blank | 0 comment | 0 complexity | 57323d968d943e2b984af1150d37f964 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes"?> 2<floater name="top_objects" title="Objets les plus utilisés"> 3 <floater.string name="top_scripts_title"> 4 Scripts principaux 5 </floater.string> 6 <floater.string name="top_scripts_text"> 7 [COUNT] scripts prenant un total de [TIME] ms 8 </floater.string> 9 <floater.string name="scripts_score_label"> 10 Heure 11 </floater.string> 12 <floater.string name="scripts_mono_time_label"> 13 Heure Mono 14 </floater.string> 15 <floater.string name="top_colliders_title"> 16 Collisions les plus consommatrices 17 </floater.string> 18 <floater.string name="top_colliders_text"> 19 [COUNT] collisions les plus consommatrices 20 </floater.string> 21 <floater.string name="colliders_score_label"> 22 Score 23 </floater.string> 24 <floater.string name="none_descriptor"> 25 Aucun résultat. 26 </floater.string> 27 <text name="title_text"> 28 Chargement... 29 </text> 30 <scroll_list name="objects_list"> 31 <scroll_list.columns label="Score" name="score"/> 32 <scroll_list.columns label="Nom" name="name"/> 33 <scroll_list.columns label="Propriétaire" name="owner"/> 34 <scroll_list.columns label="Lieu" name="location"/> 35 <scroll_list.columns label="Heure" name="time"/> 36 <scroll_list.columns label="Heure Mono" name="mono_time"/> 37 <scroll_list.columns label="URL" name="URLs"/> 38 </scroll_list> 39 <text name="id_text"> 40 ID de l'objet : 41 </text> 42 <button label="Afficher balise" name="show_beacon_btn"/> 43 <text name="obj_name_text"> 44 Nom : 45 </text> 46 <button label="Filtre" name="filter_object_btn"/> 47 <text name="owner_name_text"> 48 Propriétaire : 49 </text> 50 <button label="Filtre" name="filter_owner_btn"/> 51 <button label="Rafraîchir" name="refresh_btn"/> 52 <button label="Renvoyer" name="return_selected_btn"/> 53 <button label="Tout renvoyer" name="return_all_btn"/> 54 <button label="Désactiver" name="disable_selected_btn"/> 55 <button label="Tout désactiver" name="disable_all_btn"/> 56</floater>