diff options
Diffstat (limited to 'public/admin/language/es-es/extension/payment/bluepay_hosted.php')
-rw-r--r-- | public/admin/language/es-es/extension/payment/bluepay_hosted.php | 106 |
1 files changed, 53 insertions, 53 deletions
diff --git a/public/admin/language/es-es/extension/payment/bluepay_hosted.php b/public/admin/language/es-es/extension/payment/bluepay_hosted.php index 562a5f9..1f2647a 100644 --- a/public/admin/language/es-es/extension/payment/bluepay_hosted.php +++ b/public/admin/language/es-es/extension/payment/bluepay_hosted.php @@ -1,65 +1,65 @@ <?php // Heading -$_['heading_title'] = 'BluePay Hosted Form'; +$_['heading_title'] = 'Formulario de BluePay Hosted'; // Text -$_['text_extension'] = 'Extensions'; -$_['text_success'] = 'Success: You have modified BluePay Hosted Form account details!'; -$_['text_edit'] = 'Edit BluePay Hosted Form'; -$_['text_bluepay_hosted'] = '<a href="http://www.bluepay.com/preferred-partner/opencart" target="_blank"><img src="view/image/payment/bluepay.jpg" alt="BluePay Hosted Form" title="BluePay Hosted Form" style="border: 1px solid #EEEEEE;" /></a>'; -$_['text_test'] = 'Test'; -$_['text_live'] = 'Live'; -$_['text_sale'] = 'Sale'; -$_['text_authenticate'] = 'Authorize'; -$_['text_release_ok'] = 'Release was successful'; -$_['text_release_ok_order'] = 'Release was successful'; -$_['text_rebate_ok'] = 'Rebate was successful'; -$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; -$_['text_void_ok'] = 'Void was successful, order status updated to voided'; -$_['text_payment_info'] = 'Payment information'; -$_['text_release_status'] = 'Payment released'; -$_['text_void_status'] = 'Payment voided'; -$_['text_rebate_status'] = 'Payment rebated'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total authorised'; -$_['text_total_released'] = 'Total released'; -$_['text_transactions'] = 'Transactions'; -$_['text_column_amount'] = 'Amount'; -$_['text_column_type'] = 'Type'; -$_['text_column_date_added'] = 'Date Added'; -$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; -$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; -$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; +$_['text_extension'] = 'Extensiones'; +$_['text_success'] = 'Éxito: ¡Ha modificado los detalles de la cuenta del formulario alojado de BluePay!'; +$_['text_edit'] = 'Editar Formulario BluePay Hosted'; +$_['text_bluepay_hosted'] = '<a href="http://www.bluepay.com/preferred-partner/opencart" target="_blank"><img src="view/image/payment/bluepay.jpg" alt="BluePay Hosted Form" title="BluePay Hosted Form" style="border: 1px solid #EEEEEE;"/></a>'; +$_['text_test'] = 'Prueba'; +$_['text_live'] = 'Vivo'; +$_['text_sale'] = 'Venta'; +$_['text_authenticate'] = 'Autorizar'; +$_['text_release_ok'] = 'Release fue exitoso'; +$_['text_release_ok_order'] = 'Release fue exitoso'; +$_['text_rebate_ok'] = 'El reembolso fue exitoso'; +$_['text_rebate_ok_order'] = 'El reembolso fue exitoso, el estado del pedido se actualizó a reembolsado'; +$_['text_void_ok'] = 'La anulación fue exitosa, el estado del pedido se actualizó a anulado'; +$_['text_payment_info'] = 'Información del Pago'; +$_['text_release_status'] = 'Pago liberado'; +$_['text_void_status'] = 'Pago anulado'; +$_['text_rebate_status'] = 'Pago rebajado'; +$_['text_order_ref'] = 'Pedido Referido'; +$_['text_order_total'] = 'Total autorizado'; +$_['text_total_released'] = 'Total liberado'; +$_['text_transactions'] = 'Transacciones'; +$_['text_column_amount'] = 'Monto'; +$_['text_column_type'] = 'Tipo'; +$_['text_column_date_added'] = 'Fecha Agregada'; +$_['text_confirm_void'] = '¿Estás seguro de que quieres anular el pago?'; +$_['text_confirm_release'] = '¿Seguro que quieres liberar el pago?'; +$_['text_confirm_rebate'] = '¿Está seguro de que desea reembolsar el pago?'; // Entry -$_['entry_account_name'] = 'Account Name'; -$_['entry_account_id'] = 'Account ID'; -$_['entry_secret_key'] = 'Secret Key'; -$_['entry_test'] = 'Transaction Mode'; -$_['entry_transaction'] = 'Transaction Method'; -$_['entry_card_amex'] = 'Amex'; -$_['entry_card_discover'] = 'Discover'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Order Status'; -$_['entry_geo_zone'] = 'Geo Zone'; -$_['entry_status'] = 'Status'; -$_['entry_sort_order'] = 'Sort Order'; -$_['entry_debug'] = 'Debug logging'; +$_['entry_account_name'] = 'Nombre de la Cuenta'; +$_['entry_account_id'] = 'Account ID'; +$_['entry_secret_key'] = 'Secret Key'; +$_['entry_test'] = 'Modo de Transacción'; +$_['entry_transaction'] = 'Método de Transacción'; +$_['entry_card_amex'] = 'Amex'; +$_['entry_card_discover'] = 'Descubrir'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Estado del Pedido'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Estado'; +$_['entry_sort_order'] = 'Ordenar Pedido'; +$_['entry_debug'] = 'Registro de Depuración'; // Help -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; -$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; -$_['help_transaction'] = 'Sale will charge customer immediately. Authorization will put funds on hold for future capture.'; -$_['help_cron_job_token'] = 'Make this long and hard to guess'; -$_['help_cron_job_url'] = 'Set a cron job to call this URL'; +$_['help_total'] = 'El total de la compra que debe alcanzar el pedido antes de que este método de pago se active.'; +$_['help_debug'] = 'Habilitar la depuración escribirá datos confidenciales en un archivo de registro. Siempre debe deshabilitar a menos que se le indique lo contrario'; +$_['help_transaction'] = 'La venta le cobrará al cliente de inmediato. La autorización pondrá los fondos en espera para futuras capturas.'; +$_['help_cron_job_token'] = 'Haz esto largo y difícil de adivinar'; +$_['help_cron_job_url'] = 'Establecer un trabajo cron para llamar a esta URL'; // Button -$_['button_release'] = 'Release'; -$_['button_rebate'] = 'Rebate / refund'; -$_['button_void'] = 'Void'; +$_['button_release'] = 'Lanzamiento'; +$_['button_rebate'] = 'Rebaja / Reembolso'; +$_['button_void'] = 'Vacío'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify payment BluePay!'; -$_['error_account_name'] = 'Account Name Required!'; -$_['error_account_id'] = 'Account ID Required!'; -$_['error_secret_key'] = 'Secret Key Required!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el pago de BluePay!'; +$_['error_account_name'] = 'Nombre de Cuenta Requerido!'; +$_['error_account_id'] = '¡Se requiere ID de cuenta!'; +$_['error_secret_key'] = 'Llave secreta requerida'; |