shop.balmet.com

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

sale_shipping.php (1064B)


      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_list']         = 'Списък';
     15 $_['text_year']         = 'Години';
     16 $_['text_month']        = 'Месеца';
     17 $_['text_week']         = 'Седмици';
     18 $_['text_day']          = 'Дни';
     19 $_['text_all_status']   = 'Всички статуси';
     20 
     21 // Column
     22 $_['column_date_start'] = 'Начална дата';
     23 $_['column_date_end']   = 'Крайна дата';
     24 $_['column_title']      = 'Заглавие';
     25 $_['column_orders']     = 'Брой поръчки';
     26 $_['column_total']      = 'Общо';
     27 
     28 // Entry
     29 $_['entry_date_start']  = 'Начална дата';
     30 $_['entry_date_end']    = 'Крайна дата';
     31 $_['entry_group']       = 'Групиране по';
     32 $_['entry_status']      = 'Статус на поръчката';