mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-04-04 22:33:37 +08:00
9 lines
223 B
PHP
9 lines
223 B
PHP
<?php
|
|
$lang = array (
|
|
'appname' => '文件管理',
|
|
'rotation'=>'旋转',
|
|
'checkednum'=>'<span>已选择<span class="ex-number"></span>项',
|
|
'file_position'=>'文件位置',
|
|
'in_recycle'=>'在回收站',
|
|
);
|
|
?>
|