Files
DzzOffice/admin/system/language/en-US/lang.php

17 lines
463 B
PHP

<?php
$lang = array (
'appname'=>'System tools',
'systemupgrade'=>'Online upgrade',
'xtxx'=>'System information',
'Database management'=>'Database management',
'overview' => 'overview',
'MonthyChart' => 'on line',
'contour' => 'weekly',
'date_line' => 'line',
'there_is_no_statistical_data'=>' there_is_no_statistical_data',
'user_growth_statistics'=>' User growth statistics',
'user_total'=>' total users ',
'add_users'=>' New user ',
);
?>