PageRenderTime 247ms CodeModel.GetById 65ms RepoModel.GetById 8ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 104 lines | 104 code | 0 blank | 0 comment | 0 complexity | 6d4d10d6dbd85c091c07bb035696d8d1 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="Modifier un cycle du jour">
  3. <string name="title_new">
  4. Crיer un nouveau cycle du jour
  5. </string>
  6. <string name="title_edit">
  7. Modifier un cycle du jour
  8. </string>
  9. <string name="hint_new">
  10. Donnez un nom au cycle du jour, ajustez les contrפles afin de le crיer, puis cliquez sur Enregistrer.
  11. </string>
  12. <string name="hint_edit">
  13. Pour modifier le cycle du jour, ajustez les contrפles ci-dessous, puis cliquez sur Enregistrer.
  14. </string>
  15. <string name="combo_label">
  16. -Effectuer une sיlection-
  17. </string>
  18. <text name="label">
  19. Nom du prיrיglage :
  20. </text>
  21. <text name="note">
  22. Remarque : si vous changez votre prיrיglage de nom, un nouveau prיrיglage sera crיי et celui existant restera tel quel.
  23. </text>
  24. <text name="hint_item1">
  25. - Cliquez sur un repטre pour modifier le rיglage du ciel et l&apos;heure associיs.
  26. </text>
  27. <text name="hint_item2">
  28. - Cliquez sur les repטres et faites-les glisser afin de dיfinir les heures de transition.
  29. </text>
  30. <text name="hint_item3">
  31. - Dיplacez le marqueur en forme de triangle pour afficher un aperחu du cycle du jour.
  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="Ajouter clי" label_selected="Ajouter clי" name="WLAddKey"/>
  37. <button label="Supprimer clי" label_selected="Supprimer clי" name="WLDeleteKey"/>
  38. <text name="WL12am">
  39. Min.
  40. </text>
  41. <text name="WL3am">
  42. 3h
  43. </text>
  44. <text name="WL6am">
  45. 6h
  46. </text>
  47. <text name="WL9amHash">
  48. 9h
  49. </text>
  50. <text name="WL12pmHash">
  51. Midi
  52. </text>
  53. <text name="WL3pm">
  54. 15h
  55. </text>
  56. <text name="WL6pm">
  57. 18h
  58. </text>
  59. <text name="WL9pm">
  60. 21h
  61. </text>
  62. <text name="WL12am2">
  63. Min.
  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. Rיglage du ciel :
  95. </text>
  96. <combo_box label="Prיrיglage" name="WLSkyPresets"/>
  97. <text name="WLCurKeyTimeText">
  98. Heure :
  99. </text>
  100. <time name="time" value="6h"/>
  101. <check_box label="Appliquer ce nouveau cycle du jour" name="make_default_cb"/>
  102. <button label="Enregistrer" name="save"/>
  103. <button label="Annuler" name="cancel"/>
  104. </floater>