diff options
Diffstat (limited to 'indra/newview/skins/default/xui/ru/floater_top_objects.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ru/floater_top_objects.xml | 55 |
1 files changed, 55 insertions, 0 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 new file mode 100644 index 0000000000..a6ffe5c030 --- /dev/null +++ b/indra/newview/skins/default/xui/ru/floater_top_objects.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="top_objects" title="Лучшие объекты"> + <floater.string name="top_scripts_title"> + Лучшие скрипты + </floater.string> + <floater.string name="top_scripts_text"> + [COUNT] скриптов длительностью [TIME] мс + </floater.string> + <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> + <floater.string name="top_colliders_text"> + Лучшие [COUNT] объектов, подвергающиеся потенциальным столкновениям + </floater.string> + <floater.string name="colliders_score_label"> + Очки + </floater.string> + <floater.string name="none_descriptor"> + Не найдено. + </floater.string> + <text name="title_text"> + Загрузка... + </text> + <scroll_list name="objects_list"> + <scroll_list.columns label="Очки" name="score"/> + <scroll_list.columns label="Название" name="name"/> + <scroll_list.columns label="Владелец" name="owner"/> + <scroll_list.columns label="Место" name="location"/> + <scroll_list.columns label="Время" name="time"/> + <scroll_list.columns label="Время моно" name="mono_time"/> + <scroll_list.columns label="URL-адреса" name="URLs"/> + </scroll_list> + <text name="id_text"> + ID объекта: + </text> + <button label="Показать метку" name="show_beacon_btn"/> + <text name="obj_name_text"> + Название объекта: + </text> + <button label="Фильтр" name="filter_object_btn"/> + <text name="owner_name_text"> + Владелец: + </text> + <button label="Фильтр" name="filter_owner_btn"/> + <button label="Вернуть выбранное" name="return_selected_btn"/> + <button label="Вернуть все" name="return_all_btn"/> + <button label="Отключить выбранное" name="disable_selected_btn"/> + <button label="Отключить все" name="disable_all_btn"/> +</floater> |