shop.balmet.com

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

activity.php (3115B)


      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_extension']               = 'Модули';
     15 $_['text_success']                 = 'Успешно: Вие променихте последна активност!';
     16 $_['text_edit']                    = 'Редакция';
     17 $_['text_customer_address_add']    = '<a href="customer_id=%d">%s</a> добави нов адрес.';
     18 $_['text_customer_address_edit']   = '<a href="customer_id=%d">%s</a> актуализира адрес.';
     19 $_['text_customer_address_delete'] = '<a href="customer_id=%d">%s</a> премахна един от адресите си.';
     20 $_['text_customer_edit']           = '<a href="customer_id=%d">%s</a> актуализира данните за профила си.';
     21 $_['text_customer_forgotten']      = '<a href="customer_id=%d">%s</a> е поискал(а) нова парола.';
     22 $_['text_customer_reset']          = '<a href="customer_id=%d">%s</a> reset their account password.';
     23 $_['text_customer_login']          = '<a href="customer_id=%d">%s</a> влезе.';
     24 $_['text_customer_password']       = '<a href="customer_id=%d">%s</a> актуализира парола си.';
     25 $_['text_customer_register']       = '<a href="customer_id=%d">%s</a> регистрира на нов акаунт.';
     26 $_['text_customer_return_account'] = '<a href="customer_id=%d">%s</a> добави продукт <a href="return_id=%d">за въщане</a>.';
     27 $_['text_customer_return_guest']   = '%s добави <a href="return_id=%d">връщане на продукт</a>.';
     28 $_['text_customer_order_account']  = '<a href="customer_id=%d">%s</a> добави <a href="order_id=%d">нова поръчка</a>.';
     29 $_['text_customer_order_guest']    = '%s създаде <a href="order_id=%d">нова поръчка</a>.';
     30 $_['text_affiliate_edit']          = '<a href="affiliate_id=%d">%s</a> актуализира данните за профила си.';
     31 $_['text_affiliate_forgotten']     = '<a href="affiliate_id=%d">%s</a> е поискал(а) нова парола.';
     32 $_['text_affiliate_login']         = '<a href="affiliate_id=%d">%s</a> влезе.';
     33 $_['text_affiliate_password']      = '<a href="affiliate_id=%d">%s</a> актуализира парола си.';
     34 $_['text_affiliate_payment']       = '<a href="affiliate_id=%d">%s</a> актуализира данни за плащане.';
     35 $_['text_affiliate_register']      = '<a href="affiliate_id=%d">%s</a> регистрира на нов акаунт.';
     36 
     37 // Entry
     38 $_['entry_status']                 = 'Статус';
     39 $_['entry_sort_order']             = 'Подредба';
     40 $_['entry_width']                  = 'Ширина';
     41 
     42 // Error
     43 $_['error_permission']             = 'Внимание: Вие нямате права за промяна на последна активност!';