summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ru/floater_top_objects.xml
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-11-19 17:59:55 -0500
committerOz Linden <oz@lindenlab.com>2013-11-19 17:59:55 -0500
commit0031e9a97be1bf6e9fe773c23506494d09ce91ae (patch)
tree220f195c82174b7cc8e94dceb2553e59fe5837a5 /indra/newview/skins/default/xui/ru/floater_top_objects.xml
parentb7edc965bc77ab21e9a1e3f6b424299a50053529 (diff)
parentebc9bcbf69f7a519677a6522979a6bf6cbb04bb8 (diff)
merge up to 3.6.10-release; some of the storm-68 changes lost
Diffstat (limited to 'indra/newview/skins/default/xui/ru/floater_top_objects.xml')
-rwxr-xr-x[-rw-r--r--]indra/newview/skins/default/xui/ru/floater_top_objects.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/ru/floater_top_objects.xml b/indra/newview/skins/default/xui/ru/floater_top_objects.xml
index a6ffe5c030..c7ece5c9c9 100644..100755
--- a/indra/newview/skins/default/xui/ru/floater_top_objects.xml
+++ b/indra/newview/skins/default/xui/ru/floater_top_objects.xml
@@ -9,9 +9,6 @@
<floater.string name="scripts_score_label">
Время
</floater.string>
- <floater.string name="scripts_mono_time_label">
- Время моно
- </floater.string>
<floater.string name="top_colliders_title">
Лучшие столкновения
</floater.string>
@@ -32,9 +29,10 @@
<scroll_list.columns label="Название" name="name"/>
<scroll_list.columns label="Владелец" name="owner"/>
<scroll_list.columns label="Место" name="location"/>
+ <scroll_list.columns label="Участок" name="parcel"/>
<scroll_list.columns label="Время" name="time"/>
- <scroll_list.columns label="Время моно" name="mono_time"/>
<scroll_list.columns label="URL-адреса" name="URLs"/>
+ <scroll_list.columns label="Память (КБ)" name="memory"/>
</scroll_list>
<text name="id_text">
ID объекта:
@@ -48,6 +46,10 @@
Владелец:
</text>
<button label="Фильтр" name="filter_owner_btn"/>
+ <text name="parcel_name_text">
+ Участок:
+ </text>
+ <button label="Фильтр" name="filter_parcel_btn"/>
<button label="Вернуть выбранное" name="return_selected_btn"/>
<button label="Вернуть все" name="return_all_btn"/>
<button label="Отключить выбранное" name="disable_selected_btn"/>