watchdog('file',t('For %file the system thinks its MIME type is %detected while the user has given %given for MIME type',array('%file'=>theme('placeholder',$file->filepath),'%detected'=>theme('placeholder',$file>-filemime),'%given'=>theme('placeholder',$_FILES['edit']['type'][$source]))));
form_set_error('upload',t('The selected file %name can not be attached to this post, because it is only possible to attach files with the following extensions: %files-allowed.',array('%name'=>theme('placeholder',$file->filename),'%files-allowed'=>theme('placeholder',$extensions))));
form_set_error('upload',t('The selected file %name can not be attached to this post, because it is only possible to attach files with the following extensions: %files-allowed.',array('%name'=>theme('placeholder',$file->filename),'%files-allowed'=>theme('placeholder',$extensions))));