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' => 'Gjør opprydding',
|
||
'running' => 'opprydding pågår...vennligst vent',
|
||
'force' => 'Hvis du trenger å tvinge en fullstendig rengjøring, klikk<a href="docleanup.php?forceall=1">her</a>',
|
||
'time_consumed' => 'Tid brukt:%f sek',
|
||
'done' => 'Ferdig',
|
||
];
|