Files
nexusphp/lang/ja/lang_docleanup.php

10 lines
321 B
PHP
Raw Normal View History

2025-04-19 02:06:51 +07:00
<?php
2025-05-05 21:27:48 +07:00
$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' => '完了',
];