<?php
// Heading 
$_['heading_title']                  = 'Вашата поръчка';

$_['button_login']                   = 'Вход';
$_['button_order']                   = 'Поръчай';
$_['button_save_changes']            = 'Save changes';
$_['button_prev']                    = 'Previous step';
$_['button_next']                    = 'Next step';

// Text
$_['text_cart']                      = 'Shopping cart';
$_['text_checkout_customer']         = 'Данни на клиента';
$_['text_checkout_customer_login']   = 'Вход към вашият профил';
$_['text_checkout_customer_cancel']  = 'Отказ';
$_['text_checkout_shipping_method']  = 'Видове доставки';
$_['text_checkout_payment_method']   = 'Начин на плащане';
$_['text_city']                      = 'Type your city and select it from drop-down-list';
$_['text_shipping_address']          = 'Enter your address to get a shipping methods';
$_['text_payment_address']           = 'Enter your address to get a payment methods';
$_['text_forgotten']                 = 'Забравена парола';
$_['text_only']                      = 'Region only: %s';
$_['text_reward']                    = 'Бонус точки (%s)';
$_['text_items']                     = '%s продукт(и) - %s';
$_['text_empty']                     = 'Вашата количка е празна!';
$_['text_login']                     = 'Attention: You must <a href="%s">login</a> or <a href="%s">create an account</a> to view prices!';
$_['text_agree']                     = 'Прочетох Общи условия на сайта и съм съгласен/а да ги спазвам <a class="colorbox fancybox" href="%s" alt="%s"><b>%s</b></a>';
$_['text_agree_shoppica']            = 'Прочетох Общи условия на сайта и съм съгласен/а да ги спазвам <a class="s_main_color" rel="prettyPhoto[ajax]" href="%s&iframe=true" alt="%s"><b>%s</b></a>';
$_['text_private']                   = 'Частно лице';
$_['text_company']                   = 'Фирма';
$_['text_add_new']                   = 'Добавете нов адрес';
$_['text_your_company']              = 'Данни на фирмата';
$_['text_select_address']            = 'Изберете адрес за доставката';
$_['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']                   = 'Картинка';
$_['column_name']                    = 'Продукт';
$_['column_model']                   = 'Модел';
$_['column_quantity']                = 'Количество';
$_['column_price']                   = 'Цена на брой';
$_['column_total']                   = 'Всичко';

// Entry
$_['entry_email']                    = 'E-mail:';
$_['entry_password']                 = 'Парола:';
$_['entry_password_confirm']         = 'Потвърдете паролата:';
$_['entry_register']                 = 'Register on the site:';
$_['entry_coupon']                   = 'Въвеждане на код за отстъпка:';
$_['entry_voucher']                  = 'Въвеждане на подаръчен ваучер:';
$_['entry_reward']                   = 'Бонус точки (Max %s):';
$_['entry_newsletter']               = 'Абонамент';
$_['entry_address_same'] 	         = 'My delivery and billing addresses are the same.';
$_['entry_customer_type'] 	         = 'Business type';

// Entry
$_['main_email']                    = 'E-mail:';
$_['main_password']                 = 'Парола:';
$_['main_password_confirm']         = 'Потвърдете паролата:';
$_['main_register']                 = 'Регистрация:';

// 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']                 = 'внимание, не сте избрали вид доставка!';
$_['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!';

$_['entry_email_confirm']            = 'Confirm email';
$_['error_email_confirm']            = 'Email and confirmation are not equal!';
$_['text_show_selector']             = 'Change my location';

$_['text_summary_comment']           = 'Comment';
$_['text_summary_shipping_address']  = 'Shipping address';
$_['text_summary_payment_address']   = 'Payment address';

?>