mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
10 lines
278 B
PHP
10 lines
278 B
PHP
<?php
|
|
|
|
$lang_docleanup = [
|
|
'title' => '执行清理',
|
|
'running' => '清理进行中,请稍候...',
|
|
'force' => '如需要强制彻底清理,点击<a href="docleanup.php?forceall=1">这里</a>',
|
|
'time_consumed' => '耗时:%f 秒',
|
|
'done' => '完成',
|
|
];
|