mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
10 lines
310 B
PHP
10 lines
310 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
$lang_docleanup = [
|
|||
|
|
'title' => 'Rensa upp',
|
|||
|
|
'running' => 'rensning pågår... vänligen vänta',
|
|||
|
|
'force' => 'Om du behöver tvinga till en komplett rengöring, klicka på<a href="docleanup.php?forceall=1">här</a>',
|
|||
|
|
'time_consumed' => 'Tid konsumerad:%f sek',
|
|||
|
|
'done' => 'Klar',
|
|||
|
|
];
|