[ 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/ -> product_free_shipping.php (source)

   1  <?php
   2  //

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

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

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

   6  // | Copyright (c) 2004 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: product_free_shipping.php 2830 2006-01-10 17:13:18Z birdbrain $

  21  //

  22  
  23  define('HEADING_TITLE', 'Categories / Products');
  24  define('HEADING_TITLE_GOTO', 'Go To:');
  25  
  26  define('TABLE_HEADING_ID', 'ID');
  27  define('TABLE_HEADING_CATEGORIES_PRODUCTS', 'Categories / Products');
  28  define('TABLE_HEADING_CATEGORIES_SORT_ORDER', 'Sort');
  29  
  30  define('TABLE_HEADING_PRICE','Price/Special/Sale');
  31  define('TABLE_HEADING_QUANTITY','Quantity');
  32  
  33  define('TABLE_HEADING_ACTION', 'Action');
  34  define('TABLE_HEADING_STATUS', 'Status');
  35  
  36  define('TEXT_CATEGORIES', 'Categories:');
  37  define('TEXT_SUBCATEGORIES', 'Subcategories:');
  38  define('TEXT_PRODUCTS', 'Products:');
  39  define('TEXT_PRODUCTS_PRICE_INFO', 'Price:');
  40  define('TEXT_PRODUCTS_TAX_CLASS', 'Tax Class:');
  41  define('TEXT_PRODUCTS_AVERAGE_RATING', 'Average Rating:');
  42  define('TEXT_PRODUCTS_QUANTITY_INFO', 'Quantity:');
  43  define('TEXT_DATE_ADDED', 'Date Added:');
  44  define('TEXT_DATE_AVAILABLE', 'Date Available:');
  45  define('TEXT_LAST_MODIFIED', 'Last Modified:');
  46  define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST');
  47  define('TEXT_NO_CHILD_CATEGORIES_OR_PRODUCTS', 'Please insert a new category or product in this level.');
  48  define('TEXT_PRODUCT_MORE_INFORMATION', 'For more information, please visit this products <a href="http://%s" target="blank">webpage</a>.');
  49  define('TEXT_PRODUCT_DATE_ADDED', 'This product was added to our catalog on %s.');
  50  define('TEXT_PRODUCT_DATE_AVAILABLE', 'This product will be in stock on %s.');
  51  
  52  define('TEXT_EDIT_INTRO', 'Please make any necessary changes');
  53  define('TEXT_EDIT_CATEGORIES_ID', 'Category ID:');
  54  define('TEXT_EDIT_CATEGORIES_NAME', 'Category Name:');
  55  define('TEXT_EDIT_CATEGORIES_IMAGE', 'Category Image:');
  56  define('TEXT_EDIT_SORT_ORDER', 'Sort Order:');
  57  
  58  define('TEXT_INFO_COPY_TO_INTRO', 'Please choose a new category you wish to copy this product to');
  59  define('TEXT_INFO_CURRENT_CATEGORIES', 'Current Categories: ');
  60  
  61  define('TEXT_INFO_HEADING_NEW_CATEGORY', 'New Category');
  62  define('TEXT_INFO_HEADING_EDIT_CATEGORY', 'Edit Category');
  63  define('TEXT_INFO_HEADING_DELETE_CATEGORY', 'Delete Category');
  64  define('TEXT_INFO_HEADING_MOVE_CATEGORY', 'Move Category');
  65  define('TEXT_INFO_HEADING_DELETE_PRODUCT', 'Delete Product');
  66  define('TEXT_INFO_HEADING_MOVE_PRODUCT', 'Move Product');
  67  define('TEXT_INFO_HEADING_COPY_TO', 'Copy To');
  68  
  69  define('TEXT_DELETE_CATEGORY_INTRO', 'Are you sure you want to delete this category?');
  70  define('TEXT_DELETE_PRODUCT_INTRO', 'Are you sure you want to permanently delete this product?<br /><br /><strong>Warning:</strong> On Linked Products<br />1 Make sure the Master Category has been changed if you are deleting the Product from the Master Category<br />2 Check the checkbox for the Category to Delete the Product from');
  71  
  72  define('TEXT_DELETE_WARNING_CHILDS', '<b>WARNING:</b> There are %s (child-)categories still linked to this category!');
  73  define('TEXT_DELETE_WARNING_PRODUCTS', '<b>WARNING:</b> There are %s products still linked to this category!');
  74  
  75  define('TEXT_MOVE_PRODUCTS_INTRO', 'Please select which category you wish <b>%s</b> to reside in');
  76  define('TEXT_MOVE_CATEGORIES_INTRO', 'Please select which category you wish <b>%s</b> to reside in');
  77  define('TEXT_MOVE', 'Move <b>%s</b> to:');
  78  
  79  define('TEXT_NEW_CATEGORY_INTRO', 'Please fill out the following information for the new category');
  80  define('TEXT_CATEGORIES_NAME', 'Category Name:');
  81  define('TEXT_CATEGORIES_IMAGE', 'Category Image:');
  82  define('TEXT_SORT_ORDER', 'Sort Order:');
  83  
  84  define('TEXT_PRODUCTS_STATUS', 'Products Status:');
  85  define('TEXT_PRODUCTS_VIRTUAL', 'Product is Virtual:');
  86  define('TEXT_PRODUCTS_IS_ALWAYS_FREE_SHIPPING', 'Always Free Shipping:');
  87  define('TEXT_PRODUCTS_QTY_BOX_STATUS', 'Products Quantity Box Shows:');
  88  define('TEXT_PRODUCTS_DATE_AVAILABLE', 'Date Available:');
  89  define('TEXT_PRODUCT_AVAILABLE', 'In Stock');
  90  define('TEXT_PRODUCT_NOT_AVAILABLE', 'Out of Stock');
  91  define('TEXT_PRODUCT_IS_VIRTUAL', 'Yes, Skip Shipping Address');
  92  define('TEXT_PRODUCT_NOT_VIRTUAL', 'No, Shipping Address Required');
  93  define('TEXT_PRODUCT_IS_ALWAYS_FREE_SHIPPING', 'Yes, Always Free Shipping');
  94  define('TEXT_PRODUCT_NOT_ALWAYS_FREE_SHIPPING', 'No, Normal Shipping Rules');
  95  define('TEXT_PRODUCT_SPECIAL_ALWAYS_FREE_SHIPPING', 'Special, Product/Download Combo Requires a Shipping Address');
  96  define('TEXT_PRODUCTS_SORT_ORDER', 'Sort Order:');
  97  
  98  define('TEXT_PRODUCTS_QTY_BOX_STATUS_ON', 'Yes, Show Quantity Box');
  99  define('TEXT_PRODUCTS_QTY_BOX_STATUS_OFF', 'No, Do not show Quantity Box');
 100  
 101  define('TEXT_PRODUCTS_MANUFACTURER', 'Products Manufacturer:');
 102  define('TEXT_PRODUCTS_NAME', 'Products Name:');
 103  define('TEXT_PRODUCTS_DESCRIPTION', 'Products Description:');
 104  define('TEXT_PRODUCTS_QUANTITY', 'Products Quantity:');
 105  define('TEXT_PRODUCTS_MODEL', 'Products Model:');
 106  define('TEXT_PRODUCTS_IMAGE', 'Products Image:');
 107  define('TEXT_PRODUCTS_IMAGE_DIR', 'Upload to directory:');
 108  define('TEXT_PRODUCTS_URL', 'Products URL:');
 109  define('TEXT_PRODUCTS_URL_WITHOUT_HTTP', '<small>(without http://)</small>');
 110  define('TEXT_PRODUCTS_PRICE_NET', 'Products Price (Net):');
 111  define('TEXT_PRODUCTS_PRICE_GROSS', 'Products Price (Gross):');
 112  define('TEXT_PRODUCTS_WEIGHT', 'Products Shipping Weight:');
 113  
 114  define('EMPTY_CATEGORY', 'Empty Category');
 115  
 116  define('TEXT_HOW_TO_COPY', 'Copy Method:');
 117  define('TEXT_COPY_AS_LINK', 'Link product');
 118  define('TEXT_COPY_AS_DUPLICATE', 'Duplicate product');
 119  
 120  // Products and Attribute Copy Options

 121    define('TEXT_COPY_ATTRIBUTES_ONLY','Only used for Duplicate Products ...');
 122    define('TEXT_COPY_ATTRIBUTES','Copy Product Attributes to Duplicate?');
 123    define('TEXT_COPY_ATTRIBUTES_YES','Yes');
 124    define('TEXT_COPY_ATTRIBUTES_NO','No');
 125  
 126    define('TEXT_INFO_CURRENT_PRODUCT', 'Current Product: ');
 127    define('TABLE_HEADING_MODEL', 'Model');
 128  
 129    define('TEXT_INFO_HEADING_ATTRIBUTE_FEATURES','Attributes Changes for Products ID# ');
 130    define('TEXT_INFO_ATTRIBUTES_FEATURES_DELETE','Delete <strong>ALL</strong> Product Attributes for:<br />');
 131    define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO','Copy Attributes to another Product or to an entire Category from:<br />');
 132  
 133    define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO_PRODUCT','Copy Attributes to another <strong>product</strong> from:<br />');
 134    define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO_CATEGORY','Copy Attributes to another <strong>category</strong> from:<br />');
 135  
 136    define('TEXT_COPY_ATTRIBUTES_CONDITIONS','<strong>How should existing product attributes should be handled?</strong>');
 137    define('TEXT_COPY_ATTRIBUTES_DELETE','<strong>Delete</strong> first, then copy new attributes');
 138    define('TEXT_COPY_ATTRIBUTES_UPDATE','<strong>Update</strong> with new settings/prices, then add new ones');
 139    define('TEXT_COPY_ATTRIBUTES_IGNORE','<strong>Ignore</strong> and add only new attributes');
 140  
 141    define('SUCCESS_ATTRIBUTES_DELETED','Attributes successfully deleted');
 142    define('SUCCESS_ATTRIBUTES_UPDATE','Attributes successfully updated');
 143  
 144    define('ICON_ATTRIBUTES','Attribute Features');
 145  
 146    define('TEXT_CATEGORIES_IMAGE_DIR','Upload to directory:');
 147  
 148    define('TEXT_PRODUCTS_QTY_BOX_STATUS_PREVIEW','Warning: Does not show Quantity Box, Default to Qty 1');
 149    define('TEXT_PRODUCTS_QTY_BOX_STATUS_EDIT','Warning: Does not show Quantity Box, Default to Qty 1');
 150  
 151    define('TEXT_PRODUCT_OPTIONS', '<strong>Please Choose:</strong>');
 152    define('TEXT_PRODUCTS_ATTRIBUTES_INFO','Attribute Features For:');
 153    define('TEXT_PRODUCT_ATTRIBUTES_DOWNLOADS','Downloads: ');
 154  
 155    define('TEXT_PRODUCTS_PRICED_BY_ATTRIBUTES','Product Priced by Attributes:');
 156    define('TEXT_PRODUCT_IS_PRICED_BY_ATTRIBUTE','Yes');
 157    define('TEXT_PRODUCT_NOT_PRICED_BY_ATTRIBUTE','No');
 158    define('TEXT_PRODUCTS_PRICED_BY_ATTRIBUTES_PREVIEW','*Display price will include lowest group attributes prices plus price');
 159    define('TEXT_PRODUCTS_PRICED_BY_ATTRIBUTES_EDIT','*Display price will include lowest group attributes prices plus price');
 160  
 161    define('TEXT_PRODUCTS_QUANTITY_MIN_RETAIL','Product Qty Minimum:');
 162    define('TEXT_PRODUCTS_QUANTITY_UNITS_RETAIL','Product Qty Units:');
 163    define('TEXT_PRODUCTS_QUANTITY_MAX_RETAIL','Product Qty Maximum:');
 164  
 165    define('TEXT_PRODUCTS_QUANTITY_MAX_RETAIL_EDIT','0 = Unlimited, 1 = No Qty Boxes');
 166  
 167    define('TEXT_PRODUCTS_MIXED','Product Qty Min/Unit Mix:');
 168  
 169    define('PRODUCTS_PRICE_IS_FREE_TEXT', 'Product is Free');
 170    define('TEXT_PRODUCT_IS_FREE','Product is Free:');
 171    define('TEXT_PRODUCTS_IS_FREE_PREVIEW','*Product is marked as FREE');
 172    define('TEXT_PRODUCTS_IS_FREE_EDIT','*Product is marked as FREE');
 173  
 174    define('TEXT_PRODUCT_IS_CALL','Product is Call for Price:');
 175    define('TEXT_PRODUCTS_IS_CALL_PREVIEW','*Product is marked as CALL FOR PRICE');
 176    define('TEXT_PRODUCTS_IS_CALL_EDIT','*Product is marked as CALL FOR PRICE');
 177  
 178    define('TEXT_ATTRIBUTE_COPY_SKIPPING','<strong>Skipping New Attribute </strong>');
 179    define('TEXT_ATTRIBUTE_COPY_INSERTING','<strong>Inserting New Attribute from </strong>');
 180    define('TEXT_ATTRIBUTE_COPY_UPDATING','<strong>Updating from Attribute </strong>');
 181  
 182  // meta tags

 183    define('TEXT_META_TAG_TITLE_INCLUDES','<strong>Mark What the Product\'s Meta Tag Title Should Include:</strong>');
 184    define('TEXT_PRODUCTS_METATAGS_PRODUCTS_NAME_STATUS','<strong>Product Name:</strong>');
 185    define('TEXT_PRODUCTS_METATAGS_TITLE_STATUS','<strong>Title:</strong>');
 186    define('TEXT_PRODUCTS_METATAGS_MODEL_STATUS','<strong>Model:</strong>');
 187    define('TEXT_PRODUCTS_METATAGS_PRICE_STATUS','<strong>Price:</strong>');
 188    define('TEXT_PRODUCTS_METATAGS_TITLE_TAGLINE_STATUS','<strong>Title/Tagline:</strong>');
 189    define('TEXT_META_TAGS_TITLE','<strong>Meta Tag Title:</strong>');
 190    define('TEXT_META_TAGS_KEYWORDS','<strong>Meta Tag Keywords:</strong>');
 191    define('TEXT_META_TAGS_DESCRIPTION','<strong>Meta Tag Description:</strong>');
 192    define('TEXT_META_EXCLUDED', '<span class="alert">EXCLUDED</span>');
 193  ?>


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