mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
14 lines
531 B
PHP
14 lines
531 B
PHP
<?php
|
|
|
|
$lang_fastdelete = array
|
|
(
|
|
'std_delete_failed' => "Poistaminen epäonnistui!",
|
|
'std_missing_form_data' => "lomaketiedot puuttuvat",
|
|
'text_no_permission' => "Sinulla ei ole lupaa poistaa tätä torrenttia, vain moderaattorit tai yläpuolella voi tehdä sen. Ota yhteyttä, jos tämä on sinun torrenttisi ja haluat poistaa sen.\n",
|
|
'std_delete_torrent' => "Poista torrentti",
|
|
'std_delete_torrent_note' => "Sanity check: Olet poistamassa torrentin. Napsauta",
|
|
'std_here_if_sure' => " tässä</a> jos olet varma."
|
|
);
|
|
|
|
?>
|