Files
nexusphp/lang/en/lang_docleanup.php

10 lines
295 B
PHP
Raw Permalink Normal View History

<?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',
];