theme_default.php (4120B)
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_theme'] = 'Дизайн'; 15 $_['text_extension'] = 'Дизайн'; 16 $_['text_success'] = 'Успешно: Променихте дизайна на магазина!'; 17 $_['text_edit'] = 'Редакция'; 18 $_['text_general'] = 'Основни'; 19 $_['text_product'] = 'Продукти'; 20 $_['text_image'] = 'Изображения'; 21 22 // Entry 23 $_['entry_directory'] = 'Папка на дизайна'; 24 $_['entry_status'] = 'Статус'; 25 $_['entry_product_limit'] = 'Артикули на страница по подразбиране'; 26 $_['entry_product_description_length'] = 'Лимит на описанието на продукта в списък'; 27 $_['entry_image_category'] = 'Размери на изображение за категория (Ш x В)'; 28 $_['entry_image_thumb'] = 'азмери на изображение за продукт (Ш x В)'; 29 $_['entry_image_popup'] = 'азмери на изображение за продукт (попъп) (Ш x В)'; 30 $_['entry_image_product'] = 'Размери на изображение за продукт (списък) (Ш x В)'; 31 $_['entry_image_additional'] = 'Размери на допълнителните изображения за продукт (Ш x В)'; 32 $_['entry_image_related'] = 'Размери на изображение за свързани продукти (Ш x В)'; 33 $_['entry_image_compare'] = 'Размери на изображение за продукт за сраваняване (Ш x В)'; 34 $_['entry_image_wishlist'] = 'Размери на изображение за желани продукти (Ш x В)'; 35 $_['entry_image_cart'] = 'Размери на изображение за количка (Ш x В)'; 36 $_['entry_image_location'] = 'азмери на изображение за лого на сайта (Ш x В)'; 37 $_['entry_width'] = 'Ширина'; 38 $_['entry_height'] = 'Височина'; 39 40 // Help 41 $_['help_directory'] = 'This field is only to enable older themes to be compatible with the new theme system. You can set the theme directory to use on the image size settings defined here.'; 42 $_['help_product_limit'] = 'Determines how many catalog items are shown per page (products, categories, etc)'; 43 $_['help_product_description_length'] = 'In the list view, short description character limit (categories, special etc)'; 44 45 // Error 46 $_['error_permission'] = 'Warning: You do not have permission to modify the default store theme!'; 47 $_['error_limit'] = 'Product Limit required!'; 48 $_['error_image_thumb'] = 'Product Image Thumb Size dimensions required!'; 49 $_['error_image_popup'] = 'Product Image Popup Size dimensions required!'; 50 $_['error_image_product'] = 'Product List Size dimensions required!'; 51 $_['error_image_category'] = 'Category List Size dimensions required!'; 52 $_['error_image_additional'] = 'Additional Product Image Size dimensions required!'; 53 $_['error_image_related'] = 'Related Product Image Size dimensions required!'; 54 $_['error_image_compare'] = 'Compare Image Size dimensions required!'; 55 $_['error_image_wishlist'] = 'Wish List Image Size dimensions required!'; 56 $_['error_image_cart'] = 'Cart Image Size dimensions required!'; 57 $_['error_image_location'] = 'Store Image Size dimensions required!';