mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
10 lines
402 B
PHP
10 lines
402 B
PHP
<?php
|
||
|
||
$lang_docleanup = array (
|
||
'title' => 'クリーンアップを実行します',
|
||
'running' => '掃除が進行中です、待ってください...',
|
||
'force' => '強制的に徹底的にクリーニングする必要がある場合は、<a href = "docleanup.php?forceall = 1"> here </a>をクリックします。',
|
||
'time_consumed' => '時間:%f秒',
|
||
'done' => '仕上げる',
|
||
);
|