diff options
author | Ramzi Linden <ramzi@lindenlab.com> | 2009-11-10 17:36:28 +0800 |
---|---|---|
committer | Ramzi Linden <ramzi@lindenlab.com> | 2009-11-10 17:36:28 +0800 |
commit | 54b39c3786a4e77b86f70538a29df98c7ff4ff77 (patch) | |
tree | c23e070db8d6ee4c889e37320040dc8bbcb2fc0e /indra/newview/skins/default/xui/fr/floater_build_options.xml | |
parent | 4204cce0cec2c3386f751dfdfeb959da6136ce61 (diff) |
L10N: Add some translations to FR, DE, JA from Localization Cycle1.
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_build_options.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_build_options.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_build_options.xml b/indra/newview/skins/default/xui/fr/floater_build_options.xml index 76e8e2f637..e8e6a59dc4 100644 --- a/indra/newview/skins/default/xui/fr/floater_build_options.xml +++ b/indra/newview/skins/default/xui/fr/floater_build_options.xml @@ -1,8 +1,11 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<floater name="build options floater" title="OPTIONS DE LA GRILLE"> - <spinner label="Unité (mètres)" name="GridResolution" /> - <spinner label="Mesures (mètres)" name="GridDrawSize" /> - <check_box label="Activer la fixation des sous-unités" name="GridSubUnit" /> - <check_box label="Afficher les sections transversales" name="GridCrossSection" /> - <slider label="Opacité de la grille" name="GridOpacity" /> -</floater> +<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="build options floater" title="OPTIONS DE LA GRILLE">
+ <spinner label="Unités (mètres)" name="GridResolution"/>
+ <spinner label="Mesures (mètres)" name="GridDrawSize"/>
+ <check_box label="Fixation des sous-unités" name="GridSubUnit"/>
+ <check_box label="Afficher les sections transversales" name="GridCrossSection"/>
+ <text name="grid_opacity_label" tool_tip="Opacité de la grille">
+ Opacité :
+ </text>
+ <slider label="Opacité de la grille" name="GridOpacity"/>
+</floater>
|