2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
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 exceeded the maximum filesize of %maxsize.',array('%name'=>theme('placeholder',$file->filename),'%maxsize'=>theme('placeholder',format_size($uploadsize)))));
form_set_error('upload',t('The selected file %name can not be attached to this post, because the disk quota of %quota has been reached.',array('%name'=>theme('placeholder',$file->filename),'%quota'=>theme('placeholder',format_size($usersize)))));
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 exceeded the maximum filesize of %maxsize.',array('%name'=>theme('placeholder',$file->filename),'%maxsize'=>theme('placeholder',format_size($uploadsize)))));
form_set_error('upload',t('The selected file %name can not be attached to this post, because the disk quota of %quota has been reached.',array('%name'=>theme('placeholder',$file->filename),'%quota'=>theme('placeholder',format_size($usersize)))));