<?PHP    

	/**
	 * 
	 * play.php english language file
	 *
	 * @author Patrick Lockley
	 * @version 1.0
	 * @copyright Pat Lockley
	 * @package
	 */
	 
	define("PLAY_LOGON_FAIL","Sorry login has failed");

	define("PLAY_RESOURCE_FAIL","Sorry this resource does not exist");
	
?>