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' => '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',
|
||||
];
|
||||
Reference in New Issue
Block a user