mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
10 lines
320 B
PHP
10 lines
320 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
$lang_docleanup = [
|
|||
|
|
'title' => 'Gør Oprydning',
|
|||
|
|
'running' => 'oprydning i gang... vent venligst',
|
|||
|
|
'force' => 'Hvis du har brug for at gennemtvinge en fuldstændig rengøring, klik<a href="docleanup.php?forceall=1">her</a>',
|
|||
|
|
'time_consumed' => 'Tid forbrugt:%f sek',
|
|||
|
|
'done' => 'Udført',
|
|||
|
|
];
|