mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-09 15:25:16 +08:00
17 lines
463 B
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 ',
|
|
);
|
|
?>
|