shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

bg-bg.php (4273B)


      1 <?php
      2 /*
      3  * OpenCart 3.0.2.0 Bulgarian translation
      4  * Author: Veselin Totev (veselin.totev@gmail.com)
      5  * Contributor: Radostin Nonkin (madcorp@gmail.com)
      6  * License: Free to use
      7  */
      8 
      9 // Locale
     10 $_['code']                  = 'bg';
     11 $_['direction']             = 'ltr';
     12 $_['date_format_short']     = 'd/m/Y';
     13 $_['date_format_long']      = 'l dS F Y';
     14 $_['time_format']           = 'h:i:s A';
     15 $_['datetime_format']       = 'd/m/Y H:i:s';
     16 $_['decimal_point']         = '.';
     17 $_['thousand_point']        = ',';
     18 
     19 // Datepicker
     20 $_['datepicker']                    = 'bg';
     21 
     22 // Text
     23 $_['text_home']             = '<i class="fa fa-home"></i>';
     24 $_['text_yes']              = 'Да';
     25 $_['text_no']               = 'Не';
     26 $_['text_none']             = ' --- Нищо --- ';
     27 $_['text_select']           = ' --- Моля изберете --- ';
     28 $_['text_all_zones']        = 'Всички зони';
     29 $_['text_pagination']       = 'Показани %d от %d | %d (%d Страници)';
     30 $_['text_loading']          = 'Зареждане...';
     31 $_['text_no_results']       = 'Няма резултати!';
     32 
     33 // Buttons
     34 $_['button_address_add']    = 'Добави адрес';
     35 $_['button_back']           = 'Назад';
     36 $_['button_continue']       = 'Продължи';
     37 $_['button_cart']           = 'Купи';
     38 $_['button_cancel']         = 'Откажи';
     39 $_['button_compare']        = 'Добави за сравняване';
     40 $_['button_wishlist']       = 'Добави в желани';
     41 $_['button_checkout']       = 'Плащане';
     42 $_['button_confirm']        = 'Потвърди';
     43 $_['button_coupon']         = 'Използвай купона';
     44 $_['button_delete']         = 'Изтрий';
     45 $_['button_download']       = 'Изтегли';
     46 $_['button_edit']           = 'Редактирай';
     47 $_['button_filter']         = 'Подробно търсене';
     48 $_['button_new_address']    = 'Нов адрес';
     49 $_['button_change_address'] = 'Промени адреса';
     50 $_['button_reviews']        = 'Отзиви';
     51 $_['button_write']          = 'Напишете отзив';
     52 $_['button_login']          = 'Вход';
     53 $_['button_update']         = 'Обнови';
     54 $_['button_remove']         = 'Премахни';
     55 $_['button_reorder']        = 'Пренареди';
     56 $_['button_return']         = 'Върни';
     57 $_['button_shopping']       = 'Продължете с покупките';
     58 $_['button_search']         = 'Търси';
     59 $_['button_shipping']       = 'Приложи транспорт';
     60 $_['button_submit']         = 'Подайте';
     61 $_['button_guest']          = 'Плащане без регистрация';
     62 $_['button_view']           = 'Виж';
     63 $_['button_voucher']        = 'Използвай ваучера';
     64 $_['button_upload']         = 'Прикачи файл';
     65 $_['button_reward']         = 'Използвай наградни точки';
     66 $_['button_quote']          = 'Запитване';
     67 $_['button_list']           = 'Списък';
     68 $_['button_grid']           = 'Решетка';
     69 $_['button_map']            = 'Виж Google карта';
     70 
     71 // Error
     72 $_['error_exception']       = 'Грешен код(%s): %s в %s на линия %s';
     73 $_['error_upload_1']        = 'Внимание: Файлът надвишава разрешеният размер upload_max_filesize , указан с директивата php.ini!';
     74 $_['error_upload_2']        = 'Внимание: Файлът надвишава разрешеният размер MAX_FILE_SIZE , указан с директивата за HTML формата!';
     75 $_['error_upload_3']        = 'Внимание: Изпращаният файл се записа само частично!';
     76 $_['error_upload_4']        = 'Внимание: Файлът не бе записан!';
     77 $_['error_upload_6']        = 'Внимание: Липсва папка за временно съхранение!';
     78 $_['error_upload_7']        = 'Внимание: Записът на диска бе неуспешен!';
     79 $_['error_upload_8']        = 'Внимание: Изпращането бе спряно заради разширението!';
     80 $_['error_upload_999']      = 'Внимание: Неразпозната грешка!';
     81 $_['error_curl']            = 'CURL: Грешка(%s): %s';