shop.balmet.com

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

reset.php (1003B)


      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: veskoto@gmail.com
      8  *      Bitcoin: 1P3Zk93fhKURWT1rXiYxiLGuJ59oETxuTi
      9  */
     10 // header
     11 $_['heading_title']  = 'Променете паролата си';
     12 
     13 // Text
     14 $_['text_account']   = 'Профил';
     15 $_['text_password']  = 'Въведете новата парола, която искате да използвате.';
     16 $_['text_success']   = 'Успешно: Паролата ви е променена успешно.';
     17 
     18 // Entry
     19 $_['entry_password'] = 'Парола';
     20 $_['entry_confirm']  = 'Потвърдете';
     21 
     22 // Error
     23 $_['error_password'] = 'Паролата трябва да е менжду 4 и 20 знака!';
     24 $_['error_confirm']  = 'Двете пароли не съвпадат!';
     25 $_['error_code']     = 'Кода за промяната на паролата е невалиден или е използван преди това!';