var lang_msg = {
	reg_fill_the_fields: 'All fields should be filled in',
	reg_box_title: 'Free registration',
	message_box_title: 'Message',
	forgot_box_title: 'Forgot password?',
	changepwd_box_title: 'Change password',
	login_fill_the_fields: 'Please enter username and password',
	login_box_error_title: 'Errors',
	forgot_box_error: 'Field can not be empty',
	forgot_box_empty_error: 'All fields should be filled in',
	load_game_error: 'Game is currently unavailable, please try later',
	change_pwd_err_box_title: 'Errors',
	change_pwd_success_box_title: 'Password successfully changed',
	forgot_pwd_err_box_title: 'Errors',
	forgot_pwd_success_box_title: 'New password has been sent to your e-mail',
	reg_err_box_title: 'Errors',
	reg_success_box_title: 'Registration successfully complete'
};