aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/payment/eway.php
blob: 38dc1fd4e7a8717962418ab9ee16a29dc39156a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?php
// Heading
$_['heading_title']             = 'Pago eWAY';

// Text
$_['text_extension']            = 'Extensiones';
$_['text_success']              = 'Éxito: ¡Has modificado tus detalles de eWAY!';
$_['text_edit']                 = 'Editar eWAY';
$_['text_eway']                 = '<a target="_blank" href="http://www.eway.com.au/"><img src="view/image/payment/eway.png" alt="eWAY" title="eWAY" style="border: 1px solid #EEEEEE;"/></a>';
$_['text_authorisation']        = 'Autorización';
$_['text_sale']                 = 'Venta';
$_['text_transparent']          = 'Redirección transparente (formulario de pago en el sitio)';
$_['text_iframe']               = 'IFrame (formulario de pago en ventana)';

// Entry
$_['entry_paymode']             = 'Modo de pago';
$_['entry_test']                = 'Modo de prueba';
$_['entry_order_status']        = 'Estado del Pedido';
$_['entry_order_status_refund'] = 'Estado del pedido reembolsado';
$_['entry_order_status_auth']   = 'Estado de pedido autorizado';
$_['entry_order_status_fraud']  = 'Estado sospechoso de pedido de fraude';
$_['entry_status']              = 'Estado';
$_['entry_username']            = 'eWAY API Key';
$_['entry_password']            = 'Contraseña eWAY';
$_['entry_payment_type']        = 'Tipo de pago';
$_['entry_geo_zone']            = 'Geo Zone';
$_['entry_sort_order']          = 'Ordenar Pedido';
$_['entry_transaction_method']  = 'Método de transacción';

// Error
$_['error_permission']          = 'Advertencia: no tiene permiso para modificar el módulo de pago eWAY';
$_['error_username']            = '¡eWAY API Key es requerida!';
$_['error_password']            = '¡eWAY password es requerida!';
$_['error_payment_type']        = '¡Se requiere al menos un tipo de pago!';

// Help hints
$_['help_testmode']             = 'Configure Sí para usar el Sandbox de eWAY.';
$_['help_username']             = 'Su llave de API eWAY de su cuenta MYeWAY.';
$_['help_password']             = 'Su contraseña de API eWAY de su cuenta MYeWAY.';
$_['help_transaction_method']   = 'La autorización solo está disponible para Bancos Australianos';

// Order page - payment tab
$_['text_payment_info']         = 'Información del pago';
$_['text_order_total']          = 'Total autorizado';
$_['text_transactions']         = 'Transacciones';
$_['text_column_transactionid'] = 'ID de Transacción eWAY';
$_['text_column_amount']        = 'Monto';
$_['text_column_type']          = 'Tipo';
$_['text_column_created']       = 'Creado';
$_['text_total_captured']       = 'Total capturado';
$_['text_capture_status']       = 'Pago capturado';
$_['text_void_status']          = 'Pago anulado';
$_['text_refund_status']        = 'Pago reembolsado';
$_['text_total_refunded']       = 'Total reembolsado';
$_['text_refund_success']       = '¡Reembolso exitoso!';
$_['text_capture_success']      = '¡Captura exitosa!';
$_['text_refund_failed']        = 'Reembolso fallido: ';
$_['text_capture_failed']       = 'Captura fallida: ';
$_['text_unknown_failure']      = 'Pedido o importe no válido';

$_['text_confirm_capture']      = '¿Seguro que quieres capturar el pago?';
$_['text_confirm_release']      = '¿Seguro que quieres liberar el pago?';
$_['text_confirm_refund']       = '¿Estás seguro de que deseas reembolsar el pago?';

$_['text_empty_refund']         = 'Por favor ingrese un monto para reembolsar';
$_['text_empty_capture']        = 'Por favor ingrese una cantidad para capturar';

$_['btn_refund']                = 'Reembolso';
$_['btn_capture']               = 'Capturar';

