// JavaScript Document

lang.addLang(
	'chapters_selecttoremove', 'Select chapter to remove.',
	'chapters_confirmremoval', 'Confirm removal.',
	
	'chapters_entername', 'Name: Enter name.',
	'chapters_entertitle', 'Title: Enter title.',
	'chapters_enterpassword', 'Password: Enter password.',
	'chapters_confirmpassword', 'Confirm password: Confirm password.',
	
	'chapters_errors_name', 'Name: Invalid name.\n    Use alphanumeric characters, underscore (_) and dashes (-) only.',
	'chapters_errors_passwordlength', 'Password: Password too short.',
	'chapters_errors_passwordnotmatch', 'Password: Password and confirm passwords did not match.',
	'chapters_errors_passstrength_none', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces',
	'chapters_errors_passstrength_normal', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces\n   - it must contain at least one number\n   - it must contain at least one lowercase or uppercase letter',
	'chapters_errors_passstrength_strong', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces\n   - it must start with at least one letter\n   - it must contain at least one number\n   - it must contain at least one uppercase letter\n   - it password contain at least one lowercase letter\n   - it must contain at least one special character #,@,%,!.',
	'chapters_errors_newpasswordlength', 'New password: New password too short.',
	'chapters_errors_newpasswordnotmatch', 'New Password: New password and confirm passwords did not match.',
	'chapters_errors_newpasswordstrong', 'New password: New password must meet the following requirements:\n   - it must start with at least one letter\n   - it must contain at least one number\n   - it must contain at least one uppercase letter\n   - it password contain at least one lowercase letter\n   - it must contain at least one special character #,@,%,!.'
);