$entity_delete_label=t('Deleting this @label will move it to the <a href=":link">trash</a>. You can restore it from the trash at a later date if necessary.',$params);
$entity_multiple_delete_label=t('Deleting these @label will move them to the <a href=":link">trash</a>. You can restore them from the trash at a later date if necessary.',$params);
$entity_delete_label=t('Deleting this @label will move it to the <a href=":link">trash</a>.',$params);
$entity_multiple_delete_label=t('Deleting these @label will move them to the <a href=":link">trash</a>.',$params);
}
else{
$entity_delete_label=t('Deleting this @label will move it to the trash.',$params);
$entity_multiple_delete_label=t('Deleting these @label will move them to the trash.',$params);
}
if($form['description']['#markup']->getUntranslatedString()==='This action cannot be undone.'){
if($is_entity_delete_form){
$form['description']['#markup']=t('Deleting this @label will move it to the <a href=":link">trash</a>. You can restore it from the trash at a later date if necessary.',$params);
$form['description']['#markup']=t('Deleting these @label will move them to the <a href=":link">trash</a>. You can restore them from the trash at a later date if necessary.',$params);