관리-도구
편집 파일: admin.php
<?php $lan = array( 'listofadministrators' => 'List of Administrators', 'Add a new Administrator' => 'Add a new Administrator', 'No Access' => 'No Access', 'Changes saved' => 'Changes saved', 'Error adding new admin' => 'Error adding new admin', 'strAccessExplain' => '<hr/> <p>Set permissions to view pages in the system:</p> <ul> <li>All: admin has access to page without restrictions</li> <li>View: admin can view content of pages, but not change anything. This currently only works for the "user", "users" and "members" pages.</li> <li>None: admin cannot see this page</li> <li>Owner: admin can see this page, but only see the content of the lists they own</li> </ul> <p>Note: Admin Password must be at least 4 characters long</p> ', 'Edit Administrator' => 'Edit Administrator', 'Admin Details' => 'Admin Details', 'ID' => 'ID', 'Login Name' => 'Login Name', 'Normalised loginname' => 'Normalised loginname', 'Email' => 'Email', 'Time Created' => 'Time Created', 'Time modified' => 'Time modified', 'Modified by' => 'Modified by', 'Last time password was changed' => 'Last time password was changed', 'Is this user Super Admin?' => 'Is this user Super Admin?', 'Is this account disabled?' => 'Is this account disabled?', 'Save Changes' => 'Save Changes', 'Current set of permissions made default' => 'Current set of permissions made default', 'Done' => 'Done', 'OK' => 'OK', 'Deleting' => 'Deleting', 'Login Name (max 25 chars)' => 'Login Name (max 25 chars)', 'Access Details' => 'Access Details', 'Access Privileges' => 'Access Privileges', 'Type' => 'Type', 'Page' => 'Page', 'Set these permissions as default' => 'Set these permissions as default', 'Reset to Default' => 'Reset to Default', 'none' => 'none', 'all' => 'all', 'view' => 'view', 'owner' => 'owner', ); ?>