Files
DzzOffice/admin/system/language/zh-cn/lang.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'=>'新增用户',
);
?>