blob: 93fbd12ad44ac294667734348cd2de25a87de48c (
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
|
<?php
// Heading
$_['heading_title'] = 'Por favor elija su plan de pago';
// Text
$_['text_title'] = 'PÓNGALO EN LAY-BUY con tecnología de PayPal';
$_['text_plan_preview'] = 'Vista previa del plan';
$_['text_payment'] = 'Pago';
$_['text_due_date'] = 'Fecha de Vencimiento';
$_['text_amount'] = 'Monto';
$_['text_downpayment'] = 'Pago Inicial';
$_['text_today'] = 'Hoy';
$_['text_delivery_msg'] = 'Sus bienes/servicios serán entregados una vez que se haya recibido su pago final.';
$_['text_fee_msg'] = 'Se paga una tarifa administrativa del 0.9% a Lay-Buys.com.';
$_['text_month'] = 'Mes';
$_['text_months'] = 'Meses';
$_['text_status_1'] = 'Pendiente';
$_['text_status_5'] = 'Completado';
$_['text_status_7'] = 'Cancelado';
$_['text_status_50'] = 'Revisar solicitado';
$_['text_status_51'] = 'Revisado';
$_['text_comment'] = 'Actualizado por Lay-Buy';
// Entry
$_['entry_initial'] = 'Pago Inicial';
$_['entry_months'] = 'Meses';
// Button
$_['button_confirm'] = 'Confirmar Pedido';
|