PageRenderTime 33ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 104 lines | 104 code | 0 blank | 0 comment | 0 complexity | 1f74ca6b9292fd3f31463f3e4a6abff9 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="Editar ciclo del día">
  3. <string name="title_new">
  4. Crear un ciclo del día nuevo
  5. </string>
  6. <string name="title_edit">
  7. Editar ciclo del día
  8. </string>
  9. <string name="hint_new">
  10. Asigna un nombre al ciclo del día, ajusta los controles para crearlo y selecciona &quot;Guardar&quot;.
  11. </string>
  12. <string name="hint_edit">
  13. Para editar el ciclo del día, ajusta los controles siguientes y selecciona &quot;Guardar&quot;.
  14. </string>
  15. <string name="combo_label">
  16. -Selecciona un valor predefinido-
  17. </string>
  18. <text name="label">
  19. Nombre predefinido:
  20. </text>
  21. <text name="note">
  22. Nota: Si cambias el nombre del valor predefinido, crearás un predefinido nuevo y el actual no se modificará.
  23. </text>
  24. <text name="hint_item1">
  25. - Pulsa en una pestańa para editar la configuración y el tiempo de un cielo determinado.
  26. </text>
  27. <text name="hint_item2">
  28. - Pulsa y arrastra las pestańas para ajustar los tiempos de transición.
  29. </text>
  30. <text name="hint_item3">
  31. - Usa el depurador para obtener una vista previa del ciclo del día.
  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="Ańadir clave" label_selected="Ańadir clave" name="WLAddKey"/>
  37. <button label="Eliminar clave" label_selected="Eliminar clave" name="WLDeleteKey"/>
  38. <text name="WL12am">
  39. 12 AM
  40. </text>
  41. <text name="WL3am">
  42. 3 AM
  43. </text>
  44. <text name="WL6am">
  45. 6 AM
  46. </text>
  47. <text name="WL9amHash">
  48. 9 AM
  49. </text>
  50. <text name="WL12pmHash">
  51. 12 PM
  52. </text>
  53. <text name="WL3pm">
  54. 3 PM
  55. </text>
  56. <text name="WL6pm">
  57. 6 PM
  58. </text>
  59. <text name="WL9pm">
  60. 9 PM
  61. </text>
  62. <text name="WL12am2">
  63. 12 AM
  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. Configuración del cielo:
  95. </text>
  96. <combo_box label="Predefinido" name="WLSkyPresets"/>
  97. <text name="WLCurKeyTimeText">
  98. Hora:
  99. </text>
  100. <time name="time" value="6 AM"/>
  101. <check_box label="Convertir en mi nuevo ciclo del día" name="make_default_cb"/>
  102. <button label="Guardar" name="save"/>
  103. <button label="Cancelar" name="cancel"/>
  104. </floater>