mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-11 16:25:12 +08:00
17 lines
429 B
PHP
17 lines
429 B
PHP
<?php
|
|
$lang = array (
|
|
'appname'=>'系统工具',
|
|
'systemupgrade'=>'在线升级',
|
|
'xtxx'=>'系统概览',
|
|
'Database management'=>'数据库管理',
|
|
|
|
'overview'=>'概览',
|
|
'MonthyChart'=>'月线',
|
|
'contour'=>'周线',
|
|
'date_line'=>'日线',
|
|
'there_is_no_statistical_data'=>'没有相关的统计数据',
|
|
'user_growth_statistics'=>'用户数据统计',
|
|
'user_total'=>'用户总数',
|
|
'add_users'=>'新增用户',
|
|
);
|
|
?>
|