Файл: upload-2031-rs1/admin/language/english/common/dashboard.php
Строк: 18
<?php
// Heading
$_['heading_title'] = 'Dashboard';
// Text
$_['text_order_total'] = 'Total Orders';
$_['text_customer_total'] = 'Total Customers';
$_['text_sale_total'] = 'Total Sales';
$_['text_online_total'] = 'People Online';
$_['text_map'] = 'World Map';
$_['text_sale'] = 'Sales Analytics';
$_['text_activity'] = 'Recent Activity';
$_['text_recent'] = 'Latest Orders';
$_['text_order'] = 'Orders';
$_['text_customer'] = 'Customers';
$_['text_day'] = 'Today';
$_['text_week'] = 'Week';
$_['text_month'] = 'Month';
$_['text_year'] = 'Year';
$_['text_view'] = 'View more...';
// Error
$_['error_install'] = 'Warning: Install folder still exists and should be deleted for security reasons!';