File: /homepages/oneclick/ZenCart/1.5.3/2/scripts/locale/includes/languages/spanish/button_names.php
<?php //Spanish Language Pack for Zen Cart 1.5: http://zencartspanish.svn.sourceforge.net/viewvc/zencartspanish/
/**
* @package languageDefines
* @copyright Copyright 2003-2011 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 19690 2011-10-04 16:41:45Z drbyte $
*/
/**
* define the button images used in the project
*/
define('BUTTON_IMAGE_ADD_TO_CART', 'button_add_to_cart.gif');
define('BUTTON_IMAGE_ADD_ADDRESS', 'button_add_address.gif');
define('BUTTON_IMAGE_ADD_PRODUCTS_TO_CART','button_add_selected.gif');
define('BUTTON_IMAGE_BACK', 'button_back.gif');
define('BUTTON_IMAGE_BUY_NOW', 'button_buy_now.gif');
define('BUTTON_IMAGE_CANCEL', 'button_cancel.gif');
define('BUTTON_IMAGE_CHANGE_ADDRESS', 'button_change_address.gif');
define('BUTTON_IMAGE_CHECKOUT', 'button_checkout.gif');
define('BUTTON_IMAGE_CONFIRM_SEND', 'button_confirm_send.gif');
define('BUTTON_IMAGE_CONFIRM_ORDER', 'button_confirm_order.gif');
define('BUTTON_IMAGE_CONTINUE', 'button_continue.gif');
define('BUTTON_IMAGE_CONTINUE_SHOPPING', 'button_continue_shopping.gif');
define('BUTTON_IMAGE_DELETE', 'button_delete.gif');
define('BUTTON_IMAGE_DELETE_SMALL', 'button_delete_small.gif');
define('BUTTON_IMAGE_DOWNLOAD', 'button_download.gif');
define('BUTTON_IMAGE_EDIT_SMALL', 'small_edit.gif');
define('BUTTON_IMAGE_IN_CART', 'button_in_cart.gif');
define('BUTTON_IMAGE_LOGIN', 'button_login.gif');
define('BUTTON_IMAGE_NEXT', 'button_next.gif');
define('BUTTON_IMAGE_PREVIOUS', 'button_prev.gif');
define('BUTTON_IMAGE_REDEEM', 'button_redeem.gif');
define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'button_return_to_product_list.gif');
define('BUTTON_IMAGE_REVIEWS', 'button_reviews.gif');
define('BUTTON_IMAGE_SEARCH', 'button_search.gif');
define('BUTTON_IMAGE_SEND', 'button_send.gif');
define('BUTTON_IMAGE_SEND_A_GIFT_CERT', 'button_send_a_gift_cert.gif');
define('BUTTON_IMAGE_SEND_ANOTHER', 'button_send_another.gif');
define('BUTTON_IMAGE_SHIPPING_ESTIMATOR', 'button_shipping_estimator.gif');
define('BUTTON_IMAGE_SOLD_OUT','button_sold_out.gif');
define('BUTTON_IMAGE_SOLD_OUT_SMALL','button_sold_out_sm.gif');
define('BUTTON_IMAGE_SUBMIT', 'button_submit.gif');
define('BUTTON_IMAGE_UNSUBSCRIBE', 'button_unsubscribe.gif');
define('BUTTON_IMAGE_UPDATE', 'button_update.gif');
define('BUTTON_IMAGE_VIEW_SMALL', 'button_view.gif');
define('BUTTON_IMAGE_WRITE_REVIEW', 'button_write_review.gif');
define('BUTTON_IMAGE_READ_REVIEWS', 'button_read_reviews.gif');
define('BUTTON_IMAGE_GOTO_PROD_DETAILS', 'button_goto_prod_details.gif');
define('BUTTON_IMAGE_MORE_REVIEWS', 'button_more_reviews.gif');
define('BUTTON_IMAGE_CONTINUE_CHECKOUT', 'button_continue_checkout.gif');
//define('PREVNEXT_BUTTON_NEXT', '[Next >>]');
//define('PREVNEXT_BUTTON_LAST', 'LAST>>');
define('BUTTON_IMAGE_CREATE_ACCOUNT', 'button_create_account.gif');
define('BUTTON_IMAGE_LOG_OFF', 'button_logoff.gif');
/*
* ALT tags used for buttons
*/
define('BUTTON_CREATE_ACCOUNT_ALT', 'Crear Cuenta');
define('BUTTON_LOG_OFF_ALT', 'Salir');
define('BUTTON_ADD_TO_CART_ALT', 'Añadir al carro');
define('BUTTON_ADD_ADDRESS_ALT', 'Añadir dirección');
define('BUTTON_ADD_PRODUCTS_TO_CART_ALT','Añadir los productos');
define('BUTTON_BACK_ALT', 'Atrás');
define('BUTTON_BUY_NOW_ALT', 'Comprar ahora');
define('BUTTON_CANCEL_ALT', 'Cancelar');
define('BUTTON_CHANGE_ADDRESS_ALT', 'Cambiar dirección');
define('BUTTON_CHECKOUT_ALT', 'Pasar por caja');
define('BUTTON_CONFIRM_SEND_ALT', 'Enviar Certificado de Regalo');
define('BUTTON_CONFIRM_ORDER_ALT', 'Confirmar pedido');
define('BUTTON_CONTINUE_ALT', 'Continuar');
define('BUTTON_CONTINUE_SHOPPING_ALT', 'Continuar comprando');
define('BUTTON_DELETE_ALT', 'Borrar');
define('BUTTON_DELETE_SMALL_ALT', 'Borrar');
define('BUTTON_DOWNLOAD_ALT', 'Descargar Ahora');
define('BUTTON_EDIT_SMALL_ALT', 'Editar');
define('BUTTON_IN_CART_ALT', 'Añadir al carro');
define('BUTTON_LOGIN_ALT', 'Login/Registrar');
define('BUTTON_NEXT_ALT', 'Siguiente >>');
define('BUTTON_PREVIOUS_ALT', '<< Anterior');
define('BUTTON_REDEEM_ALT', 'Canjear');
define('BUTTON_RETURN_TO_PROD_LIST_ALT', 'Volver a lista de productos');
define('BUTTON_REVIEWS_ALT', 'Reviews');
define('BUTTON_SEARCH_ALT', 'Buscar');
define('BUTTON_SEND_ALT', 'Enviar ahora');
define('BUTTON_SEND_ANOTHER_ALT', 'Enviar otro certificado de regalo');
define('BUTTON_SEND_A_GIFT_CERT_ALT', 'Enviar un certificado de regalo');
define('BUTTON_SHIPPING_ESTIMATOR_ALT', 'Estimador de gastos de envío');
define('BUTTON_SOLD_OUT_ALT', 'Agotado');
define('BUTTON_SOLD_OUT_SMALL_ALT', 'Agotado');
define('BUTTON_SUBMIT_ALT', 'Introducir la información');
define('BUTTON_UNSUBSCRIBE', 'Cancelar suscripción');
define('BUTTON_UPDATE_ALT', 'Actualizar');
define('BUTTON_VIEW_SMALL_ALT', 'Ver');
define('BUTTON_WRITE_REVIEW_ALT', 'Escribir comentario');
define('BUTTON_READ_REVIEWS_ALT', 'Leer el comentario');
define('BUTTON_GOTO_PROD_DETAILS_ALT', 'Ir a la información detallada de este producto');
define('BUTTON_MORE_REVIEWS_ALT', 'Leer más comentarios');