diff --git a/lang/en/admin.php b/lang/en/admin.php index 4018bb89767..f4b3597d140 100755 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -25,7 +25,7 @@ $string['accessdenied'] = 'Access denied'; $string['accounts'] = 'Accounts'; -$string['adminseesall'] = 'Admins See All'; +$string['adminseesall'] = 'Admins see all'; $string['adminseesallevents'] = 'Administrators see all events'; $string['adminseesownevents'] = 'Administrators are just like other users'; $string['advancedfeatures'] = 'Advanced features'; @@ -80,10 +80,10 @@ $string['bookmarkthispage'] = 'bookmark this page'; $string['cachejs'] = 'Cache Javascript'; $string['cachejs_help'] = 'Javascript caching and compression greatly improves page loading performance. it is strongly recommended for production sites. Developers will probably want to disable this feature.'; $string['cachetext'] = 'Text cache lifetime'; -$string['cachetype'] = 'Cache Type'; +$string['cachetype'] = 'Cache type'; $string['calendarexportsalt'] = 'Calendar export salt'; $string['calendarsettings'] = 'Calendar'; -$string['calendar_weekend'] = 'Weekend Days'; +$string['calendar_weekend'] = 'Weekend days'; $string['cannotdeletemissingqtype'] = 'You cannot delete the missing question type. It is needed by the system.'; $string['cannotdeletemodfilter'] = 'You cannot uninstall the \'{$a->filter}\' because it is part of the \'{$a->module}\' module.'; $string['cannotdeleteqtypeinuse'] = 'You cannot delete the question type \'{$a}\'. There are questions of this type in the question bank.'; @@ -108,7 +108,7 @@ $string['cliyesnoprompt'] = 'type y (means yes) or n (means no)'; $string['commentsperpage'] = 'Comments displayed per page'; $string['commonfiltersettings'] = 'Common filter settings'; $string['commonsettings'] = 'Common settings'; -$string['componentinstalled'] = 'Component Installed'; +$string['componentinstalled'] = 'Component installed'; $string['computedfromlogs'] = 'Computed from logs since {$a}.'; $string['condifmodeditdefaults'] = 'The values you set here define the default values that are used in the activity settings form when you create a new activity. You can also configure which activity settings are considered advanced.'; $string['confeditorhidebuttons'] = 'Select the buttons that should be hidden in the HTML editor.'; @@ -324,7 +324,7 @@ $string['configshowsiteparticipantslist'] = 'All of these site students and site $string['configsitedefaultlicense'] = 'Default site licence'; $string['configsitedefaultlicensehelp'] = 'The default licence for publishing content on this site'; $string['configsitemailcharset'] = 'All the emails generated by your site will be sent in the charset specified here. Anyway, every individual user will be able to adjust it if the next setting is enabled.'; -$string['configsitemaxcategorydepth'] = 'Maximum Category Depth'; +$string['configsitemaxcategorydepth'] = 'Maximum category depth'; $string['configsitemaxcategorydepthhelp'] = 'This specifies the maximum depth of child categories shown'; $string['configslasharguments'] = 'Files (images, uploads etc) are provided via a script using \'slash arguments\'. This method allows files to be more easily cached in web browsers, proxy servers etc. Unfortunately, some PHP servers don\'t allow this method, so if you have trouble viewing uploaded files or images (eg user pictures), disable this setting.'; $string['configsmartpix'] = 'With this on, icons are served through a PHP script that searches the current theme, then all parent themes, then the Moodle /pix folder. This reduces the need to duplicate image files within themes, but has a slight performance cost.'; @@ -372,7 +372,7 @@ $string['coursemgmt'] = 'Add/edit courses'; $string['courseoverview'] = 'Course overview'; $string['courserequestnotify'] = 'Course request notification'; $string['courserequestnotifyemail'] = 'User {$a->user} requested a new course at {$a->link}'; -$string['courserequests'] = 'Course Requests'; +$string['courserequests'] = 'Course requests'; $string['courserequestspending'] = 'Pending course requests'; $string['courses'] = 'Courses'; $string['coursesperpage'] = 'Courses per page'; @@ -391,13 +391,13 @@ $string['ctyperequired'] = 'The ctype PHP extension is now required by Moodle, i $string['curlcache'] = 'cURL cache TTL'; $string['curlrecommended'] = 'Installing the optional cURL library is highly recommended in order to enable Moodle Networking functionality.'; $string['curlrequired'] = 'The cURL PHP extension is now required by Moodle, in order to communicate with Moodle repositories.'; -$string['customcheck'] = 'Other Checks'; +$string['customcheck'] = 'Other checks'; $string['custommenu'] = 'Custom menu'; $string['custommenuitems'] = 'Custom menu items'; $string['datarootsecurityerror'] = '
SECURITY WARNING!
Your dataroot directory is in the wrong location and is exposed to the web. This means that all your private files are available to anyone in the world, and some of them could be used by a cracker to obtain unauthorised administrative access to your site!
You must move dataroot directory ({$a}) to a new location that is not within your public web directory, and update the $CFG->dataroot
setting in your config.php accordingly.
Serious configuration error detected, please notify server administrator.
To operate properly, Moodle requires that administrator changes PHP settings.
session.auto_start
must be set to off
.
This setting is controlled by editing php.ini
, Apache/IIS
configuration or .htaccess
file on the server.