20 lines
843 B
PHP
20 lines
843 B
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_special'] = 'Акции';
|
|
$_['text_account'] = 'Личный кабинет';
|
|
$_['text_edit'] = 'Личная информация';
|
|
$_['text_password'] = 'Пароль';
|
|
$_['text_address'] = 'Мои адреса';
|
|
$_['text_history'] = 'История заказов';
|
|
$_['text_download'] = 'Файлы для скачивания';
|
|
$_['text_cart'] = 'Корзина покупок';
|
|
$_['text_checkout'] = 'Оформление заказа';
|
|
$_['text_search'] = 'Поиск';
|
|
$_['text_information'] = 'Информация';
|
|
$_['text_contact'] = 'Связаться с нами'; |