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