dicionario.js 831 Bytes
//+$trad(1,i3GEOF.animacao.dicionario)+
i3GEOF.animacao.dicionario = {
	'inicia' : [ {
		pt : "inicia",
		en : "start",
		es : "incia"
	} ],
	'rebobina' : [ {
		pt : "rebobina",
		en : "rewind",
		es : "rebobina"
	} ],
	'rapido' : [ {
		pt : "mais rapido",
		en : "increase speed",
		es : "más rápido"
	} ],
	'lento' : [ {
		pt : "mais lento",
		en : "decrease sped",
		es : "más lento"
	} ],
	'ajuda' : [ {
		pt : "Marque as camadas que ser&atilde;o inclu&iacute;das na anima&ccedil;&atilde;o e depois clique no bot&atilde;o <i>inicia</i>",
		en : "Check the layers that will be included in the animation and then click the <i>start</i> button",
		es : "Marque las capas que se incluir&aacute;n en la animaci&oacute;n y luego haga clic en el bot&oacute;n de <i>inicio</i>"
	} ]
};