printf(__('Your account has been activated. You may now <a href="%1$s">log in</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.'),network_site_url('wp-login.php','login'),$signup->user_login,$signup->user_email,wp_lostpassword_url());
printf(__('Your site at <a href="%1$s">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%5$s">reset your password</a>.'),'http://'.$signup->domain,$signup->domain,$signup->user_login,$signup->user_email,wp_lostpassword_url());
<pclass="view"><?phpprintf(__('Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>'),$url,$url.'wp-login.php');?></p>
<pclass="view"><?phpprintf(__('Your account is now activated. <a href="%1$s">Log in</a> or go back to the <a href="%2$s">homepage</a>.'),network_site_url('wp-login.php','login'),network_home_url());?></p>