diff options
author | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-13 12:25:53 -0800 |
---|---|---|
committer | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-13 12:25:53 -0800 |
commit | 0a984f1920d12373ef31e9e7e62d8ad6024a36b4 (patch) | |
tree | fc48e27f1997969ebb480fe8bb9afdb923b0af39 /indra/newview/skins/default/xui/fr/floater_lsl_guide.xml | |
parent | f3bd6481a554ade34b133b2ae805838e27598639 (diff) |
DEV-43688 commit new translations - DE, FR, JA cycle2
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user.
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_lsl_guide.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_lsl_guide.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_lsl_guide.xml b/indra/newview/skins/default/xui/fr/floater_lsl_guide.xml index 2e3d88264e..0e830e3c08 100644 --- a/indra/newview/skins/default/xui/fr/floater_lsl_guide.xml +++ b/indra/newview/skins/default/xui/fr/floater_lsl_guide.xml @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<floater name="script ed float" title="WIKI LSL"> - <check_box label="Suivre le curseur" name="lock_check" /> - <combo_box label="Verrouiller" name="history_combo" left_delta="120" width="70"/> - <button label="Précédente" name="back_btn" left_delta="75"/> - <button label="Suivante" name="fwd_btn" /> -</floater> +<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="script ed float" title="WIKI LSL">
+ <check_box label="Suivre le curseur" name="lock_check"/>
+ <combo_box label="Verrouiller" left_delta="120" name="history_combo" width="70"/>
+ <button label="Précédente" left_delta="75" name="back_btn"/>
+ <button label="Suivante" name="fwd_btn"/>
+</floater>
|