[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: easypopulate.php 3 2006-05-27 04:59:07Z user $ 4 Released under the GNU General Public License 5 6 Borja Bravo Alférez 7 Item Consulting, 8 9 */ 10 11 define('EP', 'EasyPopulate'); 12 define('DEFAULT LANGUAGE', 'Default language'); 13 14 define('FILE_UPLOADED', 'File uploaded'); 15 define('TEMPORARY_FILENAME', 'Termporary filename'); 16 define('USER_FILENAME', 'User filename'); 17 define('SIZE', 'Size'); 18 19 define('FILENAME', 'Filename'); 20 define('CREATING_FILE', 'Creating File'); 21 define('ADDED', 'Added'); 22 define('RECORDS_AND_CLOSING_FILE', 'records and closing file'); 23 define('DOWNLOAD_TEXT', 'You can download your split files at Tools / Files in /catalog/temp/'); 24 25 define('INSERT_INTO_DB','Insert into DB'); 26 define('SPLIT_FILE', 'Split file '); 27 28 define('DOWNLOAD', 'Download '); 29 define('CREATE', 'Create'); 30 31 define('TAB_LIMITED_TEXT',' tab-delimited .txt file to edit'); 32 define('TAB_LIMITED_TEMP_TEXT',' tab-delimited .txt file to edit'); 33 34 define('COMPLETE', 'complete'); 35 define('MODEL_PRICE_QTY', 'Model/Price/Qty'); 36 define('MODEL_CATEGORY','Model/Category'); 37 define('FROOGLE', 'froogle'); 38 define('MODEL_ATTRIBUTES', 'Model/Attributes'); 39 40 define('DOWNLOAD_HEADING', 'Download EP and Froogle Files'); 41 define('TEMP_HEADING', 'Create EP and Froogle Files in Temp Dir'); 42 define('UPLOAD_HEADING', 'Upload EP File'); 43 define('SPLIT_HEADING', 'Split EP File'); 44 define('IMPORT_HEADING', 'Import from Temp Dir'); 45 define('CHANGING_MODELS_HEADING', 'Changing models to the database index value!'); 46 define('INDEX_TO_MODEL_HEADING',' Set al model numbers equals to the database index<br> 47 <small>(Usefull if not all your products have a different model number) </small>'); 48 49 define('INDEX_TO_MODEL_TEXT', 'Change al product models to the index at the database'); 50 define('NO_MODEL_CHANGE', 'No product was modified'); 51 define('BIGGEST_INDEX_WAS', 'The biggest product index modified was '); 52 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |