// Traducciones para el Flowplayer a fin de que pueda ser inicializado.
FlowPlayer = new Object();
FlowPlayer.TT = {};
FlowPlayer.TT['PLAY'] = 'Reproducir';
FlowPlayer.TT['PAUSE'] = 'Pausa';
FlowPlayer.TT['MUTE'] = 'Silenciar';
FlowPlayer.TT['UNMUTE'] = 'Restaurar sonido';
FlowPlayer.TT['STOP'] = 'Detener';
FlowPlayer.TT['FULLSCREEN'] = 'Entrar en modo de pantalla completa';
FlowPlayer.TT['FULLSCREEN_EXIT'] = 'Salir del modo de pantalla completa';
FlowPlayer.TT['NEXT'] = 'Siguiente';
FlowPlayer.TT['PREVIOUS'] = 'Anterior';

