mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
10 lines
295 B
PHP
10 lines
295 B
PHP
<?php
|
||
|
||
$lang_docleanup = [
|
||
'title' => 'Do Clean-up',
|
||
'running' => 'clean-up in progress...please wait',
|
||
'force' => 'If you need to force a complete cleaning, click<a href="docleanup.php?forceall=1">here</a>',
|
||
'time_consumed' => 'Time consumed:%f sec',
|
||
'done' => 'Done',
|
||
];
|