<?php //================================================================= // Lead Follow-Up Database // Copyright (c) phpkobo.com ( http://www.phpkobo.com/ ) // Email : hide@address.com // ID : LF201_107 // // This software is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 of the // License. // // [Installation Guide] // http://www.phpkobo.com/doc.php?d=install&p=LF201_107 // //================================================================= //-- Log In define( 'RSTR_APP_MAKER', 'PHPKOBO.COM' ); //-- About define( 'RSTR_ABOUT', 'About' ); define( 'RSTR_APP_TITLE', 'Lead Follow-Up Database' ); define( 'RSTR_APP_VERSION', 'V1.07' ); define( 'RSTR_APP_ID', 'LF201_107' ); define( 'RSTR_APP_HOMEPAGE_CAPTION', 'PhpKobo : Lead Follow-Up Database Homepage' ); define( 'RSTR_APP_HOMEPAGE_URL', 'http://www.phpkobo.com/lead_follow_up.php' ); //-- Staff define( 'RSTR_STAFF', 'Staff' ); define( 'RSTR_STAFF_ID', 'ID' ); define( 'RSTR_ACTIVE', 'Active' ); define( 'RSTR_STAFF_TYPE', 'Staff Type' ); define( 'RSTR_PASSWORD_CONF', 'Password (Confirmation)' ); define( 'RSTR_LEAVE_PASSWORD_BLANK', '(Leave it blank to keep the current password.)' ); define( 'RSTR_EMAIL', 'Email' ); define( 'RSTR_NAME', 'Name' ); //-- Lead define( 'RSTR_LEAD', 'Lead' ); define( 'RSTR_LEADS', 'Leads' ); define( 'RSTR_LEAD_ID', 'Lead ID' ); define( 'RSTR_COMPANY_NAME', 'Company Name' ); define( 'RSTR_BUSINESS_TYPE', 'Business Type' ); define( 'RSTR_MARKET_SEGMENT', 'Market Segment' ); define( 'RSTR_CONTACT', 'Contact' ); define( 'RSTR_TITLE', 'Title' ); define( 'RSTR_STREET1', 'Street1' ); define( 'RSTR_STREET2', 'Street2' ); define( 'RSTR_CITY', 'City' ); define( 'RSTR_STATE', 'State' ); define( 'RSTR_ZIP', 'Zip' ); define( 'RSTR_COUNTRY', 'Country' ); define( 'RSTR_OFFICE_TEL', 'Office Tel' ); define( 'RSTR_CELL_PHONE', 'Cell Phone' ); define( 'RSTR_FAX', 'Fax' ); define( 'RSTR_WEBSITE', 'Website' ); define( 'RSTR_COMMENT', 'Comment' ); define( 'RSTR_FOLLOW_UP', 'Follow Up' ); define( 'RSTR_CREATED_ON', 'Created On' ); define( 'RSTR_CREATED_BY', 'Created By' ); //---------------------------------------------------------------- // END OF FILE //---------------------------------------------------------------- ?>