Files
nexusphp/lang/pt/lang_takeflush.php
2025-04-22 19:35:05 +07:00

11 lines
267 B
PHP

<?php
$lang_takeflush = array
(
'std_failed' => "Falhou",
'std_success' => "Sucesso",
'std_ghost_torrents_cleaned' => "torrents fantasmas foram limpos com sucesso.",
'std_cannot_flush_others' => "Você só pode limpar seus próprios torrents de fantasmas"
);
?>