mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
595 B
PHP
18 lines
595 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_delete = array
|
||
|
|
(
|
||
|
|
'std_delete_failed' => "Poistaminen epäonnistui!",
|
||
|
|
'std_missing_form_date' => "lomaketiedot puuttuvat",
|
||
|
|
'std_not_owner' => "Et ole omistaja! Miten näin tapahtui?",
|
||
|
|
'std_invalid_reason' => "Virheellinen syy ",
|
||
|
|
'std_describe_violated_rule' => "Kuvailkaa rikkonutta sääntöä.",
|
||
|
|
'std_enter_reason' => "Syötä syy tämän torrentin poistamiseen.",
|
||
|
|
'head_torrent_deleted' => "Torrentti poistettu!",
|
||
|
|
'text_go_back' => "Mene takaisin mistä olet tullut",
|
||
|
|
'text_back_to_index' => "Takaisin indeksiin",
|
||
|
|
'text_torrent_deleted' => "Torrentti poistettu!"
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|