代碼: 選擇全部
$lang['User_prune_this_user'] = "Delete user %s"; // ALT/TITLE text for memberlist delete button
代碼: 選擇全部
$lang['User_prune_this_user'] = "Delete User %s"; // ALT/TITLE text for memberlist delete button
$lang['Confirm_delete_users'] = "Are you really sure that you want to irrevocably delete %s users?";
$lang['User_prune_none_explain'] = "No users have been deleted.";
$lang['User_prune_deleted_explain'] = "These %d users have been deleted: ";
$lang['Click_return_user_prune'] = "Click %sHere%s to return to Prune Users Administration";
$lang['Click_return_caller'] = "Click %sHere%s to return";
$lang['User_prune'] = "Prune users";
$lang['User_prune_explain'] = "From this page you can prune users who are no longer active. You can choose between five pruning schemes: One will delete old users who have never posted, one will delete old users who have never logged in, and the other will delete users who have never activated their account.<p/><p>Furthermore, there are two functions to delete users that are - in principle - active. These allow pruning users that haven't posted or haven't logged in for some time.</p><p><b>Note:</b> Existing posts of deleted users are <i>not</i> affected. Existing posts of a deleted user will keep their author's name but will be shown as posted by a 'Guest'.</p><p><b>Warning! All users will be irrevocably deleted.</b> Even if you would re-register a user with the same name, a connection to his previous posts could not be made!</p>";
$lang['User_prune_list'] = "Users who will be deleted";
$lang['User_prune_scheme'] = "Type of Inactivity/Pruning Scheme";
$lang['User_prune_action'] = array();
$lang['User_prune_action_explain'] = array();
// More entries go here if needed. Entries #0 and #1 are 'hard coded'
$lang['User_prune_action'][0] = "Prune single user (user_name)";
$lang['User_prune_action_explain'][0] = "Delete single user by username: admin/admin_user_prune?mode=delete&type=user_name&user={username}";
$lang['User_prune_action'][1] = "Prune single user (user_id)";
$lang['User_prune_action_explain'][1] = "Delete single user by user id: admin/admin_user_prune?mode=delete&type=user_id&user={user id}";
$lang['User_prune_action'][2] = "Prune Non-Activated Users";
$lang['User_prune_action_explain'][2] = "Users that have registered but never activated their account, <b>excluding</b> new users from the past %d days.";
$lang['User_prune_action'][3] = "Prune Inactive Users";
$lang['User_prune_action_explain'][3] = "Users that have never logged in, <b>excluding</b> new users from the past %d days.";
$lang['User_prune_action'][4] = "Prune Non-Posters";
$lang['User_prune_action_explain'][4] = "Users that have never posted, <b>excluding</b> new users from the past %d days.";
$lang['User_prune_action'][5] = "Prune Non-Posters (Active Users)";
$lang['User_prune_action_explain'][5] = "Users that are 'active' but <b>haven't posted during the last %d days.</b>";
$lang['User_prune_action'][6] = "Prune long-time Non-Visitors";
$lang['User_prune_action_explain'][6] = "Users that are 'active' but <b>haven't been logged in during the last %d days</b>";