'value'=>$t('At least @a',array('@a'=>COLORBOX_MIN_PLUGIN_VERSION)),
'value'=>$t('@e: At least @a',array('@e'=>$error_type,'@a'=>COLORBOX_MIN_PLUGIN_VERSION)),
'severity'=>REQUIREMENT_ERROR,
'description'=>$t('You need to download the !colorbox, extract the archive and place the colorbox directory in the %path directory on your server.',array('!colorbox'=>l($t('Colorbox plugin'),$library['download url']),'%path'=>'sites/all/libraries')),
'description'=>$t('!error You need to download the !colorbox, extract the archive and place the colorbox directory in the %path directory on your server.',array('!error'=>$error_message,'!colorbox'=>l($t('Colorbox plugin'),$library['download url']),'%path'=>'sites/all/libraries')),