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