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

11 lines
261 B
PHP

<?php
$lang_takeflush = array
(
'std_failed' => "Eșuat",
'std_success' => "Succes",
'std_ghost_torrents_cleaned' => "torentele fantomă au fost curățate cu succes.",
'std_cannot_flush_others' => "Poți doar să cureți propriile torente fantomă"
);
?>