phoenix-firestorm/indra/newview/skins/default/xui/fr/floater_camera.xml

37 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="camera_floater">
<floater.string name="rotate_tooltip">
Faire tourner la caméra autour du point central
</floater.string>
<floater.string name="zoom_tooltip">
Zoomer en direction du point central
</floater.string>
<floater.string name="move_tooltip">
Déplacer la caméra vers le haut et le bas, la gauche et la droite
</floater.string>
<floater.string name="camera_modes_title">
Modes
</floater.string>
<floater.string name="pan_mode_title">
Rotation - Zoom - Panoramique
</floater.string>
<floater.string name="presets_mode_title">
Préréglages
</floater.string>
<floater.string name="free_mode_title">
Voir l&apos;objet
</floater.string>
<panel name="controls">
<panel name="zoom" tool_tip="Zoomer en direction du point central">
<joystick_rotate name="cam_rotate_stick" tool_tip="Faire tourner la caméra autour du point central"/>
<slider_bar name="zoom_slider" tool_tip="Zoomer en direction du point central"/>
<joystick_track name="cam_track_stick" tool_tip="Déplacer la caméra vers le haut et le bas, la gauche et la droite"/>
</panel>
</panel>
<panel name="buttons">
<button label="" name="presets_btn" tool_tip="Préréglages"/>
<button label="" name="pan_btn" tool_tip="Rotation - Zoom - Panoramique"/>
<button label="" name="avatarview_btn" tool_tip="Modes"/>
</panel>
</floater>