mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
14 lines
643 B
PHP
14 lines
643 B
PHP
<?php
|
|
|
|
$lang_fastdelete = array
|
|
(
|
|
'std_delete_failed' => "削除に失敗しました!",
|
|
'std_missing_form_data' => "フォームデータがありません",
|
|
'text_no_permission' => "トレントを削除する権限がありません。モデレータ以上のみが削除できます。 これがあなたのトレントで、削除したい場合は連絡してください。\n",
|
|
'std_delete_torrent' => "トレントを削除",
|
|
'std_delete_torrent_note' => "サニティチェック: トレントを削除しようとしています。クリックしてください。",
|
|
'std_here_if_sure' => " here</a> if you are sure."
|
|
);
|
|
|
|
?>
|