var langDict = {
	'profile_locker_gold': 'Gold',
	'profile_locker_left': 'Left',
	//registration section
	'name_not_entered': 'Create your racer name.',
	'name_pattern_not_matched' : 'Name must be alpha numeric and 6 to 15 characters long',
	'name_used': 'Racer name is already taken.',
	'email_not_entered': 'Enter your email address.',
	'email_pattern_not_matched': 'Please enter a valid email.',
	'email_used': 'Email is already in use.',
	'password_not_entered': 'Enter password.',
	'cpassword_not_entered': 'Verify password.',
	'pass_cpass_not_matched': 'The passwords don\'t match.',
	'password_pattern_not_matched': 'Enter a valid password',
	'password_is_too_short': 'Password must be at least 6 characters',
	'date_error': 'Enter a valid date',
	'tos_error': 'Please agree to the MobRacer Terms of Services and Privacy Policy.',
	'invalid_email': 'Invalid Email',
	'old_password_error': 'Old password isn\'t correct.',
	'recruit_racers': 'Find Friends',
	'profile_friend_request_ignored':"Friend Request with %s ignored.",
	'profile_friend_request_accepted': "You are now friends with %s. <br /> Check out %s's profile!",
	'profile_team_invite_ignored': "Team invite from %s ignored.",
	'profile_team_invite_accepted_approved': "Congrats! You are now a racer on Team %s ! <br /> Check out your %s.",
	'profile_team_invite_accepted_requested': "You've accepted the invitation to join Team %s. We'll let you know when the team captain confirms your membership.",
	'friend_finder_invite_self':"You can't send an invitation to yourself",
	'friend_finder_invite_existing_friend':"This racer is already your friend",
	'friend_finder_invite_existing_teammate':"This racer is already in your team",
	'processing':"Processing"
};