24 lines
1023 B
PHP
24 lines
1023 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_success'] = 'Настройки успешно изменены!';
|
|
$_['text_list'] = 'Список расширений';
|
|
$_['text_type'] = 'Выберите тип расширения';
|
|
$_['text_filter'] = 'Фильтр';
|
|
$_['text_analytics'] = 'Аналитикс';
|
|
$_['text_captcha'] = 'Капча';
|
|
$_['text_dashboard'] = 'Панель состояния';
|
|
$_['text_feed'] = 'Каналы продвижения';
|
|
$_['text_fraud'] = 'Анти Фрод';
|
|
$_['text_module'] = 'Модули';
|
|
$_['text_content'] = 'Модули Контента';
|
|
$_['text_menu'] = 'Модули Меню';
|
|
$_['text_payment'] = 'Оплата';
|
|
$_['text_shipping'] = 'Доставка';
|
|
$_['text_theme'] = 'Шаблоны';
|
|
$_['text_total'] = 'Учитывать в заказе'; |