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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 104 lines · 104 code · 0 blank · 0 comment · 0 complexity · 2acb1406d36c8150667eb6b707c47a84 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="Edit Day cycle" title="Editar ciclo dos dias">
  3. <string name="title_new">
  4. Criar novo ciclo de dias
  5. </string>
  6. <string name="title_edit">
  7. Editar ciclo dos dias
  8. </string>
  9. <string name="hint_new">
  10. um nome ao seu ciclo dos dias, ajuste os controles para criр-lo e clique em &quot;Salvar&quot;.
  11. </string>
  12. <string name="hint_edit">
  13. Para editar sua configuraусo do dia, ajuste os controles e clique em &quot;Salvar&quot;.
  14. </string>
  15. <string name="combo_label">
  16. -Selecione uma prж-configuraусo-
  17. </string>
  18. <text name="label">
  19. Nome:
  20. </text>
  21. <text name="note">
  22. Observaусo: trocar o nome de uma prж-configuraусo criarр uma nova sem modificar a uma prж-configuraусo atual.
  23. </text>
  24. <text name="hint_item1">
  25. - Clique em uma guia para editar as configuraушes e horрrio de um cжu.
  26. </text>
  27. <text name="hint_item2">
  28. - Clique e arraste as guias para definir as transiушes.
  29. </text>
  30. <text name="hint_item3">
  31. - Use a seta para rever o ciclo dos dias.
  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="Adicionar chave" label_selected="Adicionar chave" name="WLAddKey"/>
  37. <button label="Excluir chave" label_selected="Excluir chave" name="WLDeleteKey"/>
  38. <text name="WL12am">
  39. 24:00
  40. </text>
  41. <text name="WL3am">
  42. 03:00
  43. </text>
  44. <text name="WL6am">
  45. 06:00
  46. </text>
  47. <text name="WL9amHash">
  48. 09:00
  49. </text>
  50. <text name="WL12pmHash">
  51. 12:00
  52. </text>
  53. <text name="WL3pm">
  54. 15:00
  55. </text>
  56. <text name="WL6pm">
  57. 18:00
  58. </text>
  59. <text name="WL9pm">
  60. 21:00
  61. </text>
  62. <text name="WL12am2">
  63. 24: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. Configuraусo do cжu:
  95. </text>
  96. <combo_box label="Prж-configuraусo" name="WLSkyPresets"/>
  97. <text name="WLCurKeyTimeText">
  98. Hora:
  99. </text>
  100. <time name="time" value="06:00"/>
  101. <check_box label="Usar como novo ciclo de dias" name="make_default_cb"/>
  102. <button label="Salvar" name="save"/>
  103. <button label="Cancelar" name="cancel"/>
  104. </floater>