2018-09-04 12:03:12 +08:00

9 lines
223 B
PHP

<?php
$lang = array (
'appname' => '文件管理',
'rotation'=>'旋转',
'checkednum'=>'<span>已选择<span class="ex-number"></span>项',
'file_position'=>'文件位置',
'in_recycle'=>'在回收站',
);
?>