<p><?php_e('Your account was activated successfully! Your account details have been sent to you in a separate email.','buddypress');?></p>
<?phpelse:?>
<p><?phpprintf(__('Your account was activated successfully! You can now <a href="%s">log in</a> with the username and password you provided when you signed up.','buddypress'),wp_login_url(bp_get_root_domain()));?></p>
<?phpendif;?>
<?phpelse:?>
<p><?php_e('Please provide a valid activation key.','buddypress');?></p>
<h2><?php_e('Create an Account','buddypress');?></h2>
<?phpdo_action('template_notices');?>
<p><?php_e('Before registering, please read our <a href="https://noblogs.org/policy">policy</a>. You may also want to install our <a href="http://ca.autistici.org">CA</a>.','buddypress');?></p>
<?phpprintf(__('This field can be seen by: <span class="current-visibility-level">%s</span>','buddypress'),bp_get_the_profile_field_visibility_level_label())?><ahref="#"class="visibility-toggle-link"><?php_ex('Change','Change profile field visibility level','buddypress');?></a>
<?phpprintf(__('This field can be seen by: <span class="current-visibility-level">%s</span>','buddypress'),bp_get_the_profile_field_visibility_level_label())?>
<p><inputtype="checkbox"name="signup_with_blog"id="signup_with_blog"value="1"<?phpif((int)bp_get_signup_with_blog_value()):?>checked="checked"<?phpendif;?>/><?php_e('Yes, I\'d like to create a new site','buddypress');?></p>
<p><?php_e('You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.','buddypress');?></p>
<?phpelse:?>
<p><?php_e('You have successfully created your account! Please log in using the username and password you have just created.','buddypress');?></p>