mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
10 lines
314 B
PHP
10 lines
314 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
$lang_docleanup = [
|
|||
|
|
'title' => 'Opschonen',
|
|||
|
|
'running' => 'opruimen in uitvoering...gelieve te wachten',
|
|||
|
|
'force' => 'Als je een complete schoonmaak wilt forceren, klik dan<a href="docleanup.php?forceall=1">hier</a>',
|
|||
|
|
'time_consumed' => 'Tijd verbruikt:%f sec',
|
|||
|
|
'done' => 'Voltooid',
|
|||
|
|
];
|