laybuy.php (975B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Please Choose Your Payment Plan'; 4 5 // Text 6 $_['text_title'] = 'PUT IT ON LAY-BUY powered by PayPal'; 7 $_['text_plan_preview'] = 'Plan Preview'; 8 $_['text_payment'] = 'Payment'; 9 $_['text_due_date'] = 'Due Date'; 10 $_['text_amount'] = 'Amount'; 11 $_['text_downpayment'] = 'Down Payment'; 12 $_['text_today'] = 'Today'; 13 $_['text_delivery_msg'] = 'Your goods/services will be delivered once your final payment has been received.'; 14 $_['text_fee_msg'] = 'A 0.9% admin fee is payable to Lay-Buys.com.'; 15 $_['text_month'] = 'Month'; 16 $_['text_months'] = 'Months'; 17 $_['text_status_1'] = 'Pending'; 18 $_['text_status_5'] = 'Completed'; 19 $_['text_status_7'] = 'Canceled'; 20 $_['text_status_50'] = 'Revise Requested'; 21 $_['text_status_51'] = 'Revised'; 22 $_['text_comment'] = 'Updated by Lay-Buy'; 23 24 // Entry 25 $_['entry_initial'] = 'Initial Payment'; 26 $_['entry_months'] = 'Months'; 27 28 // Button 29 $_['button_confirm'] = 'Confirm Order';