mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-04 06:30:53 +08:00
10 lines
314 B
PHP
10 lines
314 B
PHP
<?php
|
||
|
||
$lang_docleanup = [
|
||
'title' => 'Nettoyer',
|
||
'running' => 'nettoyage en cours...veuillez patienter',
|
||
'force' => 'Si vous avez besoin de forcer un nettoyage complet, cliquez sur<a href="docleanup.php?forceall=1">ici</a>',
|
||
'time_consumed' => 'Temps consommé:%f sec',
|
||
'done' => 'Fait',
|
||
];
|