﻿// English

var __tooltips = new Object();

__tooltips["figure"] = "Chiffre";
__tooltips["torso"] = "Torse";
__tooltips["head"] = "Pointe";
__tooltips["lshoulder"] = "Epaule gauche";
__tooltips["lelbow"] = "Coude gauche";
__tooltips["lwrist"] = "Poignet gauche";
__tooltips["lhand"] = "Main gauche";
__tooltips["rshoulder"] = "Epaule droite";
__tooltips["relbow"] = "Coude droit";
__tooltips["rwrist"] = "Poignet droit";
__tooltips["rhand"] = "Main droite";
__tooltips["lhip"] = "Hanche gauche";
__tooltips["lknee"] = "Genou gauche";
__tooltips["lankle"] = "Cheville gauche";
__tooltips["lfoot"] = "Pied gauche";
__tooltips["rhip"] = "Hanche droite";
__tooltips["rknee"] = "Genou droit";
__tooltips["rankle"] = "Cheville droite";
__tooltips["rfoot"] = "Pied droit";
