diff options
author | Richard Linden <none@none> | 2011-06-23 11:35:14 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-06-23 11:35:14 -0700 |
commit | af142618f9c18a418bd11ab8eae6c83caa03ddac (patch) | |
tree | fbdfb3f954bf68df568c1dc898b0dc261ad77873 /indra/newview/skins/default/xui/fr/floater_import_collada.xml | |
parent | ae2cbe5258ad76e22420be2760379480e10fb72c (diff) | |
parent | 70fc5af53ffc39c3c0ef32b99a6c83e972b8a117 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_import_collada.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_import_collada.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_import_collada.xml b/indra/newview/skins/default/xui/fr/floater_import_collada.xml new file mode 100644 index 0000000000..03804c4bd5 --- /dev/null +++ b/indra/newview/skins/default/xui/fr/floater_import_collada.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Import Collada" title="Importation de scène"> + <text name="mesh count"> + Maillages : [COUNT] + </text> + <text name="texture count"> + Textures : [COUNT] + </text> + <text name="status"> + État : [STATUS] + </text> + <button label="Annuler" name="cancel"/> + <button label="OK" name="ok"/> + <string name="status_idle"> + Inactif + </string> + <string name="status_uploading"> + Chargement de [NAME] + </string> + <string name="status_creating"> + Création de l'objet [NAME] + </string> +</floater> |