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

11 lines
273 B
PHP

<?php
$lang_takeflush = array
(
'std_failed' => "Niepowodzenie",
'std_success' => "Sukces",
'std_ghost_torrents_cleaned' => "torrenty duchowe zostały pomyślnie wyczyszczone.",
'std_cannot_flush_others' => "Możesz wyczyścić tylko własne torrenty z duchami"
);
?>