shop.balmet.com

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

review.php (1587B)


      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_success']      = 'Успешно: Променихте отзиви!';
     15 $_['text_list']         = 'Списък';
     16 $_['text_add']          = 'Добавяне';
     17 $_['text_edit']         = 'Редакция';
     18 
     19 // Column
     20 $_['column_product']    = 'Продукт';
     21 $_['column_author']     = 'Автор';
     22 $_['column_rating']     = 'Рейтинг';
     23 $_['column_status']     = 'Статус';
     24 $_['column_date_added'] = 'Дата';
     25 $_['column_action']     = 'Действие';
     26 
     27 // Entry
     28 $_['entry_product']     = 'Продукт';
     29 $_['entry_author']      = 'Автор';
     30 $_['entry_rating']      = 'Рейтинг';
     31 $_['entry_status']      = 'Статус';
     32 $_['entry_text']        = 'Текст';
     33 $_['entry_date_added']  = 'Дата';
     34 
     35 // Help
     36 $_['help_product']      = '(Автоматично довършване)';
     37 
     38 // Error
     39 $_['error_permission']  = 'Внимание: Вие нямате права за промяна на отзиви!';
     40 $_['error_product']     = 'Продукта е задължителен!';
     41 $_['error_author']      = 'Автора трябва да е между 3 и 64 символа!';
     42 $_['error_text']        = 'Текста трябва да е най-малко 1 символ!';
     43 $_['error_rating']      = 'Рейтинга е задължителен!';