[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: attributeManager.php,v 1.0 21/02/06 Sam West$ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Released under the GNU General Public License 9 10 English translation to AJAX-AttributeManager-V2.7 11 12 by Shimon Doodkin 13 http://help.me.pro.googlepages.com 14 [email protected] 15 */ 16 17 //attributeManagerPrompts.inc.php 18 19 define('AM_AJAX_YES', 'Yes'); 20 define('AM_AJAX_NO', 'No'); 21 define('AM_AJAX_UPDATE', 'Update'); 22 define('AM_AJAX_CANCEL', 'Cancel'); 23 define('AM_AJAX_OK', 'OK'); 24 25 define('AM_AJAX_SORT', 'Sort:'); 26 define('AM_AJAX_TRACK_STOCK', 'Track Stock?'); 27 define('AM_AJAX_TRACK_STOCK_IMGALT', 'Track this attribute stock ?'); 28 29 define('AM_AJAX_ENTER_NEW_OPTION_NAME', 'Please enter a new Option Name'); 30 define('AM_AJAX_ENTER_NEW_OPTION_VALUE_NAME', 'Please enter a new Option Name'); 31 define('AM_AJAX_ENTER_NEW_OPTION_VALUE_NAME_TO_ADD_TO', 'Please enter a new Option Value Name to add to %s'); 32 33 define('AM_AJAX_PROMPT_REMOVE_OPTION_AND_ALL_VALUES', 'Are you sure you want to remove %s and all the values below it from this product?'); 34 define('AM_AJAX_PROMPT_REMOVE_OPTION', 'Are you sure you want to remove %s from this product?'); 35 define('AM_AJAX_PROMPT_STOCK_COMBINATION', 'Are you sure you want to remove this stock combination from this product?'); 36 37 define('AM_AJAX_PROMPT_LOAD_TEMPLATE', 'Are you sure you want to load the %s Template? <br />This will overwrite this products current options and cannot be undone.'); 38 define('AM_AJAX_NEW_TEMPLATE_NAME_HEADER', 'Please enter a new name for the new Template. Or...'); 39 define('AM_AJAX_NEW_NAME', 'New Name:'); 40 define('AM_AJAX_CHOOSE_EXISTING_TEMPLATE_TO_OVERWRITE', ' ...<br /> ... Choose an existing one to overwrite'); 41 define('AM_AJAX_CHOOSE_EXISTING_TEMPLATE_TITLE', 'Existing:'); 42 define('AM_AJAX_RENAME_TEMPLATE_ENTER_NEW_NAME', 'Please enter the new name for the %s Template'); 43 define('AM_AJAX_PROMPT_DELETE_TEMPLATE', 'Are you sure you want to delete the %s Template?<br>This cannot be undone!'); 44 45 //attributeManager.php 46 47 define('AM_AJAX_ADDS_ATTRIBUTE_TO_OPTION', 'Adds the selected attribute on the left to the %s option'); 48 define('AM_AJAX_ADDS_NEW_VALUE_TO_OPTION', 'Adds a new value to the %s option'); 49 define('AM_AJAX_PRODUCT_REMOVES_OPTION_AND_ITS_VALUES', 'Removes the option %1$s and the %2$d option value(s) below it from this product'); 50 define('AM_AJAX_CHANGES', 'Changes'); 51 define('AM_AJAX_LOADS_SELECTED_TEMPLATE', 'Loads the selected template'); 52 define('AM_AJAX_SAVES_ATTRIBUTES_AS_A_NEW_TEMPLATE', 'Saves the current attributes as a new template'); 53 define('AM_AJAX_RENAMES_THE_SELECTED_TEMPLATE', 'Renames the selected template'); 54 define('AM_AJAX_DELETES_THE_SELECTED_TEMPLATE', 'Deletes the selected template'); 55 define('AM_AJAX_NAME', 'Name'); 56 define('AM_AJAX_ACTION', 'Action'); 57 define('AM_AJAX_PRODUCT_REMOVES_VALUE_FROM_OPTION', 'Removes %1$s from %2$s, from this product'); 58 define('AM_AJAX_MOVES_VALUE_UP', 'Moves option value up'); 59 define('AM_AJAX_MOVES_VALUE_DOWN', 'Moves option value down'); 60 define('AM_AJAX_ADDS_NEW_OPTION', 'Adds a new option to the list'); 61 define('AM_AJAX_OPTION', 'Option:'); 62 define('AM_AJAX_VALUE', 'Value:'); 63 define('AM_AJAX_PREFIX', 'Prefix:'); 64 define('AM_AJAX_PRICE', 'Price:'); 65 define('AM_AJAX_SORT', 'Sort:'); 66 define('AM_AJAX_ADDS_NEW_OPTION_VALUE', 'Adds a new option value to the list'); 67 define('AM_AJAX_ADDS_ATTRIBUTE_TO_PRODUCT', 'Adds the attribute to the current product'); 68 define('AM_AJAX_QUANTITY', 'Quantity'); 69 define('AM_AJAX_PRODUCT_REMOVE_ATTRIBUTE_COMBINATION_AND_STOCK', 'Removes this attribute combination and stock from this product'); 70 define('AM_AJAX_UPDATE_OR_INSERT_ATTRIBUTE_COMBINATIONBY_QUANTITY', 'Update or Insert the attribute combination with the given quantity'); 71 72 //attributeManager.class.php 73 define('AM_AJAX_TEMPLATES', '-- Templates --'); 74 75 //---------------------------- 76 // Change: download attributes for AM 77 // 78 // author: mytool 79 //----------------------------- 80 define('AM_AJAX_FILENAME', 'File'); 81 define('AM_AJAX_FILE_DAYS', 'Days'); 82 define('AM_AJAX_FILE_COUNT', 'Max. downloads'); 83 define('AM_AJAX_DOWLNOAD_EDIT', 'Edit download option'); 84 define('AM_AJAX_DOWLNOAD_ADD_NEW', 'Add download option'); 85 define('AM_AJAX_DOWLNOAD_DELETE', 'Delete download option'); 86 define('AM_AJAX_HEADER_DOWLNOAD_ADD_NEW', 'Add download option for \"%s\"'); 87 define('AM_AJAX_HEADER_DOWLNOAD_EDIT', 'Edit download option for \"%s\"'); 88 define('AM_AJAX_HEADER_DOWLNOAD_DELETE', 'Delete download option from \"%s\"'); 89 define('AM_AJAX_FIRST_SAVE', 'Save Product before adding options'); 90 91 //---------------------------- 92 // EOF Change: download attributes for AM 93 //----------------------------- 94 95 define('AM_AJAX_OPTION_NEW_PANEL','New option:'); 96 ?>
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 |