PageRenderTime 34ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 104 lines | 104 code | 0 blank | 0 comment | 0 complexity | 1838ce6000d2930b2e05464e3de5e81a MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="Edit Day cycle" title="Modifica ciclo giornata">
  3. <string name="title_new">
  4. Crea un nuovo ciclo giornata
  5. </string>
  6. <string name="title_edit">
  7. Modifica ciclo giornata
  8. </string>
  9. <string name="hint_new">
  10. Dai un nome al ciclo della giornata, modifica i controlli per crearlo e fai clic su &quot;Salva&quot;.
  11. </string>
  12. <string name="hint_edit">
  13. Per modificare il ciclo della giornata, modifica i controlli seguenti e fai clic su &quot;Salva&quot;.
  14. </string>
  15. <string name="combo_label">
  16. -Seleziona un valore predefinito-
  17. </string>
  18. <text name="label">
  19. Nome predefinito:
  20. </text>
  21. <text name="note">
  22. Nota: se cambi il nome del valore predefinito, in realtŕ ne crei uno nuovo e quello esistente non viene cambiato.
  23. </text>
  24. <text name="hint_item1">
  25. - Fai clic su una scheda per modificare gli orari e le impostazioni cielo specifiche.
  26. </text>
  27. <text name="hint_item2">
  28. - Fai clic e trascina le schede per impostare i tempi di transizione.
  29. </text>
  30. <text name="hint_item3">
  31. - Usa lo scrubber per visualizzare in anteprima il ciclo giornata.
  32. </text>
  33. <panel name="day_cycle_slider_panel">
  34. <multi_slider initial_value="0" name="WLTimeSlider"/>
  35. <multi_slider initial_value="0" name="WLDayCycleKeys"/>
  36. <button label="Aggiungi chiave" label_selected="Aggiungi chiave" name="WLAddKey"/>
  37. <button label="Tasto cancella" label_selected="Tasto cancella" name="WLDeleteKey"/>
  38. <text name="WL12am">
  39. 00:00
  40. </text>
  41. <text name="WL3am">
  42. 03:00:00
  43. </text>
  44. <text name="WL6am">
  45. 06:00:00
  46. </text>
  47. <text name="WL9amHash">
  48. 09:00:00
  49. </text>
  50. <text name="WL12pmHash">
  51. 12:00:00
  52. </text>
  53. <text name="WL3pm">
  54. 15:00:00
  55. </text>
  56. <text name="WL6pm">
  57. 18:00:00
  58. </text>
  59. <text name="WL9pm">
  60. 21:00:00
  61. </text>
  62. <text name="WL12am2">
  63. 00:00
  64. </text>
  65. <text name="WL12amHash">
  66. |
  67. </text>
  68. <text name="WL3amHash">
  69. I
  70. </text>
  71. <text name="WL6amHash">
  72. |
  73. </text>
  74. <text name="WL9amHash2">
  75. I
  76. </text>
  77. <text name="WL12pmHash2">
  78. |
  79. </text>
  80. <text name="WL3pmHash">
  81. I
  82. </text>
  83. <text name="WL6pmHash">
  84. |
  85. </text>
  86. <text name="WL9pmHash">
  87. I
  88. </text>
  89. <text name="WL12amHash2">
  90. |
  91. </text>
  92. </panel>
  93. <text name="WLCurKeyPresetText">
  94. Impostazioni cielo:
  95. </text>
  96. <combo_box label="Valori predefiniti" name="WLSkyPresets"/>
  97. <text name="WLCurKeyTimeText">
  98. Giorno/ora:
  99. </text>
  100. <time name="time" value="06:00:00"/>
  101. <check_box label="Usa come nuovo ciclo giornata" name="make_default_cb"/>
  102. <button label="Salva" name="save"/>
  103. <button label="Annulla" name="cancel"/>
  104. </floater>