setting.php (18825B)
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_stores'] = 'Магазини'; 15 $_['text_success'] = 'Успешно: Редактирахте настройките на магазина!'; 16 $_['text_edit'] = 'Редакция'; 17 $_['text_product'] = 'Продукти'; 18 $_['text_review'] = 'Отзиви'; 19 $_['text_voucher'] = 'Ваучери'; 20 $_['text_tax'] = 'Данъци'; 21 $_['text_account'] = 'Потребители'; 22 $_['text_checkout'] = 'Поръчка'; 23 $_['text_stock'] = 'Наличност'; 24 $_['text_affiliate'] = 'Партньори'; 25 $_['text_captcha'] = 'Антибот'; 26 $_['text_register'] = 'Регистриране'; 27 $_['text_guest'] = 'Поръчка от гости'; 28 $_['text_return'] = 'Връщания'; 29 $_['text_contact'] = 'Контакт'; 30 $_['text_shipping'] = 'Адрес за доставка'; 31 $_['text_payment'] = 'Адрес за плащане'; 32 $_['text_mail'] = 'Имейл'; 33 $_['text_smtp'] = 'SMTP'; 34 $_['text_mail_alert'] = 'Сигнали по имейл'; 35 $_['text_mail_account'] = 'Регистриране'; 36 $_['text_mail_affiliate'] = 'Партньори'; 37 $_['text_mail_order'] = 'Поръчки'; 38 $_['text_mail_review'] = 'Отзиви'; 39 $_['text_general'] = 'Основни'; 40 $_['text_security'] = 'Сигурност'; 41 $_['text_upload'] = 'Качвания'; 42 $_['text_error'] = 'Обработка на грешки'; 43 44 // Entry 45 $_['entry_meta_title'] = 'Мета заглавие на магазина'; 46 $_['entry_meta_description'] = 'Мета описание на магазина'; 47 $_['entry_meta_keyword'] = 'Мета ключови думи на магазина'; 48 $_['entry_layout'] = 'Основен макет'; 49 $_['entry_theme'] = 'Дизайн на магазина'; 50 $_['entry_name'] = 'Име на магазина'; 51 $_['entry_owner'] = 'Собственик на магазина'; 52 $_['entry_address'] = 'Адрес'; 53 $_['entry_geocode'] = 'Координати'; 54 $_['entry_email'] = 'Имейл'; 55 $_['entry_telephone'] = 'Телефон'; 56 $_['entry_fax'] = 'Факс'; 57 $_['entry_image'] = 'Изображение'; 58 $_['entry_open'] = 'Работно време'; 59 $_['entry_comment'] = 'Коментар'; 60 $_['entry_location'] = 'Местоположение'; 61 $_['entry_country'] = 'Държава'; 62 $_['entry_zone'] = 'Област'; 63 $_['entry_language'] = 'Език'; 64 $_['entry_admin_language'] = 'Административен език'; 65 $_['entry_currency'] = 'Валута'; 66 $_['entry_currency_auto'] = 'Автоматична актуализация на валути'; 67 $_['entry_length_class'] = 'Тип дължина'; 68 $_['entry_weight_class'] = 'Тип тегло'; 69 $_['entry_limit_admin'] = 'Артикула на страница (Администрация)'; 70 $_['entry_product_count'] = 'Броене на продуктите в категории'; 71 $_['entry_review'] = 'Позволяване на отзиви'; 72 $_['entry_review_guest'] = 'Позволяване на отзиви от гости'; 73 $_['entry_voucher_min'] = 'Минимум ваучъри'; 74 $_['entry_voucher_max'] = 'Максимум ваучъри'; 75 $_['entry_tax'] = 'Показване на цените с данъци'; 76 $_['entry_tax_default'] = 'Използвайте данъчен адрес на магазина'; 77 $_['entry_tax_customer'] = 'Използвайте данъчен адрес на клиента'; 78 $_['entry_customer_online'] = 'Потребители на линия'; 79 $_['entry_customer_activity'] = 'Активност на потребителите'; 80 $_['entry_customer_search'] = 'Запазване на търсеното от потренителите'; 81 $_['entry_customer_group'] = 'Клиентска група'; 82 $_['entry_customer_group_display'] = 'Клиентски групи'; 83 $_['entry_customer_price'] = 'Показване на цените само за логнати потребители'; 84 $_['entry_login_attempts'] = 'Максимум опита за вход'; 85 $_['entry_account'] = 'Условия за ползване при регистрация'; 86 $_['entry_cart_weight'] = 'Наличност на закупуването'; 87 $_['entry_checkout_guest'] = 'Плащания от гости'; 88 $_['entry_checkout'] = 'Условия за ползване при плащане'; 89 $_['entry_invoice_prefix'] = 'Префикс на фактура'; 90 $_['entry_order_status'] = 'Статус на поръчката'; 91 $_['entry_processing_status'] = 'Статус при обработка на поръчка'; 92 $_['entry_complete_status'] = 'Статус при завършване на поръчка'; 93 $_['entry_fraud_status'] = 'Статус на измамите'; 94 $_['entry_api'] = 'API User'; 95 $_['entry_stock_display'] = 'Покажи наличност'; 96 $_['entry_stock_warning'] = 'Покажи предупреждение за не наличнос'; 97 $_['entry_stock_checkout'] = 'Наличност на закупуването'; 98 $_['entry_affiliate_approval'] = 'Изискват одобрение'; 99 $_['entry_affiliate_auto'] = 'Автоматична комисионна'; 100 $_['entry_affiliate_commission'] = 'Комисионна (%)'; 101 $_['entry_affiliate'] = 'Условия за ползване'; 102 $_['entry_return'] = 'Условия за ползване'; 103 $_['entry_return_status'] = 'Статус по подразбиране'; 104 $_['entry_captcha'] = 'Антибот'; 105 $_['entry_captcha_page'] = 'Антибот в страници'; 106 $_['entry_logo'] = 'Лого на сайта'; 107 $_['entry_icon'] = 'Икона на сайта'; 108 $_['entry_ftp_hostname'] = 'FTP Host'; 109 $_['entry_ftp_port'] = 'FTP Port'; 110 $_['entry_ftp_username'] = 'FTP Username'; 111 $_['entry_ftp_password'] = 'FTP Password'; 112 $_['entry_ftp_root'] = 'FTP Root'; 113 $_['entry_ftp_status'] = 'Позволяване на FTP'; 114 $_['entry_mail_protocol'] = 'Mail протокол'; 115 $_['entry_mail_parameter'] = 'Mail параметри'; 116 $_['entry_mail_smtp_hostname'] = 'SMTP хост'; 117 $_['entry_mail_smtp_username'] = 'SMTP потребител'; 118 $_['entry_mail_smtp_password'] = 'SMTP парола'; 119 $_['entry_mail_smtp_port'] = 'SMTP порт'; 120 $_['entry_mail_smtp_timeout'] = 'SMTP време за изчакване'; 121 $_['entry_mail_alert'] = 'Предупреждения на имейл'; 122 $_['entry_mail_alert_email'] = 'Изпращане на допълнителен имейл'; 123 $_['entry_secure'] = 'Използване на SSL'; 124 $_['entry_shared'] = 'Използване на споделени сесии'; 125 $_['entry_robots'] = 'Роботи на търсачките'; 126 $_['entry_seo_url'] = 'Използване на SEO URL'; 127 $_['entry_file_max_size'] = 'Максимална големина на файлове'; 128 $_['entry_file_ext_allowed'] = 'Позволени файлови разширения'; 129 $_['entry_file_mime_allowed'] = 'Позволени видове MIME файлове'; 130 $_['entry_maintenance'] = 'Режим на поддръжка'; 131 $_['entry_password'] = 'Позволете "Забравена парола"'; 132 $_['entry_encryption'] = 'Ключ за шифроване'; 133 $_['entry_compression'] = 'Изходно ниво за компресиране'; 134 $_['entry_error_display'] = 'Показване на грешки'; 135 $_['entry_error_log'] = 'Лог на грешките'; 136 $_['entry_error_filename'] = 'Име на файл за лог на грешките'; 137 $_['entry_status'] = 'Статус'; 138 139 // Help 140 $_['help_geocode'] = 'Please enter your store location geocode manually.'; 141 $_['help_open'] = 'Fill in your store\'s opening times.'; 142 $_['help_comment'] = 'This field is for any special notes you would like to tell the customer i.e. Store does not accept cheques.'; 143 $_['help_location'] = 'The different store locations you have that you want displayed on the contact us form.'; 144 $_['help_currency'] = 'Change the default currency. Clear your browser cache to see the change and reset your existing cookie.'; 145 $_['help_currency_auto'] = 'Set your store to automatically update currencies daily.'; 146 $_['help_limit_admin'] = 'Determines how many admin items are shown per page (orders, customers, etc).'; 147 $_['help_product_count'] = 'Show the number of products inside the subcategories in the storefront header category menu. Be warned, this will cause an extreme performance hit for stores with a lot of subcategories!'; 148 $_['help_review'] = 'Enable/Disable new review entry and display of existing reviews.'; 149 $_['help_review_guest'] = 'Allow guests to post reviews.'; 150 $_['help_voucher_min'] = 'Minimum amount a customer can purchase a voucher for.'; 151 $_['help_voucher_max'] = 'Maximum amount a customer can purchase a voucher for.'; 152 $_['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.'; 153 $_['help_tax_customer'] = 'Use the customer\'s default address when they login to calculate taxes. You can choose to use the default address for the customer\'s shipping or payment address.'; 154 $_['help_customer_online'] = 'Track customers online via the customer reports section.'; 155 $_['help_customer_activity'] = 'Track customers activity via the customer reports section.'; 156 $_['help_customer_group'] = 'Default customer group.'; 157 $_['help_customer_group_display'] = 'Display customer groups that new customers can select to use such as wholesale and business when signing up.'; 158 $_['help_customer_price'] = 'Only show prices when a customer is logged in.'; 159 $_['help_login_attempts'] = 'Maximum login attempts allowed before the account is locked for 1 hour. Customer and affliate accounts can be unlocked on the customer or affliate admin pages.'; 160 $_['help_account'] = 'Forces people to agree to terms before an account can be created.'; 161 $_['help_invoice_prefix'] = 'Set the invoice prefix (e.g. INV-2011-00). Invoice IDs will start at 1 for each unique prefix.'; 162 $_['help_cart_weight'] = 'Show the cart weight on the cart page.'; 163 $_['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.'; 164 $_['help_checkout'] = 'Forces people to agree to terms before a customer can checkout.'; 165 $_['help_order_status'] = 'Set the default order status when an order is processed.'; 166 $_['help_processing_status'] = 'Set the order status the customer\'s order must reach before the order starts stock subtraction and coupon, voucher and rewards redemption.'; 167 $_['help_complete_status'] = 'Set the order status the customer\'s order must reach before they are allowed to access their downloadable products and gift vouchers.'; 168 $_['help_fraud_status'] = 'Set the order status when a customer is suspected of trying to alter the order payment details or use a coupon, gift voucher or reward points that have already been used.'; 169 $_['help_api'] = 'Default API user the admin should use.'; 170 $_['help_stock_display'] = 'Display stock quantity on the product page.'; 171 $_['help_stock_warning'] = 'Display out of stock message on the shopping cart page if a product is out of stock but stock checkout is yes. (Warning always shows if stock checkout is no)'; 172 $_['help_stock_checkout'] = 'Allow customers to still checkout if the products they are ordering are not in stock.'; 173 $_['help_affiliate_approval'] = 'Automatically approve any new affiliates who sign up.'; 174 $_['help_affiliate_auto'] = 'Automatically add commission when each order reaches the complete status.'; 175 $_['help_affiliate_commission'] = 'The default affiliate commission percentage.'; 176 $_['help_affiliate'] = 'Forces people to agree to terms before an affiliate account can be created.'; 177 $_['help_return'] = 'Forces people to agree to terms before a return can be created.'; 178 $_['help_return_status'] = 'Set the default return status when a return request is submitted.'; 179 $_['help_captcha'] = 'Captcha to use for registration, login, contact and reviews.'; 180 $_['help_icon'] = 'The icon should be a PNG that is 16px x 16px.'; 181 $_['help_ftp_root'] = 'The directory your OpenCart installation is stored in. Normally \'public_html/\'.'; 182 $_['help_mail_protocol'] = 'Only choose \'Mail\' unless your host has disabled the php mail function.'; 183 $_['help_mail_parameter'] = 'When using \'Mail\', additional mail parameters can be added here (e.g. -f email@storeaddress.com).'; 184 $_['help_mail_smtp_hostname'] = 'Add \'tls://\' or \'ssl://\' prefix if security connection is required. (e.g. tls://smtp.gmail.com, ssl://smtp.gmail.com).'; 185 $_['help_mail_smtp_password'] = 'For gmail you might need to setup a application specific password here: https://security.google.com/settings/security/apppasswords.'; 186 $_['help_mail_alert'] = 'Select which features you would like to receive an alert email on when a customer uses them.'; 187 $_['help_mail_alert_email'] = 'Any additional emails you want to receive the alert email, in addition to the main store email. (comma separated).'; 188 $_['help_secure'] = 'To use SSL check with your host if a SSL certificate is installed and add the SSL URL to the catalog and admin config files.'; 189 $_['help_shared'] = 'Try to share the session cookie between stores so the cart can be passed between different domains.'; 190 $_['help_robots'] = 'A list of web crawler user agents that shared sessions will not be used with. Use separate lines for each user agent.'; 191 $_['help_seo_url'] = 'To use SEO URLs, apache module mod-rewrite must be installed and you need to rename the htaccess.txt to .htaccess.'; 192 $_['help_file_max_size'] = 'The maximum image file size you can upload in Image Manager. Enter as byte.'; 193 $_['help_file_ext_allowed'] = 'Add which file extensions are allowed to be uploaded. Use a new line for each value.'; 194 $_['help_file_mime_allowed'] = 'Add which file mime types are allowed to be uploaded. Use a new line for each value.'; 195 $_['help_maintenance'] = 'Prevents customers from browsing your store. They will instead see a maintenance message. If logged in as admin, you will see the store as normal.'; 196 $_['help_password'] = 'Allow forgotten password to be used for the admin. This will be disabled automatically if the system detects a hack attempt.'; 197 $_['help_encryption'] = 'Please provide a secret key that will be used to encrypt private information when processing orders.'; 198 $_['help_compression'] = 'GZIP for more efficient transfer to requesting clients. Compression level must be between 0 - 9.'; 199 200 // Error 201 $_['error_warning'] = 'Внимание: Моля, проверете формата внимателно за грешки!'; 202 $_['error_permission'] = 'Внимание: Нямате права за редакция на settings!'; 203 $_['error_meta_title'] = 'Title трябва да е между 3 и 32 символа!'; 204 $_['error_name'] = 'Store Name трябва да е между 3 и 32 символа!'; 205 $_['error_owner'] = 'Store Owner трябва да е между 3 и 64 символа!'; 206 $_['error_address'] = 'Store Address must be between 10 and 256 characters!'; 207 $_['error_email'] = 'Невалиден имейл адрес!'; 208 $_['error_telephone'] = 'Telephone трябва да е между 3 и 32 символа!'; 209 $_['error_limit'] = 'Limit required!'; 210 $_['error_login_attempts'] = 'Login Attempts must be greater than 0!'; 211 $_['error_customer_group_display'] = 'You must include the default customer group if you are going to use this feature!'; 212 $_['error_voucher_min'] = 'Minimum voucher amount required!'; 213 $_['error_voucher_max'] = 'Maximum voucher amount required!'; 214 $_['error_processing_status'] = 'You must choose at least 1 order process status'; 215 $_['error_complete_status'] = 'You must choose at least 1 order complete status'; 216 $_['error_ftp_hostname'] = 'FTP Host required!'; 217 $_['error_ftp_port'] = 'FTP Port required!'; 218 $_['error_ftp_username'] = 'FTP Username required!'; 219 $_['error_ftp_password'] = 'FTP Password required!'; 220 $_['error_error_filename'] = 'Error Log Filename required!'; 221 $_['error_malformed_filename'] = 'Error Malformed Log Filename!'; 222 $_['error_encryption'] = 'Encryption Key must be between 32 and 1024 characters!';