store.php (8106B)
1 <?php 2 /* 3 * OpenCart 2.3.0.2 Bulgarian translation 4 * Author: Veselin Totev (veselin.totev@gmail.com) 5 * License: Free to use 6 * Donate: 7 * PayPal: veselin.totev@gmail.com 8 * Bitcoin: 1P3Zk93fhKURWT1rXiYxiLGuJ59oETxuTi 9 */ 10 // Heading 11 $_['heading_title'] = 'Магазини'; 12 13 // Text 14 $_['text_settings'] = 'Настройки'; 15 $_['text_success'] = 'Успешно: Променихте магазини!'; 16 $_['text_list'] = 'Списък'; 17 $_['text_add'] = 'Добавяне'; 18 $_['text_edit'] = 'Редакция'; 19 $_['text_items'] = 'Артикули'; 20 $_['text_tax'] = 'Данъци'; 21 $_['text_account'] = 'Профили'; 22 $_['text_checkout'] = 'Плащания'; 23 $_['text_stock'] = 'Наличности'; 24 $_['text_shipping'] = 'Адрес за доставка'; 25 $_['text_payment'] = 'Адрес за плащане'; 26 27 // Column 28 $_['column_name'] = 'Име на магазина'; 29 $_['column_url'] = 'URL на магазина'; 30 $_['column_action'] = 'Действие'; 31 32 // Entry 33 $_['entry_url'] = 'URL на магазина'; 34 $_['entry_ssl'] = 'SSL URL'; 35 $_['entry_meta_title'] = 'Мета заглавие на магазина'; 36 $_['entry_meta_description'] = 'Мета описание на магазина'; 37 $_['entry_meta_keyword'] = 'Мета ключови думи на магазина'; 38 $_['entry_layout'] = 'Основен макет'; 39 $_['entry_theme'] = 'Дизайн'; 40 $_['entry_name'] = 'Име на магазина'; 41 $_['entry_owner'] = 'Собственик на магазина'; 42 $_['entry_address'] = 'Адрес'; 43 $_['entry_geocode'] = 'Координати'; 44 $_['entry_email'] = 'Имейл'; 45 $_['entry_telephone'] = 'Телефон'; 46 $_['entry_fax'] = 'Факс'; 47 $_['entry_image'] = 'Изображение'; 48 $_['entry_open'] = 'Работно време'; 49 $_['entry_comment'] = 'Коментар'; 50 $_['entry_location'] = 'Местоположение на магазина'; 51 $_['entry_country'] = 'Държава'; 52 $_['entry_zone'] = 'Област'; 53 $_['entry_language'] = 'Език'; 54 $_['entry_currency'] = 'Валута'; 55 $_['entry_tax'] = 'Показване на цените с данъци'; 56 $_['entry_tax_default'] = 'Използвайте данъчен адрес на магазина'; 57 $_['entry_tax_customer'] = 'Използвайте данъчен адрес на клиента'; 58 $_['entry_customer_group'] = 'Клиентска група'; 59 $_['entry_customer_group_display'] = 'Клиентски групи'; 60 $_['entry_customer_price'] = 'Показване на цените само за логнати потребители'; 61 $_['entry_account'] = 'Условия за позлване'; 62 $_['entry_cart_weight'] = 'Показване на теглото в страницата на количката'; 63 $_['entry_checkout_guest'] = 'Плащания от гости'; 64 $_['entry_checkout'] = 'Условия за ползване'; 65 $_['entry_order_status'] = 'Статус на поръчката'; 66 $_['entry_stock_display'] = 'Покажи наличност'; 67 $_['entry_stock_checkout'] = 'Наличност на закупуването'; 68 $_['entry_logo'] = 'Лого на сайта'; 69 $_['entry_icon'] = 'Икона на сайта'; 70 $_['entry_secure'] = 'Изпозлвай SSL'; 71 72 // Help 73 $_['help_url'] = 'Include the full URL to your store. Make sure to add \'/\' at the end. Example: http://www.yourdomain.com/path/<br /><br />Don\'t use directories to create a new store. You should always point another domain or sub domain to your hosting.'; 74 $_['help_ssl'] = 'SSL URL to your store. Make sure to add \'/\' at the end. Example: http://www.yourdomain.com/path/<br /><br />Don\'t use directories to create a new store. You should always point another domain or sub domain to your hosting.'; 75 $_['help_geocode'] = 'Please enter your store location geocode manually.'; 76 $_['help_open'] = 'Fill in your stores opening times.'; 77 $_['help_comment'] = 'This field is for any special notes you would like to tell the customer i.e. Store does not accept cheques.'; 78 $_['help_location'] = 'The different store locations you have that you want displayed on the contact us form.'; 79 $_['help_currency'] = 'Change the default currency. Clear your browser cache to see the change and reset your existing cookie.'; 80 $_['help_tax_default'] = 'Use the store address to calculate taxes if customer is not logged in. You can choose to use the store address for the customer\'s shipping or payment address.'; 81 $_['help_tax_customer'] = 'Use the customers default address when they login to calculate taxes. You can choose to use the default address for the customer\'s shipping or payment address.'; 82 $_['help_customer_group'] = 'Default customer group.'; 83 $_['help_customer_group_display'] = 'Display customer groups that new customers can select to use such as wholesale and business when signing up.'; 84 $_['help_customer_price'] = 'Only show prices when a customer is logged in.'; 85 $_['help_account'] = 'Forces people to agree to terms before an account can be created.'; 86 $_['help_checkout_guest'] = 'Allow customers to checkout without creating an account. This will not be available when a downloadable product is in the shopping cart.'; 87 $_['help_checkout'] = 'Forces people to agree to terms before an a customer can checkout.'; 88 $_['help_order_status'] = 'Set the default order status when an order is processed.'; 89 $_['help_stock_display'] = 'Display stock quantity on the product page.'; 90 $_['help_stock_checkout'] = 'Allow customers to still checkout if the products they are ordering are not in stock.'; 91 $_['help_icon'] = 'The icon should be a PNG that is 16px x 16px.'; 92 $_['help_secure'] = 'To use SSL check with your host if a SSL certificate is installed.'; 93 94 // Error 95 $_['error_warning'] = 'Warning: Please check the form carefully for errors!'; 96 $_['error_permission'] = 'Warning: You do not have permission to modify stores!'; 97 $_['error_url'] = 'Store URL required!'; 98 $_['error_meta_title'] = 'Title must be between 3 and 32 characters!'; 99 $_['error_name'] = 'Store Name must be between 3 and 32 characters!'; 100 $_['error_owner'] = 'Store Owner must be between 3 and 64 characters!'; 101 $_['error_address'] = 'Store Address must be between 10 and 256 characters!'; 102 $_['error_email'] = 'E-Mail Address does not appear to be valid!'; 103 $_['error_telephone'] = 'Telephone must be between 3 and 32 characters!'; 104 $_['error_customer_group_display'] = 'You must include the default customer group if you are going to use this feature!'; 105 $_['error_default'] = 'Warning: You can not delete your default store!'; 106 $_['error_store'] = 'Warning: This Store cannot be deleted as it is currently assigned to %s orders!';