PageRenderTime 36ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 143 lines | 143 code | 0 blank | 0 comment | 0 complexity | ea757d60623544c2e837182ded32c1f1 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="Edit Sky Preset" title="Modifica predefiniti cielo">
  3. <string name="title_new">
  4. Crea un nuovo valore predefinito per il cielo
  5. </string>
  6. <string name="title_edit">
  7. Modifica predefiniti cielo
  8. </string>
  9. <string name="hint_new">
  10. Dai un nome al valore predefinito, modifica i controlli per crearlo e fai clic su &quot;Salva&quot;.
  11. </string>
  12. <string name="hint_edit">
  13. Per modificare il valore predefinito per il cielo, modifica i controlli e fai clic su &quot;Salva&quot;.
  14. </string>
  15. <string name="combo_label">
  16. -Seleziona un valore predefinito-
  17. </string>
  18. <text name="hint">
  19. Per modificare i valori predefiniti, modifica i controlli e quindi fai clic su &quot;Salva&quot;
  20. </text>
  21. <text name="label">
  22. Nome predefinito:
  23. </text>
  24. <text name="note">
  25. Nota: se cambi il nome del valore predefinito, in realtŕ ne crei uno nuovo e quello esistente non viene cambiato.
  26. </text>
  27. <tab_container name="WindLight Tabs">
  28. <panel label="ATMOSFERA" name="Atmosphere">
  29. <text name="BHText">
  30. Orizzonte blu
  31. </text>
  32. <text name="BDensText">
  33. Orizzonte foschia
  34. </text>
  35. <text name="BDensText2">
  36. Densitŕ blu
  37. </text>
  38. <text name="HDText">
  39. Densitŕ foschia
  40. </text>
  41. <text name="DensMultText">
  42. Fattore moltiplicativo densitŕ
  43. </text>
  44. <text name="WLDistanceMultText">
  45. Fattore moltiplicativo distanza
  46. </text>
  47. <text name="MaxAltText">
  48. Altitudine massima
  49. </text>
  50. </panel>
  51. <panel label="ILLUMINAZIONE" name="Lighting">
  52. <text name="SLCText">
  53. Colore sole/luna
  54. </text>
  55. <text name="WLAmbientText">
  56. Ambiente
  57. </text>
  58. <text name="SunGlowText">
  59. Bagliore sole
  60. </text>
  61. <slider label="Centro focale" name="WLGlowB"/>
  62. <slider label="Dimensioni" name="WLGlowR"/>
  63. <text name="WLStarText">
  64. Luminositŕ cielo
  65. </text>
  66. <text name="SceneGammaText">
  67. Gamma scena
  68. </text>
  69. <text name="TODText">
  70. Posizione sole/luna
  71. </text>
  72. <multi_slider initial_value="0" name="WLSunPos"/>
  73. <text name="WL12amHash">
  74. |
  75. </text>
  76. <text name="WL6amHash">
  77. |
  78. </text>
  79. <text name="WL12pmHash2">
  80. |
  81. </text>
  82. <text name="WL6pmHash">
  83. |
  84. </text>
  85. <text name="WL12amHash2">
  86. |
  87. </text>
  88. <text name="WL12am">
  89. 00:00
  90. </text>
  91. <text name="WL6am">
  92. 06:00:00
  93. </text>
  94. <text name="WL12pmHash">
  95. 12:00:00
  96. </text>
  97. <text name="WL6pm">
  98. 18:00:00
  99. </text>
  100. <text name="WL12am2">
  101. 00:00
  102. </text>
  103. <time name="WLDayTime" value="06:00:00"/>
  104. <text name="WLEastAngleText">
  105. Angolo est
  106. </text>
  107. </panel>
  108. <panel label="NUVOLE" name="Clouds">
  109. <text name="WLCloudColorText">
  110. Colore nuvole
  111. </text>
  112. <text name="WLCloudColorText2">
  113. XY/Densitŕ nuvole
  114. </text>
  115. <slider label="X" name="WLCloudX"/>
  116. <slider label="Y" name="WLCloudY"/>
  117. <slider label="D" name="WLCloudDensity"/>
  118. <text name="WLCloudCoverageText">
  119. Copertura nuvole
  120. </text>
  121. <text name="WLCloudScaleText">
  122. Scala nuvole
  123. </text>
  124. <text name="WLCloudDetailText">
  125. Dettaglio nuvole (XY/Densitŕ)
  126. </text>
  127. <slider label="X" name="WLCloudDetailX"/>
  128. <slider label="Y" name="WLCloudDetailY"/>
  129. <slider label="D" name="WLCloudDetailDensity"/>
  130. <text name="WLCloudScrollXText">
  131. Scorrimento nuvole X
  132. </text>
  133. <check_box label="Blocca" name="WLCloudLockX"/>
  134. <text name="WLCloudScrollYText">
  135. Scorrimento nuvole Y
  136. </text>
  137. <check_box label="Blocca" name="WLCloudLockY"/>
  138. </panel>
  139. </tab_container>
  140. <check_box label="Usa questo valore predefinito come nuova impostazione per il cielo" name="make_default_cb"/>
  141. <button label="Salva" name="save"/>
  142. <button label="Annulla" name="cancel"/>
  143. </floater>