25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
|
// * @source See SOURCE.txt for source and other copyright.
|
|
// * @license GNU General Public License version 3; see LICENSE.txt
|
|
|
|
// 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'] = 'E-Mail рассылка';
|
|
$_['text_recurring'] = 'Регулярные платежи';
|