????
| Current Path : /home2/morganrand/www/store/admin/includes/languages/english/ |
| Current File : /home2/morganrand/www/store/admin/includes/languages/english/create_xml_sitemaps.php |
<?php
/*
$Id: create_xml_sitemaps.php,v 4.3 2013/10/22 Kevin L. Shelton $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
define('HEADING_TITLE', 'Creating XML Site Maps');
define('TEXT_CREATE_INDEX','Creating site map index file dated: ');
define('ERROR_INDEX_FILE','Unable to create site map index file!');
define('TEXT_FINDING_FILES','Finding files in ' . HTTP_CATALOG_SERVER . DIR_WS_CATALOG);
define('TEXT_CREATE_MAIN','Creating main files sitemap.<br />File URL --> Date Last Modified');
define('ERROR_MAIN_FILE','Unable to create main site map file!');
define('TEXT_TOTAL_FILES',' total files');
define('TEXT_CREATE_PRODUCTS','Creating products sitemap.<br />Product URL --> Date And Time Last Modified');
define('ERROR_PRODUCTS_FILE','Unable to create products site map file!');
define('TEXT_TOTAL_PRODUCTS',' total products');
define('TEXT_CREATE_CATEGORIES','Creating categories sitemap.<br />Category ID --> URL');
define('ERROR_CATEGORIES_FILE','Unable to create categories site map file!');
define('TEXT_TOTAL_CATEGORIES',' total categories ');
define('TEXT_TOTAL_PAGES',' total pages');
define('TEXT_CREATE_MANUFACTURERS','Creating manufacturers sitemap.<br />Manufacturer --> URL');
define('ERROR_MANUFACTURERS_FILE','Unable to create manufacturers site map file!');
define('TEXT_TOTAL_MANUFACTURERS',' total manufacturers ');
define('TEXT_CREATE_SPECIALS','Creating Specials sitemap.<br />Page --> URL');
define('ERROR_SPECIALS_FILE','Unable to create specials site map file!');
define('TEXT_COMPLETED','XML Site Map Creation Completed Successfully!');
define('TEXT_TO_MAINTENANCE','Click here to return to Site Map Maintenance.');
define('GOOGLE_NOTIFIED', "Google has been successfully notified of your sitemap.");
define('GOOGLE_PROBLEM', "There was a problem notifying Google.");
define('TEXT_CREATE_NEWPRODS','Creating New Products sitemap.<br />Page --> URL');
define('ERROR_NEWPRODS_FILE','Unable to create new products site map file!');
?>