array('url' => $captcha_url),
'external' => TRUE,
));
$switch_verify = t('Switch to image verification.');
$instructions = t('Enter only the first letter of each word you hear. If you are having trouble listening in your browser, you can download the audio to listen on your device.', array(
'@captcha-url' => $captcha_url,
));
$unsupported = t('Your system does not support our audio playback verification. Please download this verification to listen on your device.', array(
'@captcha-url' => $captcha_url,
));
$refresh_alt = t('Refresh');
$refresh_image_output = theme('image', array(
'path' => drupal_get_path('module', 'mollom') . '/images/refresh.png',
'alt' => $refresh_alt,
'getsize' => FALSE,
));
?>