<?PHP // $Id$
// admin.php - created with Moodle 1.6 development (2005053000)
-/*
+
// begin {added with admin cleanup}
-$string['userinterface'] = 'User Interface';
+$string['accounts'] = 'Accounts';
+$string['appearance'] = 'Appearance';
+$string['server'] = 'Server';
+$string['users'] = 'Users';
+$string['security'] = 'Security';
$string['userlist'] = 'Browse list of users';
-$string['serverinterface'] = 'Server Interface';
-$string['authenticationandsecurity'] = 'Authentication & Security';
-$string['maintenanceandauditing'] = 'Maintenance & Auditing';
$string['courses'] = 'Courses';
+$string['location'] = 'Location';
+$string['coursemgmt'] = 'Add/edit courses';
+$string['debugging'] = 'Debugging';
+$string['plugins'] = 'Modules';
+$string['mustenablestats'] = 'Stats have not yet been enabled on this site.';
+$string['courseoverview'] = 'Course overview';
+$string['log'] = 'Logs';
+$string['simpletest'] = 'Unit tests';
+$string['stats'] = 'Statistics';
+$string['mymoodle'] = 'My Moodle';
-$string['languageandlocation'] = 'Language & Location';
$string['htmleditor'] = 'HTML Editor';
$string['misc'] = 'Miscellaneous';
$string['filtersettings'] = 'Filter Settings';
$string['userpolicies'] = 'User Policies';
$string['antivirus'] = 'Anti-Virus';
$string['authentication'] = 'Authentication';
-$string['performanceandstats'] = 'Performance & Stats';
$string['backups'] = 'Backups';
$string['courserequests'] = 'Course Requests';
$string['themeselector'] = 'Theme Selector';
-*/
$string['nonewsettings'] = 'No new settings were added during this upgrade.';
$string['upgradesettings'] = 'New Settings';
$string['upgradesettingsintro'] = 'The settings shown below were added during your last Moodle upgrade. Make any changes necessary to the defaults and then click "Save Settings" at the bottom of this page.';
// end {added with admin cleanup}
-
$string['adminseesallevents'] = 'Administrators see all events';
$string['adminseesownevents'] = 'Administrators are just like other users';
$string['allowrenames'] = 'Allow renames';
$string['invaliduserchangeme'] = 'Username "changeme" is reserved -- you cannot create an account with it.';
$string['lang16notify'] = 'Moodle 1.6 and above allows you to install and update language packs directly from download.moodle.org by following the link below';
$string['langedit'] = 'Language editing';
-$string['langimport'] = 'Language import utility';
+$string['langpacks'] = 'Language packs';
$string['langimportsuccess'] = 'Language pack successfully upgraded';
$string['langpackremoved'] = 'Language pack was uninstalled';
$string['langpackupdated'] = 'Language pack $a was successfully installed';
$string['stickyblocks'] = 'Sticky blocks';
$string['stickyblocksduplicatenotice'] = 'If any block you add here is already present in a particular page, it will result in a duplicate.<br />Only the pinned block will be non-editable, the duplicate will still be editable.';
$string['stickyblockspagetype'] = 'Page type to configure';
-$string['stickyblocksmymoodle'] = 'My moodle';
$string['stickyblockscourseview'] = 'Course page';
$string['releasenoteslink'] = 'For information about this version of Moodle, please see the online <a target=\"_new\" href=\"$a\">Release Notes</a>';
$string['renameerrors'] = 'Errors in renames';
$string['courseinfo'] = 'Course info';
$string['coursemessage'] = 'Message course users';
$string['coursenotaccessible'] = 'This course does not allow public access';
-$string['courseoverview'] = 'Course overview';
$string['coursereject'] = 'Reject a course request';
$string['courserejected'] = 'Course has been rejected and the requester has been notified.';
$string['courserejectreason'] = 'Outline your reasons for rejecting this course<br />(this will be emailed to the requester)';
$string['moduledeletefiles'] = 'All data associated with the module \'$a->module\' has been deleted from the database. To complete the deletion (and prevent the module re-installing itself), you should now delete this directory from your server: $a->directory';
$string['modulesetup'] = 'Setting up module tables';
$string['modulesuccess'] = '$a tables have been set up correctly';
+$string['moodledocs'] = 'Moodle Docs';
$string['moodledocslink'] = 'Moodle Docs for this page';
$string['moodleversion'] = 'Moodle Version';
$string['more'] = 'more';
$string['capability'] = 'Capability';
$string['currentrole'] = 'Current role';
$string['currentcontext'] = 'Current context';
+$string['defineroles'] = 'Define roles';
$string['existingusers'] = '$a existing users';
$string['inherit'] = 'Inherit';
$string['nocapabilitiesincontext'] = 'No capabilities available in this context';
$string['overrideroles'] = 'Override roles';
+$string['permissions'] = 'Permissions';
$string['potentialusers'] = '$a potential users';
$string['prevent'] = 'Prevent';
$string['prohibit'] = 'Prohibit';
$string['course:managescales'] = 'Manage scales';
$string['course:managegroups'] = 'Manage groups';
-?>
\ No newline at end of file
+?>