mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-04 06:30:53 +08:00
18 lines
608 B
PHP
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!"
|
|
);
|
|
|
|
?>
|