Code:
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: button_names.php 5410 2006-12-27 03:56:46Z drbyte $
*/
/**
* define the button images used in the project
*/
define('BUTTON_IMAGE_ADD_TO_CART', 'includes/YOUR_TEMPLATE/buttons/english/addtocart-button.jpg');
define('BUTTON_IMAGE_ADD_ADDRESS', 'includes/YOUR_TEMPLATE/buttons/english/addaddress-button.jpg');
define('BUTTON_IMAGE_ADD_PRODUCTS_TO_CART','includes/YOUR_TEMPLATE/buttons/english/addtocart-button.jpg');
define('BUTTON_IMAGE_BACK', 'includes/YOUR_TEMPLATE/buttons/english/backarrow_icon.gif');
define('BUTTON_IMAGE_BUY_NOW', 'includes/YOUR_TEMPLATE/buttons/english/buynow-button.jpg');
define('BUTTON_IMAGE_CANCEL', 'includes/YOUR_TEMPLATE/buttons/english/cancel-button.jpg');
define('BUTTON_IMAGE_CHANGE_ADDRESS', 'includes/YOUR_TEMPLATE/buttons/english/changeaddress-button.jpg');
define('BUTTON_IMAGE_CHECKOUT', 'includes/YOUR_TEMPLATE/buttons/english/checkout-button.jpg');
define('BUTTON_IMAGE_CONFIRM_SEND', 'includes/YOUR_TEMPLATE/buttons/english/confirm-button.jpg');
define('BUTTON_IMAGE_CONFIRM_ORDER', 'includes/YOUR_TEMPLATE/buttons/english/confirm-button.jpg');
define('BUTTON_IMAGE_CONTINUE', 'includes/YOUR_TEMPLATE/buttons/english/continue-button.jpg');
define('BUTTON_IMAGE_CONTINUE_SHOPPING', 'includes/YOUR_TEMPLATE/buttons/english/continueshopping-button.jpg');
define('BUTTON_IMAGE_DELETE', 'includes/YOUR_TEMPLATE/buttons/english/delete-button.jpg');
define('BUTTON_IMAGE_DELETE_SMALL', 'includes/YOUR_TEMPLATE/buttons/english/deletesmall-button.jpg');
define('BUTTON_IMAGE_DOWNLOAD', 'includes/YOUR_TEMPLATE/buttons/english/download-button.jpg');
define('BUTTON_IMAGE_EDIT_SMALL', 'includes/YOUR_TEMPLATE/buttons/english/editsmall-button.jpg');
define('BUTTON_IMAGE_IN_CART', 'includes/YOUR_TEMPLATE/buttons/english/incart-button.jpg');
define('BUTTON_IMAGE_LOGIN', 'includes/YOUR_TEMPLATE/buttons/english/login-button.jpg');
define('BUTTON_IMAGE_NEXT', 'includes/YOUR_TEMPLATE/buttons/english/next-button.gif');
define('BUTTON_IMAGE_PREVIOUS', 'includes/YOUR_TEMPLATE/buttons/english/backarrow_icon.gif');
define('BUTTON_IMAGE_REDEEM', 'includes/YOUR_TEMPLATE/buttons/english/redeem-button.jpg');
define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'includes/YOUR_TEMPLATE/buttons/english/returnlist-button.jpg');
define('BUTTON_IMAGE_REVIEWS', 'includes/YOUR_TEMPLATE/buttons/english/review-button.jpg');
define('BUTTON_IMAGE_SEARCH', 'includes/YOUR_TEMPLATE/buttons/english/search-button.jpg');
define('BUTTON_IMAGE_SEND', 'includes/YOUR_TEMPLATE/buttons/english/send-button.jpg');
define('BUTTON_IMAGE_SEND_A_GIFT_CERT', 'includes/YOUR_TEMPLATE/buttons/english/sendgiftcertificate-button.jpg');
define('BUTTON_IMAGE_SEND_ANOTHER', 'includes/YOUR_TEMPLATE/buttons/english/sendanother-button.jpg');
define('BUTTON_IMAGE_SHIPPING_ESTIMATOR', 'includes/YOUR_TEMPLATE/buttons/english/shippingestimator-button.jpg');
define('BUTTON_IMAGE_SOLD_OUT','includes/YOUR_TEMPLATE/buttons/english/soldout-button.jpg');
define('BUTTON_IMAGE_SOLD_OUT_SMALL','includes/YOUR_TEMPLATE/buttons/english/soldout-button.jpg');
define('BUTTON_IMAGE_SUBMIT', 'includes/YOUR_TEMPLATE/buttons/english/submit-button.jpg');
define('BUTTON_IMAGE_TELL_A_FRIEND', 'includes/YOUR_TEMPLATE/buttons/english/tellafriend-button.jpg');
define('BUTTON_IMAGE_TELLAFRIEND', 'includes/YOUR_TEMPLATE/buttons/english/tellafriend-button.jpg');
define('BUTTON_IMAGE_UNSUBSCRIBE', 'includes/YOUR_TEMPLATE/buttons/english/unsubscribe-button.jpg');
define('BUTTON_IMAGE_UPDATE', 'includes/YOUR_TEMPLATE/buttons/english/update-button.jpg');
define('BUTTON_IMAGE_VIEW_SMALL', 'includes/YOUR_TEMPLATE/buttons/english/view-button.jpg');
define('BUTTON_IMAGE_WRITE_REVIEW', 'includes/YOUR_TEMPLATE/buttons/english/writereview-button.jpg');
define('BUTTON_IMAGE_READ_REVIEWS', 'includes/YOUR_TEMPLATE/buttons/english/readreview-button.jpg');
define('BUTTON_IMAGE_GOTO_PROD_DETAILS', 'includes/YOUR_TEMPLATE/buttons/english/productdetails-button.jpg');
define('BUTTON_IMAGE_MORE_REVIEWS', 'includes/YOUR_TEMPLATE/buttons/english/morereviews-button.jpg');
define('BUTTON_IMAGE_CONTINUE_CHECKOUT', 'includes/YOUR_TEMPLATE/buttons/english/continuecheckout-button.jpg');
//define('PREVNEXT_BUTTON_NEXT', '[Next >>]');
//define('PREVNEXT_BUTTON_LAST', 'LAST>>');
define('BUTTON_IMAGE_CREATE_ACCOUNT', 'includes/YOUR_TEMPLATE/buttons/english/createaccount-button.jpg');
define('BUTTON_IMAGE_LOG_OFF', 'includes/YOUR_TEMPLATE/buttons/english/logout-button.jpg');
/*
* ALT tags used for buttons
*/
define('BUTTON_CREATE_ACCOUNT_ALT', 'Sign Up');
define('BUTTON_LOG_OFF_ALT', 'Log Off');
define('BUTTON_ADD_TO_CART_ALT', 'Add This to My Cart');
define('BUTTON_ADD_ADDRESS_ALT', 'Add Address');
define('BUTTON_ADD_PRODUCTS_TO_CART_ALT','Add Selected Products to Cart');
define('BUTTON_BACK_ALT', 'Back');
define('BUTTON_BUY_NOW_ALT', 'Buy Now');
define('BUTTON_CANCEL_ALT', 'Cancel');
define('BUTTON_CHANGE_ADDRESS_ALT', 'Change Address');
define('BUTTON_CHECKOUT_ALT', 'Checkout');
define('BUTTON_CONFIRM_SEND_ALT', 'Send Gift Certificate');
define('BUTTON_CONFIRM_ORDER_ALT', 'Confirm Order');
define('BUTTON_CONTINUE_ALT', 'Continue');
define('BUTTON_CONTINUE_SHOPPING_ALT', 'Continue Shopping');
define('BUTTON_DELETE_ALT', 'Delete');
define('BUTTON_DELETE_SMALL_ALT', 'Delete');
define('BUTTON_DOWNLOAD_ALT', 'Download Now');
define('BUTTON_EDIT_SMALL_ALT', 'Edit');
define('BUTTON_IN_CART_ALT', 'Add to Cart');
define('BUTTON_LOGIN_ALT', 'Sign In');
define('BUTTON_NEXT_ALT', 'Next');
define('BUTTON_PREVIOUS_ALT', 'Previous');
define('BUTTON_REDEEM_ALT', 'Redeem');
define('BUTTON_RETURN_TO_PROD_LIST_ALT', 'Return to the Product List');
define('BUTTON_REVIEWS_ALT', 'Go to the Reviews Page');
define('BUTTON_SEARCH_ALT', 'Search');
define('BUTTON_SEND_ALT', 'Send Now');
define('BUTTON_SEND_ANOTHER_ALT', 'Send Another Gift Certificate');
define('BUTTON_SEND_A_GIFT_CERT_ALT', 'Send A Gift Certificate');
define('BUTTON_SHIPPING_ESTIMATOR_ALT', 'Shipping Estimator');
define('BUTTON_SOLD_OUT_ALT', 'Sold Out');
define('BUTTON_SOLD_OUT_SMALL_ALT', 'Sold Out');
define('BUTTON_SUBMIT_ALT', 'Submit the Information');
define('BUTTON_TELL_A_FRIEND_ALT', 'Tell a Friend');
define('BUTTON_TELLAFRIEND_ALT', 'Tell a Friend');
define('BUTTON_UNSUBSCRIBE', 'Unsubscribe');
define('BUTTON_UPDATE_ALT', 'Update');
define('BUTTON_VIEW_SMALL_ALT', 'View');
define('BUTTON_WRITE_REVIEW_ALT', 'Write Review');
define('BUTTON_READ_REVIEWS_ALT', 'Read the Review');
define('BUTTON_GOTO_PROD_DETAILS_ALT', 'Go To This Product\'s Detailed Information');
define('BUTTON_MORE_REVIEWS_ALT', 'Read More Reviews');
?>