mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
10 lines
321 B
PHP
10 lines
321 B
PHP
<?php
|
||
|
||
$lang_docleanup = [
|
||
'title' => 'クリーンアップを行う',
|
||
'running' => '清掃中です...お待ちください',
|
||
'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' => '完了',
|
||
];
|