Correct some type issues
parent
5acc948562
commit
872cd0d3bd
|
@ -54,8 +54,8 @@ 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?
|
||||
forgot_password= Forgot Password
|
||||
forget_password = Forget 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
|
||||
|
@ -102,7 +102,7 @@ illegal_org_name = Organization name contains illegal characters.
|
|||
username_password_incorrect = Username or password is not correct.
|
||||
enterred_invalid_repo_name = Please make sure you entered repository name is correct.
|
||||
enterred_invalid_owner_name = Please make sure you entered owner name is correct.
|
||||
enterred_invalid_password = Please make sure you entered passord is correct.
|
||||
enterred_invalid_password = Please make sure you entered password is correct.
|
||||
user_not_exist = Given user does not exist.
|
||||
|
||||
invalid_ssh_key = Sorry, we're not able to verify your SSH key: %s
|
||||
|
@ -117,7 +117,7 @@ password = Password
|
|||
ssh_keys = SSH Keys
|
||||
social = Social Accounts
|
||||
orgs = Organizations
|
||||
delete = Delete Accoount
|
||||
delete = Delete Account
|
||||
|
||||
public_profile = Public Profile
|
||||
profile_desc = Your Email address is public and will be used for any account related notifications, and any web based operations made via the site.
|
||||
|
@ -149,7 +149,7 @@ no_activity = No recent activity
|
|||
manage_social = Manage Associated Social Accounts
|
||||
social_desc = This is a list of associated social accounts. Remove any binding that you do not recognize.
|
||||
unbind = Unbind
|
||||
unbind_success = Social account has been unbinded.
|
||||
unbind_success = Social account has been unbound.
|
||||
|
||||
manage_orgs = Manage Organizations
|
||||
|
||||
|
|
Loading…
Reference in New Issue