Banner Notes:
- Use an image or HTML text for the banner - not both.
- HTML Text has priority over an image
');
define('TEXT_BANNERS_INSERT_NOTE', 'Image Notes:- Uploading directories must have proper user (write) permissions setup!
- Do not fill out the \'Save To\' field if you are not uploading an image to the webserver (ie, you are using a local (serverside) image).
- The \'Save To\' field must be an existing directory with an ending slash (eg, banners/).
');
define('TEXT_BANNERS_EXPIRCY_NOTE', 'Expiry Notes:- Only one of the two fields should be submitted
- If the banner is not to expire automatically, then leave these fields blank
');
define('TEXT_BANNERS_SCHEDULE_NOTE', 'Schedule Notes:- If a schedule is set, the banner will be activated on that date.
- All scheduled banners are marked as deactive until their date has arrived, to which they will then be marked active.
');
define('TEXT_BANNERS_DATE_ADDED', 'Date Added:');
define('TEXT_BANNERS_SCHEDULED_AT_DATE', 'Scheduled At: %s');
define('TEXT_BANNERS_EXPIRES_AT_DATE', 'Expires At: %s');
define('TEXT_BANNERS_EXPIRES_AT_IMPRESSIONS', 'Expires At: %s impressions');
define('TEXT_BANNERS_STATUS_CHANGE', 'Status Change: %s');
define('TEXT_BANNERS_DATA', 'D
A
T
A');
define('TEXT_BANNERS_LAST_3_DAYS', 'Last 3 Days');
define('TEXT_BANNERS_BANNER_VIEWS', 'Banner Views');
define('TEXT_BANNERS_BANNER_CLICKS', 'Banner Clicks');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this banner?');
define('TEXT_INFO_DELETE_IMAGE', 'Delete banner image');
define('SUCCESS_BANNER_INSERTED', 'Success: The banner has been inserted.');
define('SUCCESS_BANNER_UPDATED', 'Success: The banner has been updated.');
define('SUCCESS_BANNER_REMOVED', 'Success: The banner has been removed.');
define('SUCCESS_BANNER_STATUS_UPDATED', 'Success: The status of the banner has been updated.');
define('ERROR_BANNER_TITLE_REQUIRED', 'Error: Banner title required.');
define('ERROR_BANNER_GROUP_REQUIRED', 'Error: Banner group required.');
define('ERROR_IMAGE_DIRECTORY_DOES_NOT_EXIST', 'Error: Target directory does not exist: %s');
define('ERROR_IMAGE_DIRECTORY_NOT_WRITEABLE', 'Error: Target directory is not writeable: %s');
define('ERROR_IMAGE_DOES_NOT_EXIST', 'Error: Image does not exist.');
define('ERROR_IMAGE_IS_NOT_WRITEABLE', 'Error: Image can not be removed.');
define('ERROR_UNKNOWN_STATUS_FLAG', 'Error: Unknown status flag.');
define('ERROR_GRAPHS_DIRECTORY_DOES_NOT_EXIST', 'Error: Graphs directory does not exist. Please create a \'graphs\' directory inside \'images\'.');
define('ERROR_GRAPHS_DIRECTORY_NOT_WRITEABLE', 'Error: Graphs directory is not writeable.');
?>