[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/admin/includes/languages/english/ -> options_values_manager.php (source)

   1  <?php
   2  //

   3  // +----------------------------------------------------------------------+

   4  // |zen-cart Open Source E-commerce                                       |

   5  // +----------------------------------------------------------------------+

   6  // | Copyright (c) 2003 The zen-cart developers                           |

   7  // |                                                                      |

   8  // | http://www.zen-cart.com/index.php                                    |

   9  // |                                                                      |

  10  // | Portions Copyright (c) 2003 osCommerce                               |

  11  // +----------------------------------------------------------------------+

  12  // | This source file is subject to version 2.0 of the GPL license,       |

  13  // | that is bundled with this package in the file LICENSE, and is        |

  14  // | available through the world-wide-web at the following url:           |

  15  // | http://www.zen-cart.com/license/2_0.txt.                             |

  16  // | If you did not receive a copy of the zen-cart license and are unable |

  17  // | to obtain it through the world-wide-web, please send a note to       |

  18  // | license@zen-cart.com so we can mail you a copy immediately.          |

  19  // +----------------------------------------------------------------------+

  20  //  $Id: options_values_manager.php 1148 2005-04-07 19:24:10Z drbyte $

  21  //

  22  
  23  define('HEADING_TITLE_OPT', 'Product Options');
  24  define('HEADING_TITLE_VAL', 'Option Values');
  25  define('HEADING_TITLE_ATRIB', 'Products Attributes');
  26  
  27  define('TABLE_HEADING_ID', 'ID');
  28  define('TABLE_HEADING_PRODUCT', 'Product Name');
  29  define('TABLE_HEADING_OPT_NAME', 'Option Name');
  30  define('TABLE_HEADING_OPT_VALUE', 'Option Value');
  31  define('TABLE_HEADING_OPT_PRICE', 'Price');
  32  define('TABLE_HEADING_OPT_PRICE_PREFIX', 'Prefix');
  33  define('TABLE_HEADING_ACTION', 'Action');
  34  define('TABLE_HEADING_DOWNLOAD', 'Downloadable products:');
  35  define('TABLE_TEXT_FILENAME', 'Filename:');
  36  define('TABLE_TEXT_MAX_DAYS', 'Expiry days:');
  37  define('TABLE_TEXT_MAX_COUNT', 'Maximum download count:');
  38  
  39  define('TEXT_WARNING_OF_DELETE', '<span class="alert">This option has products and values linked to it - it is not safe to delete it.<br />NOTE: Any associated Download files for this Option Value will not be removed from the server.</span>');
  40  define('TEXT_OK_TO_DELETE', 'This option has no products and values linked to it - it is safe to delete it.');
  41  define('TEXT_OPTION_ID', 'Option ID');
  42  define('TEXT_OPTION_NAME', 'Option Name');
  43  define('TABLE_HEADING_OPT_DISCOUNTED','Discounted');
  44  
  45  define('ATTRIBUTE_WARNING_DUPLICATE','Duplicate Attribute - Attribute was not added'); // attributes duplicate warning

  46  define('ATTRIBUTE_WARNING_DUPLICATE_UPDATE','Duplicate Attribute Exists - Attribute was not changed'); // attributes duplicate warning

  47  define('ATTRIBUTE_WARNING_INVALID_MATCH','Attribute Option and Option Value Do NOT Match - Attribute was not added'); // miss matched option and options value

  48  define('ATTRIBUTE_WARNING_INVALID_MATCH_UPDATE','Attribute Option and Option Value Do NOT Match - Attribute was not changed'); // miss matched option and options value

  49  define('ATTRIBUTE_POSSIBLE_OPTIONS_NAME_WARNING_DUPLICATE','Possible Duplicate Options Name Added'); // Options Name Duplicate warning

  50  define('ATTRIBUTE_POSSIBLE_OPTIONS_VALUE_WARNING_DUPLICATE','Possible Duplicate Options Value Added'); // Options Value Duplicate warning

  51  
  52  define('PRODUCTS_ATTRIBUTES_EDITING','EDITING'); // title

  53  define('PRODUCTS_ATTRIBUTES_DELETE','DELETING'); // title

  54  define('PRODUCTS_ATTRIBUTES_ADDING','ADDING NEW ATTRIBUTES'); // title

  55  define('TEXT_DOWNLOADS_DISABLED','NOTE: Downloads are disabled');
  56  
  57  define('TABLE_TEXT_MAX_DAYS_SHORT', 'Days:');
  58  define('TABLE_TEXT_MAX_COUNT_SHORT', 'Max:');
  59  
  60    define('TABLE_HEADING_OPTION_SORT_ORDER','Sort Order');
  61    define('TABLE_HEADING_OPTION_VALUE_SORT_ORDER','Default Order');
  62    define('TEXT_SORT',' Order: ');
  63  
  64    define('TABLE_HEADING_OPT_WEIGHT_PREFIX','Prefix');
  65    define('TABLE_HEADING_OPT_WEIGHT','Weight');
  66    define('TABLE_HEADING_OPT_SORT_ORDER','Sort Order');
  67    define('TABLE_HEADING_OPT_DEFAULT','Default');
  68  
  69    define('TABLE_HEADING_YES','Yes');
  70    define('TABLE_HEADING_NO','No');
  71  
  72    define('TABLE_HEADING_OPT_TYPE', 'Option Type'); //CLR 031203 add option type column

  73    define('TABLE_HEADING_OPTION_VALUE_SIZE','Size');
  74    define('TABLE_HEADING_OPTION_VALUE_MAX','Max');
  75    define('TABLE_HEADING_OPTION_VALUE_ROWS','Rows');
  76    define('TABLE_HEADING_OPTION_VALUE_COMMENTS','Comments');
  77  
  78    define('TEXT_OPTION_VALUE_COMMENTS','Comments: ');
  79    define('TEXT_OPTION_VALUE_SIZE','Display Size: ');
  80    define('TEXT_OPTION_VALUE_MAX','Maximum length: ');
  81  
  82    define('TEXT_ATTRIBUTES_IMAGE','Attributes Image Swatch:');
  83    define('TEXT_ATTRIBUTES_IMAGE_DIR','Attributes Image Directory:');
  84  
  85    define('TEXT_ATTRIBUTES_FLAGS','Attribute<br />Flags:');
  86    define('TEXT_ATTRIBUTES_DISPLAY_ONLY', 'Used For<br />Display Purposes Only:');
  87    define('TEXT_ATTRIBUTES_IS_FREE', 'Attribute is Free<br />When Product is Free:');
  88    define('TEXT_ATTRIBUTES_DEFAULT', 'Default Attribute<br />to be Marked Selected:');
  89    define('TEXT_ATTRIBUTE_IS_DISCOUNTED', 'Apply Same Discounts<br />Used by Product:');
  90    define('TEXT_ATTRIBUTE_PRICE_BASE_INCLUDED','Include in Base Price<br />When Priced by Attributes');
  91  
  92    define('TEXT_PRODUCT_OPTIONS_INFO','Edit Product Options for additional settings');
  93  
  94  // Option Names/Values copier from one to another

  95    define('TEXT_OPTION_VALUE_COPY_ALL', '<strong>Copy to ALL Products where Option Name and Value ...</strong>');
  96    define('TEXT_INFO_OPTION_VALUE_COPY_ALL', 'Select an Option Name and Value that currently exists on a product or products that you then want to copy another Option Name and Value to for all products with this existing Option Name and Value');
  97    define('TEXT_SELECT_OPTION_FROM', 'Option Name to match:');
  98    define('TEXT_SELECT_OPTION_VALUES_FROM', 'Option Value to match:');
  99    define('TEXT_SELECT_OPTION_TO', 'Option Name to add:');
 100    define('TEXT_SELECT_OPTION_VALUES_TO', 'Option Value to add:');
 101    define('TEXT_SELECT_OPTION_VALUES_TO_CATEGORIES_ID', 'Leave blank for ALL Products or<br />enter a Category ID for Products to update');
 102  
 103  // Option Name/Value to Option Name for Category with Product defaults

 104    define('TEXT_OPTION_VALUE_COPY_OPTIONS_TO', '<strong>Copy Option Name/Value to Products with existing Option Name ...</strong>');
 105    define('TEXT_INFO_OPTION_VALUE_COPY_OPTIONS_TO', 'Select an Option Name and Value that currently exists on a product or products to add to all products or to only the products in the selected category that have the selected Option Name.
 106                                                     <br /><strong>Example:</strong> Add Option Name: Color Option Value: Red to all Products with Option Name: Size
 107                                                     <br /><strong>Example:</strong> Add Option Name: Color Option Value: Green with default values from Products ID: 34 to all Products with Option Name: Size
 108                                                     <br /><strong>Example:</strong> Add Option Name: Color Option Value: Green with default values from Products ID: 34 to all Products with Option Name: Size for Categories ID: 65
 109          ');
 110    define('TEXT_SELECT_OPTION_TO_ADD_TO', 'Option Name to add to:');
 111    define('TEXT_SELECT_OPTION_FROM_ADD', 'Option Name to add:');
 112    define('TEXT_SELECT_OPTION_VALUES_FROM_ADD', 'Option Value to add:');
 113    define('TEXT_SELECT_OPTION_FROM_PRODUCTS_ID', 'Default New Attribute Values from Product ID# or leave blank for no default values:');
 114    define('TEXT_COPY_ATTRIBUTES_CONDITIONS','<strong>How should existing product attributes should be handled?</strong>');
 115    define('TEXT_COPY_ATTRIBUTES_DELETE','<strong>Delete</strong> first, then copy new attributes');
 116    define('TEXT_COPY_ATTRIBUTES_UPDATE','<strong>Update</strong> existing attributes with new settings/prices');
 117    define('TEXT_COPY_ATTRIBUTES_IGNORE','<strong>Ignore</strong> existing attributes and add only new attributes');
 118  
 119    define('TEXT_INFO_FROM', ' from: ');
 120    define('TEXT_INFO_TO', ' to: ');
 121    define('ERROR_OPTION_VALUES_COPIED', 'Error: Duplicate Option Name and Option Value');
 122    define('ERROR_OPTION_VALUES_COPIED_MISMATCH', 'Error: Mismatched Option Name and Option Value selected');
 123    define('ERROR_OPTION_VALUES_NONE', 'Error: Nothing found to copy');
 124    define('SUCCESS_OPTION_VALUES_COPIED', 'Successful copy! ');
 125    define('ERROR_OPTION_VALUES_COPIED_MISMATCH_PRODUCTS_ID', 'Error: Missing Option Name/Value for Products ID#');
 126  
 127    define('TEXT_OPTION_VALUE_DELETE_ALL', '<strong>Delete Matching Attribute from ALL Products where Option Name and Value ...</strong>');
 128    define('TEXT_INFO_OPTION_VALUE_DELETE_ALL', 'Select an Option Name and Value that currently exists on a product or products that you want deleted from ALL Products or from ALL Products within one Category');
 129    define('TEXT_SELECT_DELETE_OPTION_FROM', 'Option Name to match:');
 130    define('TEXT_SELECT_DELETE_OPTION_VALUES_FROM', 'Option Value to match:');
 131  
 132    define('ERROR_OPTION_VALUES_DELETE_MISMATCH', 'Error: Mismatched Option Name and Option Value selected');
 133  
 134    define('SUCCESS_OPTION_VALUES_DELETE', 'Successful: Deletion of: ');
 135  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics