blob: c918ffae40fc5479d943fb65233137355527eb0e (
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'] = 'Please Choose Your Payment Plan';
// Text
$_['text_title'] = 'PUT IT ON LAY-BUY powered by PayPal';
$_['text_plan_preview'] = 'Plan Preview';
$_['text_payment'] = 'Payment';
$_['text_due_date'] = 'Due Date';
$_['text_amount'] = 'Amount';
$_['text_downpayment'] = 'Down Payment';
$_['text_today'] = 'Today';
$_['text_delivery_msg'] = 'Your goods/services will be delivered once your final payment has been received.';
$_['text_fee_msg'] = 'A 0.9% admin fee is payable to Lay-Buys.com.';
$_['text_month'] = 'Month';
$_['text_months'] = 'Months';
$_['text_status_1'] = 'Pending';
$_['text_status_5'] = 'Completed';
$_['text_status_7'] = 'Canceled';
$_['text_status_50'] = 'Revise Requested';
$_['text_status_51'] = 'Revised';
$_['text_comment'] = 'Updated by Lay-Buy';
// Entry
$_['entry_initial'] = 'Initial Payment';
$_['entry_months'] = 'Months';
// Button
$_['button_confirm'] = 'Confirm Order';
|