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

14 lines
552 B
PHP

<?php
$lang_fastdelete = array
(
'std_delete_failed' => "Usunięcie nie powiodło się!",
'std_missing_form_data' => "brakujące dane formularza",
'text_no_permission' => "Nie masz uprawnień do usunięcia tego torrenta, tylko moderatorzy lub nowsi mogą to zrobić. Skontaktuj się z jednym jeśli jest to twój torrent i chcesz go usunąć.\n",
'std_delete_torrent' => "Usuń torrent",
'std_delete_torrent_note' => "Sprawdzanie sanitarne: Zamierzasz usunąć torrent. Kliknij",
'std_here_if_sure' => " tutaj</a> jeśli jesteś pewien."
);
?>