first commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?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';
|
||||
Reference in New Issue
Block a user