diff options
author | eli <none@none> | 2011-08-16 18:13:34 -0700 |
---|---|---|
committer | eli <none@none> | 2011-08-16 18:13:34 -0700 |
commit | 8843e4384ebaf46474dbfc744b2918f22a5076a0 (patch) | |
tree | bc118dbc697af6b9ff22ec676808887ef4352dcd /indra/newview/skins/default/xui/fr/floater_build_options.xml | |
parent | cf40a8307f2bed9644b2bbf0b0c317ad922c4db6 (diff) |
FIX INTL-66 translation for set26 and basic set5, for 6 languages
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 | 25 |
1 files changed, 24 insertions, 1 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 cad00ea866..a200ed192f 100644 --- a/indra/newview/skins/default/xui/fr/floater_build_options.xml +++ b/indra/newview/skins/default/xui/fr/floater_build_options.xml @@ -1,7 +1,30 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="build options floater" title="OPTIONS DE LA GRILLE"> + <floater.string name="grid_screen_text"> + Écran + </floater.string> + <floater.string name="grid_local_text"> + Locale + </floater.string> + <floater.string name="grid_world_text"> + Monde + </floater.string> + <floater.string name="grid_reference_text"> + Référence + </floater.string> + <floater.string name="grid_attachment_text"> + Élément attaché + </floater.string> + <text name="grid_mode_label" tool_tip="Opacité de la grille"> + Mode + </text> + <combo_box name="combobox grid mode" tool_tip="Choisir le type d'axe de grille pour le positionnement de l'objet."> + <combo_box.item label="Grille du monde" name="World"/> + <combo_box.item label="Grille locale" name="Local"/> + <combo_box.item label="Grille de référence" name="Reference"/> + </combo_box> <spinner label="Unités (mètres)" name="GridResolution"/> - <spinner label="Mesures (mètres)" name="GridDrawSize"/> + <spinner label="Étendue (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"> |