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

18 lines
608 B
PHP

<?php
$lang_delete = array
(
'std_delete_failed' => "Usunięcie nie powiodło się!",
'std_missing_form_date' => "brakujące dane formularza",
'std_not_owner' => "Nie jesteś właścicielem! Jak to się stało?",
'std_invalid_reason' => "Niepoprawny powód ",
'std_describe_violated_rule' => "Proszę opisać naruszoną zasadę.",
'std_enter_reason' => "Wprowadź powód usunięcia tego torrenta.",
'head_torrent_deleted' => "Torrent usunięty!",
'text_go_back' => "Wróć do kogo przyszedłeś",
'text_back_to_index' => "Powrót do indeksu",
'text_torrent_deleted' => "Torrent usunięty!"
);
?>