Files
bobsleighphotos.com/production/language/en/includes/content/cart.inc.php
2017-03-02 20:30:40 -06:00

66 lines
2.5 KiB
PHP

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['cart'] = array(
'basket_weight' => "Total Weight:",
'checkout_btn' => "Checkout &raquo;",
'alternative' => "- or -",
'place_order_title' => "Place Order",
'place_order' => "Place Order Now &raquo;",
'gift_cert' => "Gift Certificate",
'gift_cert_recip_name' => "Recipient Name",
'gift_cert_recip_email' => "Recipient Email",
'gift_cert_recip_message' => "Message",
'gift_cert_delivery' => "Delivery Method",
'delivery_method_e' => "Email",
'delivery_method_m' => "Mail",
'coupon_result_0' => "Discount code has been applied successfully!",
'coupon_result_1' => "Sorry, that code has reached its maximum usage.",
'coupon_result_2' => "Sorry, that code has now expired.",
'coupon_result_3' => "Sorry, that code was not found.",
'coupon_remove' => "(Remove)",
'discount' => "Discount:",
'got_code' => "Got a gift certificate or promotional code?",
'enter_code' => "Enter Code:",
'free_shipping' => "Free Shipping",
'view_cart' => "View Basket",
'cart' => "Basket",
'checkout' => "Checkout",
'payment' => "Payment",
'complete' => "Complete",
'add_more' => "Want to add more items? Enter the Product Code:",
'add' => "Add",
'qty' => "Qty",
'product' => "Product",
'code' => "Code",
'stock' => "Stock",
'price' => "Price",
'line_price' => "Line Price",
'delete' => "Delete",
'remove' => "Remove Item",
'invoice_address' => "Invoice Address",
'delivery_address' => "Delivery Address",
'title' => "Title:",
'first_name' => "First Name:",
'last_name' => "Last Name:",
'company_name' => 'Company:',
'address2' => "Address:",
'town' => "Town:",
'county' => "County/State:",
'postcode' => "Zip/Postcode:",
'country' => "Country:",
'edit_invoice_address' => "Edit Invoice Address",
'edit_delivery_address' => "Edit Delivery Address",
'stock_warn' => "You have ordered more items than we currently have available. Your order may be delayed until our stock levels are updated.",
'amount_capped' => "Sorry but we cannot dispatch orders over our current stock level.<br />The quantity of this item has been capped to",
'na' => "n/a",
'shipping' => "Shipping:",
'tax' => "Tax:",
'subtotal' => "Subtotal:",
'cart_total' => "Basket Total:",
'if_changed_quan' => "(i.e. if quantities have changed or coupon entered)",
'update_cart' => "Apply Changes",
'continue' => "Continue &raquo;",
'cart_empty' => "Your shopping cart is currently empty.",
'custom_warn' => "We regret that gift certificates cannot be purchased using alternative checkouts at this time. If you proceed they will be removed from your basket."
);
?>