98 lines
3.4 KiB
PHP
98 lines
3.4 KiB
PHP
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['gateway'] = array(
|
|
'express_checkout_pay' => "Take Payment of %s from my PayPal account now.",
|
|
'payment_summary' => "A payment of <strong>%s</strong> is due for order number <strong>%s</strong>.",
|
|
'confirm_payment' => "Complete Payment",
|
|
'cart_empty' => "Your shopping cart is currently empty.",
|
|
'payment' => "Payment",
|
|
'cart' => "Basket",
|
|
'checkout' => "Checkout",
|
|
'payment' => "Payment",
|
|
'complete' => "Complete",
|
|
'fill_out_below' => "Please fill out the form below:",
|
|
'transferring' => "Transferring to payment…",
|
|
'go_now' => "Go Now!",
|
|
'continue' => "Make Payment »",
|
|
'choose_method' => "Please choose your preferred payment method from those listed below. Please note that your order may not be completed until payment has cleared.",
|
|
'your_comments' => "Delivery notes or comments:",
|
|
'none_configured' => "Sorry no payment methods have been configured.",
|
|
'issue_date' => "Issue Date:",
|
|
'issue_number' => "Issue Number:",
|
|
'card_declined' => "Unfortunately your card has been declined.",
|
|
'card_error' => "An error occured.",
|
|
'amount_due' => "Amount Due: %s",
|
|
'cc_info_title' => "Credit Card Information",
|
|
'first_name' => "First Name:",
|
|
'last_name' => "Last Name:",
|
|
'card_number' => "Card Number:",
|
|
'expires' => "Expires:",
|
|
'mmyy' => "(mm/yy)",
|
|
'mmyyyy' => "(mm/yyyy)",
|
|
'start_date' => "Start Date:",
|
|
'security_code' => "Security Code (CVV):",
|
|
'customer_info' => "Customer Information",
|
|
'email' => "E-Mail:",
|
|
'address' => "Address:",
|
|
'city' => "City:",
|
|
'state' => "State:",
|
|
'zipcode' => "Zip/Post Code:",
|
|
'country' => "Country:",
|
|
'counry' => "County:",
|
|
'optional' => "(Optional)",
|
|
'house_number' => "House/Flat Number:",
|
|
'invoiceTo' => "Invoice to",
|
|
'deliverTo' => "Deliver to",
|
|
'postalOrderFor' => "Postal Order for",
|
|
'orderOf' => "Order of",
|
|
'orderID' => "Order ID:",
|
|
'product' => "Product",
|
|
'code' => "Code",
|
|
'qty' => "Qty",
|
|
'price' => "Price",
|
|
'shippingMethod' => "Shipping Method:",
|
|
'subtotal' => "Subtotal:",
|
|
'discount' => "Discount:",
|
|
'totalTax' => "Total Tax:",
|
|
'totalShipping' => "Total Shipping:",
|
|
'grandTotal' => "Grand Total:",
|
|
'payByCheck' => "Pay by check",
|
|
'return_to_store' => "Return to Store",
|
|
'payTo' => "Please make cheques payable to",
|
|
'payByCard' => "Pay by Card",
|
|
'cardType' => "Card Type:",
|
|
'cardNo' => "Card No:",
|
|
'3-4DigiId' => "3-4 Digit ID:",
|
|
'expiryDate' => "Expiry Date:",
|
|
'issueDate' => "Issue Date:",
|
|
'issueNo' => "Issue Number:",
|
|
'signature' => "Signature:",
|
|
'payByTransfer' => "Pay by Bank Transfer",
|
|
'bankName' => "Bank Name:",
|
|
'accountName' => "Account Name:",
|
|
'sortCode' => "Sort Code:",
|
|
'accountNo' => "Account Number:",
|
|
'swiftCode' => "Swift Code:",
|
|
'bankAddress' => "Bank Address:",
|
|
'thanks' => "Thank you for shopping with us!",
|
|
'postalAddress' => "Postal address:",
|
|
'lang_cc_info_title' => "Credit Card Information",
|
|
'lang_first_name' => "First Name:",
|
|
'lang_last_name' => "Last Name:",
|
|
'lang_cart_type' => "Card Type:",
|
|
'lang_card_number' => "Card Number:",
|
|
'lang_start_date' => "Start Date (where applicable):",
|
|
'lang_expires' => "Expire date:",
|
|
'lang_issue_num' => "Issue Number(where applicable):",
|
|
'lang_validation_code' => "Security Code:",
|
|
'lang_customer_info' => "Customer Information",
|
|
'lang_email' => "E-Mail:",
|
|
'lang_address' => "Address:",
|
|
'lang_city' => "City:",
|
|
'lang_state' => "State:",
|
|
'lang_zipcode' => "Zip/Post Code:",
|
|
'lang_phone' => "Phone Number:",
|
|
'lang_country' => "Country:",
|
|
'card_type' => "Card Type:"
|
|
);
|
|
?>
|