aboutsummaryrefslogtreecommitdiffstats
path: root/public/catalog/language/es-es/account/recurring.php
blob: 4bed8e26066dfcb97be966c7055c4c87af5c638d (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
<?php
// Heading
$_['heading_title']                        = 'Pagos Recurrentes';

// Text
$_['text_account']                         = 'Cuenta';
$_['text_recurring']                       = 'Información de Pago Recurrente';
$_['text_recurring_detail']                = 'Detalles de Pago Recurrentes';
$_['text_order_recurring_id']              = 'Identificación recurrente:';
$_['text_date_added']                      = 'Fecha Agregada:';
$_['text_status']                          = 'Estado:';
$_['text_payment_method']                  = 'Método de Pago:';
$_['text_order_id']                        = 'ID del Pedido:';
$_['text_product']                         = 'Producto:';
$_['text_quantity']                        = 'Monto:';
$_['text_description']                     = 'Descripción';
$_['text_reference']                       = 'Referencia';
$_['text_transaction']                     = 'Transacciones';
$_['text_status_1']                        = 'Activo';
$_['text_status_2']                        = 'Inactivo';
$_['text_status_3']                        = 'Cancelado';
$_['text_status_4']                        = 'Suspendido';
$_['text_status_5']                        = 'Expirado';
$_['text_status_6']                        = 'Pendiente';
$_['text_transaction_date_added']          = 'Creado';
$_['text_transaction_payment']             = 'Pago';
$_['text_transaction_outstanding_payment'] = 'Pago Pendiente';
$_['text_transaction_skipped']             = 'Pago Omitido';
$_['text_transaction_failed']              = 'Pago Fallido';
$_['text_transaction_cancelled']           = 'Cancelado';
$_['text_transaction_suspended']           = 'Suspendido';
$_['text_transaction_suspended_failed']    = 'Suspensión del pago fallido';
$_['text_transaction_outstanding_failed']  = 'Falló el pago pendiente';
$_['text_transaction_expired']             = 'Expirado';
$_['text_empty']                           = 'No se han encontrado pagos recurrentes!';
$_['text_error']                           = 'No se pudo encontrar el orden recurrente que solicitó.';
$_['text_cancelled']                       = 'Se canceló el pago recurrente';

// Column
$_['column_date_added']                    = 'Fecha Agregada';
$_['column_type']                          = 'Tipo';
$_['column_amount']                        = 'Monto';
$_['column_status']                        = 'Estado';
$_['column_product']                       = 'Producto';
$_['column_order_recurring_id']            = 'ID recurrente';

// Error
$_['error_not_cancelled']                  = 'Error: %s';
$_['error_not_found']                      = 'No se pudo cancelar la repetición';

// Button
$_['button_return']                        = 'Regreso';