shop.balmet.com

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

google_base.php (1470B)


      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 //TODO
     11 // Heading
     12 $_['heading_title']          = 'Google Base';
     13 
     14 // Text
     15 $_['text_extension']         = 'Модули';
     16 $_['text_success']           = 'Успешно: Променихте Google Base feed!';
     17 $_['text_edit']              = 'Редакция Google Base';
     18 $_['text_import']            = 'To download the latest Google category list by <a href="https://support.google.com/merchants/answer/160081?hl=en" target="_blank" class="alert-link">clicking here</a> and choose taxonomy with numeric IDs in Plain Text (.txt) file. Upload via the green import button.';
     19 
     20 // Column
     21 $_['column_google_category'] = 'Google Category';
     22 $_['column_category']        = 'Категория';
     23 $_['column_action']          = 'Действие';
     24 
     25 // Entry
     26 $_['entry_google_category'] = 'Google категория';
     27 $_['entry_category']        = 'Категория';
     28 $_['entry_data_feed']       = 'Data Feed Url';
     29 $_['entry_status']          = 'Статус';
     30 
     31 // Error
     32 $_['error_permission']      = 'Внимание: Нямате права за редакция на Google Base feed!';
     33 $_['error_upload']          = 'Файлът не може да бъде качен!';
     34 $_['error_filetype']        = 'Невалиден тип файл!';