mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
11 lines
280 B
PHP
11 lines
280 B
PHP
<?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"
|
|
);
|
|
|
|
?>
|