shop.balmet.com

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

sale_coupon.php (680B)


      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 
     16 // Column
     17 $_['column_name']      = 'Име';
     18 $_['column_code']      = 'Код';
     19 $_['column_orders']    = 'Поръчки';
     20 $_['column_total']     = 'Общо';
     21 $_['column_action']    = 'Действие';
     22 
     23 // Entry
     24 $_['entry_date_start']      = 'Начална дата';
     25 $_['entry_date_end']        = 'Крайна дата';