﻿// English

var __tooltips = new Object();

__tooltips["figure"] = "Figura";
__tooltips["torso"] = "Tronco";
__tooltips["head"] = "Início";
__tooltips["lshoulder"] = "Ombro esquerdo";
__tooltips["lelbow"] = "Cotovelo esquerdo";
__tooltips["lwrist"] = "Punho esquerdo";
__tooltips["lhand"] = "Mão esquerda";
__tooltips["rshoulder"] = "Ombro direito";
__tooltips["relbow"] = "Cotovelo direito";
__tooltips["rwrist"] = "Punho direito";
__tooltips["rhand"] = "Mão direita";
__tooltips["lhip"] = "Coxa esquerda";
__tooltips["lknee"] = "Joelho esquerdo";
__tooltips["lankle"] = "Tornozelo esquerdo";
__tooltips["lfoot"] = "Pé esquerdo";
__tooltips["rhip"] = "Coxa direita";
__tooltips["rknee"] = "Joelho direito";
__tooltips["rankle"] = "Tornozelo direito";
__tooltips["rfoot"] = "Pé direito";
