shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

laybuy_layout.php (1069B)


      1 <?php
      2 // Heading
      3 $_['heading_title']            = 'Lay-Buy Information';
      4 
      5 // Text
      6 $_['text_reference_info']      = 'Reference Information';
      7 $_['text_laybuy_ref_no']       = 'Lay-Buy Reference ID:';
      8 $_['text_paypal_profile_id']   = 'PayPal Profile ID:';
      9 $_['text_payment_plan']        = 'Payment Plan';
     10 $_['text_status']              = 'Status:';
     11 $_['text_amount']              = 'Amount:';
     12 $_['text_downpayment_percent'] = 'Down Payment Percent:';
     13 $_['text_months']              = 'Months:';
     14 $_['text_downpayment_amount']  = 'Down Payment Amount:';
     15 $_['text_payment_amounts']     = 'Payment Amounts:';
     16 $_['text_first_payment_due']   = 'First Payment Due:';
     17 $_['text_last_payment_due']    = 'Last Payment Due:';
     18 $_['text_downpayment']         = 'Down Payment';
     19 $_['text_month']               = 'Month';
     20 
     21 // Column
     22 $_['column_instalment']        = 'Instalment';
     23 $_['column_amount']            = 'Amount';
     24 $_['column_date']              = 'Date';
     25 $_['column_pp_trans_id']       = 'PayPal Transaction ID';
     26 $_['column_status']            = 'Status';