blob: 8877a5c2e7be17e0e20464b9ef59e596a0f11f3b (
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
|
<?php
// Heading
$_['heading_title'] = 'PayPoint';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Ha modificado los detalles de la cuenta PayPoint!';
$_['text_edit'] = 'Editar PayPoint';
$_['text_paypoint'] = '<a href="https://www.paypoint.net/partners/opencart" target="_blank"><img src="view/image/payment/paypoint.png" alt="PayPoint" title="PayPoint" style="border: 1px solid #EEEEEE;" /></a>';
$_['text_live'] = 'Producción';
$_['text_successful'] = 'Siempre Exitoso';
$_['text_fail'] = 'Siempre Falla';
// Entry
$_['entry_merchant'] = 'Merchant ID';
$_['entry_password'] = 'Contraseña Remota';
$_['entry_test'] = 'Test Mode';
$_['entry_total'] = 'Total';
$_['entry_order_status'] = 'Estado del Pedido';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Estado';
$_['entry_sort_order'] = 'Orden';
// Help
$_['help_password'] = 'Deje en blanco si no tiene habilitada la "Autenticación de clave implícita" en su cuenta.';
$_['help_total'] = 'El total de la compra que debe alcanzar el pedido antes de que este método de pago se active.';
// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el pago de PayPoint!';
$_['error_merchant'] = '¡Merchant ID Requerido!';
|