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

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

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


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