<?php
// Heading 
$_['heading_title']                  = 'Checkout';

$_['button_login']                   = 'Login';
$_['button_order']                   = 'Order';
$_['button_save_changes']            = 'Save changes';
$_['button_prev']                    = 'Previous step';
$_['button_next']                    = 'Next step';

// Text
$_['text_cart']                      = 'Shopping cart';
$_['text_checkout_customer']         = 'Customer';
$_['text_checkout_customer_login']   = 'Login';
$_['text_checkout_customer_cancel']  = 'Cancel';
$_['text_checkout_shipping_method']  = 'Delivery Method';
$_['text_checkout_payment_method']   = 'Payment Method';
$_['text_checkout_payment_address']  = 'Billing Details';
$_['text_checkout_shipping_address'] = 'Delivery Details';
$_['text_city']                      = 'Type your city and select it from drop-down-list';
$_['text_shipping_address']          = 'Enter your address to get shipping methods';
$_['text_payment_address']           = 'Enter your address to get payment methods';
$_['text_forgotten']                 = 'Forgotten Password';
$_['text_only']                      = 'Region only: %s';
$_['text_reward']                    = 'Reward Points (%s)';
$_['text_items']                     = '%s item(s) - %s';
$_['text_empty']                     = 'Your shopping cart is empty!';
$_['text_login']                     = 'Attention: You must <a href="%s">login</a> or <a href="%s">create an account</a> to view prices!';
$_['text_agree']                     = 'I have read and agree to the <a class="colorbox fancybox" href="%s" alt="%s"><b>%s</b></a>';
$_['text_agree_shoppica']            = 'I have read and agree to the <a class="s_main_color" rel="prettyPhoto[ajax]" href="%s&iframe=true" alt="%s"><b>%s</b></a>';
$_['text_private']                   = 'Private person';
$_['text_company']                   = 'Company';
$_['text_add_new']                   = 'Add new address';
$_['text_your_company']              = 'Your Company Details';
$_['text_select_address']            = 'Select address';
$_['text_proceed_payment']           = 'Please wait... Proceed payment';
$_['text_checkout_shipping_address'] = 'Delivery Details';
$_['text_payment_form_title']        = 'Payment';
$_['text_account_created']           = 'Your Account Has Been Created! You may pay your order!';
$_['text_need_save_changes']         = 'Need save changes before payment!';
$_['text_saving_changes']            = 'Saving of changes...';
$_['text_you_will_be_registered']    = 'You will be registered!';
$_['text_please_confirm']            = 'An order is not confirmed and could be lost!';

// Column
$_['column_image']                   = 'Image';
$_['column_name']                    = 'Product Name';
$_['column_model']                   = 'Model';
$_['column_quantity']                = 'Quantity';
$_['column_price']                   = 'Unit Price';
$_['column_total']                   = 'Total';

// Entry
$_['entry_email']                    = 'Email:';
$_['entry_password']                 = 'Password:';
$_['entry_password_confirm']         = 'Confirm password:';
$_['entry_register']                 = 'Register on the site:';
$_['entry_coupon']                   = 'Enter your coupon here:';
$_['entry_voucher']                  = 'Enter your gift voucher code here:';
$_['entry_reward']                   = 'Points to use (Max %s):';
$_['entry_newsletter']               = 'Subscribe';
$_['entry_address_same'] 	         = 'My delivery and billing addresses are the same.';
$_['entry_customer_type'] 	         = 'Business type';

// Error
$_['error_login']                    = 'Warning: No match for E-Mail Address and/or Password.';
$_['error_exists']                   = 'Warning: E-Mail Address is already registered!';
$_['error_no_shipping']              = 'Warning: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!!';
$_['error_no_payment']               = 'Warning: No Payment options are available. Please <a href="%s">contact us</a> for assistance!';
$_['error_stock']                    = 'Products marked with *** are not available in the desired quantity or not in stock!';
$_['error_minimum']                  = 'Minimum order amount for %s is %s!';	
$_['error_required']                 = '%s required!';	
$_['error_agree']                    = 'Warning: You must agree to the "%s"!';
$_['error_password']                 = 'Password must be between %s and %s characters!';
$_['entry_password_confirm']         = 'Confirm password';
$_['error_coupon']                   = 'Warning: Coupon is either invalid, expired or reached it\'s usage limit!';
$_['error_voucher']                  = 'Warning: Gift Voucher is either invalid or the balance has been used up!';
$_['error_reward']                   = 'Warning: Please enter the amount of reward points to use!';	
$_['error_points']                   = 'Warning: You don\'t have %s reward points!';
$_['error_maximum']                  = 'Warning: The maximum number of points that can be applied is %s!';
$_['error_shipping']                 = 'Warning: Shipping method required!';
$_['error_no_shipping']              = 'No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';
$_['error_payment']                  = 'Warning: Payment method required!';
$_['error_no_payment']               = 'Warning: No Payment options are available. Please <a href="%s">contact us</a> for assistance!';
$_['error_min_amount']               = 'Warning: The minimum amount for the checkout is %s!';
$_['error_min_quantity']             = 'Warning: The minimum quantity for the checkout is %s!';
$_['error_max_amount']               = 'Warning: The maximum amount for the checkout is %s!';
$_['error_max_quantity']             = 'Warning: The maximum quantity for the checkout is %s!';
$_['error_min_weight']               = 'Warning: The minimum weight for the checkout is %s!';
$_['error_max_weight']               = 'Warning: The maximum weight for the checkout is %s!';
$_['error_filename']                 = 'Filename must be between 3 and 64 characters!';
$_['error_filetype']                 = 'Invalid file type!';
$_['text_summary_comment']           = 'Comment';
$_['text_summary_shipping_address']  = 'Shipping address';
$_['text_summary_payment_address']   = 'Payment address';

?>