mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
init
This commit is contained in:
13
lang/cht/lang_fastdelete.php
Normal file
13
lang/cht/lang_fastdelete.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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' => "這裏</a>來確認。"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user