mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-20 05:07:28 +08:00
add lang fi + fr
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$lang_takeflush = array
|
||||
(
|
||||
'std_failed' => "Echoué",
|
||||
'std_success' => "Succès",
|
||||
'std_ghost_torrents_cleaned' => "les torrents fantômes ont été nettoyés avec succès.",
|
||||
'std_cannot_flush_others' => "Vous ne pouvez nettoyer que vos propres torrents fantômes"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user