¡PERFECTO! ESTÁS CASI LISTO... ""

uri; $url = file_create_url($uri); $tid = key(taxonomy_get_term_by_name($type)); $t = taxonomy_term_load($tid); $term = i18n_taxonomy_localize_terms($t); $termName = $term->name; } $text_1 = t('Your'); $text_2 = t('is now ready to download!'); switch ($type) { case 'eBook': $message = $text_1. ' ' .$termName. ' ' .$desc. ' ' .$text_2; break; case 'Template': $message = $text_1. ' ' .$desc. ' ' .$termName. ' ' .$text_2; break; case 'Guide': $message = $text_1. ' ' .$desc. ' ' .$termName. ' ' .$text_2; break; default: $message = t('The content is now ready to download!'); break; } ?>