diff options
Diffstat (limited to 'public/catalog/language/en-gb/extension/payment/laybuy.php')
-rw-r--r-- | public/catalog/language/en-gb/extension/payment/laybuy.php | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/extension/payment/laybuy.php b/public/catalog/language/en-gb/extension/payment/laybuy.php new file mode 100644 index 0000000..c918ffa --- /dev/null +++ b/public/catalog/language/en-gb/extension/payment/laybuy.php @@ -0,0 +1,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';
\ No newline at end of file |