Current Path : /var/test/www/alh/catalog/language/es/payment/ |
Current File : /var/test/www/alh/catalog/language/es/payment/bluepay_hosted.php |
<?php // Text $_['text_title'] = 'Tarjeta de crédito / débito tarjeta (BluePay)'; $_['text_credit_card'] = 'Detalles de la tarjeta'; $_['text_description'] = 'Artículos de %s No. de orden: %s'; $_['text_card_type'] = 'Tipo de tarjeta: '; $_['text_card_name'] = 'Nombre de tarjeta: '; $_['text_card_digits'] = 'Últimos dígitos: '; $_['text_card_expiry'] = 'Caducidad: '; $_['text_transaction_error'] = 'Se produjo un error al procesar su transacción - '; // Entry $_['entry_card'] = 'Tarjeta nueva o existente: '; $_['entry_card_existing'] = 'Existentes'; $_['entry_card_new'] = 'Nuevo'; $_['entry_card_save'] = 'Recordar los detalles de la tarjeta'; $_['entry_cc_owner'] = 'Titular de tarjeta'; $_['entry_cc_number'] = 'Numero Tarjeta'; $_['entry_cc_start_date'] = 'Tarjeta válida a partir de la fecha'; $_['entry_cc_expire_date'] = 'Fecha de vencimiento'; $_['entry_cc_cvv2'] = 'Tarjeta código de seguridad (CVV2)'; $_['entry_cc_address'] = 'Dirección calle'; $_['entry_cc_city'] = 'Ciudad'; $_['entry_cc_state'] = 'Estado/Provincia'; $_['entry_cc_zipcode'] = 'Código postal'; $_['entry_cc_phone'] = 'Teléfono'; $_['entry_cc_email'] = 'Correo electrónico'; $_['entry_cc_choice'] = 'Elija una tarjeta existente';