mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
add lang fi + fr
This commit is contained in:
11
lang/fr/lang_takeflush.php
Normal file
11
lang/fr/lang_takeflush.php
Normal file
@@ -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