aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/payment/g2apay.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/es-es/extension/payment/g2apay.php')
-rw-r--r--public/admin/language/es-es/extension/payment/g2apay.php94
1 files changed, 47 insertions, 47 deletions
diff --git a/public/admin/language/es-es/extension/payment/g2apay.php b/public/admin/language/es-es/extension/payment/g2apay.php
index fc5e636..1c9cb56 100644
--- a/public/admin/language/es-es/extension/payment/g2apay.php
+++ b/public/admin/language/es-es/extension/payment/g2apay.php
@@ -1,62 +1,62 @@
<?php
// Heading
-$_['heading_title'] = 'G2APay';
+$_['heading_title'] = 'G2APay';
// Text
-$_['text_extension'] = 'Extensions';
-$_['text_success'] = 'Success: You have modified the G2APay details.';
-$_['text_edit'] = 'Edit G2APay';
-$_['text_g2apay'] = '<a href="https://pay.g2a.com/" target="_blank"><img src="view/image/payment/g2apay.png" alt="G2APay" title="G2APay" style="border: 1px solid #EEEEEE;" /></a>';
-$_['text_payment_info'] = 'Payment information';
-$_['text_refund_status'] = 'Payment refund';
-$_['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'] = 'Added';
-$_['text_refund_ok'] = 'Refund was successfully requested';
-$_['text_refund_ok_order'] = 'Refund was successfully requested, amount fully refunded';
+$_['text_extension'] = 'Extensiones';
+$_['text_success'] = 'Éxito: ha modificado los detalles de G2APay.';
+$_['text_edit'] = 'Editar G2APay';
+$_['text_g2apay'] = '<a href="https://pay.g2a.com/" target="_blank"><img src="view/image/payment/g2apay.png" alt="G2APay" title="G2APay" style="border: 1px solid #EEEEEE;" /></a>';
+$_['text_payment_info'] = 'Información del pago';
+$_['text_refund_status'] = 'Reembolso de pago';
+$_['text_order_ref'] = 'Referencia del Pedido';
+$_['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'] = 'Agregado';
+$_['text_refund_ok'] = 'El reembolso fue solicitado con éxito';
+$_['text_refund_ok_order'] = 'El reembolso se solicitó con éxito, el monto se reembolsó por completo';
// Entry
-$_['entry_username'] = 'Username';
-$_['entry_secret'] = 'Secret';
-$_['entry_api_hash'] = 'API Hash';
-$_['entry_environment'] = 'Environment';
-$_['entry_secret_token'] = 'Secret Token';
-$_['entry_ipn_url'] = 'IPN URL:';
-$_['entry_total'] = 'Total';
-$_['entry_geo_zone'] = 'Geo Zone';
-$_['entry_status'] = 'Status';
-$_['entry_sort_order'] = 'Sort Order';
-$_['entry_debug'] = 'Debug logging';
-$_['entry_order_status'] = 'Order Status';
-$_['entry_complete_status'] = 'Complete Status:';
-$_['entry_rejected_status'] = 'Rejected Status:';
-$_['entry_cancelled_status'] = 'Canceled Status:';
-$_['entry_pending_status'] = 'Pending Status:';
-$_['entry_refunded_status'] = 'Refunded Status:';
-$_['entry_partially_refunded_status'] = 'Partially Refunded Status:';
+$_['entry_username'] = 'Username';
+$_['entry_secret'] = 'Secret';
+$_['entry_api_hash'] = 'API Hash';
+$_['entry_environment'] = 'Environment';
+$_['entry_secret_token'] = 'Token secreto';
+$_['entry_ipn_url'] = 'IPN URL:';
+$_['entry_total'] = 'Total';
+$_['entry_geo_zone'] = 'Geo Zone';
+$_['entry_status'] = 'Estado';
+$_['entry_sort_order'] = 'Ordenar Pedido';
+$_['entry_debug'] = 'Debug logging';
+$_['entry_order_status'] = 'Estado del Pedido';
+$_['entry_complete_status'] = 'Estado Completo:';
+$_['entry_rejected_status'] = 'Estado Rechazado:';
+$_['entry_cancelled_status'] = 'Estado Cancelado:';
+$_['entry_pending_status'] = 'Estatus Pendiente:';
+$_['entry_refunded_status'] = 'Estado Reembolsado:';
+$_['entry_partially_refunded_status'] = 'Estado de Reembolso Parcial:';
// Help
-$_['help_username'] = 'The email address used for your account';
-$_['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_username'] = 'La dirección de correo electrónico utilizada para su cuenta.';
+$_['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';
// Tab
-$_['tab_settings'] = 'Settings';
-$_['tab_order_status'] = 'Order Status';
+$_['tab_settings'] = 'Configuraciones';
+$_['tab_order_status'] = 'Estado del Pedido';
// Error
-$_['error_permission'] = 'Warning: You do not have permission to modify G2APay!';
-$_['error_email'] = 'E-Mail Required!';
-$_['error_secret'] = 'Secret Required!';
-$_['error_api_hash'] = 'API Hash Required!';
-$_['entry_status'] = 'Status';
+$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar G2APay!';
+$_['error_email'] = '¡E-Mail Requerido!';
+$_['error_secret'] = '¡Secret Requerido!';
+$_['error_api_hash'] = '¡API Hash Requerido!';
+$_['entry_status'] = 'Estado';
//Button
-$_['btn_refund'] = 'refund';
+$_['btn_refund'] = 'reembolso';
-$_['g2apay_environment_live'] = 'Live';
-$_['g2apay_environment_test'] = 'Test'; \ No newline at end of file
+$_['g2apay_environment_live'] = 'Vivo';
+$_['g2apay_environment_test'] = 'Prueba';