diff options
| author | Eli Linden <eli@lindenlab.com> | 2010-02-17 14:40:32 +0800 | 
|---|---|---|
| committer | Eli Linden <eli@lindenlab.com> | 2010-02-17 14:40:32 +0800 | 
| commit | c264ffe8153d9c8daf9c6db962a7a71ca43ecac3 (patch) | |
| tree | b109d5c59eed0b09d39a93aeae70d6d20563e30f | |
| parent | 692073cc891960087577c6e00e061c94f7e2a6fb (diff) | |
DEV-46346 Cycle4 translation for FR
| -rw-r--r-- | indra/newview/skins/default/xui/fr/panel_bottomtray_lite.xml | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/fr/panel_bottomtray_lite.xml b/indra/newview/skins/default/xui/fr/panel_bottomtray_lite.xml new file mode 100644 index 0000000000..5b6d37ce00 --- /dev/null +++ b/indra/newview/skins/default/xui/fr/panel_bottomtray_lite.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel name="bottom_tray_lite"> +	<layout_stack name="toolbar_stack_lite"> +		<layout_panel name="gesture_panel"> +			<gesture_combo_list label="Geste" name="Gesture" tool_tip="Affiche/Masque les gestes"/> +		</layout_panel> +	</layout_stack> +</panel> | 
