account.php 1.2 KB
<?php
/**
 * @package    Русский язык для OpenCart 3.x
 * @file       catalog/language/ru-ru/extension/module/account.php
 * @author     Hkr32
 * @copyright  © OCN, (https://opencart.name)
 * @license    https://opensource.org/licenses/GPL-3.0
 * @link       https://forum.opencart.name
 */

// Heading
$_['heading_title']    = 'Личный кабинет';

// Text
$_['text_register']    = 'Регистрация';
$_['text_login']       = 'Авторизация';
$_['text_logout']      = 'Выход';
$_['text_forgotten']   = 'Восстановить пароль';
$_['text_account']     = 'Личный кабинет';
$_['text_edit']        = 'Изменить профиль';
$_['text_password']    = 'Пароль';
$_['text_address']     = 'Список адресов';
$_['text_wishlist']    = 'Закладки';
$_['text_order']       = 'История покупок';
$_['text_download']    = 'Загрузки';
$_['text_reward']      = 'Бонусные баллы';
$_['text_return']      = 'Возвраты';
$_['text_transaction'] = 'Транзакции';
$_['text_newsletter']  = 'Новостная рассылка';
$_['text_recurring']   = 'Регулярные платежи';