shop.balmet.com

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

product_purchased.php (913B)


      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_all_status']   = 'Всички статуси';
     16 
     17 // Column
     18 $_['column_date_start'] = 'Начална дата';
     19 $_['column_date_end']   = 'Крайна дата';
     20 $_['column_name']       = 'Име на продукта';
     21 $_['column_model']      = 'Модел';
     22 $_['column_quantity']   = 'Количество';
     23 $_['column_total']      = 'Общо';
     24 
     25 // Entry
     26 $_['entry_date_start']  = 'Начална дата';
     27 $_['entry_date_end']    = 'Крайна дата';
     28 $_['entry_status']      = 'Статус на поръчката';