mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
748 B
PHP
18 lines
748 B
PHP
<?php
|
|
|
|
$lang_delete = array
|
|
(
|
|
'std_delete_failed' => "削除に失敗しました!",
|
|
'std_missing_form_date' => "フォームデータがありません",
|
|
'std_not_owner' => "あなたは所有者ではありません!どうしてそうなったのですか?",
|
|
'std_invalid_reason' => "無効な理由 ",
|
|
'std_describe_violated_rule' => "違反したルールを説明してください。",
|
|
'std_enter_reason' => "トレントを削除する理由を入力してください。",
|
|
'head_torrent_deleted' => "トレントを削除しました!",
|
|
'text_go_back' => "来た場所に戻ってください",
|
|
'text_back_to_index' => "インデックスに戻る",
|
|
'text_torrent_deleted' => "トレントを削除しました!"
|
|
);
|
|
|
|
?>
|