diff options
Diffstat (limited to 'public/catalog/language/es-es/extension/payment/cheque.php')
-rw-r--r-- | public/catalog/language/es-es/extension/payment/cheque.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/catalog/language/es-es/extension/payment/cheque.php b/public/catalog/language/es-es/extension/payment/cheque.php index 9a2954a..3d67eb8 100644 --- a/public/catalog/language/es-es/extension/payment/cheque.php +++ b/public/catalog/language/es-es/extension/payment/cheque.php @@ -1,7 +1,7 @@ <?php // Text -$_['text_title'] = 'Cheque / Money Order'; -$_['text_instruction'] = 'Cheque / Money Order Instructions'; -$_['text_payable'] = 'Make Payable To: '; -$_['text_address'] = 'Send To: '; -$_['text_payment'] = 'Your order will not ship until we receive payment.';
\ No newline at end of file +$_['text_title'] = 'Cheque / Giro Postal'; +$_['text_instruction'] = 'Cheque / Instrucciones de Giro Postal'; +$_['text_payable'] = 'Pagar A: '; +$_['text_address'] = 'Envia A: '; +$_['text_payment'] = 'Su pedido no se enviará hasta que recibamos el pago.'; |