Files
SingularityViewer/indra/newview/skins/default/xui/pt/floater_top_objects.xml
Lirusaito ffe403e0f0 Update administrative tools code from upstream
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
2013-07-13 16:38:20 -04:00

59 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="top_objects" title="Principais objetos:">
<string name="top_scripts_title">
Principais Scripts
</string>
<string name="top_scripts_text">
[COUNT] scripts tomando um total de [TIME] ms
</string>
<string name="scripts_score_label">
Tempo
</string>
<string name="top_colliders_title">
Principais Colidentes
</string>
<string name="top_colliders_text">
[COUNT] objetos principais experimentando muitas potenciais colisões
</string>
<string name="colliders_score_label">
Placar
</string>
<string name="none_descriptor">
Nenhum encontrado.
</string>
<text name="title_text">
Carregando...
</text>
<scroll_list name="objects_list">
<column label="Placar" name="score"/>
<column label="Nome" name="name"/>
<column label="Proprietário" name="owner"/>
<column label="Local" name="location"/>
<column label="Lote" name="parcel"/>
<column label="Tempo" name="time"/>
<column label="URLs" name="URLs"/>
<column label="Memória (KB)" name="memory"/>
</scroll_list>
<text name="id_text">
ID do Objeto:
</text>
<button label="Mostrar Avisos" name="show_beacon_btn"/>
<text name="obj_name_text">
Nome do objeto:
</text>
<button label="Filtro" name="filter_object_btn"/>
<text name="owner_name_text">
Proprietário:
</text>
<button label="Filtro" name="filter_owner_btn"/>
<text name="parcel_name_text">
Lote:
</text>
<button label="Filtrar" name="filter_parcel_btn"/>
<button label="Atualizar" name="refresh_btn"/>
<button label="Retornar Selecionado" name="return_selected_btn" width="190"/>
<button label="Retornar Tudo" left_delta="190" name="return_all_btn"/>
<button label="Desabilitar Selecionado" name="disable_selected_btn" width="190"/>
<button label="Desabilitar Tudo" left_delta="190" name="disable_all_btn"/>
</floater>