mirror of
https://gh.wpcy.net/https://github.com/netcccyun/easypanel.git
synced 2026-04-23 03:52:25 +08:00
8 lines
No EOL
277 B
PHP
8 lines
No EOL
277 B
PHP
<?php
|
|
function get_lang()
|
|
{
|
|
return array('myinfo' => '我的信息', 'account_manage' => '账号管理', 'change_passwd' => '修改密码', 'product_id' => '产品ID', 'TOMCAT_PASSWD' => 'tomcat密码', 'ZEND' => 'zend', 'ON' => '开', 'OFF' => '关', '' => '');
|
|
}
|
|
|
|
|
|
?>
|