Files
2026-05-30 09:27:58 +03:00

26 lines
1.3 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_order_total'] = 'Заказов';
$_['text_customer_total'] = 'Покупателей';
$_['text_sale_total'] = 'Продаж';
$_['text_online_total'] = 'Покупатели онлайн';
$_['text_map'] = 'Карта мира';
$_['text_sale'] = 'Аналитика продаж';
$_['text_activity'] = 'Последняя активность';
$_['text_recent'] = 'Последнии заказы';
$_['text_order'] = 'Заказы';
$_['text_customer'] = 'Покупатели';
$_['text_day'] = 'Сегодня';
$_['text_week'] = 'Неделя';
$_['text_month'] = 'Месяц';
$_['text_year'] = 'Год';
$_['text_view'] = 'Подробнее...';
// Error
$_['error_install'] = 'Установочная папка до сих пор существует! Зайдите на FTP и удалите папку install';