mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-17 01:47:31 +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' => '仕上げる',
|
|||
|
|
);
|