summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_moveview.xml
blob: fac569557e0a64b94b7f641c372fc0ac2eee4c4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="move_floater">
	<string name="walk_forward_tooltip">
		Marcher en avant (appuyer sur la flèche vers le haut ou W)
	</string>
	<string name="walk_back_tooltip">
		Marcher en arrière (appuyer sur la flèche vers le bas ou S)
	</string>
	<string name="run_forward_tooltip">
		Courir vers l&apos;avant (appuyer sur la flèche vers le haut ou W)
	</string>
	<string name="run_back_tooltip">
		Courir en arrière (appuyer sur la flèche vers le bas ou S)
	</string>
	<string name="fly_forward_tooltip">
		Voler vers l&apos;avant (appuyer sur la flèche vers le haut ou W)
	</string>
	<string name="fly_back_tooltip">
		Voler vers l&apos;arrière (appuyer sur la flèche vers le bas ou S)
	</string>
	<string name="walk_title">
		Marcher
	</string>
	<string name="run_title">
		Courir
	</string>
	<string name="fly_title">
		Voler
	</string>
	<panel name="panel_actions">
		<button label="" label_selected="" name="turn left btn" tool_tip="Tourner à gauche (appuyer sur la flèche de gauche ou sur A)"/>
		<button label="" label_selected="" name="turn right btn" tool_tip="Tourner à droite (appuyer sur la flèche de droite ou sur D)"/>
		<button label="" label_selected="" name="move up btn" tool_tip="Voler vers le haut, appuyer sur E"/>
		<button label="" label_selected="" name="move down btn" tool_tip="Voler vers le bas, appuyer sur C"/>
		<joystick_turn name="forward btn" tool_tip="Marcher en avant (appuyer sur la flèche vers le haut ou W)"/>
		<joystick_turn name="backward btn" tool_tip="Marcher en arrière (appuyer sur la flèche vers le bas ou S)"/>
	</panel>
	<panel name="panel_modes">
		<button label="" name="mode_walk_btn" tool_tip="Mode marche"/>
		<button label="" name="mode_run_btn" tool_tip="Mode course"/>
		<button label="" name="mode_fly_btn" tool_tip="Mode vol"/>
	</panel>
</floater>