diff options
Diffstat (limited to 'public/admin/language/es-es/extension/payment/pp_express_refund.php')
-rw-r--r-- | public/admin/language/es-es/extension/payment/pp_express_refund.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/public/admin/language/es-es/extension/payment/pp_express_refund.php b/public/admin/language/es-es/extension/payment/pp_express_refund.php index 1e4e400..0964e86 100644 --- a/public/admin/language/es-es/extension/payment/pp_express_refund.php +++ b/public/admin/language/es-es/extension/payment/pp_express_refund.php @@ -1,21 +1,21 @@ <?php // Heading -$_['heading_title'] = 'Refund Transaction'; +$_['heading_title'] = 'Transacción de reembolso'; // Text -$_['text_pp_express'] = 'PayPal Express Checkout'; -$_['text_current_refunds'] = 'Refunds have already been done for this transaction. The max refund is'; -$_['text_refund'] = 'Refund'; +$_['text_pp_express'] = 'PayPal Express Checkout'; +$_['text_current_refunds'] = 'Ya se han realizado reembolsos para esta transacción. El reembolso máximo es'; +$_['text_refund'] = 'Reembolso'; // Entry -$_['entry_transaction_id'] = 'Transaction ID'; -$_['entry_full_refund'] = 'Full refund'; -$_['entry_amount'] = 'Amount'; -$_['entry_message'] = 'Message'; +$_['entry_transaction_id'] = 'ID de Transacción'; +$_['entry_full_refund'] = 'Reembolso completo'; +$_['entry_amount'] = 'Monto'; +$_['entry_message'] = 'Mensaje'; // Button -$_['button_refund'] = 'Issue refund'; +$_['button_refund'] = 'Emitir reembolso'; // Error -$_['error_partial_amt'] = 'You must enter a partial refund amount'; -$_['error_data'] = 'Data missing from request';
\ No newline at end of file +$_['error_partial_amt'] = 'Debe ingresar un monto de reembolso parcial'; +$_['error_data'] = 'Faltan datos de la solicitud'; |