]> git.mjollnir.org Git - moodle.git/commitdiff
These files still need tidying
authormoodler <moodler>
Sun, 3 Sep 2006 14:43:41 +0000 (14:43 +0000)
committermoodler <moodler>
Sun, 3 Sep 2006 14:43:41 +0000 (14:43 +0000)
lang/en_utf8/admin.php
lang/en_utf8/moodle.php
lang/en_utf8/role.php

index e84ff092880bf94f0e85ea562c7fcbab52b183eb..972839420b635a6a0518a355429f077c364e0f89 100644 (file)
@@ -1,16 +1,26 @@
 <?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 &amp; Security';
-$string['maintenanceandauditing'] = 'Maintenance &amp; 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 &amp; Location';
 $string['htmleditor'] = 'HTML Editor';
 $string['misc'] = 'Miscellaneous';
 $string['filtersettings'] = 'Filter Settings';
@@ -27,18 +37,15 @@ $string['sitepolicies'] = 'Site Policies';
 $string['userpolicies'] = 'User Policies';
 $string['antivirus'] = 'Anti-Virus';
 $string['authentication'] = 'Authentication';
-$string['performanceandstats'] = 'Performance &amp; 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 &quot;Save Settings&quot; 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';
@@ -213,7 +220,7 @@ $string['installedlangs'] = 'Installed language packs';
 $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';
@@ -266,7 +273,6 @@ $string['sitemaintenancewarning'] = 'Your site is currently in maintenance mode
 $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';
index a85602cb4313af1080418a6f011fe11fb59bed89..095ad8ddbf2a47f942c9c45d181eadfe14337fec 100644 (file)
@@ -246,7 +246,6 @@ $string['courseimportnotaught'] = 'You don\'t seem to be an editing teacher in a
 $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)';
@@ -830,6 +829,7 @@ $string['moduledeleteconfirm'] = 'You are about to completely delete the module
 $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';
index 30f540f6bde6dcee2f529f5a4f9e2eeace0a1be7..9a1170ee157a3a289ea120a9f3851e2c9bea4868 100644 (file)
@@ -6,10 +6,12 @@ $string['allow'] = 'Allow';
 $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';
@@ -59,4 +61,4 @@ $string['course:viewscales'] = 'View scales';
 $string['course:managescales'] = 'Manage scales';
 $string['course:managegroups'] = 'Manage groups';
 
-?>
\ No newline at end of file
+?>