|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
00001 <?php 00010 define('HEADING_TITLE', 'Categories / Products'); 00011 define('HEADING_TITLE_GOTO', 'Go To:'); 00012 00013 define('TABLE_HEADING_ID', 'ID'); 00014 define('TABLE_HEADING_CATEGORIES_PRODUCTS', 'Categories / Products'); 00015 define('TABLE_HEADING_CATEGORIES_SORT_ORDER', 'Sort'); 00016 00017 define('TABLE_HEADING_PRICE','Price/Special/Sale'); 00018 define('TABLE_HEADING_QUANTITY','Quantity'); 00019 00020 define('TABLE_HEADING_ACTION', 'Action'); 00021 define('TABLE_HEADING_STATUS', 'Status'); 00022 00023 define('TEXT_CATEGORIES', 'Categories:'); 00024 define('TEXT_SUBCATEGORIES', 'Subcategories:'); 00025 define('TEXT_PRODUCTS', 'Products:'); 00026 define('TEXT_PRODUCTS_PRICE_INFO', 'Price:'); 00027 define('TEXT_PRODUCTS_TAX_CLASS', 'Tax Class:'); 00028 define('TEXT_PRODUCTS_AVERAGE_RATING', 'Average Rating:'); 00029 define('TEXT_PRODUCTS_QUANTITY_INFO', 'Quantity:'); 00030 define('TEXT_DATE_ADDED', 'Date Added:'); 00031 define('TEXT_DATE_AVAILABLE', 'Date Available:'); 00032 define('TEXT_LAST_MODIFIED', 'Last Modified:'); 00033 define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST'); 00034 define('TEXT_NO_CHILD_CATEGORIES_OR_PRODUCTS', 'Please insert a new category or product in this level.'); 00035 define('TEXT_PRODUCT_MORE_INFORMATION', 'For more information, please visit this products <a href="http://%s" target="blank">webpage</a>.'); 00036 define('TEXT_PRODUCT_DATE_ADDED', 'This product was added to our catalog on %s.'); 00037 define('TEXT_PRODUCT_DATE_AVAILABLE', 'This product will be in stock on %s.'); 00038 00039 define('TEXT_EDIT_INTRO', 'Please make any necessary changes'); 00040 define('TEXT_EDIT_CATEGORIES_ID', 'Category ID:'); 00041 define('TEXT_EDIT_CATEGORIES_NAME', 'Category Name:'); 00042 define('TEXT_EDIT_CATEGORIES_IMAGE', 'Category Image:'); 00043 define('TEXT_EDIT_SORT_ORDER', 'Sort Order:'); 00044 00045 define('TEXT_INFO_COPY_TO_INTRO', 'Please choose a new category you wish to copy this product to'); 00046 define('TEXT_INFO_CURRENT_CATEGORIES', 'Current Categories: '); 00047 00048 define('TEXT_INFO_HEADING_NEW_CATEGORY', 'New Category'); 00049 define('TEXT_INFO_HEADING_EDIT_CATEGORY', 'Edit Category'); 00050 define('TEXT_INFO_HEADING_DELETE_CATEGORY', 'Delete Category'); 00051 define('TEXT_INFO_HEADING_MOVE_CATEGORY', 'Move Category'); 00052 define('TEXT_INFO_HEADING_DELETE_PRODUCT', 'Delete Product'); 00053 define('TEXT_INFO_HEADING_MOVE_PRODUCT', 'Move Product'); 00054 define('TEXT_INFO_HEADING_COPY_TO', 'Copy To'); 00055 00056 define('TEXT_DELETE_CATEGORY_INTRO', 'Are you sure you want to delete this category?'); 00057 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'); 00058 00059 define('TEXT_DELETE_WARNING_CHILDS', '<b>WARNING:</b> There are %s (child-)categories still linked to this category!'); 00060 define('TEXT_DELETE_WARNING_PRODUCTS', '<b>WARNING:</b> There are %s products still linked to this category!'); 00061 00062 define('TEXT_MOVE_PRODUCTS_INTRO', 'Please select which category you wish <b>%s</b> to reside in'); 00063 define('TEXT_MOVE_CATEGORIES_INTRO', 'Please select which category you wish <b>%s</b> to reside in'); 00064 define('TEXT_MOVE', 'Move <b>%s</b> to:'); 00065 00066 define('TEXT_NEW_CATEGORY_INTRO', 'Please fill out the following information for the new category'); 00067 define('TEXT_CATEGORIES_NAME', 'Category Name:'); 00068 define('TEXT_CATEGORIES_IMAGE', 'Category Image:'); 00069 define('TEXT_SORT_ORDER', 'Sort Order:'); 00070 00071 define('TEXT_DOCUMENT_STATUS', 'Document Status:'); 00072 define('TEXT_PRODUCTS_VIRTUAL', 'Product is Virtual:'); 00073 define('TEXT_PRODUCTS_IS_ALWAYS_FREE_SHIPPING', 'Always Free Shipping:'); 00074 define('TEXT_PRODUCTS_QTY_BOX_STATUS', 'Products Quantity Box Shows:'); 00075 define('TEXT_DOCUMENT_DATE_AVAILABLE', 'Date Available:'); 00076 define('TEXT_DOCUMENT_AVAILABLE', 'Available'); 00077 define('TEXT_DOCUMENT_NOT_AVAILABLE', 'Unavailable'); 00078 define('TEXT_PRODUCT_IS_VIRTUAL', 'Yes, Skip Shipping Address'); 00079 define('TEXT_PRODUCT_NOT_VIRTUAL', 'No, Shipping Address Required'); 00080 define('TEXT_PRODUCT_IS_ALWAYS_FREE_SHIPPING', 'Yes, Always Free Shipping'); 00081 define('TEXT_PRODUCT_NOT_ALWAYS_FREE_SHIPPING', 'No, Normal Shipping Rules'); 00082 define('TEXT_PRODUCT_SPECIAL_ALWAYS_FREE_SHIPPING', 'Special, Product/Download Combo Requires a Shipping Address'); 00083 define('TEXT_PRODUCTS_SORT_ORDER', 'Sort Order:'); 00084 00085 define('TEXT_PRODUCTS_QTY_BOX_STATUS_ON', 'Yes, Show Quantity Box'); 00086 define('TEXT_PRODUCTS_QTY_BOX_STATUS_OFF', 'No, Do not show Quantity Box'); 00087 00088 define('TEXT_DOCUMENT_NAME', 'Document Name:'); 00089 define('TEXT_DOCUMENT_DETAILS', 'Document Contents:'); 00090 define('TEXT_DOCUMENT_IMAGE', 'Document Image:'); 00091 define('TEXT_DOCUMENT_IMAGE_DIR', 'Upload to directory:'); 00092 define('TEXT_DOCUMENT_URL', 'Document URL:'); 00093 define('TEXT_DOCUMENT_URL_WITHOUT_HTTP', '<small>(without http://)</small>'); 00094 00095 define('EMPTY_CATEGORY', 'Empty Category'); 00096 00097 define('TEXT_HOW_TO_COPY', 'Copy Method:'); 00098 define('TEXT_COPY_AS_LINK', 'Link product'); 00099 define('TEXT_COPY_AS_DUPLICATE', 'Duplicate product'); 00100 00101 // Products and Attribute Copy Options 00102 define('TEXT_COPY_ATTRIBUTES_ONLY','Only used for Duplicate Products ...'); 00103 define('TEXT_COPY_ATTRIBUTES','Copy Product Attributes to Duplicate?'); 00104 define('TEXT_COPY_ATTRIBUTES_YES','Yes'); 00105 define('TEXT_COPY_ATTRIBUTES_NO','No'); 00106 00107 define('TEXT_INFO_CURRENT_PRODUCT', 'Current Product: '); 00108 define('TABLE_HEADING_MODEL', 'Model'); 00109 00110 define('TEXT_INFO_HEADING_ATTRIBUTE_FEATURES','Attributes Changes for Products ID# '); 00111 define('TEXT_INFO_ATTRIBUTES_FEATURES_DELETE','Delete <strong>ALL</strong> Product Attributes for:<br />'); 00112 define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO','Copy Attributes to another Product or to an entire Category from:<br />'); 00113 00114 define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO_PRODUCT','Copy Attributes to another <strong>product</strong> from:<br />'); 00115 define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO_CATEGORY','Copy Attributes to another <strong>category</strong> from:<br />'); 00116 00117 define('TEXT_COPY_ATTRIBUTES_CONDITIONS','<strong>How should existing product attributes be handled?</strong>'); 00118 define('TEXT_COPY_ATTRIBUTES_DELETE','<strong>Delete</strong> first, then copy new attributes'); 00119 define('TEXT_COPY_ATTRIBUTES_UPDATE','<strong>Update</strong> with new settings/prices, then add new ones'); 00120 define('TEXT_COPY_ATTRIBUTES_IGNORE','<strong>Ignore</strong> and add only new attributes'); 00121 00122 define('SUCCESS_ATTRIBUTES_DELETED','Attributes successfully deleted'); 00123 define('SUCCESS_ATTRIBUTES_UPDATE','Attributes successfully updated'); 00124 00125 define('ICON_ATTRIBUTES','Attribute Features'); 00126 00127 define('TEXT_CATEGORIES_IMAGE_DIR','Upload to directory:'); 00128 00129 define('TEXT_PRODUCTS_QTY_BOX_STATUS_PREVIEW','Warning: Does not show Quantity Box, Default to Qty 1'); 00130 define('TEXT_PRODUCTS_QTY_BOX_STATUS_EDIT','Warning: Does not show Quantity Box, Default to Qty 1'); 00131 00132 define('TEXT_PRODUCT_OPTIONS', '<strong>Please Choose:</strong>'); 00133 define('TEXT_PRODUCTS_ATTRIBUTES_INFO','Attribute Features For:'); 00134 define('TEXT_PRODUCT_ATTRIBUTES_DOWNLOADS','Downloads: '); 00135 00136 define('TEXT_PRODUCTS_PRICED_BY_ATTRIBUTES','Product Priced by Attributes:'); 00137 define('TEXT_PRODUCT_IS_PRICED_BY_ATTRIBUTE','Yes'); 00138 define('TEXT_PRODUCT_NOT_PRICED_BY_ATTRIBUTE','No'); 00139 define('TEXT_PRODUCTS_PRICED_BY_ATTRIBUTES_PREVIEW','*Display price will include lowest group attributes prices plus price'); 00140 define('TEXT_PRODUCTS_PRICED_BY_ATTRIBUTES_EDIT','*Display price will include lowest group attributes prices plus price'); 00141 00142 define('TEXT_PRODUCTS_QUANTITY_MIN_RETAIL','Product Qty Minimum:'); 00143 define('TEXT_PRODUCTS_QUANTITY_UNITS_RETAIL','Product Qty Units:'); 00144 define('TEXT_PRODUCTS_QUANTITY_MAX_RETAIL','Product Qty Maximum:'); 00145 00146 define('TEXT_PRODUCTS_QUANTITY_MAX_RETAIL_EDIT','0 = Unlimited, 1 = No Qty Boxes'); 00147 00148 define('TEXT_PRODUCTS_MIXED','Product Qty Min/Unit Mix:'); 00149 00150 define('PRODUCTS_PRICE_IS_FREE_TEXT', 'Product is Free'); 00151 define('TEXT_PRODUCT_IS_FREE','Product is Free:'); 00152 define('TEXT_PRODUCTS_IS_FREE_PREVIEW','*Product is marked as FREE'); 00153 define('TEXT_PRODUCTS_IS_FREE_EDIT','*Product is marked as FREE'); 00154 00155 define('TEXT_PRODUCT_IS_CALL','Product is Call for Price:'); 00156 define('TEXT_PRODUCTS_IS_CALL_PREVIEW','*Product is marked as CALL FOR PRICE'); 00157 define('TEXT_PRODUCTS_IS_CALL_EDIT','*Product is marked as CALL FOR PRICE'); 00158 00159 define('TEXT_ATTRIBUTE_COPY_SKIPPING','<strong>Skipping New Attribute </strong>'); 00160 define('TEXT_ATTRIBUTE_COPY_INSERTING','<strong>Inserting New Attribute from </strong>'); 00161 define('TEXT_ATTRIBUTE_COPY_UPDATING','<strong>Updating from Attribute </strong>'); 00162 00163 // meta tags 00164 define('TEXT_META_TAG_TITLE_INCLUDES','<strong>Mark What the Document\'s Meta Tag Title Should Include:</strong>'); 00165 define('TEXT_PRODUCTS_METATAGS_PRODUCTS_NAME_STATUS','<strong>Document Name:</strong>'); 00166 define('TEXT_PRODUCTS_METATAGS_TITLE_STATUS','<strong>Title:</strong>'); 00167 define('TEXT_PRODUCTS_METATAGS_MODEL_STATUS','<strong>Model:</strong>'); 00168 define('TEXT_PRODUCTS_METATAGS_PRICE_STATUS','<strong>Price:</strong>'); 00169 define('TEXT_PRODUCTS_METATAGS_TITLE_TAGLINE_STATUS','<strong>Title/Tagline:</strong>'); 00170 define('TEXT_META_TAGS_TITLE','<strong>Meta Tag Title:</strong>'); 00171 define('TEXT_META_TAGS_KEYWORDS','<strong>Meta Tag Keywords:</strong>'); 00172 define('TEXT_META_TAGS_DESCRIPTION','<strong>Meta Tag Description:</strong>'); 00173 define('TEXT_META_EXCLUDED', '<span class="alert">EXCLUDED</span>');