// Validation Error codes
$_['text_card_message_V6000']	= 'Error de validación indefinido';
$_['text_card_message_V6001']   = 'IP de cliente no válida';
$_['text_card_message_V6002']   = 'ID de dispositivo no válido';
$_['text_card_message_V6011']   = 'Monto invalido';
$_['text_card_message_V6012']   = 'Descripción de factura no válida';
$_['text_card_message_V6013']   = 'Número de factura inválido';
$_['text_card_message_V6014']   = 'Referencia de factura no válida';
$_['text_card_message_V6015']   = 'Código de Moneda Inválido';
$_['text_card_message_V6016']   = 'Pago Requerido';
$_['text_card_message_V6017']   = 'Código de Moneda de Pago Requerido';
$_['text_card_message_V6018']   = 'Código de Koneda de Pago desconocido';
$_['text_card_message_V6021']   = 'Nombre del Titular de la Tarjeta Requerido';
$_['text_card_message_V6022']   = 'Número de Tarjeta Requerido';
$_['text_card_message_V6023']   = 'CVN Required';
$_['text_card_message_V6031']   = 'Invalid Card Number';
$_['text_card_message_V6032']   = 'Invalid CVN';
$_['text_card_message_V6033']   = 'Invalid Expiry Date';
$_['text_card_message_V6034']   = 'Invalid Issue Number';
$_['text_card_message_V6035']   = 'Invalid Start Date';
$_['text_card_message_V6036']   = 'Invalid Month';
$_['text_card_message_V6037']   = 'Invalid Year';
$_['text_card_message_V6040']   = 'Invalid Token Customer Id';
$_['text_card_message_V6041']   = 'Customer Required';
$_['text_card_message_V6042']   = 'Customer First Name Required';
$_['text_card_message_V6043']   = 'Customer Last Name Required';
$_['text_card_message_V6044']   = 'Customer Country Code Required';
$_['text_card_message_V6045']   = 'Customer Title Required';
$_['text_card_message_V6046']   = 'Token Customer ID Required';
$_['text_card_message_V6047']   = 'RedirectURL Required';
$_['text_card_message_V6051']   = 'Invalid First Name';
$_['text_card_message_V6052']   = 'Invalid Last Name';
$_['text_card_message_V6053']   = 'Invalid Country Code';
$_['text_card_message_V6054']   = 'Invalid Email';
$_['text_card_message_V6055']   = 'Invalid Phone';
$_['text_card_message_V6056']   = 'Invalid Mobile';
$_['text_card_message_V6057']   = 'Invalid Fax';
$_['text_card_message_V6058']   = 'Invalid Title';
$_['text_card_message_V6059']   = 'Redirect URL Invalid';
$_['text_card_message_V6060']   = 'Redirect URL Invalid';
$_['text_card_message_V6061']   = 'Invalid Reference';
$_['text_card_message_V6062']   = 'Invalid Company Name';
$_['text_card_message_V6063']   = 'Invalid Job Description';
$_['text_card_message_V6064']   = 'Invalid Street1';
$_['text_card_message_V6065']   = 'Invalid Street2';
$_['text_card_message_V6066']   = 'Invalid City';
$_['text_card_message_V6067']   = 'Invalid State';
$_['text_card_message_V6068']   = 'Invalid Postalcode';
$_['text_card_message_V6069']   = 'Invalid Email';
$_['text_card_message_V6070']   = 'Invalid Phone';
$_['text_card_message_V6071']   = 'Invalid Mobile';
$_['text_card_message_V6072']   = 'Invalid Comments';
$_['text_card_message_V6073']   = 'Invalid Fax';
$_['text_card_message_V6074']   = 'Invalid Url';
$_['text_card_message_V6075']   = 'Invalid Shipping Address First Name';
$_['text_card_message_V6076']   = 'Invalid Shipping Address Last Name';
$_['text_card_message_V6077']   = 'Invalid Shipping Address Street1';
$_['text_card_message_V6078']   = 'Invalid Shipping Address Street2';
$_['text_card_message_V6079']   = 'Invalid Shipping Address City';
$_['text_card_message_V6080']   = 'Invalid Shipping Address State';
$_['text_card_message_V6081']   = 'Invalid Shipping Address PostalCode';
$_['text_card_message_V6082']   = 'Invalid Shipping Address Email';
$_['text_card_message_V6083']   = 'Invalid Shipping Address Phone';
$_['text_card_message_V6084']   = 'Invalid Shipping Address Country';
$_['text_card_message_V6091']   = 'Unknown Country Code';
$_['text_card_message_V6100']   = 'Invalid Card Name';
$_['text_card_message_V6101']   = 'Invalid Card Expiry Month';
$_['text_card_message_V6102']   = 'Invalid Card Expiry Year';
$_['text_card_message_V6103']   = 'Invalid Card Start Month';
$_['text_card_message_V6104']   = 'Invalid Card Start Year';
$_['text_card_message_V6105']   = 'Invalid Card Issue Number';
$_['text_card_message_V6106']   = 'Invalid Card CVN';
$_['text_card_message_V6107']   = 'Invalid AccessCode';
$_['text_card_message_V6108']   = 'Invalid CustomerHostAddress';
$_['text_card_message_V6109']   = 'Invalid UserAgent';
$_['text_card_message_V6110']   = 'Invalid Card Number';
$_['text_card_message_V6111']   = 'Unauthorised API Access, Account Not PCI Certified';
$_['text_card_message_V6112']   = 'Redundant card details other than expiry year and month';
$_['text_card_message_V6113']   = 'Invalid transaction for refund';
$_['text_card_message_V6114']   = 'Gateway validation error';
$_['text_card_message_V6115']   = 'Invalid DirectRefundRequest, Transaction ID';
$_['text_card_message_V6116']   = 'Invalid card data on original TransactionID';
$_['text_card_message_V6124']   = 'Invalid Line Items. The line items have been provided however the totals do not match the TotalAmount field';
$_['text_card_message_V6125']   = 'Selected Payment Type not enabled';
$_['text_card_message_V6126']   = 'Invalid encrypted card number, decryption failed';
$_['text_card_message_V6127']   = 'Invalid encrypted cvn, decryption failed';
$_['text_card_message_V6128']   = 'Invalid Method for Payment Type';
$_['text_card_message_V6129']   = 'Transaction has not been authorised for Capture/Cancellation';
$_['text_card_message_V6130']   = 'Generic customer information error';
$_['text_card_message_V6131']   = 'Generic shipping information error';
$_['text_card_message_V6132']   = 'Transaction has already been completed or voided, operation not permitted';
$_['text_card_message_V6133']   = 'Checkout not available for Payment Type';
$_['text_card_message_V6134']   = 'Invalid Auth Transaction ID for Capture/Void';
$_['text_card_message_V6135']   = 'PayPal Error Processing Refund';
$_['text_card_message_V6140']   = 'Merchant account is suspended';
$_['text_card_message_V6141']   = 'Invalid PayPal account details or API signature';
$_['text_card_message_V6142']   = 'Authorise not available for Bank/Branch';
$_['text_card_message_V6150']   = 'Invalid Refund Amount';
$_['text_card_message_V6151']   = 'Refund amount greater than original transaction';
$_['text_card_message_D4406']   = 'Unknown error';
$_['text_card_message_S5010']   = 'Unknown error';