<p><?phpprintf(__('A text message containing an Authy token was sent to the mobile number used to enable Authy for the user account <strong>%s</strong>.','authy_for_wp'),$username);?></p>
<p><?phpprintf(__('Once you receive the text message, enter the code from the text message in the "%s" login field.','authy_for_wp'),__('Authy Token','authy_for_wp'));?></p>
<?php
}else{
?>
<p><?phpprintf(__('A problem occurred sending an Authy token by SMS. Please try again later.','authy_for_wp'),$username);?></p>
<?php
}
}else{
?>
<p><?phpprintf(__("Authy isn't enabled for the <strong>%s</strong> user account.",'authy_for_wp'),$username);?></p>
<p><?php_e('You can log in without providing an Authy ID.','authy_for_wp');?></p>
<?php
}
?><p><aclass="button button-primary"href="#"onClick="self.parent.tb_remove();return false;"><?php_e('Return to login','authy_for_wp');?></a></p><?php
}else{
?>
<p><?phpprintf(__("Authy isn't enabled for the <strong>%s</strong> user account.",'authy_for_wp'),$username);?></p>
<p><?phpprintf(__("A WordPress user account for <strong>%s</strong> doesn't exist.",'authy_for_wp'),$username);?></p>
<p><?php_e('You can log in without providing an Authy ID.','authy_for_wp');?></p>
<p><?php_e('Please check your username and try again.','authy_for_wp');?></p>
<p><aclass="button button-primary"href="#"onClick="self.parent.tb_remove();return false;"><?php_e('Return to login','authy_for_wp');?></a></p>