[ 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/ -> attributes_controller.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: attributes_controller.php 2830 2006-01-10 17:13:18Z birdbrain $

  21  //

  22  
  23  define('HEADING_TITLE', 'CATEGORIES: ');
  24  
  25  define('HEADING_TITLE_OPT', 'Product Options');
  26  define('HEADING_TITLE_VAL', 'Option Values');
  27  define('HEADING_TITLE_ATRIB', 'Attributes Controller');
  28  define('HEADING_TITLE_ATRIB_SELECT','Please select a Category to display the Product Attributes of ...');
  29  
  30  define('TEXT_PRICES_AND_WEIGHTS', 'Prices and Weights');
  31  define('TABLE_HEADING_ATTRIBUTES_PRICE_FACTOR', 'Price Factor: ');
  32  define('TABLE_HEADING_ATTRIBUTES_PRICE_FACTOR_OFFSET', 'Offset: ');
  33  define('TABLE_HEADING_ATTRIBUTES_PRICE_ONETIME', 'One Time:');
  34  
  35  define('TABLE_HEADING_ATTRIBUTES_PRICE_FACTOR_ONETIME', 'One Time Factor: ');
  36  define('TABLE_HEADING_ATTRIBUTES_PRICE_FACTOR_OFFSET_ONETIME', 'Offset: ');
  37  
  38  define('TABLE_HEADING_ATTRIBUTES_QTY_PRICES', 'Attributes Qty Price Discount:');
  39  define('TABLE_HEADING_ATTRIBUTES_QTY_PRICES_ONETIME', 'Onetime Attributes Qty Price Discount:');
  40  
  41  define('TABLE_HEADING_ATTRIBUTES_PRICE_WORDS', 'Price Per Word:');
  42  define('TABLE_HEADING_ATTRIBUTES_PRICE_WORDS_FREE', '- Free Words:');
  43  define('TABLE_HEADING_ATTRIBUTES_PRICE_LETTERS', 'Price Per Letter:');
  44  define('TABLE_HEADING_ATTRIBUTES_PRICE_LETTERS_FREE', '- Free Letters:');
  45  
  46  define('TABLE_HEADING_ID', 'ID');
  47  define('TABLE_HEADING_PRODUCT', 'Product Name');
  48  define('TABLE_HEADING_OPT_NAME', 'Option Name');
  49  define('TABLE_HEADING_OPT_VALUE', 'Option Value');
  50  define('TABLE_HEADING_OPT_PRICE', 'Price');
  51  define('TABLE_HEADING_OPT_PRICE_PREFIX', 'Prefix');
  52  define('TABLE_HEADING_ACTION', 'Action');
  53  define('TABLE_HEADING_DOWNLOAD', 'Downloadable products:');
  54  define('TABLE_TEXT_FILENAME', 'Filename:');
  55  define('TABLE_TEXT_MAX_DAYS', 'Expiry days: (0 = unlimited)');
  56  define('TABLE_TEXT_MAX_COUNT', 'Maximum download count:');
  57  define('TABLE_HEADING_OPT_DISCOUNTED','Discount');
  58  define('TABLE_HEADING_PRICE_BASE_INCLUDED','Base');
  59  define('TABLE_HEADING_PRICE_TOTAL','Total|Disc: Onetime:');
  60  define('TEXT_WARNING_OF_DELETE', 'This option has products and values linked to it - it is not safe to delete it.');
  61  define('TEXT_OK_TO_DELETE', 'This option has no products and values linked to it - it is safe to delete it.');
  62  define('TEXT_OPTION_ID', 'Option ID');
  63  define('TEXT_OPTION_NAME', 'Option Name');
  64  
  65  define('ATTRIBUTE_WARNING_DUPLICATE','Duplicate Attribute - Attribute was not added'); // attributes duplicate warning

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

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

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

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

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

  71  
  72  define('PRODUCTS_ATTRIBUTES_EDITING','EDITING'); // title

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

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

  75  define('TEXT_DOWNLOADS_DISABLED','NOTE: Downloads are disabled');
  76  
  77  define('TABLE_TEXT_MAX_DAYS_SHORT', 'Days:');
  78  define('TABLE_TEXT_MAX_COUNT_SHORT', 'Max:');
  79  
  80    define('TABLE_HEADING_OPTION_SORT_ORDER','Sort Order');
  81    define('TABLE_HEADING_OPTION_VALUE_SORT_ORDER','Default Order');
  82    define('TEXT_SORT',' Order: ');
  83  
  84    define('TABLE_HEADING_OPT_WEIGHT_PREFIX','Prefix');
  85    define('TABLE_HEADING_OPT_WEIGHT','Weight');
  86    define('TABLE_HEADING_OPT_SORT_ORDER','Order');
  87    define('TABLE_HEADING_OPT_DEFAULT','Default');
  88  
  89    define('TABLE_HEADING_OPT_TYPE', 'Option Type'); //CLR 031203 add option type column

  90    define('TABLE_HEADING_OPTION_VALUE_SIZE','Size');
  91    define('TABLE_HEADING_OPTION_VALUE_MAX','Max');
  92    define('TABLE_HEADING_OPTION_VALUE_ROWS','Rows');
  93    define('TABLE_HEADING_OPTION_VALUE_COMMENTS','Comments');
  94  
  95    define('TEXT_OPTION_VALUE_COMMENTS','Comments: ');
  96    define('TEXT_OPTION_VALUE_SIZE','Display Size: ');
  97    define('TEXT_OPTION_VALUE_MAX','Maximum length: ');
  98  
  99    define('TEXT_ATTRIBUTES_IMAGE','Attributes Image Swatch:');
 100    define('TEXT_ATTRIBUTES_IMAGE_DIR','Attributes Image Directory:');
 101  
 102    define('TEXT_ATTRIBUTES_FLAGS','Attribute<br />Flags:');
 103    define('TEXT_ATTRIBUTES_DISPLAY_ONLY', 'Used For<br />Display Purposes Only:');
 104    define('TEXT_ATTRIBUTES_IS_FREE', 'Attribute is Free<br />When Product is Free:');
 105    define('TEXT_ATTRIBUTES_DEFAULT', 'Default Attribute<br />to be Marked Selected:');
 106    define('TEXT_ATTRIBUTE_IS_DISCOUNTED', 'Apply Discounts Used<br />by Product Special/Sale:');
 107    define('TEXT_ATTRIBUTE_PRICE_BASE_INCLUDED','Include in Base Price<br />When Priced by Attributes');
 108    define('TEXT_ATTRIBUTES_REQUIRED','Attribute Required<br />for Text:');
 109  
 110    define('LEGEND_BOX','Legend:');
 111    define('LEGEND_KEYS','OFF/ON');
 112    define('LEGEND_ATTRIBUTES_DISPLAY_ONLY', 'Display Only');
 113    define('LEGEND_ATTRIBUTES_IS_FREE', 'Free');
 114    define('LEGEND_ATTRIBUTES_DEFAULT', 'Default');
 115    define('LEGEND_ATTRIBUTE_IS_DISCOUNTED', 'Discounted');
 116    define('LEGEND_ATTRIBUTE_PRICE_BASE_INCLUDED','Base Price');
 117    define('LEGEND_ATTRIBUTES_REQUIRED','Required');
 118    define('LEGEND_ATTRIBUTES_IMAGES','Images');
 119    define('LEGEND_ATTRIBUTES_DOWNLOAD','Valid/Invalid<br />filename');
 120  
 121    define('TEXT_ATTRIBUTES_UPDATE_SORT_ORDER','TO DEFAULT ORDER');
 122    define('TEXT_PRODUCTS_LISTING','Products Listing for: ');
 123    define('TEXT_NO_PRODUCTS_SELECTED','No Product Selected');
 124    define('TEXT_NO_ATTRIBUTES_DEFINED','No Attributes Defined for Product ID#');
 125  
 126    define('TEXT_PRODUCTS_ID','Products ID#');
 127    define('TEXT_ATTRIBUTES_DELETE','DELETE ALL');
 128    define('TEXT_ATTRIBUTES_COPY_PRODUCTS','Copy to Product');
 129    define('TEXT_ATTRIBUTES_COPY_CATEGORY','Copy to Category');
 130  
 131    define('TEXT_INFO_HEADING_ATTRIBUTE_FEATURES','Attributes Changes for Products ID# ');
 132    define('TEXT_INFO_ATTRIBUTES_FEATURES_DELETE','Delete <strong>ALL</strong> Product Attributes for:<br />');
 133    define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO','Copy Attributes to another Product or to an entire Category from:<br />');
 134  
 135    define('TEXT_ATTRIBUTES_COPY_TO_PRODUCTS','PRODUCT');
 136    define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO_PRODUCT','Copy Attributes to another <strong>Product</strong> from ID#');
 137    define('TEXT_INFO_ATTRIBUTES_FEATURE_COPY_TO','Select the Product to copy all attributes to:');
 138  
 139    define('TEXT_ATTRIBUTES_COPY_TO_CATEGORY','CATEGORY');
 140    define('TEXT_INFO_ATTRIBUTES_FEATURE_CATEGORIES_COPY_TO','Select the Category to copy all attributes to:');
 141    define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO_CATEGORY','Copy Attributes to all Products in <strong>Category</strong> from Product ID#');
 142  
 143    define('TEXT_COPY_ATTRIBUTES_CONDITIONS','<strong>How should existing product attributes should be handled?</strong>');
 144    define('TEXT_COPY_ATTRIBUTES_DELETE','<strong>Delete</strong> first, then copy new attributes');
 145    define('TEXT_COPY_ATTRIBUTES_UPDATE','<strong>Update</strong> with new settings/prices, then add new ones');
 146    define('TEXT_COPY_ATTRIBUTES_IGNORE','<strong>Ignore</strong> and add only new attributes');
 147  
 148    define('SUCCESS_PRODUCT_UPDATE_SORT','Successful Attribute Sort Order Update for ID# ');
 149    define('SUCCESS_PRODUCT_UPDATE_SORT_NONE','No Attributes to Update Sort Order for ID# ');
 150    define('SUCCESS_ATTRIBUTES_DELETED','Attributes successfully deleted');
 151    define('SUCCESS_ATTRIBUTES_UPDATE','Attributes successfully updated');
 152  
 153    define('WARNING_PRODUCT_COPY_TO_CATEGORY_NONE','No Category selected for copy');
 154    define('TEXT_PRODUCT_IN_CATEGORY_NAME',' - in Category: ');
 155  
 156    define('TEXT_DELETE_ALL_ATTRIBUTES','Are you sure you want to delete all attributes for ID# ');
 157  
 158    define('TEXT_ATTRIBUTE_COPY_SKIPPING','<strong>Skipping New Attribute </strong>');
 159    define('TEXT_ATTRIBUTE_COPY_INSERTING','<strong>Inserting New Attribute from </strong>');
 160    define('TEXT_ATTRIBUTE_COPY_UPDATING','<strong>Updating from Attribute </strong>');
 161  
 162  // preview

 163    define('TEXT_ATTRIBUTES_PREVIEW','PREVIEW ATTRIBUTES');
 164    define('TEXT_ATTRIBUTES_PREVIEW_DISPLAY','PREVIEW ATTRIBUTES DISPLAY FOR ID#');
 165    define('TEXT_PRODUCT_OPTIONS', '<strong>Please Choose:</strong>');
 166  
 167    define('TEXT_ATTRIBUTES_INSERT_INFO', '<strong>Define the Attribute Settings then press Insert to apply</strong>');
 168    define('TEXT_PRICED_BY_ATTRIBUTES', 'Priced by Attributes');
 169    define('TEXT_PRODUCTS_PRICE', 'Products Price: ');
 170    define('TEXT_SPECIAL_PRICE', 'Special Price: ');
 171    define('TEXT_SALE_PRICE', 'Sale Price: ');
 172    define('TEXT_FREE', 'FREE');
 173    define('TEXT_CALL_FOR_PRICE', 'Call for Price');
 174    define('TEXT_SAVE_CHANGES','UPDATE AND SAVE CHANGES:');
 175  
 176    define('TEXT_INFO_ID', 'ID#');
 177    define('TEXT_INFO_ALLOW_ADD_TO_CART_NO', 'No adding to cart');
 178  
 179    define('TEXT_DELETE_ATTRIBUTES_OPTION_NAME_VALUES', 'Confirm deletion of ALL of the Product Option Values for Option Name ...');
 180    define('TEXT_INFO_PRODUCT_NAME', '<strong>Product Name: </strong>');
 181    define('TEXT_INFO_PRODUCTS_OPTION_NAME', '<strong>Option Name: </strong>');
 182    define('TEXT_INFO_PRODUCTS_OPTION_ID', '<strong>ID#</strong>');
 183    define('SUCCESS_ATTRIBUTES_DELETED_OPTION_NAME_VALUES', 'Successful deletion of all Option Values for Option Name: ');
 184  ?>


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