Updates LLFloaterTopObjects code to have parcel filter(STAT_FILTER_BY_PARCEL_NAME) and use the CallbackRegistrar Top Objects XML (and Translation) bits updated in part from Firestorm, as LL Viewer lacks certain buttons and the old xml was too far behind - Translators may want to have a look at this... although you sorta need to have estate powers for it to be of any worth... *sigh* Updates LLFloaterGodTools to use CallbackRegistrar
59 lines
1.8 KiB
XML
59 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||
<floater name="top_objects" title="Objets les plus consommateurs">
|
||
<string name="top_scripts_title">
|
||
Scripts les plus consommateurs
|
||
</string>
|
||
<string name="top_scripts_text">
|
||
[COUNT] scripts prenant un total de [TIME] ms
|
||
</string>
|
||
<string name="scripts_score_label">
|
||
Temps
|
||
</string>
|
||
<string name="top_colliders_title">
|
||
Collisions les plus consommatrices
|
||
</string>
|
||
<string name="top_colliders_text">
|
||
[COUNT] collisions les plus consommatrices
|
||
</string>
|
||
<string name="colliders_score_label">
|
||
Score
|
||
</string>
|
||
<string name="none_descriptor">
|
||
Aucun résultat.
|
||
</string>
|
||
<text name="title_text">
|
||
Chargement...
|
||
</text>
|
||
<scroll_list name="objects_list">
|
||
<column label="Score" name="score"/>
|
||
<column label="Nom" name="name"/>
|
||
<column label="Propriétaire" name="owner"/>
|
||
<column label="Lieu" name="location"/>
|
||
<column label="Parcelle" name="parcel"/>
|
||
<column label="Temps" name="time"/>
|
||
<column label="URL" name="URLs"/>
|
||
<column label="Mémoire (Ko)" name="memory"/>
|
||
</scroll_list>
|
||
<text name="id_text">
|
||
ID de l'objet :
|
||
</text>
|
||
<button label="Afficher balise" name="show_beacon_btn"/>
|
||
<text name="obj_name_text">
|
||
Nom :
|
||
</text>
|
||
<button label="Filtrer" name="filter_object_btn"/>
|
||
<text name="owner_name_text">
|
||
Propriétaire:
|
||
</text>
|
||
<button label="Filtrer" name="filter_owner_btn"/>
|
||
<text name="parcel_name_text">
|
||
Parcelle :
|
||
</text>
|
||
<button label="Filtrer" name="filter_parcel_btn"/>
|
||
<button label="Rafraîchir" name="refresh_btn"/>
|
||
<button label="Renvoyer" name="return_selected_btn"/>
|
||
<button label="Tout renvoyer" name="return_all_btn"/>
|
||
<button label="Désactiver" name="disable_selected_btn"/>
|
||
<button label="Tout désactiver" name="disable_all_btn"/>
|
||
</floater>
|