##############################################################
## MOD Title: Prune User Posts
## MOD Author: R45 < phpbb at rasadam dot com > (Adam Alkins) http://www.rasadam.com
## MOD Description: This is an admin module for your Administration Panel. It is a very
## Advanced version of the pruning tool available in phpBB. You can prune
## forums based on users (all or individuals), groups, IPs (ranges, specific,
## banned), Guests and more.
## MOD Version: 1.2.0
##
## Installation Level: (Easy)
## Installation Time: 2 Minutes
\n## Files To Edit: none!
## Included Files: admin_prune_user_posts.php, admin_prune_user_posts.tpl, lang_prune_user_posts.php
## LICENCE, INSTALL.txt
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## All you need to do is upload the appropriate files into their directories
## and it will show up in the Administration Panel under the User Admin Section.
##
##############################################################
## MOD History:
##
## 2003-10-20 - Version 1.2.0
## - Adjusted layout of Options in the Template
## for easier reading
##
## 2003-10-4 - Version 1.2.0 RC 1
## - Initial Release (All code was rewritten)
##
## ??? - Version 1.0.0 (Aborted)
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
<?php
/*******************************************************************
Name : Prune User Posts [English Language]
Copyright : 2003, Adam Alkins
Website : http://www.rasadam.com
email : phpbb at rasadam dot com
$Id: lang_prune_user_posts.php,v 1.4 2003/10/05 01:10:18 rasadam Exp $:
###############################################################################
正體中文化 -by- 心靈捕手 http://220.134.232.37
###############################################################################
*******************************************************************/
/*******************************************************************
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the
Free Software Foundation Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
*******************************************************************/
$lang['Prune_user_posts'] = '刪除會員的文章';
$lang['Prune_explain'] = '你可以使用這些工具來刪除特定使用者在所有版面的文章.';
$lang['Forums_to_prune'] = '指定版面';
$lang['Forums_to_prune_explain'] = '選取要刪除的文章發表在哪個版面? 你能選取多個版面. (刪除較大的版面時, 需要注意到: 同一時段, 你應該只一次刪除兩個版面的文章.)';
$lang['Users_to_prune'] = '指定會員';
$lang['Username_explain'] = '刪除某一個會員的文章';
$lang['All_users_explain'] = '刪除所有會員的文章';
$lang['Banned_users'] = '禁止會員';
$lang['Banned_users_explain'] = '刪除所有被禁止會員所發表的文章';
$lang['Group'] = '群組';
$lang['Group_explain'] = '刪除某一個群組的文章';
$lang['IP_explain'] = 'IP 位址有三種表示方法: 1.(xxx.xxx.xxx.xxx), 萬用字元(xxx.xxx.xxx.*), 或範圍(xxx.xxx.xxx.xxx-yyy.yyy.yyy.yyy).';
$lang['Banned_IPs'] = '禁止的 IP 位址';
$lang['Banned_IPs_explain'] = '刪除所有來自禁止的 IP 位址所發表的文章';
$lang['Guest_posters'] = '訪客的文章';
$lang['Guest_posters_explain'] = '刪除所有訪客(未註冊者)的文章';
$lang['Date_criteria'] = '日期標準';
$lang['Before'] = '之前';
$lang['On'] = '在';
$lang['After'] = '之後';
$lang['the_last'] = '最後';
$lang['Seconds'] = '秒';
$lang['Minutes'] = '分';
$lang['By_time_explain'] = '依照時間的設定刪除文章. 注意只有完整的數字才是被允許的. (假如你需要的時間只是半天, 那麼請輸入 12 小時.)';
$lang['ddmmyyyy'] = '(dd/mm/yyyy)';
$lang['Date_explain'] = '依照日期的設定刪除文章. 注意: 年代的有效範圍為 1970 - 2038.';
$lang['to'] = '到';
$lang['Range_explain'] = '依照日期的範圍內刪除文章.';
$lang['All_posts_explain'] = '不管時間的設定, 刪除所有的文章.';
$lang['Pruning_options'] = '刪除設定';
$lang['Prune_remove_topics'] = '刪除會員所發表的主題?';
$lang['Prune_remove_topics_explain'] = '是否刪除該會員所有發表以及回覆的文章?';
$lang['Exempt_stickies'] = '置頂的文章除外?';
$lang['Exempt_stickies_explain'] = '不要刪除置頂的文章.';
$lang['Exempt_announcements'] = '公告的文章除外?';
$lang['Exempt_announcements_explain'] = '不要刪除公告的文章.';
$lang['Exempt_open'] = '公開的文章除外?';
$lang['Exempt_open_explain'] = '不要刪除公開的文章. (也就是說: 只刪除被鎖定的文章.)';
$lang['Exempt_polls'] = '票選的文章除外?';
$lang['Exempt_polls_explain'] = '不要刪除含有票選活動的文章.';
$lang['Adjust_post_counts'] = '調整文章的數字?';
$lang['Adjust_post_counts_explain'] = '對應被刪除的文章, 更新會員文章的數字.';
$lang['Update_search'] = '更新搜尋的資料表?';
$lang['Update_search_explain'] = '是否從搜尋的資料表中移除文章? 假如你選擇否, 那麼你應該手動去更新搜尋資料表.';
$lang['Prune_invalid_mode'] = '不能刪除 - 無效的模式';
$lang['Prune_invalid_IP'] = '無效的 IP 位址';
$lang['Prune_invalid_date'] = '無效的日期';
$lang['Prune_invalid_range'] = '無效的 IP 範圍';
$lang['No_banned_IPs'] = '沒有被禁止的 IP 位址';
$lang['No_forums_selected'] = '不能開始刪除 - 沒有被選取的版面';
$lang['Prune_no_posts'] = '不能開始刪除 - 沒有被發現的文章';
$lang['Prune_finished'] = '刪除已經成功完成<br /><br />回到<a href="%s">刪除會員的文章</a><br /><br />回到<a href="%s">控制台首頁</a>';
?>