PageRenderTime 29ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/it/floater_top_objects.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 59 lines | 59 code | 0 blank | 0 comment | 0 complexity | 77fe289d325df8c27f124d98a1be3726 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="top_objects" title="Oggetti principali">
  3. <floater.string name="top_scripts_title">
  4. Script pesanti
  5. </floater.string>
  6. <floater.string name="top_scripts_text">
  7. [COUNT] script richiedono un totale di [TIME] ms
  8. </floater.string>
  9. <floater.string name="scripts_score_label">
  10. Ora
  11. </floater.string>
  12. <floater.string name="scripts_mono_time_label">
  13. Ora &apos;Mono&apos;
  14. </floater.string>
  15. <floater.string name="top_colliders_title">
  16. Oggetti con maggiori collisioni
  17. </floater.string>
  18. <floater.string name="top_colliders_text">
  19. I [COUNT] oggetti che sperimentano il maggior numero di collisioni
  20. </floater.string>
  21. <floater.string name="colliders_score_label">
  22. Punteggio
  23. </floater.string>
  24. <floater.string name="none_descriptor">
  25. Nulla di rilevato.
  26. </floater.string>
  27. <text name="title_text">
  28. In caricamento...
  29. </text>
  30. <scroll_list name="objects_list">
  31. <scroll_list.columns label="Punteggio" name="score" width="84"/>
  32. <scroll_list.columns label="Nome" name="name" width="84"/>
  33. <scroll_list.columns label="Proprietario" name="owner" width="84"/>
  34. <scroll_list.columns label="Ubicazione" name="location" width="84"/>
  35. <scroll_list.columns label="Ora" name="time" width="84"/>
  36. <scroll_list.columns label="Ora (Mono)" name="mono_time" width="84"/>
  37. <scroll_list.columns label="URL" name="URLs"/>
  38. </scroll_list>
  39. <text name="id_text">
  40. ID oggetto:
  41. </text>
  42. <line_editor font="SansSerifSmall" name="id_editor"/>
  43. <button label="Mostra segnali luminosi" name="show_beacon_btn"/>
  44. <text name="obj_name_text">
  45. Nome dell&apos;oggetto:
  46. </text>
  47. <line_editor font="SansSerifSmall" name="object_name_editor"/>
  48. <button label="Filtro" name="filter_object_btn"/>
  49. <text name="owner_name_text">
  50. Proprietario:
  51. </text>
  52. <line_editor font="SansSerifSmall" left="90" name="owner_name_editor" width="280"/>
  53. <button label="Filtro" name="filter_owner_btn" width="150"/>
  54. <button label="Aggiorna" name="refresh_btn" width="150"/>
  55. <button label="Restituisci selezionato" name="return_selected_btn" width="150"/>
  56. <button label="Restituisci tutti" left="170" name="return_all_btn"/>
  57. <button label="Disabilita selezionato" name="disable_selected_btn" width="150"/>
  58. <button label="Disabilita per tutti" left="170" name="disable_all_btn"/>
  59. </floater>