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' => '完成',
|
|
];
|