diff options
Diffstat (limited to 'indra/newview/skins/default/xui/es/floater_top_objects.xml')
-rw-r--r-- | indra/newview/skins/default/xui/es/floater_top_objects.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_top_objects.xml b/indra/newview/skins/default/xui/es/floater_top_objects.xml new file mode 100644 index 0000000000..d2311c734b --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_top_objects.xml @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="top_objects" title="Objetos superiores"> + <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="Tiempo" name="time"/> + <column label="Tiempo en Mono" name="mono_time"/> + </scroll_list> + <line_editor font="SansSerifSmall" left="140" name="id_editor" width="280"/> + <line_editor font="SansSerifSmall" left="140" name="object_name_editor" width="280"/> + <line_editor font="SansSerifSmall" left="140" name="owner_name_editor" width="280"/> + <text name="id_text"> + ID del objeto: + </text> + <button label="Mostrar la baliza" name="show_beacon_btn" width="115"/> + <text name="obj_name_text"> + Nombre del objeto: + </text> + <button label="Filtro" name="filter_object_btn" width="115"/> + <text name="owner_name_text" width="130"> + Propietario: + </text> + <button label="Filtro" name="filter_owner_btn" width="115"/> + <button label="Devolver lo seleccionado" name="return_selected_btn" width="170"/> + <button label="Devolver todo" left="190" name="return_all_btn"/> + <button label="Desactivar lo seleccionado" name="disable_selected_btn" width="170"/> + <button label="Desactivar todo" left="190" name="disable_all_btn"/> + <button label="Actualizar" name="refresh_btn" width="115"/> + <string name="top_scripts_title"> + Scripts según su uso + </string> + <string name="top_scripts_text"> + [COUNT] scripts con un total de [TIME] ms + </string> + <string name="scripts_score_label"> + Tiempo + </string> + <string name="scripts_mono_time_label"> + Tiempo en Mono + </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> +</floater> |