@ -52,9 +52,23 @@ create_new_account = Create New Account
register_hepler_msg=Already have an account? Sign in now!
social_register_hepler_msg=Already have an account? Bind now!
disable_register_prompt=Sorry, registration has been disabled. Please contact the site administrator.
disable_register_mail=Sorry, Register Mail Confirmation has been disabled.
remember_me=Remember Me
forgot_password=Fotgot Password
forget_password=Fotget password?
sign_up_now=Need an account? Sign up now.
confirmation_mail_sent_prompt=A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete your registration.
sign_in_email=Sign in to your e-mail
active_your_account=Activate Your Account
resent_limit_prompt=Sorry, you are sending an activation e-mail too frequently. Please wait 3 minutes.
has_unconfirmed_mail=Hi %s, you have an unconfirmed email address(<b>%s</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click on the button below.
resend_mail=Click here to resend your activation e-mail
email_not_associate=This e-mail address does not associate to any account.
send_reset_mail=Click here to (re)send your passowrd reset e-mail
reset_password=Reset Your Password
invalid_code=Sorry, your confirmation code has exipired or not valid.
reset_password_helper=Click here to reset your password
password_too_short=Password length cannot be less then 6.
<p>Sorry, Register Mail Confirmation has been disabled.</p>
<p>{{.i18n.Tr "auth.disable_register_mail"}}</p>
{{else if .ResendLimited}}
<p>Sorry, you are sending an activation e-mail too frequently. Please wait 3 minutes.</p>
<p>{{.i18n.Tr "auth.resent_limit_prompt"}}</p>
{{else}}
<p>A new confirmation e-mail has been sent to <b>{{.SignedUser.Email}}</b>, please check your inbox within the next {{.Hours}} hours to complete your registration.</p>
<p>A confirmation e-mail has been sent to <b>{{.Email}}</b>, please check your inbox within the next {{.Hours}} hours to complete your registration.</p>
<p>Sorry, your confirmation code has exipired or not valid.</p>
<p>{{.i18n.Tr "auth.invalid_code"}}</p>
{{else}}
<p>Hi, {{.SignedUser.Name}}, you have an unconfirmed email address(<b>{{.SignedUser.Email}}</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click on the button below.</p>