mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user