diff options
Diffstat (limited to 'public/catalog/language/es-es/extension/payment/paypoint.php')
-rw-r--r-- | public/catalog/language/es-es/extension/payment/paypoint.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/public/catalog/language/es-es/extension/payment/paypoint.php b/public/catalog/language/es-es/extension/payment/paypoint.php index 1f20a3d..8224e0e 100644 --- a/public/catalog/language/es-es/extension/payment/paypoint.php +++ b/public/catalog/language/es-es/extension/payment/paypoint.php @@ -1,11 +1,11 @@ <?php // Heading -$_['heading_title'] = 'Thank you for shopping with %s .... '; +$_['heading_title'] = 'Gracias por comprar con %s...'; // Text -$_['text_title'] = 'Credit Card / Debit Card (PayPoint)'; -$_['text_response'] = 'Response from PayPoint:'; -$_['text_success'] = '... your payment was successfully received.'; -$_['text_success_wait'] = '<b><span style="color: #FF0000">Please wait...</span></b> whilst we finish processing your order.<br>If you are not automatically re-directed in 10 seconds, please click <a href="%s">here</a>.'; -$_['text_failure'] = '... Your payment has been cancelled!'; -$_['text_failure_wait'] = '<b><span style="color: #FF0000">Please wait...</span></b><br>If you are not automatically re-directed in 10 seconds, please click <a href="%s">here</a>.';
\ No newline at end of file +$_['text_title'] = 'Tarjeta de Crédito/Débito (PayPoint)'; +$_['text_response'] = 'Respuesta de PayPoint:'; +$_['text_success'] = '... Su pago fue recibido con éxito.'; +$_['text_success_wait'] = '<b><span style="color: #FF0000">Por favor espera...</span></b>mientras terminamos de procesar su pedido.<br> Si no se le redirige automáticamente en 10 segundos, haga clic <a href="%s">aquí</a>.'; +$_['text_failure'] = '... Su pago ha sido cancelado!'; +$_['text_failure_wait'] = '<b><span style="color: #FF0000">Por favor espera...</span></b><br>Si no se le redirige automáticamente en 10 segundos, haga clic <a href="%s">aquí</a>.'; |