PageRenderTime 27ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 75 lines | 75 code | 0 blank | 0 comment | 0 complexity | 112a04b588c27e66df69ee0dbf684118 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="move_floater" title="MARCHER / COURIR / VOLER">
  3. <string name="walk_forward_tooltip">
  4. Marcher en avant (appuyer sur la flčche vers le haut ou W)
  5. </string>
  6. <string name="walk_back_tooltip">
  7. Marcher en arričre (appuyer sur la flčche vers le bas ou S)
  8. </string>
  9. <string name="walk_left_tooltip">
  10. Marcher vers la gauche (Maj+Flčche gauche ou touche A)
  11. </string>
  12. <string name="walk_right_tooltip">
  13. Marcher vers la droite (Maj+Flčche droite ou touche D)
  14. </string>
  15. <string name="run_forward_tooltip">
  16. Courir vers l&apos;avant (appuyer sur la flčche vers le haut ou W)
  17. </string>
  18. <string name="run_back_tooltip">
  19. Courir en arričre (appuyer sur la flčche vers le bas ou S)
  20. </string>
  21. <string name="run_left_tooltip">
  22. Courir vers la gauche (Maj+Flčche gauche ou touche A)
  23. </string>
  24. <string name="run_right_tooltip">
  25. Courir vers la droite (Maj+Flčche droite ou touche D)
  26. </string>
  27. <string name="fly_forward_tooltip">
  28. Voler vers l&apos;avant (appuyer sur la flčche vers le haut ou W)
  29. </string>
  30. <string name="fly_back_tooltip">
  31. Voler vers l&apos;arričre (appuyer sur la flčche vers le bas ou S)
  32. </string>
  33. <string name="fly_left_tooltip">
  34. Voler vers la gauche (Maj+Flčche gauche ou touche A)
  35. </string>
  36. <string name="fly_right_tooltip">
  37. Voler vers la droite (Maj+Flčche droite ou touche D)
  38. </string>
  39. <string name="fly_up_tooltip">
  40. Voler vers le haut (touche E)
  41. </string>
  42. <string name="fly_down_tooltip">
  43. Voler vers le bas (touche C)
  44. </string>
  45. <string name="jump_tooltip">
  46. Sauter (touche E)
  47. </string>
  48. <string name="crouch_tooltip">
  49. S&apos;accroupir (touche C)
  50. </string>
  51. <string name="walk_title">
  52. Marcher
  53. </string>
  54. <string name="run_title">
  55. Courir
  56. </string>
  57. <string name="fly_title">
  58. Voler
  59. </string>
  60. <panel name="panel_actions">
  61. <button label="" label_selected="" name="turn left btn" tool_tip="Tourner ŕ gauche (appuyer sur la flčche de gauche ou sur A)"/>
  62. <joystick_slide name="move left btn" tool_tip="Marcher vers la gauche (Maj+Flčche gauche ou touche A)"/>
  63. <button label="" label_selected="" name="turn right btn" tool_tip="Tourner ŕ droite (appuyer sur la flčche de droite ou sur D)"/>
  64. <joystick_slide name="move right btn" tool_tip="Marcher vers la droite (Maj+Flčche droite ou touche D)"/>
  65. <joystick_turn name="forward btn" tool_tip="Marcher en avant (appuyer sur la flčche vers le haut ou W)"/>
  66. <joystick_turn name="backward btn" tool_tip="Marcher en arričre (appuyer sur la flčche vers le bas ou S)"/>
  67. <button label="" label_selected="" name="move up btn" tool_tip="Voler vers le haut (touche E)"/>
  68. <button label="" label_selected="" name="move down btn" tool_tip="Voler vers le bas (touche C)"/>
  69. </panel>
  70. <panel name="panel_modes">
  71. <button label="" name="mode_walk_btn" tool_tip="Mode marche"/>
  72. <button label="" name="mode_run_btn" tool_tip="Mode course"/>
  73. <button label="" name="mode_fly_btn" tool_tip="Mode vol"/>
  74. </panel>
  75. </floater>