mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Added a new setting called $CFG->defaultuserroleid which defines
the role that ALL users get by default when they log in.
This commit is contained in:
parent
ea8158c118
commit
8f8ed475f7
12 changed files with 113 additions and 51 deletions
|
@ -20,21 +20,24 @@ $string['log'] = 'Logs';
|
|||
$string['simpletest'] = 'Unit tests';
|
||||
$string['stats'] = 'Statistics';
|
||||
$string['mymoodle'] = 'My Moodle';
|
||||
$string['locationsettings'] = 'Location settings';
|
||||
$string['languagesettings'] = 'Language settings';
|
||||
$string['themesettings'] = 'Theme settings';
|
||||
|
||||
$string['htmleditor'] = 'HTML Editor';
|
||||
$string['misc'] = 'Miscellaneous';
|
||||
$string['filtersettings'] = 'Filter Settings';
|
||||
$string['generalsettings'] = 'General Settings';
|
||||
$string['filtersettings'] = 'Filter settings';
|
||||
$string['generalsettings'] = 'General settings';
|
||||
$string['frontpage'] = 'Front Page';
|
||||
$string['systempaths'] = 'System Paths';
|
||||
$string['mail'] = 'Email';
|
||||
$string['sessionhandling'] = 'Session Handling';
|
||||
$string['http'] = 'HTTP';
|
||||
$string['httpsecurity'] = 'HTTP Security';
|
||||
$string['modulesecurity'] = 'Module Security';
|
||||
$string['httpsecurity'] = 'HTTP security';
|
||||
$string['modulesecurity'] = 'Module security';
|
||||
$string['notifications'] = 'Notifications';
|
||||
$string['sitepolicies'] = 'Site Policies';
|
||||
$string['userpolicies'] = 'User Policies';
|
||||
$string['sitepolicies'] = 'Site policies';
|
||||
$string['userpolicies'] = 'User policies';
|
||||
$string['antivirus'] = 'Anti-Virus';
|
||||
$string['authentication'] = 'Authentication';
|
||||
$string['backups'] = 'Backups';
|
||||
|
@ -42,8 +45,8 @@ $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.';
|
||||
$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.';
|
||||
|
||||
$string['nonexistentbookmark'] = 'The bookmark you requested does not exist.';
|
||||
$string['bookmarkdeleted'] = 'Bookmark deleted.';
|
||||
|
@ -119,7 +122,7 @@ $string['confightmleditor'] = 'Choose whether or not to allow use of the embedde
|
|||
$string['configidnumber'] = 'This option specifies whether (a) Users are not be asked for an ID number at all, (b) Users are asked for an ID number but can leave it blank or (c) Users are asked for an ID Number and cannot leave it blank. If given the User\'s ID number is displayed in their Profile.';
|
||||
$string['configintro'] = 'On this page you can specify a number of configuration variables that help make Moodle work properly on your server. Don\'t worry too much about it - the defaults will usually work fine and you can always come back to this page later and change these settings.';
|
||||
$string['configintroadmin'] = 'On this page you should configure your main administrator account which will have complete control over the site. Make sure you give it a secure username and password as well as a valid email address. You can create more admin accounts later on.';
|
||||
$string['configintrosite'] = 'This page allows you to configure the front page and name of this new site. You can come back here later to change these settings any time using the \'Site Settings\' link on the home page.';
|
||||
$string['configintrosite'] = 'This page allows you to configure the front page and name of this new site. You can come back here later to change these settings any time using the Administration menus.';
|
||||
$string['configintrotimezones'] = 'This page will search for new information about world timezones (including daylight savings time rules) and update your local database with this information. These locations will be checked, in order: $a This procedure is generally very safe and can not break normal installations. Do you wish to update your timezones now?';
|
||||
$string['configlang'] = 'Choose a default language for the whole site. Users can override this setting later.';
|
||||
$string['configlangcache'] = 'Cache the language menu. Saves a lot of memory and processing power. If you enable this, the menu takes a few minutes to update after you have added or removed languages.';
|
||||
|
|
|
@ -39,6 +39,7 @@ $string['missingrequiredfield'] = 'Some required field is missing';
|
|||
$string['modulerequirementsnotmet'] = 'Module \"$a->modulename\" ($a->moduleversion) could not be installed. It requires a newer version of Moodle (currently you are using $a->currentmoodle, you need $a->requiremoodle).';
|
||||
$string['modulemissingcode'] = 'Module $a is missing the code needed to perform this function';
|
||||
$string['mustbeteacher'] = 'You must be a teacher to look at this page';
|
||||
$string['nocontext'] = 'Sorry, but that course is not a valid context';
|
||||
$string['noinstances'] = 'There are no instances of $a in this course! ';
|
||||
$string['nonmeaningfulcontent'] = 'Non meaningful content';
|
||||
$string['noparticipatorycms'] = 'Sorry, but you have no participatory course modules to report on.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue