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
62 lines
2.0 KiB
XML
62 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater name="top_objects" title="Objetos superiores">
|
|
<string name="top_scripts_title">
|
|
Scripts según su uso
|
|
</string>
|
|
<string name="top_scripts_text">
|
|
[COUNT] scripts usando un total de [TIME] ms
|
|
</string>
|
|
<string name="scripts_score_label">
|
|
Tiempo
|
|
</string>
|
|
<string name="top_colliders_title">
|
|
Objetos que colisionan
|
|
</string>
|
|
<string name="top_colliders_text">
|
|
[COUNT] objetos con muchas posibles colisiones
|
|
</string>
|
|
<string name="colliders_score_label">
|
|
Resultado
|
|
</string>
|
|
<string name="none_descriptor">
|
|
No se ha encontrado ninguno.
|
|
</string>
|
|
<text name="title_text">
|
|
Cargando...
|
|
</text>
|
|
<scroll_list name="objects_list">
|
|
<column label="Resultado" name="score"/>
|
|
<column label="Nombre" name="name"/>
|
|
<column label="Propietario" name="owner"/>
|
|
<column label="Posición" name="location"/>
|
|
<column label="Parcela" name="parcel"/>
|
|
<column label="Tiempo" name="time"/>
|
|
<column label="URLs" name="URLs"/>
|
|
<column label="Memoria (KB)" name="memory"/>
|
|
</scroll_list>
|
|
<text name="id_text">
|
|
ID del objeto:
|
|
</text>
|
|
<button label="Mostrar baliza" name="show_beacon_btn"/>
|
|
<text name="obj_name_text">
|
|
Nombre del objeto:
|
|
</text>
|
|
<button label="Filtro" name="filter_object_btn"/>
|
|
<text name="owner_name_text">
|
|
Propietario:
|
|
</text>
|
|
<button label="Filtro" name="filter_owner_btn"/>
|
|
<text name="parcel_name_text">
|
|
Parcela:
|
|
</text>
|
|
<button label="Filtro" name="filter_parcel_btn"/>
|
|
<button label="Actualizar" name="refresh_btn"/>
|
|
<button label="Devolver lo seleccionado" name="return_selected_btn" width="190"/>
|
|
<button label="Devolver todo" left_delta="190" name="return_all_btn"/>
|
|
<button label="Teleportarse" name="teleport_to_btn"/>
|
|
<button label="Perfil" name="profile_btn"/>
|
|
<button label="Desactivar lo seleccionado" name="disable_selected_btn" width="190"/>
|
|
<button label="Desactivar todo" left_delta="190" name="disable_all_btn"/>
|
|
<button label="Expulsar del Estado" name="estate_kick_btn"/>
|
|
</floater>
|