<?php //================================================================= // AdFreely -Ad Board script- // Copyright (c) phpkobo.com ( http://www.phpkobo.com/ ) // Email : hide@address.com // ID : AF201_206 // // 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=AF201_206 // //================================================================= define( 'STR_PAGE_TITLE', 'AdFreely' ); //-- 3U define( 'RSTR_NEXT', 'Next' ); define( 'RSTR_REPALCE', 'Replace' ); define( 'RSTR_SELECT_PIC', "Please click <span class='btn'>Browse</span> to select a picture, " . "and then click <span class='btn'>Next</span>." ); define( 'RSTR_CLICK_REPLACE', "To replace the ad, click <span class='btn'>Replace</span>." ); define( 'RSTR_ALLOWABLE_IMAGE_TYPES', "Allowable image types : <b>jpg, gif, png</b><br/>" ); define( 'RSTR_IMAGE_SIZE', 'The image size' ); define( 'RSTR_PIXELS', 'pixels' ); define( 'RSTR_WIDTH', 'width' ); define( 'RSTR_HEIGHT', 'height' ); //-- 4U define( 'RSTR_CONFIRM_AD', "Is this your ad? If so, click <span class='btn'>Next</span>. " . "To change the ad, click <span class='btn'>Back</span>." ); //-- 5 define( 'RSTR_URL', 'URL' ); define( 'RSTR_MAKE_CLICKABLE', "When visitors click your ad, which URL address " . "would you like to redirect them to?<br/>" . "( Leave it blank if you don't wish to make your ad clickable. )" ); define( 'RSTR_URL_LINK_EX', "(e.g.) http://www.my-domain.com/my-homepage.html" ); //-- 6 define( 'RSTR_THANK_YOU', "Your ad was successfully posted!<br/>" . "Thank you for using our Web site!" ); define( 'RSTR_FINISH', 'Finish' ); //---------------------------------------------------------------- // END OF FILE //---------------------------------------------------------------- ?>