mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
592 B
PHP
18 lines
592 B
PHP
<?php
|
|
|
|
$lang_delete = array
|
|
(
|
|
'std_delete_failed' => "Odstranění selhalo!",
|
|
'std_missing_form_date' => "chybějící údaje formuláře",
|
|
'std_not_owner' => "Nejste vlastník! Jak se to stalo?",
|
|
'std_invalid_reason' => "Neplatný důvod ",
|
|
'std_describe_violated_rule' => "Popište prosím porušené pravidlo.",
|
|
'std_enter_reason' => "Zadejte důvod pro odstranění tohoto torrentu.",
|
|
'head_torrent_deleted' => "Torrent smazán!",
|
|
'text_go_back' => "Vrať se na to, co jsi přišel",
|
|
'text_back_to_index' => "Zpět na index",
|
|
'text_torrent_deleted' => "Torrent smazán!"
|
|
);
|
|
|
|
?>
|